mit-scheme.git
2007-02-23 Taylor R. CampbellAfter inserting newlines, reindent the following expres...
2007-02-22 Chris HansonEliminate debugging statement.
2007-02-22 Chris HansonChange WRITE-RDF/TURTLE-TRIPLES to elide unreferenced...
2007-02-22 Chris HansonChange WRITE-RDF/TURTLE-TRIPLES to elide unreferenced...
2007-02-20 Chris HansonFix type error in RE-DISASSEMBLE-PATTERN. Eliminate...
2007-02-13 Chris HansonDon't build with optional libraries.
2007-02-12 Taylor R. CampbellBind RET to DIRED-FIND-FILE.
2007-02-11 Taylor R. CampbellIn HOSTNAME primitive, move PRIMITIVE_RETURN outside...
2007-02-11 Taylor R. CampbellConditionalize inclusion of optional modules' header...
2007-02-10 Taylor R. CampbellGeneralize Unix install instructions over Scheme versio...
2007-02-10 Taylor R. CampbellOops: because the available space after subtracting...
2007-02-10 Taylor R. CampbellIn the GARBAGE-COLLECT primitive, return the available...
2007-02-08 Chris HansonTweak cookie parsing to allow #\= in RHS of binding...
2007-02-05 Chris HansonDelete discard-char operations.
2007-02-05 Chris HansonRemove leading parens that cause trouble on NetBSD.
2007-02-05 Chris HansonUpdates to make sure that Edwin can be compiled by...
2007-02-05 Chris HansonFile conflicts with Clean.sh on win32.
2007-02-04 Taylor R. CampbellFix bug in compiler reference trap restarts: the name...
2007-02-04 Taylor R. CampbellReinitialize the local display modifier mask table...
2007-02-04 Taylor R. CampbellEliminate compiler warning about non-return from non...
2007-02-04 Chris HansonAdjust for change: "--with-db4" is now "--with-db-4".
2007-02-04 Taylor R. CampbellPermit (SYNTAX-RULES ()), which is the only portable...
2007-02-03 Chris HansonUpdate copyright statements to new form.
2007-01-28 Taylor R. Campbellld on OS X wants `-dylib', not `-dynamiclib', now that...
2007-01-26 Taylor R. CampbellUse NAMED-LAMBDA in the output of named LET.
2007-01-22 Taylor R. CampbellUse `OS_file_access', not `access', in `FILE_READABLE...
2007-01-22 Taylor R. CampbellEliminate compiler warnings for obstack_chunk_alloc.
2007-01-22 Taylor R. CampbellOn OS X, add -Wl,-pagezero_size,04000000 to DLD_LDFLAGS...
2007-01-22 Taylor R. CampbellSpecialize mmap_heap_malloc on OS X to pass MAP_FIXED...
2007-01-22 Chris HansonFix typo. Use AC_CHECK_FUNC(...) rather than AC_CHECK_...
2007-01-22 Chris HansonIncorporate changes for NetBSD from Jed Davis.
2007-01-21 Taylor R. CampbellFix up C comments so that */ inside them will not destr...
2007-01-21 Taylor R. CampbellHack STRINGIFY to support lap comments, in case the...
2007-01-21 Taylor R. CampbellFix bug in the open-coder for HEAP-AVAILABLE? with...
2007-01-21 Taylor R. CampbellIn C-COMPILER-NAME, read from and write to the variable
2007-01-21 Taylor R. CampbellMake DEBUG-SHOW-STANDARD-MARKS work again. It doesn...
2007-01-20 Taylor R. CampbellWrap the new SHUTDOWN-SOCKET primitive's body in SOCKET...
2007-01-20 Taylor R. CampbellEnclose the argument to `test -n' in double-quotes...
2007-01-20 Chris HansonDon't do manual install of info files; let doc/Makefile...
2007-01-20 Chris HansonConditionally install "dir" file in info directory.
2007-01-20 Chris HansonInitial revision.
2007-01-20 Chris HansonTwo fixes for OS X.
2007-01-20 Chris HansonUse --preserve-timestamps only if available.
2007-01-20 Taylor R. CampbellPass `-MG' to `gcc' in the generated `makegen-cc' scrip...
2007-01-19 Taylor R. CampbellIn wrong-number-of-arguments errors where the minimum...
2007-01-18 Taylor R. CampbellInitialize newly constructed records in keyword constru...
2007-01-18 Taylor R. CampbellIn DEFINE-STANDARD-KEYWORD, pass a list of fragments to
2007-01-18 Taylor R. CampbellIn PROMPT-FOR-EXPRESSION, don't pass the default expres...
2007-01-18 Taylor R. CampbellIn DEFINE-KEYPARSER-STATEMENT-LEADER, compile the regul...
2007-01-17 Chris HansonFix another thinko.
2007-01-17 Chris HansonFix broken definition of MATCH-TAIL.
2007-01-17 Chris HansonFix thinko.
2007-01-17 Chris HansonFix typo in previous change.
2007-01-17 Chris HansonDon't consider non-characters in WELL-FORMED-CODE-POINT...
2007-01-17 Chris HansonUse new matching/parsing utility procedures. Implement
2007-01-17 Chris HansonAdd utility procedures for matching and parsing.
2007-01-17 Chris HansonUse new matching procedures.
2007-01-17 Chris HansonImplement UTF8-STRING->PARSER-BUFFER.
2007-01-16 Chris HansonAllow the local part of an RDF qname to be an arbitrary...
2007-01-16 Chris HansonAdd non-character range FDD0 through FDEF. Simplify...
2007-01-14 Chris HansonFor svn, quote diff-switches with "-x" prefix.
2007-01-13 Chris HansonProperly handle case where pg_config isn't available.
2007-01-13 Chris HansonBerkeley DB uses versioned symbols in older versions...
2007-01-12 Taylor R. CampbellUse FILE-REGULAR?, not FILE-EXISTS?, to test for the...
2007-01-12 Chris HansonMake sure that LIARC_OBJECTS are cleaned along with...
2007-01-12 Chris HansonSince COMPILE_FOR_STATIC_LINKING is now defined in...
2007-01-12 Chris HansonReplace "--enable-c-back-end" with "--enable-native...
2007-01-12 Chris HansonAdd necessary file from pre-v15 branch.
2007-01-12 Chris HansonFix two more places with pointer signedness warnings.
2007-01-12 Chris HansonMove "autom4te.cache" from "make maintainer-clean"...
2007-01-12 Chris HansonEliminate pointer signedness warnings.
2007-01-12 Chris HansonFix two bugs causing mis-configuration of modules.
2007-01-12 Chris HansonMerge in most changes from pre-v15 branch. In particul...
2007-01-12 Chris HansonAdd --enable-debugging.
2007-01-12 Chris HansonEliminate COMPILED_DEFS.
2007-01-11 Chris HansonMerge in most of the changes from pre-v15 branch; elimi...
2007-01-10 Chris HansonUse AS_HELP_STRING to simplify --with and --enable...
2007-01-10 Chris HansonRestructure handling of optional libraries; new code...
2007-01-09 Chris HansonAdd Aaron Hsu's patch to support compilation of modules...
2007-01-09 Chris HansonSet non-zero exit code if EOF reached inside error...
2007-01-09 Chris HansonDon't allow MAKE-CONDITIONAL to accept two arguments...
2007-01-09 Chris HansonSimplify UNDEFINED-VALUE?.
2007-01-09 Chris HansonFix echoing of input when standard input is redirected...
2007-01-09 Chris HansonFix bug: add X include and libraries directories to...
2007-01-08 Chris HansonAdd copyright/license statements and fix typo.
2007-01-08 Chris HansonConditionally include C-back-end rules in Makefile...
2007-01-08 Chris HansonWork around bug in "make" prior to version 3.81 by...
2007-01-08 Chris HansonFix bug: GET-OUTPUT-STRING! would always return a null...
2007-01-07 Chris HansonImplement PORT/OPEN?, PORT/INPUT-OPEN?, and PORT/OUTPUT...
2007-01-07 Chris HansonElide nested groups.
2007-01-05 Chris HansonUpdate copyright statements to GNU standard.
2007-01-05 Chris HansonAdd datarootdir.
2007-01-05 Chris HansonUpdate copyright statements to GNU standard.
2007-01-05 Chris HansonUpdate FSF address.
2007-01-05 Chris HansonUpdate FSF address.
2006-12-31 Chris HansonDon't provide a default <?xml> declaration. The absenc...
2006-12-29 Taylor R. CampbellFix case conversion tables for high ISO-8859-1 characte...
2006-12-28 Taylor R. CampbellFix bug in paredit forward character deletion at the...
2006-12-28 Chris HansonAdd XML package definitions to eliminate CREF warnings.
2006-12-27 Taylor R. CampbellTwiddle default heap size for shell scripts that invoke...
next