|
|
|
@6024
|
18 years |
Gary Byers |
remove CVSROOT
|
|
|
|
@6023
|
18 years |
Gary Byers |
Bill's fix to (MAKE-PATHNAME :DIRECTORY NIL ...)
|
|
|
|
@6022
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@6021
|
18 years |
Gary Byers |
Use CLEAR-OPEN-FILE-STREAMS.
|
|
|
|
@6020
|
18 years |
Gary Byers |
Accessors of open-file-streams; no more *OPEN-FILE-STREAMS*.
|
|
|
|
@6019
|
18 years |
Gary Byers |
Encapsulation for open-file-streams.
|
|
|
|
@6018
|
18 years |
Gary Byers |
OPEN-FILE-STREAMS is a function, returns a copy of a list of open file …
|
|
|
|
@6017
|
18 years |
Gary Byers |
Lose *OPEN-FILE-STREAMS* and the lock associated with it.
|
|
|
|
@6016
|
18 years |
Gary Byers |
Bind *GENSYM-COUNTER* per-thread.
|
|
|
|
@6015
|
18 years |
Gary Byers |
When REMHASH deletes the last entry in a hash-table, it fills
the …
|
|
|
|
@6014
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@6013
|
18 years |
Gary Byers |
*spin-lock-tries* with a trailing *.
|
|
|
|
@6012
|
18 years |
Gary Byers |
printing random-state: don't shift seeds.
|
|
|
|
@6011
|
18 years |
Gary Byers |
MAKE-RANDOM-STATE: don't shift.
|
|
|
|
@6010
|
18 years |
Gary Byers |
Do %next-random-seed more portably.
|
|
|
|
@6009
|
18 years |
Gary Byers |
Typo in comment.
|
|
|
|
@6008
|
18 years |
Gary Byers |
Just a 32-bit version of %next-random-pair.
|
|
|
|
@6007
|
18 years |
Gary Byers |
And, while we're at it: do the next-random-seed permutation in …
|
|
|
|
@6006
|
18 years |
Gary Byers |
Don't shift random seeds.
|
|
|
|
@6005
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@6004
|
18 years |
Gary Byers |
Check for trap opcode >= #x70 rather than >= #x80, because of the new …
|
|
|
|
@6003
|
18 years |
Gary Byers |
Recognize uuo-error-slot-unbound.
|
|
|
|
@6002
|
18 years |
Gary Byers |
Use (int #x7_) for uuo-error-slot-unbound, since some (int #x8_) traps …
|
|
|
|
@6001
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@6000
|
18 years |
Gary Byers |
Don't shadow the definition of PPC-DIV2.
|
|
|
|
@5999
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5998
|
18 years |
Gary Byers |
For #+linux-target, try to use #_sysconf in CPU-COUNT, and fall back …
|
|
|
|
@5997
|
18 years |
Gary Byers |
Handle new GNU ld "hash-style" linker options.
|
|
|
|
@5996
|
18 years |
Gary Byers |
Darwin signal return: logior in the el-bizarro syscall mask, pass the …
|
|
|
|
@5995
|
18 years |
Gary Byers |
OPEN, CLOSE lock *OPEN-FILE-STREAMS-LOCK* before accessing …
|
|
|
|
@5994
|
18 years |
Gary Byers |
Add comment about *OPEN-FILE-STREAMS-LOCK*.
|
|
|
|
@5993
|
18 years |
Gary Byers |
Add *OPEN-FILE-STREAMS-LOCK*.
|
|
|
|
@5992
|
18 years |
Gary Byers |
Bind *FCOMP-PREVIOUS-POSITION* in FCOMP-READ-LOOP (e.g., don't just …
|
|
|
|
@5991
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5990
|
18 years |
Gary Byers |
Bump current image version.
|
|
|
|
@5989
|
18 years |
Gary Byers |
Some (currently unused) CPUID "calls" want an argument in ecx. Set …
|
|
|
|
@5988
|
18 years |
Gary Byers |
Use spinlocks to guard updates to "real" locks; those updates can
be …
|
|
|
|
@5987
|
18 years |
Gary Byers |
Bump current, max abi versions; continue to support the old one.
|
|
|
|
@5986
|
18 years |
Gary Byers |
#include #<sched.h>, for sched_yield() prototype.
Change declaration …
|
|
|
|
@5985
|
18 years |
Gary Byers |
bump, indicate work-in-progress development version.
|
|
|
|
@5984
|
18 years |
Gary Byers |
Determing *spin-lock-tries* at launch time, based on cpu-count.
YIELD …
|
|
|
|
@5983
|
18 years |
Gary Byers |
Locks use spinlocks, try *spin-lock-tries* to obtain them before yielding.
|
|
|
|
@5982
|
18 years |
Gary Byers |
Move YIELD elsewhere.
|
|
|
|
@5981
|
18 years |
Gary Byers |
Add spinlock field to lockptr storage layout.
|
|
|
|
@5980
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5979
|
18 years |
Gary Byers |
Toplevel function: initial-listener class is 'TTY-LISTENER.
|
|
|
|
@5978
|
18 years |
Gary Byers |
Print n's value, not n in error message.
|
|
|
|
@5977
|
18 years |
Gary Byers |
New process class: TTY-LISTENER.
EXIT-INTERACTIVE-PROCESS: for most …
|
|
|
|
@5976
|
18 years |
Gary Byers |
Don't call QUIT on EOF, call EXIT-INTERACTIVE-PROCESS instead.
Look …
|
|
|
|
@5975
|
18 years |
Gary Byers |
Export *quit-on-eof*.
|
|
|
|
@5974
|
18 years |
Gary Byers |
WITH-MACPTRS: move initialization/modification of null pointers into body.
|
|
|
|
@5973
|
18 years |
Gary Byers |
Try to handle two more cases of consus-interruptus.
|
|
|
|
@5972
|
18 years |
Gary Byers |
(the <type> <constant>) transforms to <constant> if constant is of …
|
|
|
|
@5971
|
18 years |
Gary Byers |
Do the / * thing.
|
|
|
|
@5970
|
18 years |
Gary Byers |
things that do calls need :call attribute.
|
|
|
|
@5969
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5968
|
18 years |
Gary Byers |
binding primitives: set value after new binding frame
|
|
|
|
@5967
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5966
|
18 years |
Gary Byers |
In %fixnum-truncate, use -8(sp) rather than %rbp; trust …
|
|
|
|
@5965
|
18 years |
Gary Byers |
Try to preserve -8(sp) across callback_for_interrupt().
|
|
|
|
@5964
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5963
|
18 years |
Gary Byers |
check_node: ignore tiny things (shift counts) that may wind up on the …
|
|
|
|
@5962
|
18 years |
Gary Byers |
In pc_luser_xp: if allocating and before the alloc trap and …
|
|
|
|
@5961
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5960
|
18 years |
Gary Byers |
Changes to GUESS-ALIGNMENT. Again, this only makes sense for cases …
|
|
|
|
@5959
|
18 years |
Gary Byers |
Some extra fields in objc-message-info/objc-method-info structures.
…
|
|
|
|
@5958
|
18 years |
Gary Byers |
Nonsense in x862-set-bit.
|
|
|
|
@5957
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5956
|
18 years |
Gary Byers |
Tweak ROOM output a little.
|
|
|
|
@5955
|
18 years |
Gary Byers |
Fix up the verbose GC herald a bit (get heap size right ...).
|
|
|
|
@5954
|
18 years |
Gary Byers |
Tell GNU ld to use the traditional (sysv) style of hash maps, if it …
|
|
|
|
@5953
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5952
|
18 years |
Gary Byers |
Handle the case where nothing has been consed since last GC.
(There …
|
|
|
|
@5951
|
18 years |
Gary Byers |
If full GC is deferred, ensure that a full GC happens after …
|
|
|
|
@5950
|
18 years |
Gary Byers |
Continue disassembly after uuo-gc-trap.
|
|
|
|
@5949
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5948
|
18 years |
Gary Byers |
Use keywords more consistently.
(Note: there seems to be a bug which …
|
|
|
|
@5947
|
18 years |
Gary Byers |
UNSET-FIN-TRAMPOLINE: don't tail-call error.
|
|
|
|
@5946
|
18 years |
Gary Byers |
UNSET-FIN-TRAMPOLINE: don't tail-call the error function.
|
|
|
|
@5945
|
18 years |
Gary Byers |
MAYBE-UPDATE-OBSOLETE-INSTANCE: handle funcallable objects that aren't …
|
|
|
|
@5944
|
18 years |
Gary Byers |
Move GENERIC-FUNCTION-NAME to FUNCALLABLE-STANDARD-OBJECT.
…
|
|
|
|
@5943
|
18 years |
Gary Byers |
STANDARD-OBJECT-LINE-N: handle funcallable-stanard-objects better.
|
|
|
|
@5942
|
18 years |
Gary Byers |
Export FUNCALLABLE-STANDARD-OBJECT from CCL, OPENMCL-MOP.
|
|
|
|
@5941
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5940
|
18 years |
Gary Byers |
FUNCALLABLE-STANDARD-OBJECT is a FUNCALLABLE-STANDARD-CLASS.
|
|
|
|
@5939
|
18 years |
Gary Byers |
MAKE-OPTIMIZED-SEND: missing "msg" arg in error message.
|
|
|
|
@5938
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5937
|
18 years |
Gary Byers |
Call REGISTER-OBJC-INIT-MESSAGES after MAP-OBJC-CLASSES in …
|
|
|
|
@5936
|
18 years |
Gary Byers |
UPDATE-OBJC-METHOD-INFO: don't process init methods yet.
|
|
|
|
@5935
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5934
|
18 years |
Gary Byers |
Fix a typo.
|
|
|
|
@5933
|
18 years |
Gary Byers |
Update for 070214 snapshots.
|
|
|
|
@5932
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5931
|
18 years |
Gary Byers |
Bump.
|
|
|
|
@5930
|
18 years |
Gary Byers |
Update image-abi-version.
|
|
|
|
@5929
|
18 years |
Gary Byers |
Finish bumping fasl version.
|
|
|
|
@5928
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5927
|
18 years |
Gary Byers |
Bump current fasl version.
|
|
|
|
@5926
|
18 years |
Gary Byers |
rm -rf ./usr
|
|
|
|
@5925
|
18 years |
Gary Byers |
Start bumping fasl-version.
|
|
|
|