mit-scheme.git
2003-05-17 Chris HansonGeneralize the mmap-based heap allocator so that it...
2003-05-12 Chris HansonFix problems that occur when struct sigcontext not...
2003-05-12 Chris HansonAdd support for solaris+gcc.
2003-05-09 Chris HansonMake sure that "gccode.h" is included whenever HAS_COMP...
2003-04-26 Chris HansonChange names of string I/O ports to conform to SRFI 6.
2003-04-25 Chris HansonDocument RECORD-KEYWORD-CONSTRUCTOR.
2003-04-25 Chris HansonDocument that DEFINE-STRUCTURE's default type descripto...
2003-04-25 Chris HansonUse texinfo mode for .texi and .texinfo files.
2003-04-25 Chris HansonUse QID_NONE rather than 0 for the non-abstract channel...
2003-04-25 Chris HansonImplement new-style select() mechanism for OS/2.
2003-04-25 Chris HansonUpdate version for impending release.
2003-04-25 Chris HansonUpdate version number to reflect changes.
2003-04-25 Chris HansonEliminate "(load-option 'HASH-TABLE)".
2003-04-25 Chris HansonUpdate version number to reflect changes.
2003-04-25 Chris HansonInclude manual page, slightly modified from Debian.
2003-04-25 Chris HansonFix typo.
2003-04-25 Chris HansonFix bug: THUNK? was getting called too early in the...
2003-04-25 Chris HansonFactor out BUCKY-BITS->PREFIX so that it can be reused...
2003-04-25 Chris HansonFix handling of bucky bits so that only four bits are...
2003-04-25 Chris HansonFix bug: RECORD-TYPE-DISPATCH-TAG must be an absolute...
2003-04-19 Chris HansonSignal error for (EXPT Z 0.) if (ZERO? Z).
2003-04-17 Chris HansonChange DEFINE-SYNTAX so that the right-hand side can...
2003-04-15 Chris HansonChange CHAR-CODE-LIMIT to the actual Unicode limit...
2003-04-15 Chris HansonPut appropriate line breaks on the copyright statements.
2003-04-15 Chris HansonBreak up document into chapters. The 900kB single...
2003-04-14 Chris HansonChange HOST-BIG-ENDIAN? to compute its value during...
2003-04-14 Chris HansonAdd host-endian procedures for UTF-32 and UTF-16. ...
2003-04-14 Chris HansonFix bug: EXPT wasn't handling complex zero right.
2003-04-14 Chris HansonImplement HOST-BIG-ENDIAN?.
2003-04-08 Chris HansonFix typo in previous change.
2003-04-08 Chris HansonFix typo in previous change.
2003-04-07 Chris HansonUse hex notation for interrupt mask bits.
2003-04-07 Chris HansonFix bug: calls to OS_realloc were passing incorrect...
2003-03-29 Chris HansonFix another bug hidden by the old type-descriptor name...
2003-03-29 Chris HansonEliminate unnecessary newline in OS_Variant.
2003-03-29 Chris HansonInitial implementation of new select-registry mechanism...
2003-03-25 Chris HansonUpdate coding of channel argument procedures.
2003-03-25 Chris HansonFix typos.
2003-03-21 Chris HansonImplement runtime side of "--batch-mode" option.
2003-03-21 Chris HansonRename "--suppress-noise" to "--batch-mode".
2003-03-20 Chris HansonAdd --suppress-noise command-line option.
2003-03-20 Chris HansonAdd --suppress-noise command-line option.
2003-03-14 Chris HansonFinish updating MAKE-DEFINE-STRUCTURE-TYPE arguments...
2003-03-14 Chris HansonFinish updating MAKE-DEFINE-STRUCTURE-TYPE arguments...
2003-03-14 Chris HansonImplement THUNK?.
2003-03-14 Chris HansonChange call to MAKE-DEFINE-STRUCTURE-TYPE so that per...
2003-03-14 Chris HansonDon't need to allow #F as default-init in MAKE-DEFINE...
2003-03-14 Chris HansonAdd more careful type checking to default-inits field...
2003-03-14 Chris HansonImplement THUNK?.
2003-03-14 Chris HansonExtend effect of editor variable vc-cvs-stay-local...
2003-03-14 Chris HansonChange expansion of OR to use scode disjunction type...
2003-03-14 Chris HansonRewrite safe-accessor generators to use their type...
2003-03-13 Chris HansonChange DEFINE-STRUCTURE to use new procedures
2003-03-13 Chris HansonChange call to MAKE-DEFINE-STRUCTURE-TYPE to match...
2003-03-13 Chris HansonExport DEFINE-STRUCTURE/KEYWORD-PARSER*.
2003-03-13 Chris HansonChange MAKE-DEFINE-STRUCTURE-TYPE to accept a length...
2003-03-13 Chris HansonEliminate #F argument to TYPE-DESCRIPTOR option as...
2003-03-13 Chris HansonEliminate use of DEFINE-STRUCTURE in this file. It...
2003-03-13 Chris HansonChange DEFINE-STRUCTURE to generate type descriptors...
2003-03-13 Chris HansonUse explicit names for type descriptors.
2003-03-13 Chris HansonFix mistaken reference to DEFINE-STRUCTURE type descriptor.
2003-03-13 Chris HansonUse explicit name for hash-table type descriptor.
2003-03-13 Chris HansonFix mistaken reference to DEFINE-STRUCTURE type descriptor.
2003-03-12 Chris HansonChange both records and named structures to store defau...
2003-03-12 Chris HansonFix bug: STRUCTURE-TAG/DEFAULT-VALUE can't be used...
2003-03-11 Chris HansonChange both records and named structures to store defau...
2003-03-10 Chris HansonEliminate incorrect usage of default initializers in...
2003-03-10 Chris HansonIf script is invoked from top-level build directory...
2003-03-10 Chris HansonFix typo in %RECORD-CONSTRUCTOR-GIVEN-NAMES.
2003-03-09 Chris HansonChange START-INDENT to be two booleans, INDENT-DTD...
2003-03-08 Chris HansonDon't save DEFAULT-RECORD, go back to using DEFAULT...
2003-03-08 Chris HansonRevert earlier change to use RECORD-KEYWORD-CONSTRUCTOR...
2003-03-08 Chris HansonFix thinko in previous change.
2003-03-08 Chris HansonUse angle notation for type descriptor.
2003-03-08 Chris HansonUse angle notation for type descriptor.
2003-03-08 Chris HansonImplement GUARANTEE- procedures for symbols.
2003-03-08 Chris HansonUse angle notation for type descriptor.
2003-03-08 Chris HansonExport GUARANTEE-PARSER-MACROS.
2003-03-08 Chris HansonDon't use WRITE-TO-STRING in ->TYPE-NAME; it gets calle...
2003-03-08 Chris HansonFix typo in previous change.
2003-03-07 Chris HansonExport some syntactic-environment procedures.
2003-03-07 Chris HansonExport some syntactic-environment procedures.
2003-03-07 Chris HansonUse angle notation for type descriptor.
2003-03-07 Chris HansonUse DEFINE-RECORD-TYPE to make record descriptions...
2003-03-07 Chris HansonUse DEFINE-RECORD-TYPE to make record descriptions...
2003-03-07 Chris HansonUse DEFINE-RECORD-TYPE to make record descriptions...
2003-03-07 Chris HansonUse DEFINE-RECORD-TYPE to make record descriptions...
2003-03-07 Chris HansonUse DEFINE-RECORD-TYPE to make record descriptions...
2003-03-07 Chris HansonUse DEFINE-RECORD-TYPE to make record descriptions...
2003-03-07 Chris HansonUse DEFINE-RECORD-TYPE to make record descriptions...
2003-03-07 Chris HansonUse DEFINE-RECORD-TYPE to make record descriptions...
2003-03-07 Chris HansonRemove angle brackets ("<...>") from record-type name.
2003-03-07 Chris HansonUse RECORD-KEYWORD-CONSTRUCTOR.
2003-03-07 Chris HansonImplement RECORD-KEYWORD-CONSTRUCTOR.
2003-03-07 Chris HansonFix typo.
2003-03-07 Chris HansonRename RECORD-COPY to COPY-RECORD.
2003-03-07 Chris HansonRevamp the record abstraction. Record types now have...
2003-03-07 Chris HansonRevert most of previous change. Instead introduce...
2003-03-06 Chris HansonChange LIST?, ALIST?, and LIST-OF-TYPE? to return the...
2003-03-06 Chris HansonEliminate long-unused support for applicable records.
next