21
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Big #ifdef WINDOWS hack&slash: stub out every function that references things unimplemented on Windows. This is mainly exception (a.k.a. signal handling) stuff, pthread-related things and memory management. More... almost 17 years ago
No SIG_RESUME_THREAD on PPC. Really. Didn't really need do_heap_soft_write. More... almost 17 years ago
ignore fasls More... almost 17 years ago
CERROR if conflicting :struct/:union with the same tag. More... almost 17 years ago
Avoid using SIGEMT as asynch signal. More... almost 17 years ago
Avoid using SIGEMT as asynch signal. More... almost 17 years ago
NEXT-HASH-TABLE-ITERATION-1: return a single NULL value at end of iteration. More... almost 17 years ago
STREAM-SURROUNDING-CHARACTERS on STRING-INPUT-STREAM: only if stream is open. More... almost 17 years ago
Signal reader-error correctly if illegal symbol syntax. More... almost 17 years ago
MAKE-RANDOM-STATE was broken last fall, probably broken on working-0711 branch as well. More... almost 17 years ago
DCODE-FOR-UNIVERSALLAY-APPLICABLE-SINGLETON: only call method-function directly if standard method combination. More... almost 17 years ago
"early" SET-FIND-CLASS: don't call %CLASS-NAME on NIL. "late" SET-FIND-CLASS: pass T (not class ???) to FIND-CLASS-CELL. More... almost 17 years ago
BOTH-CASE-P: just like ALPHA-CHAR-P. More... almost 17 years ago
Don't default *PRINT-CATCH-ERRORS* to T, since that causes test suite failures. (Could maybe re-signal the condition to make everyone happy.) Do bind it when printing backtrace. More... almost 17 years ago
Don't default *PRINT-CATCH-ERRORS* to T, since that causes test suite failures. (Could maybe re-signal the condition to make everyone happy.) Do bind it when printing backtrace. More... almost 17 years ago
A couple of fixes in MULTIPLY-BIGNUM-AND-FIXNUM (including punting when fixnum is most-negative-fixnum). Only broken on trunk, More... almost 17 years ago
one more case More... almost 17 years ago
misc_ref_common, misc_set_common: When referencing or altering bits in a bit vector (see local_label(misc_ref_bit_vector) and local_label(misc_set_bit_vector)), use a memory operand as the bit base in the appropriate BT/BTS/BTR instruction. More... almost 17 years ago
Fix ticket#245 More... almost 17 years ago
added code to add a button to the sample window More... almost 17 years ago
Some easy apropos window changes. More... almost 17 years ago
valid XML. Buggy, incomplete, valid XML More... almost 17 years ago
added ui-elements HOWTO More... almost 17 years ago
new files, work-in-progress More... almost 17 years ago
Propagate changeset:8513 to trunk. More... almost 17 years ago
Makefile to build kernel with VC8 (from the Platform SDK for Server 2003), running from "Build Environment" command prompt. m4, yasm and mv need to be in the PATH. Actual build fails because of Windows being no Unix, and several yasm incompatibilites, but tool invocation should be ok like this. More... almost 17 years ago
Export INPUT-TIMEOUT, OUTPUT-TIMEOUT (condition names). More... almost 17 years ago
%SET-CSTRING defined in terms of %CSTR-POINTER. More... almost 17 years ago
in cocoa-edit, try .lisp file More... almost 17 years ago
created nib-loading fnction More... almost 17 years ago