mit-scheme.git
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...
2006-12-27 Taylor R. CampbellArgh! Add long-forgotten (EDWIN LISPPASTE) package...
2006-12-27 Taylor R. CampbellUpdate copyright date.
2006-12-27 Taylor R. CampbellImprove code generated for segment variable matching...
2006-12-20 Chris HansonUse OS/FIND-PROGRAM to search path for sendmail.
2006-12-20 Chris HansonDefer call to OS/SENDMAIL-PROGRAM until mail is to...
2006-12-11 Arthur GlecklerReverted change 1.30-1.31, which was supposed to requir...
2006-12-09 Taylor R. CampbellFix unparser method for buttons: the procedure given to
2006-11-27 Taylor R. Campbell*Again* belatedly add another package to the list of...
2006-11-25 Chris HansonImplement win32 socket shutdown support.
2006-11-25 Chris HansonEliminate win32 compiler warnings.
2006-11-23 Taylor R. CampbellApply some improvements on Aaron Hawley's long-overdue...
2006-11-22 Chris HansonUse shutdown-socket primitive to close one side of...
2006-11-22 Chris HansonAdd SHUTDOWN-SOCKET primitive.
2006-11-22 Chris HansonAdd support for CIFS fs type.
2006-11-22 Chris HansonFix bug: list notation doesn't use commas.
2006-11-22 Chris HansonMake sure constants are unsigned in string_hash.
2006-11-15 Chris HansonAdd MIT and MIT/GNU to cond-expand features.
2006-11-10 Chris HansonChange summary so that "from" field is fixed width...
2006-11-09 Chris HansonFix thinko in previous change.
2006-11-09 Chris HansonChange bnodes so they don't carry their names around...
2006-11-09 Chris HansonImplement PORT/INTERN-PROPERTY!.
2006-11-09 Chris HansonChange bnode mechanism so that user-supplied names...
2006-11-04 Taylor R. CampbellNew Edwin library: a front end for lisppaste, using...
next