2003-03-11 |
Chris Hanson | Change both records and named structures to store defau... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Chris Hanson | Eliminate incorrect usage of default initializers in... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Chris Hanson | If script is invoked from top-level build directory... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Chris Hanson | Fix typo in %RECORD-CONSTRUCTOR-GIVEN-NAMES. |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Chris Hanson | Change START-INDENT to be two booleans, INDENT-DTD... |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Chris Hanson | Don't save DEFAULT-RECORD, go back to using DEFAULT... |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Chris Hanson | Revert earlier change to use RECORD-KEYWORD-CONSTRUCTOR... |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Chris Hanson | Fix thinko in previous change. |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Chris Hanson | Use angle notation for type descriptor. |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Chris Hanson | Use angle notation for type descriptor. |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Chris Hanson | Implement GUARANTEE- procedures for symbols. |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Chris Hanson | Use angle notation for type descriptor. |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Chris Hanson | Export GUARANTEE-PARSER-MACROS. |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Chris Hanson | Don't use WRITE-TO-STRING in ->TYPE-NAME; it gets calle... |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Chris Hanson | Fix typo in previous change. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Export some syntactic-environment procedures. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Export some syntactic-environment procedures. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Use angle notation for type descriptor. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Use DEFINE-RECORD-TYPE to make record descriptions... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Use DEFINE-RECORD-TYPE to make record descriptions... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Use DEFINE-RECORD-TYPE to make record descriptions... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Use DEFINE-RECORD-TYPE to make record descriptions... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Use DEFINE-RECORD-TYPE to make record descriptions... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Use DEFINE-RECORD-TYPE to make record descriptions... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Use DEFINE-RECORD-TYPE to make record descriptions... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Use DEFINE-RECORD-TYPE to make record descriptions... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Remove angle brackets ("<...>") from record-type name. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Use RECORD-KEYWORD-CONSTRUCTOR. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Implement RECORD-KEYWORD-CONSTRUCTOR. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Rename RECORD-COPY to COPY-RECORD. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Revamp the record abstraction. Record types now have... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Chris Hanson | Revert most of previous change. Instead introduce... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Chris Hanson | Change LIST?, ALIST?, and LIST-OF-TYPE? to return the... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Chris Hanson | Eliminate long-unused support for applicable records. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Chris Hanson | Change name of button type from BUTTON-RECORD-TYPE... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Chris Hanson | Fix mistake in definition of DEFINE-RECORD-TYPE: fields... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Chris Hanson | Eliminate long-unused support for applicable records. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Chris Hanson | New procedure XML->WIDE-STRING. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Chris Hanson | Restructure XML output procedures to take a rest argume... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Chris Hanson | Fix several parser bugs that were found by the conforma... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Chris Hanson | Don't allow whitespace in DTD. |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Chris Hanson | Reject documents that contain entity references whose... |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Chris Hanson | Major rewrite, primarily to eliminate XML-UNINTERPRETED... |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Chris Hanson | Fix logic error in UTF-8 decoding. |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Chris Hanson | Major rewrite of Unicode support. New design supports... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Chris Hanson | Change character representation to have 21 code bits... |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Chris Hanson | Allow OPEN-INPUT-STRING to accept #F for optional argum... |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Chris Hanson | Change GUARANTEE-SUBSTRING-END-INDEX to take a length... |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Chris Hanson | Remove references to #\T- characters. |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Chris Hanson | Add GUARANTEE-LIMITED-INDEX-FIXNUM. |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Chris Hanson | Add GUARANTEE-INDEX-FIXNUM. |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Chris Hanson | Add VECTOR-OF-TYPE? to indentation table. |
commit | commitdiff | tree | snapshot |
2003-02-24 |
Chris Hanson | Export "guarantee" procedures for string indices. |
commit | commitdiff | tree | snapshot |
2003-02-24 |
Chris Hanson | Export "guarantee" procedures for string indices. |
commit | commitdiff | tree | snapshot |
2003-02-24 |
Chris Hanson | Export "guarantee" procedures for string indices. |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Chris Hanson | Add LIST-OF-TYPE? to indentation table. |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Chris Hanson | Generate changelog for HTML files. |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Chris Hanson | Generate changelog for HTML files. |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Chris Hanson | Change program name to MIT/GNU Scheme. |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Chris Hanson | Change program name to MIT/GNU Scheme. |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Chris Hanson | Change program name to MIT/GNU Scheme. |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Chris Hanson | Canonicalize copyright/license notices. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Chris Hanson | Add support for SRFI-6 -- this consists of renaming... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Chris Hanson | Add procedure to compare two build trees. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Chris Hanson | Eliminate definitions embedded inside LET-SYNTAX, since... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Chris Hanson | Can't use top-level DEFINE-SYNTAX in this file, because... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Chris Hanson | Eliminate compiler warning. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Chris Hanson | Fix interaction between LET-SYNTAX and definitions... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Chris Hanson | Eliminate definitions embedded inside LET-SYNTAX, since... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Chris Hanson | Use "--" form for command-line arguments. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Chris Hanson | Eliminate "(c)" string from copyright notices. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Chris Hanson | Properly fix problem with LETREC/definition interaction... |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Chris Hanson | Complete rewrite, greatly simplied code. Initiated... |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Chris Hanson | Add GUARANTEE- procedures. Clean up a little, and... |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Chris Hanson | Fix bug in output of LETREC expressions: internal defin... |
commit | commitdiff | tree | snapshot |
2003-02-07 |
Chris Hanson | New procedures: STRING->XML, SUBSTRING->XML, and XML... |
commit | commitdiff | tree | snapshot |
2003-02-06 |
Chris Hanson | Export GUARANTEE-PAIR to global environment. |
commit | commitdiff | tree | snapshot |
2003-02-06 |
Chris Hanson | Fix bug in definition of COMPLETE keyword. |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Chris Hanson | Generate appropriate error message when ellipsis appear... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Chris Hanson | Update copyright; use PAIR? rather than NULL? where... |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Chris Hanson | Export CHAR-SET:XML-WHITESPACE. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Chris Hanson | Update copyright/license statement. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Chris Hanson | Update copyright/license statement. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Chris Hanson | Make XML-INTERN be an alias for STRING->SYMBOL. |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Chris Hanson | When TEST-FOR-IO-ON-CHANNEL returns HANGUP or ERROR... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Chris Hanson | Use new I/O synchronization to avoid blocking the Schem... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Chris Hanson | Change calling interface for test-select-registry so... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Chris Hanson | Use new I/O synchronization support in runtime system. |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Chris Hanson | Use ERROR and HANGUP values returned by TEST-SELECT... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Chris Hanson | Pay attention to POLLERR and POLLHUP values returned... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Chris Hanson | Use new I/O synchronization primitives. Requires micro... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Chris Hanson | Implement new primitives for I/O synchronization. ... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Chris Hanson | Change default value of imail-mime-collapse-digest... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Chris Hanson | Add indent methods for SFRI keywords. |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Chris Hanson | Add comment aout treating MIME digests as subfolders. |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Chris Hanson | Eliminate last vestiges of UNWIND-PROTECT. |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Chris Hanson | Rework code that starts the debugger. The edwin variable |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Chris Hanson | Order predicates for keys must also handle buttons... |
commit | commitdiff | tree | snapshot |
next |