mit-scheme.git
2009-04-28 mhbNew, optional argument to simple-command-line-parser and
2009-04-27 Taylor R. CampbellUse UX_prim_check_fd_errno to check errors after accept...
2009-04-26 Taylor R. CampbellGracefully handle recursive locking of folders' caches.
2009-04-25 Taylor R. CampbellSimplify use of DECORATED-STRING-APPEND.
2009-04-25 Taylor R. CampbellBreak last page into two.
2009-04-25 Taylor R. CampbellAdd support for multiline descriptions in SIMPLE-COMMAN...
2009-04-25 Taylor R. CampbellFix typos in option summary. For `--version', use...
2009-04-25 mhbAdded a doc. string for the --edit command line option.
2009-04-25 mhbPunt the usual start_scheme announcements when --versio...
2009-04-25 mhbRemoved mention of bchscheme, --compiler and --edwin...
2009-04-25 mhbAdded GNUish options --help, --quiet, --silent and...
2009-04-25 mhbAdded optional argument for set-command-line-parser!,
2009-04-23 Taylor R. CampbellFix whitespace.
2009-04-16 Taylor R. CampbellFix whitespace.
2009-04-15 Taylor R. CampbellNew primitive NEW-MAKE-PIPE does what MAKE-PIPE does...
2009-04-15 Taylor R. CampbellUse the argument count, not the operand count (which...
2009-04-15 Taylor R. CampbellNew macro STD_FD_VOID_SYSTEM_CALL to be used after...
2009-04-15 Taylor R. CampbellFix mistake in previous commit: STD_FD_SYSTEM_CALL...
2009-04-15 Taylor R. CampbellNew function UX_prim_check_fd_errno to to be used after...
2009-04-15 Taylor R. CampbellIf open(2) fails with EMFILE or ENFILE, trigger a garba...
2009-04-04 Taylor R. CampbellUse COMPILER:NOISY? to toggle whether to echo liarc...
2009-03-22 Taylor R. CampbellAdd (GLOBAL-DEFINITIONS "../sf/sf") to compiler.pkg.
2009-03-21 Taylor R. CampbellSimplify invocations of the stat-like system calls...
2009-03-21 Taylor R. CampbellCall fsync_range more carefully. It differs between...
2009-03-21 Taylor R. CampbellChange CHANNEL-SYNCHRONIZE so that it is a no-op on...
2009-03-21 Taylor R. CampbellNew output port operation SYNCHRONIZE-OUTPUT requests...
2009-03-21 Taylor R. CampbellSignal a better error in PORT-POSITION and SET-PORT...
2009-03-21 Taylor R. CampbellPeriodically synchronize only the tty's x and y sizes...
2009-03-21 Taylor R. CampbellChange UX_reinitialize_tty so that it only sets a flag...
2009-03-21 Taylor R. CampbellFix same typo in OPEN-EXCLUSIVE-BINARY-OUTPUT-FILE.
2009-03-21 Taylor R. CampbellFix typo in definition of OPEN-EXCLUSIVE-OUTPUT-FILE.
2009-03-21 Taylor R. CampbellNew primitives for fsync and exclusive output files.
2009-03-21 Taylor R. Campbell(GARBAGE-COLLECT) Fix quotes in the documentation strin...
2009-03-14 Taylor R. CampbellUpcase the switch `on' in `#pragma STDC FENV_ACCESS...
2009-03-10 Taylor R. CampbellCheck, or ignore by casting to void, the values returne...
2009-03-09 Taylor R. CampbellIn OS_process_clock and OS_real_time_clock, don't signa...
2009-03-09 Taylor R. CampbellIn batch mode, suppress loading notifications for ...
2009-03-08 Taylor R. CampbellUse $< and $@ rather than $* because GNU make and BSD...
2009-03-08 Taylor R. CampbellAvoid consing in the secondary GC daemon DISCARD-DEBUGG...
2009-03-08 Taylor R. CampbellIn the STD_*_SYSTEM_CALL macros, if the system call...
2009-03-07 Taylor R. CampbellInfo files are now stored in the `info/' subdirectory...
2009-03-05 Taylor R. CampbellSuffix a colon to the value of the TERMCAP environment...
2009-02-24 Taylor R. CampbellRe-enable open-coding of FLONUM-ASIN and FLONUM-ACOS...
2009-02-23 Taylor R. CampbellIn FIXNUM-LSH, if the count exceeds the Scheme datum...
2009-02-23 Chris HansonAnnotate compiled-code binary files with sets of bound...
2009-02-22 Chris HansonImplement primitive to read linkage-section info.
2009-02-20 Taylor R. CampbellFix last change so that non-empty blank nodes are not...
2009-02-19 Chris HansonType check args to scode procedures.
2009-02-18 Taylor R. CampbellFix parsing and unparsing XML-RPC's `dateTime.iso8601...
2009-02-18 Taylor R. CampbellName the lisppaste message pop-up buffer `*lisppaste...
2009-02-16 Taylor R. CampbellEliminate spurious semicolon in EXIT_CRITICAL_SECTION.
2009-02-11 Taylor R. CampbellUse generic arithmetic for external string indices.
2009-02-05 Taylor R. CampbellAdd `.so' to the list of file extensions ignored by...
2009-02-04 Arthur GlecklerAdded POSITION operation back to string output ports...
2009-02-03 Taylor R. CampbellWhen signalling an error for primitive invocations...
2009-02-03 Taylor R. CampbellParse malformed multipart parts as application/octet...
2009-02-03 Taylor R. CampbellThere is no (EDWIN IMAIL MIME) package. imail-mime...
2009-02-03 Taylor R. CampbellAsk STRING? before calling STRING-LENGTH when parsing...
2009-02-02 Taylor R. CampbellFix more mistaken references to top-level variables...
2009-02-02 Taylor R. CampbellUse SCODE/PRIMITIVE-PROCEDURE?, not PRIMITIVE-PROCEDURE...
2009-02-02 Taylor R. CampbellFix another CONS -> (UCODE-PRIMITIVE CONS).
2009-02-02 Taylor R. CampbellUse the CONS primitive, not the value of the top-level...
2009-02-02 Taylor R. CampbellWhen testing for combinations of NOT and GENERAL-CAR...
2009-02-02 Taylor R. CampbellExpand the list of declarations known to be handled...
2009-01-15 Taylor R. Campbell(FIX:> 0 (STRING-LENGTH LINE)) is always false. No...
2008-12-24 Taylor R. CampbellIf a message's header claims a structure that is not...
2008-12-12 Taylor R. CampbellAdd the name #\formfeed to #\U+0C.
2008-12-06 Taylor R. CampbellPass the history to MAKE-KEYWORD-VALUE-ITEM.
2008-12-06 Taylor R. CampbellStore histories with keyword value items so that passin...
2008-12-02 Taylor R. CampbellExclude \Recent flags from STORE and APPEND commands...
2008-11-12 Taylor R. CampbellUnstackify the components of rectangular numbers in...
2008-10-29 Chris HansonDon't follow semicolon by space in parameter lists.
2008-10-26 Chris HansonAllow XML I/O on ports that don't support coding.
2008-10-26 Chris HansonAdd FRESH-LINE operation.
2008-10-26 Chris HansonOn input, allow any combination of ISO 8601 basic and...
2008-10-23 Taylor R. CampbellNew variable DEFAULT-MIME-TEXT-CHARSET to support speci...
2008-10-19 Taylor R. CampbellRemove spurious parameter in STRINGIFY-DATA/TRADITIONAL...
2008-10-18 Taylor R. CampbellMinor improvements.
2008-10-12 Chris HansonAllow white space in empty blank node.
2008-10-11 Chris HansonChange REMOVE-DOT-SEGMENTS so it affects only absolute...
2008-10-11 Chris HansonDelete misleading section title.
2008-10-11 Chris HansonBind #\c-m-r to isearch-backward-regexp to match Emacs.
2008-10-11 Chris HansonAlways run REMOVE-DOT-SEGMENTS when creating absolute...
2008-10-11 Chris HansonMake sure absolute URIs are correctly resolved.
2008-10-10 Chris HansonExpand mail aliases in "resent-XXX" headers.
2008-10-08 Chris HansonExplicitly specify the band to use when cross compiling...
2008-10-03 Chris HansonUpdate my email address.
2008-10-02 Taylor R. CampbellUse HTTP headers in XML-RPC requests, not RFC 2822...
2008-09-29 Chris HansonImplement procedures to control flonum rounding mode.
2008-09-28 Chris HansonChange SET-FLOAT-ROUNDING-MODE to signal an error on...
2008-09-27 Chris HansonImplement primitives to control the floating-point...
2008-09-26 Chris HansonGreatly simplify configuration choices:
2008-09-25 Taylor R. CampbellDiscard the deleted flag when filing messages.
2008-09-25 Taylor R. CampbellOops -- forgot to commit changes to imail-imap.scm...
2008-09-25 Taylor R. CampbellSort by ordered message index before summarizing search...
2008-09-25 Taylor R. CampbellWhen expunging messages, preload only deleted messages...
2008-09-25 Chris HansonUpdate KNOWN-STATUS-CODES.
2008-09-24 Chris HansonAllow LWS in a few more places on input.
2008-09-24 Chris HansonFix implementation of ISO 8601 date/time:
2008-09-24 Chris HansonEliminate ISO8601-SEPARATE-WITH-T?; according to the...
next