mit-scheme.git
2003-07-15 Chris HansonGeneralize <string> method to include <wide-string>.
2003-07-14 Chris HansonUse HTML mode for .xsl files.
2003-07-13 Chris HansonExport predicates for some key data structures. Allow...
2003-07-13 Chris HansonExport predicates for some key data structures. Allow...
2003-07-12 Chris HansonAllow wide strings as content in elements.
2003-07-12 Chris HansonAdd bindings for XHTML.
2003-07-12 Chris HansonFix pointer-mismatch bug.
2003-07-12 Chris HansonAdd getsockopt and setsockopt.
2003-07-12 Chris HansonSet SO_REUSEADDR in OS_bind_tcp_server_socket.
2003-07-09 Chris HansonChange OS_bind_tcp_server_socket to set SO_REUSEADDR.
2003-07-09 Chris HansonFix typo in last change.
2003-07-09 Chris HansonSplit OPEN-TCP-SERVER-SOCKET into its component parts.
2003-07-09 Chris HansonAdd EADDRINUSE to list of supported error codes.
2003-07-04 Chris HansonFinish filling in Unicode procedure descriptions.
2003-07-03 Chris HansonEmit non-ASCII chars using &#...; notation.
2003-07-03 Chris HansonOPEN-WIDE-INPUT-STRING was checking to see if its argum...
2003-06-20 Chris HansonFirst draft of new Unicode support.
2003-06-14 Chris HansonTweak name of internal procedure to make indentation...
2003-06-08 Chris HansonAdd initial draft of PostgreSQL support.
2003-06-08 Chris HansonChange PQ-MAKE-EMPTY-PG-RESULT to accept weak pair...
2003-06-08 Chris HansonFix typo.
2003-06-08 Chris HansonUse GC finalizer to maintain open-channels list.
2003-06-08 Chris HansonImplement MAKE-GC-FINALIZED-OBJECT.
2003-06-08 Chris HansonFix bug: OPEN-TCP-SERVER-SOCKET was not returning a...
2003-06-06 Chris HansonChange PQ-EXEC to take a weak-pair argument in which...
2003-06-06 Chris HansonPass in pair to procedures that connect to server,...
2003-06-06 Chris HansonFirst draft of PostgreSQL support.
2003-06-06 Chris HansonAdd prpgsql.
2003-06-06 Chris HansonUpdate copyright dates.
2003-05-31 Chris HansonIn M-x occur, change recursive algorithm to iterative...
2003-05-17 Chris HansonEliminate use of returned structure in compiled-code...
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.
next