source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5612   18 years Gary Byers lazarus() runs with a lock on the TCR_AREA_LOCK.
(edit) @5611   18 years Gary Byers Don't declare do_memo_reset(), which hasn't existed in years.
(edit) @5610   18 years Gary Byers Bump.
(edit) @5609   18 years Gary Byers PREPARE-TO-QUIT: wait for the termination semaphore.
(edit) @5608   18 years Gary Byers PROCESS objects are created with a termination semaphore.
(edit) @5607   18 years Gary Byers THREAD-ENABLE: second arg is TERMINATION-SEMAPHORE. KILL-LISP-THREAD: …
(edit) @5606   18 years Gary Byers STRING-OUTPUT-STREAMs need to override their CLEAR-OUTPUT methods. …
(edit) @5605   18 years Gary Byers Disable underflow traps in new threads on x86-64. (The PPC never got …
(edit) @5604   18 years Gary Byers WITH-OUTPUT-TO-STRING: if string provided, evaluate the ELEMENT-TYPE …
(edit) @5603   18 years Gary Byers In aset2/aset3, ensure that the (final, 1d) index register is set - …
(edit) @5602   18 years Gary Byers Ensure that the (relatively new) built-in-classes SIMPLE-FIXNUM-VECTOR …
(edit) @5601   18 years Gary Byers In list case of ELT: who says that value returned by NTHCDR is a LIST …
(edit) @5600   18 years Gary Byers x86-64 version of SFLOAT-SIGNIFICAND-ZEROS: count zero bits in the …
(edit) @5599   18 years Gary Byers DEFINE-COMPILER-MACRO: if a SETF name, use the right symbol for the …
(edit) @5598   18 years Gary Byers Update for 061205.
(edit) @5597   18 years Gary Byers Change LDFLAGS, to keep ld64 from putting a linkedit segment in the …
(edit) @5596   18 years Gary Byers Bump.
(edit) @5595   18 years Gary Byers Use _exit(), just in case.
(edit) @5594   18 years Gary Byers *ALTERNATE-LINE-TERMINATOR* set to #\Return on #+darwin-target, not …
(edit) @5593   18 years Gary Byers Append a patchlevel to the version string, at least until new tarballs …
(edit) @5592   18 years Gary Byers If stream element type upgrades to FIXNUM, upgrade it further (to …
(edit) @5591   18 years Gary Byers BIGNUM-BIGNUM-GCD (whatever it's called): don't bother to shift by 0 …
(edit) @5590   18 years Gary Byers Choke earlier on unsupported stream element-types; do some upgrading …
(edit) @5589   18 years Gary Byers Make built-in classes for istruct types (compiler stuff, mostly).
(edit) @5588   18 years Gary Byers Ensure that %ASHL handles shift count of 32 (and returns 0 in that case.)
(edit) @5587   18 years Gary Byers In BIGNUM-SHIFT-RIGHT-LOOP-1, use %ASHL, not %ILSL. (Don't want …
(edit) @5586   18 years Gary Byers Bugs in GCD-2. Long-standing bugs in GCD-2 …
(edit) @5585   18 years Gary Byers STREAM-CLEAR-INPUT: don't inherit method for STRING-INPUT-STREAMs.
(edit) @5584   18 years Gary Byers BIGNUM-SHIFT-RIGHT-1: handle shift by 0 bits. BIGNUM-BIGNUM-GCD …
(edit) @5583   18 years Gary Byers Reset error-reentry count before doing %SLOT-UNBOUND-TRAP.
(edit) @5582   18 years Gary Byers Default STREAM-POSITION method for STREAMs, returns NIL. …
(edit) @5581   18 years Gary Byers Derive ccl-directory from pathname containing heap image.
(edit) @5580   18 years Gary Byers FORCE-OUTPUT, FINISH-OUTPUT on STRING-OUTPUT-STREAMs are no-ops. Need …
(edit) @5579   18 years Gary Byers Minimal DESCRIBE support for CCL::BASIC-STREAM.
(edit) @5578   18 years Gary Byers If :element-type is supplied in WITH-OUTPUT-TO-STRING, don't quote it.
(edit) @5577   18 years Gary Byers Define RIP-REGISTER-OFFSET, which isn't necessarily 16.
(edit) @5576   18 years Gary Byers Use RIP-REGISTER-OFFSET, which isn't necessarily 16. Use …
(edit) @5575   18 years Gary Byers Tweak stream hierarchy a little, to avoid some NO-NEXT-METHODs.
(edit) @5574   18 years Gary Byers Handle VALUES type specifiers in THE forms a bit better.
(edit) @5573   18 years Gary Byers Handle VALUES type specifiers in THE forms a bit.
(edit) @5572   18 years Gary Byers Do vector bounds checking by clearing the low byte of the header, …
(edit) @5571   18 years Gary Byers Memory/vector encode functions: don't write BOM, leave that up to …
(edit) @5570   18 years Gary Byers Fix some indentation.
(edit) @5569   18 years Gary Byers CHECK-MISC-BOUNDS: shift the header word right (after clearing its low …
(edit) @5568   18 years Gary Byers Indentation change. Add CDB-ENUMERATE-KEYS.
(edit) @5567   18 years Gary Byers %DESTRUCTURE-LAMBDA-LIST: other callers of VERIFY-LAMBDA-LIST …
(edit) @5566   18 years Gary Byers Wrong register typo in .SPaset2.
(edit) @5565   18 years Gary Byers DEFAULT-FONT: retain the font.
(edit) @5564   18 years Gary Byers Wrap a (primitive) WITH-AUTORELEASE-POOL around the code which …
(edit) @5563   18 years Gary Byers Don't claim that a callback parameter is ignored; use IGNORABLE instead.
(edit) @5562   18 years Gary Byers * empty log message *
(edit) @5561   18 years Gary Byers Typo in PATH-FROM-UNIX-ADDRESS conditionalization.
(edit) @5560   18 years Gary Byers * empty log message *
(edit) @5559   18 years Gary Byers INIT-UNIX-SOCKADDR: don't use %COPY-IVECTOR-TO-PTR to copy string to …
(edit) @5558   18 years Gary Byers * empty log message *
(edit) @5557   18 years Gary Byers Update.
(edit) @5556   18 years Gary Byers Bump min image version.
(edit) @5555   18 years Gary Byers * empty log message *
(edit) @5554   18 years Gary Byers bump current image version.
(edit) @5553   18 years Gary Byers bump current, max image version.
(edit) @5552   18 years Gary Byers Bump min fasl version.
(edit) @5551   18 years Gary Byers bump current fasl version.
(edit) @5550   18 years Gary Byers save_application: use #exit, not #_exit
(edit) @5549   18 years Gary Byers TYPE typo.
(edit) @5548   18 years Gary Byers Bump max fasl version.
(edit) @5547   18 years Gary Byers Bump. New snapshots today!
(edit) @5546   18 years Gary Byers * empty log message *
(edit) @5545   18 years Gary Byers QUIT uses #quit. PREPARE-TO-QUIT kill stragglers without waiting as …
(edit) @5544   18 years Gary Byers * empty log message *
(edit) @5543   18 years Gary Byers Use #_ _exit for fatal termination. Try to run lisp code after #_exit …
(edit) @5542   18 years Gary Byers Use _exit afer save-application.
(edit) @5541   18 years Gary Byers Change the quit protocol.
(edit) @5540   18 years Gary Byers :set-document-edited for listener "documents" is a no-op.
(edit) @5539   18 years Gary Byers 3d-array accessor stuff for PPC as well.
(edit) @5538   18 years Gary Byers * empty log message *
(edit) @5537   18 years Gary Byers Always check that array-ctype's dimensions are a list before taking …
(edit) @5536   18 years Gary Byers * empty log message *
(edit) @5535   18 years Gary Byers 3d-unscaled-index does the right thing …
(edit) @5534   18 years Gary Byers * empty log message *
(edit) @5533   18 years Gary Byers Three-arg aref/(setf aref) for x8664.
(edit) @5532   18 years Gary Byers * empty log message *
(edit) @5531   18 years Gary Byers Map array-type keywords to 3d-array type errors.
(edit) @5530   18 years Gary Byers Operators for 3d array access.
(edit) @5529   18 years Gary Byers Type-errors for 3d array types.
(edit) @5528   18 years Gary Byers * empty log message *
(edit) @5527   18 years Gary Byers In darwin Fake Structures For Leopard nonsense: define the stack …
(edit) @5526   18 years Gary Byers Fix comment ("/*", not "/%" ...).
(edit) @5525   18 years Gary Byers Try to infer/insert the array type when compiler-macroexpanding …
(edit) @5524   18 years Gary Byers DarwinPPC32 FTD follows :poweropen-alignment rules.
(edit) @5523   18 years Gary Byers parse-foreign-record-fields: conformance to poweropen structure layout …
(edit) @5522   18 years Gary Byers * empty log message *
(edit) @5521   18 years Gary Byers Bump.
(edit) @5520   18 years Gary Byers Some bivalent/binary fixes. TODO: get rid of "bivalent" streams, but …
(edit) @5519   18 years Gary Byers * empty log message *
(edit) @5518   18 years Gary Byers Typo in misc-ref-u64 vinsn emit.
(edit) @5517   18 years Gary Byers * empty log message *
(edit) @5516   18 years Gary Byers Transform three-argument AREF->%AREF3, ASET->%ASET3.
(edit) @5515   18 years Gary Byers Implement %aset2 in the x8664 backend.
(edit) @5514   18 years Gary Byers %aref3, %aset3.
(edit) @5513   18 years Gary Byers Use %aref2,%aref3.
Note: See TracRevisionLog for help on using the revision log.