21
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Nov 25, 2024 — Nov 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make compiler use CISC-y get/set/test bit instructions when referencing/setting bits in a bit vector. More... almost 18 years ago
minor structure fixes, fix internal links, etc More... almost 18 years ago
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 18 years ago
No SIG_RESUME_THREAD on PPC. Really. Didn't really need do_heap_soft_write. More... almost 18 years ago
ignore fasls More... almost 18 years ago
CERROR if conflicting :struct/:union with the same tag. More... almost 18 years ago
Avoid using SIGEMT as asynch signal. More... almost 18 years ago
Avoid using SIGEMT as asynch signal. More... almost 18 years ago
NEXT-HASH-TABLE-ITERATION-1: return a single NULL value at end of iteration. More... almost 18 years ago
STREAM-SURROUNDING-CHARACTERS on STRING-INPUT-STREAM: only if stream is open. More... almost 18 years ago
Signal reader-error correctly if illegal symbol syntax. More... almost 18 years ago
MAKE-RANDOM-STATE was broken last fall, probably broken on working-0711 branch as well. More... almost 18 years ago
DCODE-FOR-UNIVERSALLAY-APPLICABLE-SINGLETON: only call method-function directly if standard method combination. More... almost 18 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 18 years ago
BOTH-CASE-P: just like ALPHA-CHAR-P. More... almost 18 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 18 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 18 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 18 years ago
one more case More... almost 18 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 18 years ago
Fix ticket#245 More... almost 18 years ago
added code to add a button to the sample window More... almost 18 years ago
Some easy apropos window changes. More... almost 18 years ago
valid XML. Buggy, incomplete, valid XML More... almost 18 years ago
added ui-elements HOWTO More... almost 18 years ago
new files, work-in-progress More... almost 18 years ago
Propagate changeset:8513 to trunk. More... almost 18 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 18 years ago
Export INPUT-TIMEOUT, OUTPUT-TIMEOUT (condition names). More... almost 18 years ago
%SET-CSTRING defined in terms of %CSTR-POINTER. More... almost 18 years ago