mit-scheme.git
2006-07-03 Taylor R. CampbellImplement PARSE-STATE-START-OF-SEXP and PARSE-STATE...
2006-06-27 Taylor R. CampbellCall UNDO-RECORD-POINT! before modifications in `paredi...
2006-06-27 Taylor R. CampbellImplement paredit-split-sexp (M-S) and paredit-join...
2006-06-26 Taylor R. CampbellAdd entries for diff.scm and paredit.scm to ed-ffi...
2006-06-23 Chris HansonExport CANONICALIZE-RDF-URI.
2006-06-23 Chris HansonRegister qname prefixes when reading file.
2006-06-23 Chris HansonAdd support for RDF qnames.
2006-06-23 Chris HansonAdd entry for "turtle.scm".
2006-06-23 Chris HansonExport qname matchers for use in rdf-struct.
2006-06-22 Chris HansonExport procedures to write the elements of a triple.
2006-06-22 Chris HansonAdd unparser for RDF literals.
2006-06-22 Chris HansonChange INTERN and INTERN-SOFT to accept UTF-8 strings.
2006-06-22 Chris HansonImplement RDF-LITERAL=?.
2006-06-21 Chris HansonHandle atom delimiters specially when they are the...
2006-06-21 Chris HansonDefine CALL-WITH-INPUT-STRING, since I keep assuming...
2006-06-21 Chris HansonEliminate overly-restrictive error tests from character...
2006-06-19 Chris HansonFixed references to unbound variable.
2006-06-19 Chris HansonFixed references to unbound variable.
2006-06-19 Chris HansonEliminate compiler warning.
2006-06-16 Taylor R. CampbellNew Edwin library Paredit.
2006-06-16 Taylor R. CampbellMove diff.scm to proper alphabetical location in syntax...
2006-06-16 Taylor R. CampbellFix Edwin command DIFF-BACKUP for case wherein selected...
2006-06-16 Taylor R. CampbellImplement Unix diff(1) front end.
2006-06-14 Chris HansonStart adding SRFI-1 documentation.
2006-06-12 Taylor R. CampbellImplement two kinds of filtering in Edwin's simple...
2006-06-12 Chris HansonFinish integrating SRFI-1 support.
2006-06-12 Chris HansonMake some changes in preparation for integration of...
2006-06-12 Chris HansonChange or eliminate some calls to REDUCE and FOLD-LEFT...
2006-06-11 Chris HansonFix typo in previous change.
2006-06-11 Chris HansonRepaginate.
2006-06-11 Chris HansonGenerate sensible error message when GET-HOST-BY-NAME...
2006-06-10 Chris HansonDelete unused statements from previous change.
2006-06-10 Chris HansonFix copyright date.
2006-06-10 Chris HansonPrevious change wasn't quite right. Some more tweaking...
2006-06-10 Chris HansonAdd missing datarootdir definition needed by newer...
2006-06-10 Chris HansonFix copyright dates on changed files.
2006-06-10 Chris HansonRemove obsolete file.
2006-06-10 Chris HansonAdd parsing support for RDF/Turtle.
2006-06-10 Chris HansonTweak DIRECTORY-LISTING-BEFORE-FILENAME-REGEXP to add...
2006-06-10 Chris HansonImplement ERROR macros.
2006-06-10 Chris HansonImplement PARSER-BUFFER-ERROR.
2006-06-10 Chris HansonImplement WRITE-RDF/NT-FILE.
2006-06-05 Michael R.... Rationalized the order of clauses in `Display()' to...
2006-06-05 Michael R.... Just shoot me now. FIXNUMs should continue to appear...
2006-06-05 Michael R.... Oops. UNSIGNED_FIXNUM_TO_LONG() should be FIXNUM_TO_UL...
2006-06-05 Michael R.... I was sick of seeing negative values in high memory...
2006-06-05 Michael R.... Debugging tools (both for debugging `ppband' and the...
2006-06-05 Michael R.... Generally improved output formatting. More info is...
2006-06-05 Michael R.... Display TC_LIST as ``PAIR'' as per comment in "sdata.h".
2006-06-05 Michael R.... Handle recognized constants specially (like UNSPECIFIC...
2006-06-05 Michael R.... Display `C_Code_Table' if non-zero (not unlike the...
2006-06-05 Michael R.... Add a usage string to `main()' so folks can see how...
2006-06-05 Michael R.... Fixed bit-rotted `show_area's count-based MANIFEST_CLOS...
2006-06-05 Michael R.... Added "storage.c" to list of dependencies needed for...
2006-06-03 Michael R.... Resurrect the `ppband' fasdump/band parser and heap...
2006-06-03 Michael R.... This is a minimal resurrection of a handy, though bit...
2006-06-03 Michael R.... Fixed some compiler warnings:
2006-06-02 Chris HansonAdd Ziggy's new ID.
2006-06-02 Michael R.... Added (excessive) step-by-step detail on non-easy CVS...
2006-06-02 Michael R.... For backward compatibility, if new `call-with-output...
2006-06-02 Michael R.... Replace non-backward-compatible `--eval' null input...
2006-06-02 Michael R.... Replace hard-wired "scheme" calls with retargetable...
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*.
next