mit-scheme.git
2006-06-02 Michael R.... Suppress <mcrypt.h> & <mhash.h> includes when files...
2006-05-31 Chris HansonFix typo in previous change.
2006-05-31 Chris HansonPrevent error visiting svn-managed file when "svn"...
2006-05-22 Chris HansonFix parsing of dired lines to work with other locales.
2006-05-16 Chris HansonFix examples of MAKE-CLASS and DEFINE-CLASS so that...
2006-05-15 Chris HansonBump copyright dates.
2006-05-15 Taylor R. CampbellImplement OS/NEWEST-BACKUP for Unix.
2006-04-30 Taylor R. CampbellExpand the startup message on how to get help to includ...
2006-04-30 Chris HansonFix bug: wrong number of tags was being stored in cache...
2006-04-29 Chris HansonAllow variable names to contain colons in "Edwin Variab...
2006-04-24 Chris HansonFix bug: use of RUN-SHELL-COMMAND in SVN support wasn...
2006-04-14 Chris HansonRequire user to specify version string as sole argument.
2006-04-08 Chris HansonEnable large-file support.
2006-04-08 Chris HansonEnable large-file support.
2006-03-11 Chris HansonFix compiler warning from nested declaration.
2006-03-11 Chris HansonFix compiler warnings from newer version of libmhash.
2006-03-10 Chris HansonDon't bother making URIs work with FASDUMP/FASLOAD...
2006-03-09 Chris HansonChange URI data structures to be usable with fasdump...
2006-03-09 Chris HansonUse SIMPLE-UNPARSER-METHOD.
2006-03-09 Chris HansonImplement support for parsing #[...] syntax. Currently...
2006-03-09 Chris HansonAdd mode-specific keybindings to mode help.
2006-03-09 Chris HansonFix typo.
2006-03-09 Chris HansonFix bug: pathname directories can contain the symbol...
2006-03-07 Chris HansonEliminate load properties. Implement new generalizatio...
2006-03-07 Chris HansonAdd optional ERROR? argument to URI->PATHNAME.
2006-03-07 Chris HansonImplement URI->PATHNAME.
2006-03-07 Chris HansonImplement UTF8-STRING->STRING.
2006-03-07 Chris HansonReplace CALL-WITH-VALUES with RECEIVE.
2006-03-07 Chris HansonAdd mechanism to write and read properties pertaining...
2006-03-07 Chris HansonExport procedures to canonicalize the inputs to MAKE...
2006-03-07 Chris HansonAdd rdf-index type to rdf-struct. Move MATCH-BNODE...
2006-03-07 Chris HansonAdd rdf-index type to rdf-struct. Move MATCH-BNODE...
2006-03-06 Chris HansonRedefine ->URI and friends to treat a false CALLER...
2006-03-06 Chris HansonChange unparser for bnodes so that is shows the name.
2006-03-06 Chris HansonChange MAKE-RDF-BNODE so that its argument is optional.
2006-03-05 Chris HansonDon't use text properties to mark up the summary buffer...
2006-03-02 Chris HansonFix behavior of *PP-UNINTERNED-SYMBOLS-BY-NAME* and
2006-03-02 Chris HansonFix bug: incorrect binding of *BNODES*.
2006-02-26 Chris HansonSTRING-HASH is no longer a primitive.
2006-02-26 Chris HansonImplement SRFI-69 support.
2006-02-24 Chris HansonImplement interning of bnodes. Implement file-level...
2006-02-24 Chris HansonExport port-property operations. Make sure 'transcript...
2006-02-18 Chris HansonFail regular-expression searches immediately at end...
2006-02-18 Chris HansonAdd basic support for RDF triples and RDF/NT.
2006-02-18 Chris HansonRevert decision to make URI?, ABSOLUTE-URI?, and RELATI...
2006-02-18 Chris HansonDon't use TOP-LEVEL in URI parsers; it makes them unabl...
2006-02-16 Chris HansonDon't use URI authority for file: URIs.
2006-02-15 Chris HansonChange several error messages to be clearer or more...
2006-02-15 Chris HansonChange XTERM-RECONFIGURE primitive so that it's argumen...
2006-02-12 Chris HansonReject XML documents for versions other than "1.0".
2006-02-06 Chris HansonImplement DEFINE-EDITOR-ALIAS.
2006-02-06 Chris HansonFix compiler warning.
2006-02-06 Chris HansonFix more brokenness.
2006-02-06 Chris HansonImplement DEFINE-EDITOR-ALIAS.
2006-02-06 Chris HansonMissed a compatibility alias.
2006-02-06 Chris HansonRename to XML mode.
2006-02-06 Chris HansonRemove references to OS/2 and the specific version...
2006-02-02 Chris HansonAdd some newlines with inserted elements, to help reada...
2006-02-02 Chris HansonAllow URIs as char-data.
2006-02-02 Chris HansonGenerate HTTP header _after_ editing document.
2006-02-02 Chris HansonProvide useful defaults for XML declaration, DTD, and...
2006-02-02 Chris HansonCompile "win32" subdirectory.
2006-02-02 Chris HansonUpdates for new release.
2006-02-02 Chris HansonAlways make zip file.
2006-02-02 Chris HansonUpdate CVS repository path.
2006-02-02 Chris HansonChange all URI procedures to accept any object that...
2006-02-01 Chris HansonArrgh. Add code to count correct number of columns...
2006-01-31 Chris HansonImplement PATHNAME->URI.
2006-01-31 Chris HansonIntern URIs so that equality can be tested using EQ?.
2006-01-31 Chris HansonNo longer need to pre-process default arguments.
2006-01-31 Chris HansonChange URI's printed representation to show the string...
2006-01-31 Chris HansonMake sure symbols are properly quoted when pretty-printed.
2006-01-31 Chris HansonFix various minor problems with XML section.
2006-01-31 Chris HansonUse URI records for for namespace URIs.
2006-01-30 Chris HansonChange representation of namespace URIs to use the...
2006-01-30 Chris HansonChange all references from IRI to URI.
2006-01-29 Chris HansonChanges that allow compilation with Open Watcom 1.4.
2006-01-29 Chris HansonCheck for .svn directory before calling "svn" program.
2006-01-28 Chris HansonEliminate compiler warning.
2006-01-28 Chris HansonSimplify overhead required to define XHTML DTDs.
2006-01-27 Chris HansonAdd mode for .rdf files.
2006-01-26 Chris HansonWhen writing processing instructions, don't emit space...
2006-01-26 Chris HansonImplement XML-STYLESHEET.
2006-01-26 Chris HansonChange HTML-1.0-DOCUMENT and HTML-1.1-DOCUMENT to suppo...
2006-01-26 Chris HansonUpdate copyright date.
2006-01-26 Chris HansonMake sure content-type header has appropriate charset...
2006-01-13 Chris HansonAdd changes to support DB 4.4.
2006-01-13 Chris HansonTweak to eliminate texinfo warning.
2006-01-13 Chris HansonChange "MIT Scheme" to "MIT/GNU Scheme".
2006-01-07 Chris HansonFix incorrect WNA error message in CONDITION-CONSTRUCTOR.
2006-01-03 Chris HansonMangle the email addresses for obscurity.
2006-01-02 Taylor R. CampbellImplement KILL-BUFFER-AND-WINDOW command (C-x 4 0)...
2005-12-31 Taylor R. CampbellFix several bugs in the new console resizing code:
2005-12-31 Chris HansonDon't provide support for a special DISCARD-CHAR operat...
2005-12-27 Taylor R. CampbellEliminate redundant and incorrect definition of INPUT...
2005-12-25 Taylor R. CampbellSignal a recognizable NNTP EOF error instead of a simpl...
2005-12-25 Taylor R. CampbellImplement SIGWINCH handler so that Edwin console screen...
2005-12-25 Taylor R. CampbellUse -MM option to gcc in makegen-cc to generate header...
2005-12-25 Taylor R. CampbellProtect against EOF in NNTP-READ-LINE, which causes...
2005-12-25 Taylor R. CampbellFix bug in DISCARD-CHAR whereby it would fail if not...
next