|
|
@10573
|
12 years |
gb |
Init %wrapper-cpl-bits of *T-CLASS* (missed in merge.)
|
|
|
@10544
|
12 years |
gb |
Try again to use ff-calls, not syscalls (now that the …
|
|
|
@10517
|
12 years |
gb |
When creating a thread to moniitor an external process, make
its …
|
|
|
@10516
|
12 years |
gb |
revert to previous version, ffi issues on linux
|
|
|
@10515
|
12 years |
gb |
Replace syscall with int-errno call. See what breaks …
|
|
|
@10491
|
12 years |
gb |
MAKE-TRUNCATING-STRING-STREAM: use a simple string, not one with a …
|
|
|
@10488
|
12 years |
gb |
In %CHECK-ANCHORED-UUO, use target::fulltag-misc (not …
|
|
|
@10461
|
12 years |
gb |
Hold locks and be more careful in PROCESS-WHOSTATE and …
|
|
|
@10460
|
12 years |
gb |
%NANOSLEEP binds *WHOSTATE*.
Lose %TCR-EXHAUSTED-P: a tcr is a moving …
|
|
|
@10459
|
12 years |
gb |
Expose the kernel's exception lock to lisp, too.
Any lisp code that …
|
|
|
@10456
|
12 years |
gb |
Use %CLASS-ORDINAL (not INSTANCE.HASH) in MAKE-CPL-BITS, to work with …
|
|
|
@10454
|
12 years |
gb |
Create *KERNEL-TCR-AREA-LOCK* and initialize it on startup. (It …
|
|
|
@10441
|
12 years |
gb |
FD-GET-FLAGS: just do ff-call, don't bother with syscall.
|
|
|
@10430
|
12 years |
gb |
Restore %CHECK-TYPE.
|
|
|
@10429
|
12 years |
gb |
The SO_SNDLOWAT is (largely) unimplemented on Solaris. Use
SO_SNDBUF …
|
|
|
@10426
|
12 years |
gb |
Merge a lot of the CLOS/type-system changes from working-0711 branch …
|
|
|
@10424
|
12 years |
gb |
Store the class-wrapper (not the class) in a BASIC-STREAM.
|
|
|
@10423
|
12 years |
gb |
Start setting class ordinals. Note that it's assumed that …
|
|
|
@10420
|
12 years |
gb |
MAKE-LOAD-FORM method for CLASS-CELL has to quote class name and pass …
|
|
|
@10417
|
12 years |
gb |
MAKE-LOAD-FORM method for CLASS-CELL has to quote class name.
|
|
|
@10406
|
12 years |
gb |
Move %FIND-CLASSES% and accessor to level-0.
Start to bootstrap …
|
|
|
@10377
|
12 years |
gb |
Split INSTANCE-SLOTS into (inlineable) standard case, non-standard case.
|
|
|
@10376
|
12 years |
gb |
INSTANCE-CLASS-WRAPPER: non-generic, split into standard, non-standard …
|
|
|
@10372
|
12 years |
gb |
Do Unicode case-folding in linear time; make the image a few 100KB (of …
|
|
|
@10359
|
12 years |
gb |
Define VALID-CHAR-CODE-P.
|
|
|
@10358
|
12 years |
gb |
Propagate r10357 from working-0711.
|
|
|
@10356
|
12 years |
gb |
From working-0711 branch: Stop supporting old (CLtL2) DEFINE-CONDITION …
|
|
|
@10355
|
12 years |
gb |
Fixes from working-0711.
|
|
|
@10352
|
12 years |
gb |
Propagate r10350 to trunk.
|
|
|
@10340
|
12 years |
gb |
Runtime support for package-ref stuff.
|
|
|
@10338
|
12 years |
rme |
Use %CHECK-ANCHORED-UUO in %XERR-DISP for x8632.
|
|
|
@10335
|
12 years |
rme |
Conditionalize %CHECK-ANCHORED-UUO for x8632.
|
|
|
@10317
|
12 years |
gb |
Missed an '(%svref istruct 0) in %SYMBOL-MACROEXPAND-1.
|
|
|
@10309
|
12 years |
gb |
Don't assume that (uvref istruct 0) is a symbol; try to use accessors …
|
|
|
@10299
|
12 years |
gb |
Use SET-ISTRUCT-CELL-INFO (not (SETF ISTRUCT-CELL-INFO)) in …
|
|
|
@10293
|
12 years |
gb |
Use MAKE-ISTRUCT class to create istruct-based classes.
|
|
|
@10288
|
12 years |
gb |
Fix linuxppc conditionalization in C_SETSOCKOPT.
|
|
|
@10280
|
12 years |
rme |
In SET-TERMINAL-ENCODING, also set the external format for *STDERR*.
|
|
|
@10279
|
12 years |
gb |
(from rme): lose the quote in the CHECK-TYPE form in the default
(SETF …
|
|
|
@10276
|
12 years |
gb |
Don't try to interpret (Cocoa, GNUStep) bundles in CCL-DIRECTORY. …
|
|
|
@10275
|
12 years |
gb |
Try to be more careful when parsing the -K (terminal encoding) option; …
|
|
|
@10274
|
12 years |
gb |
*INTERACTIVE-STREAMS-INITIALIZED*: just a global, reset and set …
|
|
|
@10260
|
12 years |
rme |
Use (%null-ptr) in lieu of +null-ptr+
|
|
|
@10253
|
12 years |
gb |
Saner handling of WAIT arg in PROCESS-ENABLE, as per 1.2.
|
|
|
@10227
|
13 years |
gb |
WRITE-PERVERTED-STRING also used *PNAME-BUFFER*.
|
|
|
@10217
|
13 years |
gb |
Don't use *pname-buffer* (not thread-safe/thread-private) in …
|
|
|
@10212
|
13 years |
gb |
Hair up PROCESS-WHOSTATE, mostly so that we an handle the case
where …
|
|
|
@10211
|
13 years |
gb |
Use the %ISTRUCT macro to cons istructs (like RANDOM-STATE).
|
|
|
@10210
|
13 years |
gb |
THREAD-ENABLE: default timeout to ... 1 day, to avoid 32/64-bit issues …
|
|
|
@10209
|
13 years |
gb |
Initial/static value of *WHOSTATE* is "Reset".
|
|
|
@10201
|
13 years |
rme |
Always get both x8632- and x8664-arch. (This may not be
totally the …
|
|
|
@10182
|
13 years |
gb |
In %UTS-STRING: treat non-negative (not-necessarily 0) result as …
|
|
|
@10141
|
13 years |
rme |
most-positive-fixnum => target::target-most-positive-fixnum
|
|
|
@10140
|
13 years |
rme |
array element subtypes for x8632; most-positive-fixnum => …
|
|
|
@10139
|
13 years |
rme |
x8632 and Darwin/x8632 support.
|
|
|
@10138
|
13 years |
rme |
Add x8632 support.
|
|
|
@10137
|
13 years |
rme |
FORMAT cuteness with plurals when reporting bad number of args errors.
|
|
|
@10136
|
13 years |
rme |
Conditionalize VERIFY-SOCKET-BUFFER for x8632.
|
|
|
@10135
|
13 years |
rme |
Delete stray A in docstring.
|
|
|
@10134
|
13 years |
rme |
x8632 and Darwin/x8632 stuff.
|
|
|
@10133
|
13 years |
rme |
Darwin/x8632 conditionalization.
|
|
|
@10132
|
13 years |
rme |
MAKE-CALLBACK-TRAMPOLINE for x8632.
|
|
|
@10131
|
13 years |
rme |
Darwin/x8632 conditionalizations.
|
|
|
@10130
|
13 years |
rme |
Conditionalize on 32-bit-target instead of ppc32.
We have …
|
|
|
@10129
|
13 years |
rme |
Enable heap integrity checking while x8632 port is still wobbly.
|
|
|
@10128
|
13 years |
rme |
x8632 additions.
|
|
|
@10127
|
13 years |
rme |
x8632 additions.
|
|
|
@10109
|
13 years |
gb |
%GET-IP-INTERFACES for Solaris; very different from other versions.
|
|
|
@10074
|
13 years |
rme |
Get rid of extra paren in %get-ip-interfaces and re-indent.
|
|
|
@10067
|
13 years |
gb |
GET-USER-HOME-DIR: Solaris backward-compatibility lossage.
|
|
|
@10053
|
13 years |
gb |
Conditionalize for Solaris.
|
|
|
@10052
|
13 years |
gb |
Conditionalize for Solaris.
|
|
|
@10051
|
13 years |
gb |
Conditionalize for Solaris.
|
|
|
@10029
|
13 years |
gz |
delete a stray x
|
|
|
@10027
|
13 years |
gb |
Define *ERROR-ON-GF-CLASS-REDEFINITION*, which controls whether …
|
|
|
@10026
|
13 years |
gb |
Add a CHANGE-CLASS method on specializers (FUNCALLABLE-STANDARD-OBJECT …
|
|
|
@9917
|
13 years |
gz |
Move more definitions into lispequ. To bootstrap, (load …
|
|
|
@9903
|
13 years |
gb |
LISP-APPLICATION-VERSION -> LISP-IMPLEMENTATION-VERSION.
|
|
|
@9894
|
13 years |
gz |
Propagate r9390 to trunk
|
|
|
@9892
|
13 years |
gz |
Propagate r9245 + r9338 + r9340 from working-0711 to trunk. …
|
|
|
@9891
|
13 years |
gb |
When setting lfun-bits in cloned function in SETUP-SLOT-LOOKUP,
use …
|
|
|
@9887
|
13 years |
gz |
Make specifier-type accept (and ignore for now) an optional env arg. …
|
|
|
@9886
|
13 years |
gz |
Propagate 9408 from working-0711 to trunk
|
|
|
@9879
|
13 years |
gz |
Propagate r9620 to trunk from working-0711
|
|
|
@9869
|
13 years |
gz |
Propagate r9804,r9805 here from working-0711
|
|
|
@9848
|
13 years |
gz |
Make program-errors always cause an immediate error outside of file …
|
|
|
@9845
|
13 years |
gb |
%SET-GF-DCODE: typecheck for FUNCALLABLE-STANDARD-OBJECT, not …
|
|
|
@9844
|
13 years |
gz |
Made loading a file not forget encapsulations. (The old behavior can …
|
|
|
@9837
|
13 years |
gb |
Propagate r9830 to trunk.
|
|
|
@9831
|
13 years |
gb |
Make CLOSE of shared ioblock-based streams thread-safe:
- CLOSE …
|
|
|
@9787
|
13 years |
gb |
when calling into the kernel to create a new thread, treat stack sizes …
|
|
|
@9731
|
13 years |
gb |
(in trunk)
Remove duplicate STREAM-READ-VECTOR (BINARY-INPUT-STREAM T …
|
|
|
@9593
|
13 years |
gb |
propagate changes from working-0711 branch
|
|
|
@9454
|
13 years |
gb |
Fix typos in utf-16-length-of-vector-encoding.
|
|
|
@9386
|
13 years |
gb |
%%0-ARG-DCODE use *GF-PROTOT* trampoline, so register it.
…
|
|
|
@9345
|
13 years |
gz |
In class-keyvect, allow for undefined metaclasses (bug #289)
|
|
|
@9287
|
13 years |
rme |
Spelling nit-picking.
|
|
|
@9250
|
13 years |
gb |
Don't cache UNKNOWN-CTYPEs.
|
|
|
@9240
|
13 years |
gz |
Propagate r9237 to trunk: Stop ignoring defstruct slot type …
|
|
|
@9212
|
13 years |
gb |
Use reentrant version of #_readdir.
Need a new canonical foreign-type …
|
|
|