mit-scheme.git
2008-01-30 Chris HansonFix bug in previous change. Repaginate.
2008-01-30 Chris HansonIn INFERIOR-THREAD-OUTPUT!, signal one thread event...
2008-01-30 Chris HansonMake sure %MAYBE-TOGGLE-THREAD-TIMER is called at every...
2008-01-29 Chris HansonUpdate RC-code tables for version 4.6. Implement Schem...
2008-01-29 Chris HansonEliminate mixed fix/flo cases in binary operations...
2008-01-29 Chris HansonChange GCC restriction to be versioned.
2008-01-29 Chris HansonOops, older GCC used different "guard" macro name.
2008-01-29 Chris HansonAdd "guard" to prevent use of <stdbool.h> in old versio...
2008-01-29 Chris HansonEliminate incorrect reference to HAVE__BOOL.
2008-01-29 Chris HansonEliminate compilation error.
2008-01-28 Chris HansonChange WEAK-LIST->LIST and LIST->WEAK-LIST to use iterative
2008-01-27 Chris HansonWhen parsing local variables, convert editor errors...
2008-01-26 Chris HansonAdd definition of MAKE-TOP-LEVEL-ENVIRONMENT.
2008-01-22 Chris HansonDon't hand non-positive values to REAL-TIMER-SET!....
2008-01-15 Chris HansonBase URI of READ-RDF/TURTLE-FILE should never have...
2008-01-14 Chris HansonTweak handling of the thread timer so that it is set...
2008-01-09 Chris HansonFix bug: VC-CONTROL-DIRECTORIES must handle shadowing...
2008-01-07 Chris HansonModify handling of EVALUATE-IN-INFERIOR-REPL and RUN...
2008-01-03 Chris HansonDon't allocate tables based on the values of POSIX...
2007-12-20 Chris HansonRework last change to allow full type-specific mode...
2007-12-20 Chris HansonOptimize performance of bzr-controlled buffers. It...
2007-12-18 Chris HansonFix brokenness in previous change: can't pass "." for...
2007-12-16 Chris HansonPass "--non-recursive" when calling "bzr ls", since...
2007-12-10 Chris HansonUse notification mechanism for SHOW-TIME.
2007-12-09 Chris HansonBe more specific that column tracking works only for...
2007-12-09 Chris HansonImprove line breaking to have a more accurate idea...
2007-12-09 Chris HansonChange indentation style to put open paren inline,...
2007-12-09 Chris HansonSimplify column tracking: track columns as long as...
2007-12-09 Chris HansonImplement WRITE-RDF/TURTLE-SUBGRAPH.
2007-12-09 Chris HansonChange WRITE-RDF/TURTLE-TRIPLES so that it doesn't...
2007-12-09 Chris HansonProvide abstraction for balanced grouping syntax.
2007-12-09 Chris HansonFavor use of SRFI-1 procedures.
2007-12-08 Chris HansonReplace MAC_ARCH hack with more general mechanism to...
2007-12-05 Chris HansonRewrite handling of control directories and master...
2007-12-04 Chris HansonDon't search for ".bzr" in parent directories if some...
2007-12-04 Chris HansonDon't search for ".bzr" in parent directories if some...
2007-11-26 Chris HansonFix problem introduced by previous change: argument to
2007-11-26 Chris HansonFix problem introduced by previous change: argument to
2007-11-26 Chris HansonRevert change to WITH-EVAL-UNIT, which broke building...
2007-11-26 Chris HansonFix formatting type error.
2007-11-25 Chris HansonRefine the gcc build flags for Mac OS X. Target versio...
2007-11-03 Chris HansonFix bug: IMAP-MAILBOX-DELIMITER was using the mailbox...
2007-11-03 Chris HansonWork around bug in Gmail IMAP server.
2007-10-22 Chris Hansonbzr doesn't have a meaningful default-revision method...
2007-10-19 Chris HansonRework bzr caching to use standard vc cache support.
2007-10-18 Chris HansonFix bzr command cache to pay attention to timestamp...
2007-10-17 Chris HansonAdd support for bzr.
2007-10-12 Chris HansonAlways parse POST variables, so that alternate content...
2007-10-12 Chris HansonProvide DEFINE-MIME-HANDLER and DEFINE-SUBTREE-HANDLER...
2007-10-12 Chris HansonEliminate ugly load hack; use WITH-EVAL-UNIT and WITH...
2007-10-12 Chris HansonChange WITH-EVAL-UNIT to change the current working...
2007-10-12 Chris HansonImplement WITH-CURRENT-LOAD-ENVIRONMENT.
2007-10-12 Chris HansonImplement READ-RDF/TURTLE.
2007-10-12 Chris HansonImplement CURRENT-LOAD-ENVIRONMENT.
2007-10-09 Chris HansonAllow scheme-environment variable to be set to a proced...
2007-10-09 Chris HansonAdd indentation rule to override "DEF" prefix for ...
2007-10-09 Chris HansonAllow ->BUFFER to accept #!DEFAULT.
2007-10-09 Chris HansonMove "bad evaluation environment" message to "evlcom...
2007-10-09 Chris HansonFix thinko.
2007-10-09 Chris HansonEliminate kludge to work around old DEFAULT-OBJECT...
2007-10-08 Chris HansonMake port args optional on output procedures.
2007-10-05 Chris HansonEliminate INDENTATION argument from WRITE-RDF/TURTLE...
2007-09-26 Taylor R. CampbellFix detection of ^G in PREVIEW-EVENT.
2007-09-24 Taylor R. CampbellFix typo in FIND-HEADER: the local variable is named...
2007-09-17 Chris HansonFix bug in handling of URL bindings (thanks Aaron Hsu...
2007-09-17 Taylor R. CampbellOmit superfluous octothorpe from error message for...
2007-09-14 Taylor R. CampbellAdd support for socket-related errno values.
2007-09-13 Chris HansonFix READ-CHAR-NO-HANG to account for CHAR-READY? return...
2007-09-13 Chris HansonFix two WNA errors that occur when generating RTL and...
2007-09-12 Chris HansonEliminate now-unnecessary definitions of INPUT-PORT...
2007-09-12 Chris HansonImplement INPUT-PORT/EOF?.
2007-09-12 Chris HansonReturn #T from CHAR-READY? when at EOF.
2007-09-10 Taylor R. CampbellClarify multipart handling, and calculate lengths more...
2007-09-10 Taylor R. CampbellFix typo in DEFINE-MIME-MEDIA-PARSER for the case of...
2007-09-10 Taylor R. CampbellSimplify calculation of octet and line counts.
2007-09-10 Taylor R. CampbellUpdate SAVE-RESOURCE method on file folders to reflect...
2007-09-10 Taylor R. CampbellFix bug whereby MIME parser for multipart messages...
2007-09-09 Taylor R. CampbellIn READ-CHAR-INTERNAL and READ-STRING-INTERNAL, write...
2007-09-09 Taylor R. CampbellExport Edwin variable MAIL-RELAY-HOST from (EDWIN SENDM...
2007-09-09 Taylor R. CampbellNew Edwin variable MAIL-RELAY-SERVICE, to specify the...
2007-09-09 Chris HansonChange error message generated when an unmatched close...
2007-09-04 Taylor R. CampbellRevive SPARC Solaris support:
2007-08-24 Taylor R. CampbellImplement preliminary support for Dragonfly BSD, thanks...
2007-08-22 Chris HansonDon't call UNIX/CURRENT-UID on non-unix systems.
2007-08-17 Chris HansonEliminate spurious newlines and indentation from
2007-08-17 Chris HansonWhen merging prefix registries, ignore ":" prefixes.
2007-08-17 Chris HansonImplement BYTES-WRITTEN operation for REPL buffer ports.
2007-08-16 Chris HansonImplement WRITE-RDF/TURTLE-TRIPLE.
2007-08-14 Chris HansonDon't inline the first part of a pgroup unless the...
2007-08-14 Chris HansonWhen parsing, record null prefix in prefix registry...
2007-08-14 Chris HansonIn sub-graph notation, final dot is optional.
2007-08-13 Chris HansonAdd predicates and guarantees to validate components...
2007-08-12 Chris HansonDo _not_ do SAVE_CONT after returning from compiled...
2007-08-10 Chris HansonAdd EVENT:NEW-RDF-GRAPH.
2007-08-10 Chris HansonAllow URIs to be given to STRING and UTF8-STRING.
2007-08-10 Chris HansonImplement URI-PREFIX.
2007-08-10 Chris HansonFix thinko in GUARANTEE-8-BIT-CHAR.
2007-08-10 Chris HansonFix typo.
2007-08-10 Chris HansonOops... remove old binding of SYMBOL-APPEND.
2007-08-10 Chris HansonChange SYMBOL to use UTF8-STRING. Change SYMBOL-APPEND...
next