mit-scheme.git
2006-09-08 Chris HansonEliminate references to MANIFEST-SPECIAL-NM-VECTOR...
2006-09-08 Chris Hanson"undo" must be loaded after "editor".
2006-09-06 Chris HansonMore fixes.
2006-09-06 Chris HansonFix typo in previous change.
2006-09-06 Chris HansonChange handling of purification queue so that the list...
2006-09-06 Chris HansonEliminate FUTURE?.
2006-08-29 Chris HansonWhen building constant-folding list, be tolerant of...
2006-08-29 Chris HansonFix typo in previous change.
2006-08-28 Chris HansonRe-fix previous change -- forgot to account for bucky...
2006-08-27 Chris HansonAdd windows 8-bit codecs.
2006-08-27 Chris HansonChange representation of characters in PSB files to...
2006-08-27 Arthur GlecklerFixed typo in comment.
2006-08-16 Chris HansonMake symbolic names for parse-state vector, and use...
2006-08-15 Chris HansonFix bug: "ignored" files should be treated the same...
2006-08-15 Chris HansonFix typo in previous change.
2006-08-10 Arthur GlecklerFixed spelling errors.
2006-08-09 Arthur GlecklerAdded new `port-position' procedure. On a port created...
2006-08-03 Taylor R. CampbellUpdate the size of parse states according to the recent...
2006-08-02 Chris HansonFix various compiler warnings.
2006-08-02 Taylor R. CampbellNew simple HTTP client abstraction.
2006-08-02 Arthur GlecklerFixed bug in `make-hash-table' and `alist->hash-table...
2006-08-02 Chris HansonClean up handling of bnode registration. Add mechanism...
2006-08-01 Chris HansonTweak qname abstraction again.
2006-08-01 Chris HansonShare the definition of STRING-OF-XML-CHARS? with ...
2006-08-01 Chris HansonRound out the RDF QName abstraction a bit. Change...
2006-07-31 Taylor R. CampbellTighten XML-CHAR-DATA? and CANONICALIZE-CHAR-DATA so...
2006-07-29 Chris HansonFix bug in parsing of booleans; they were matched but...
2006-07-28 Taylor R. CampbellAdd the condition of whether all characters are in...
2006-07-28 Chris HansonAdd CALL-WITH-INPUT-STRING to indentation table.
2006-07-28 Chris HansonIn URI->RDF-QNAME, don't use blank prefix if another...
2006-07-28 Chris HansonFix typo in previous change. Tweak interface to export...
2006-07-27 Chris HansonAllow RDF prefix procedures to take an optional registr...
2006-07-27 Chris HansonUpdate copyright dates.
2006-07-27 Taylor R. CampbellBelatedly add paredit to the list of optional packages...
2006-07-27 Chris HansonAdd missing guarantors for symbols and strings.
2006-07-27 Chris HansonImplement FOR-ALL-CHARS-IN-STRING? and FOR-ANY-CHAR...
2006-07-26 Chris HansonChange LOAD so that nested loads use environment of...
2006-07-26 Chris HansonAllow LOAD in expander environment to take optional...
2006-07-25 Taylor R. CampbellChange string encoding so that base64-encoded strings...
2006-07-20 Taylor R. CampbellMove STACK-TRACE from mod_lisp server to the run-time...
2006-07-08 Chris HansonMake sure that base URI is absolute.
2006-07-03 Taylor R. CampbellChange SAVE-EXCURSION and SCREEN-WINDOW-CONFIGURATION...
2006-07-03 Taylor R. CampbellUpdate copyright years.
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:
next