mit-scheme.git
2004-10-15 Chris HansonUpdate using new @copying directive, and reword the...
2004-10-15 Chris HansonConsistently use "mit-scheme-ref" as the file name...
2004-10-15 Chris HansonFix some awkward grammar.
2004-10-14 Chris HansonUpdate TEXINFO-ENVIRONMENT-REGEXP to include "@direntry".
2004-10-14 Chris HansonUpdate TEXINFO-ENVIRONMENT-REGEXP to include "@copying".
2004-10-14 Chris HansonAdd description of XHTML named-character support.
2004-10-14 Chris HansonUpdate to remove gfdl.texinfo references.
2004-10-14 Chris HansonReorganize in order to use texinfo-multiple-files-update.
2004-10-14 Chris HansonIntegrate GFDL directly into document.
2004-10-14 Chris HansonReorganize in order to use texinfo-multiple-files-update.
2004-10-14 Chris HansonDo another pass on the XML documentation.
2004-10-14 Chris HansonIntegrate GFDL directly into document.
2004-10-14 Chris HansonFix type error when in SUBSTITUTE-COMMAND-KEYS. Update...
2004-10-14 Chris HansonCopy the string returned by XML-NAMESPACE-IRI-STRING.
2004-10-14 Chris HansonCopy the string returned by XML-QNAME-STRING.
2004-10-13 Chris HansonWIDE-STRING->STRING should signal an error if a charact...
2004-10-13 Chris HansonUpdate to current style.
2004-10-13 Chris HansonFix minor bug in EXPT: wrong error was being signalled...
2004-10-12 Chris HansonInitial pass on new XML interface.
2004-10-12 Chris HansonFix typo.
2004-10-12 Chris HansonUpdate release number.
2004-10-12 Chris HansonFix formatting of output.
2004-10-06 Chris HansonImplement better fix for READ-FINISH operation in ttyio...
2004-10-06 Chris HansonFix think-o in READ-FINISH that caused infinite loop...
2004-10-01 Chris HansonEliminate another instance of WITHOUT-INTERRUPTS that...
2004-10-01 Chris HansonIt's now OK to flush output during GC. (Whew!)
2004-10-01 Chris HansonFix usage of WITHOUT-INTERRUPTS that actually turns...
2004-10-01 Chris HansonFix WNA typo.
2004-10-01 Chris HansonShow bit of illegal interrupt.
2004-10-01 Chris HansonMove WITH-LIMITED-INTERRUPTS from "global.scm" to ...
2004-10-01 Chris HansonLimit interrupts to GC rather than forcing them to...
2004-10-01 Chris HansonUpdate copyright statement.
2004-10-01 Chris HansonEliminate unused WITHOUT-BACKGROUND-INTERRUPTS.
2004-10-01 Chris HansonRemove ENABLE-INTERRUPTS! and add GET-INTERRUPT-ENABLES.
2004-10-01 Chris HansonChange WITHOUT-INTERRUPTS and WITHOUT-BACKGROUND-INTERR...
2004-10-01 Chris HansonImplement LIMIT-INTERRUPTS!.
2004-10-01 Chris HansonImplement WITH-LIMITED-INTERRUPTS.
2004-10-01 Chris HansonEliminate unused ENABLE-INTERRUPTS! and define GET...
2004-09-30 Chris HansonCan't flush output during gc.
2004-09-30 Chris HansonCosmetic changes.
2004-09-27 Chris HansonFix typo.
2004-09-15 Chris HansonFix infinite recursion in new strategy. Be more carefu...
2004-09-14 Chris HansonChange strategy used to manage the emacs interface...
2004-09-14 Chris HansonImplement SET-PORT/TYPE!.
2004-09-14 Chris HansonImplement SET-PORT/TYPE!.
2004-09-14 Chris HansonEliminate some unused code. Minor stylistic cleanups.
2004-09-14 Chris HansonFix typo in CASE syntax: no expressions in a clause...
2004-09-10 Chris HansonFix problem with console echoing in READ-FINISH.
2004-08-15 Chris HansonRevert change to NON-POINTER-OBJECT?. The resulting...
2004-08-14 Chris HansonFix typo.
2004-08-14 Chris HansonCache the immediate traps. There's no need to have...
2004-08-14 Chris HansonMake printer more robust when printing objects that...
2004-08-12 Chris HansonFix code that constructs HTML documents, by removing...
2004-08-12 Chris HansonFix bug: the root name of a DTD must be a qname; it...
2004-08-12 Chris HansonFix typo. Edit for style.
2004-08-10 Chris HansonIn CONVERT-XML-STRING-VALUE, make sure error message...
2004-08-10 Chris HansonExport FLATTEN-XML-ELEMENT-CONTENTS.
2004-07-24 Chris HansonFix definitions of entities so that they work with...
2004-07-24 Chris HansonFix bug: DTD can't have namespace on its root element...
2004-07-24 Chris HansonFix broken character definitions. (Arrgh.)
2004-07-24 Chris HansonFix thinko in call to MAKE-XML-!ENTITY.
2004-07-24 Chris HansonAdd support for XHTML predefined entities. These are...
2004-07-24 Chris HansonAdd predicates to identify XHTML DTDs.
2004-07-24 Chris HansonChange HTML-EXTERNAL-DTD to HTML-EXTERNAL-ID.
2004-07-24 Chris HansonAdd constructors to aid in building conformant XHTML...
2004-07-24 Chris HansonAdd support for XHTML 1.1.
2004-07-22 Chris HansonFix some text that isn't right for Edwin. (closes...
2004-07-19 Chris HansonMove generic XML convenience procedures from "xhtml...
2004-07-19 Chris HansonExport FLATTEN-XML-ELEMENT-CONTENTS.
2004-07-19 Chris HansonUpdate list of element names to cover exactly those...
2004-07-18 Chris HansonAllow HTML:COMMENT to take anything that satisfies...
2004-07-15 Chris HansonAdd support for NMTOKENS values.
2004-07-15 Chris HansonGeneralize HTML-ATTRS to allow xml-attribute objects...
2004-07-15 Chris HansonAdd XHTML support.
2004-07-15 Chris HansonAllow SYMBOL to accept characters as arguments.
2004-07-15 Chris HansonImplement SYMBOL.
2004-07-12 Chris HansonImplement HTML-ELEMENT?.
2004-07-12 Chris HansonMove xhtml support into this package. Change names...
2004-07-05 Chris HansonNew macro RULE-MATCHER. Rewrite rule-matching mechanis...
2004-07-04 Chris HansonFix typo.
2004-07-04 Chris HansonAdd new operations to categorize type codes.
2004-07-04 Chris HansonAdd new primitive TYPE->GC-TYPE.
2004-07-02 Chris HansonOBJECT-GC-TYPE is no longer a primitive.
2004-07-02 Chris HansonFix definitions of OBJECT-POINTER? and OBJECT-NON-POINT...
2004-07-02 Chris HansonUse OBJECT-NON-POINTER? rather than NON-POINTER-OBJECT?.
2004-07-01 Chris HansonFix typo in previous change.
2004-07-01 Chris HansonMove REGISTER-TYPES-COMPATIBLE? to arch-independent...
2004-06-28 Chris HansonImplement XML-PROCESSING-INSTRUCTIONS-HANDLERS.
2004-06-28 Chris HansonImplement XML-MISC-CONTENT-ITEM?.
2004-06-27 Chris HansonFix valid-content tests on output of processing instruc...
2004-06-23 Chris HansonAdd support for fractional seconds in ISO 8601 times.
2004-06-16 Chris HansonUpdate menu: delete missing section in hash-table docs.
2004-06-13 Chris HansonMust lock table during REHASH-TABLE!.
2004-06-12 Chris HansonMake sure hashing operations integrate as I intended...
2004-06-12 Chris HansonReimplement PRIME-NUMBERS-STREAM to use less space.
2004-06-12 Chris HansonImplement SMALLEST-FIXNUM and LARGEST-FIXNUM.
2004-06-07 Chris HansonReflect new hash-table implementation.
2004-06-07 Chris HansonNew hash-table implementation.
2004-05-27 Chris HansonWhen closing a port, don't try to flush output if the...
2004-05-27 Chris HansonExport UTF-xx input ports.
next