mit-scheme.git
2009-09-03 Taylor R CampbellFix error reporting in PARSE-DEFINE-FORM.
2009-09-01 Chris HansonForgot to set -arch in AS_FLAGS.
2009-09-01 Chris HansonFixes to support MacOSX 10.6. Added new --with-macosx...
2009-08-30 Chris HansonRefactor XML library to support names that don't confor...
2009-08-30 Chris HansonChange "code point" to "scalar value" everywhere. ...
2009-08-30 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2009-08-30 Chris HansonAdd patterns to ignore output files in doc directory...
2009-08-27 Matt BirkholzFix CREF's spurious "Bindings with Multiple Definitions...
2009-08-25 Chris HansonIgnore doc/ configuration files.
2009-08-25 Chris HansonUpdate copyright years.
2009-08-25 Chris HansonInitial check-in.
2009-08-25 Chris HansonUpdate copyright years.
2009-08-25 Chris HansonFix various problems with flonum infinities.
2009-08-21 Matt BirkholzFixed `make tags', src/TAGS.
2009-08-21 Matt BirkholzDeleted .gitattributes again, and ALL $Id...$ tags.
2009-08-20 Matt BirkholzFix where Edwin leaves the cursor in console-screens.
2009-08-20 Matt BirkholzRe-created .gitattributes; replaced ALL $Id:...$ with...
2009-08-17 Chris HansonFix up all the messed-up $ entries.
2009-08-08 Chris HansonMerge branch 'master' of cph@git.sv.gnu.org:/srv/git...
2009-08-08 Chris HansonEliminate .gitattributes as it causes more trouble...
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...
next