mit-scheme.git
2009-07-23 Matt BirkholzFixed some random typos.
2009-07-15 Chris HansonMerge branch 'master' of cph@git.sv.gnu.org:/srv/git...
2009-07-14 Taylor R CampbellDon't call SAVE-RESOURCE in DISCARD-FOLDER-CACHE on...
2009-07-14 Taylor R CampbellMake IMAIL synchronize output after writing mail to...
2009-07-14 Taylor R CampbellBack out a previous change to make SAVE-RESOURCE `grace...
2009-07-14 Taylor R CampbellFix appending to open file folders so that it signals an
2009-07-14 Chris HansonMust zero out sockaddr_in before use.
2009-07-09 Chris HansonFix typo in POST encoder.
2009-06-29 Chris HansonAllow pathnames to be used in STRING and UTF8-STRING.
2009-06-22 Chris HansonIgnore emacs backup and temporary files.
2009-06-22 Chris HansonInitial implementation of vc-git.
2009-06-21 Chris HansonSplit vc type definitions into separate files.
2009-06-20 Chris HansonEliminate duplicate module rules.
2009-06-20 Chris HansonMissed changing one place that knew about closure struc...
2009-06-20 Chris HansonFix closure structure so that first entry is word-aligned.
2009-06-20 Chris HansonFix typo.
2009-06-18 Chris HansonAdd new SVM instruction to support closures.
2009-06-16 Chris HansonFix thinko.
2009-06-15 Chris HansonMerge svm branch, will work on head.
2009-06-15 Chris HansonFix $ tags in v8 files.
2009-06-15 Chris HansonSet attribute to expand $ in source files.
2009-06-15 Chris HansonFine-tune .gitignore patterns.
2009-06-10 Taylor R CampbellCall ABORT-KEYBOARD-MACRO in EDITOR-FAILURE.
2009-05-18 Chris HansonInitial git check-in.
2009-05-18 Chris HansonProvide abstractions for writing copyright and license...
2009-05-18 Chris HansonIgnore .edwin-ffi files.
2009-05-09 Chris HansonFix thinko.
2009-05-09 Chris HansonIgnore LOG file.
2009-05-09 Chris HansonAdd script to generate git log.
2009-05-09 Chris HansonAdd .gitignore
2009-05-09 Chris HansonEliminate v7 directory, moving subdirs up one level.
2009-05-09 Chris HansonFix typo in MIME:PARSE-MULTIPART-PARTS-1.
2009-05-09 Chris HansonFix bug: read-substring wasn't updating the buffer...
2009-05-01 Taylor R. CampbellDon't enable blowfish and MD5 support if the OpenSSL...
2009-05-01 Taylor R. CampbellARCH is not spelled with a G.
2009-05-01 Taylor R. CampbellWrite only permanent flags, not all flags, in RMAIL...
2009-04-30 Taylor R. CampbellDon't clear AS_FLAGS, so that it can be passed to confi...
2009-04-30 Taylor R. CampbellAdd comment about disagreement between compiler and...
2009-04-30 Taylor R. CampbellAllow --enable-native-code=ARCH to specify a particular...
2009-04-29 Taylor R. CampbellReflect changes made on AFS: Use `touch -r', not ...
2009-04-29 Taylor R. CampbellCall %MAYBE-TOGGLE-THREAD-TIMER after registering a...
2009-04-28 mhbAdded mhb (Matt Birkholz).
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...
next