mit-scheme.git
2011-06-10 Taylor R CampbellFix use of the close system call.
2011-06-08 Taylor R CampbellOmit some vestiges in nntp.scm.
2011-06-08 Taylor R CampbellFix order of arguments to HASH-TABLE/MODIFY!.
2011-06-08 Taylor R CampbellKludge up wrong-number-of-arguments error parsing for...
2011-06-08 Taylor R CampbellFix up bit-indexed integer operations.
2011-05-25 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-05-24 Joe MarshallMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-05-24 Joe MarshallA small simplification.
2011-05-24 Joe MarshallAvoid leaving trailing whitespace on notifications.
2011-05-23 Taylor R CampbellCall the procedure in HASH-TABLE/MODIFY! before blockin...
2011-05-23 Taylor R CampbellMust disable interrupts for SET-ENTRY-DATUM!.
2011-05-23 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-05-22 Taylor R CampbellUse MAKE-STRONG-EQ-HASH-TABLE for SOS's built-in class...
2011-05-22 Taylor R CampbellUse MAKE-STRONG-EQV-HASH-TABLE for Swank inspector...
2011-05-22 Taylor R CampbellMissed a spot in parse.scm: MAKE-EQV-HASH-TABLE is...
2011-05-22 Taylor R CampbellFix HASH-TABLE-UPDATE!/DEFAULT to conform to silly...
2011-05-18 Matt BirkholzTrying to get FFI test shim to link on Mac OS X.
2011-05-10 Taylor R CampbellFix wait loop logic in synchronous subprocesses.
2011-05-10 Taylor R CampbellAdd some trivial synchronous subprocess tests.
2011-05-09 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-05-09 Taylor R CampbellPermit `--constant 0'.
2011-05-09 Joe MarshallFix whitespace.
2011-05-09 Joe MarshallMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-05-09 Joe MarshallRemove overly complex code.
2011-05-09 Taylor R CampbellPrefer (NOT (PAIR? ...)) over (NULL? ...) in unxpth...
2011-05-09 Taylor R CampbellPermit consecutive slashes in Unix namestrings.
2011-05-02 Chris HansonDon't run build-ffis.
2011-05-02 Chris HansonMissed a copyright.
2011-05-02 Chris HansonUpdate version number.
2011-05-02 Chris HansonUpdate copyright years.
2011-05-02 Chris HansonUpdate version number.
2011-05-02 Chris HansonUpdate version number.
2011-05-02 Chris HansonUpdate version number.
2011-05-02 Chris HansonInitial revision: imported from cph's private sources.
2011-05-01 Chris HansonAdd patterns for ffi documentation.
2011-05-01 Chris HansonDon't run "build-ffis"; this rule is broken on Mac...
2011-05-01 Chris HansonRevert misguided change.
2011-04-30 Taylor R CampbellFix configure with host Scheme check disabled.
2011-04-30 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-04-30 Taylor R CampbellTighten host Scheme detection in configure script.
2011-04-30 Matt BirkholzOops, remove ALL "debugging printfs".
2011-04-30 Matt BirkholzAdded compile-time 'imports option to compile-system.
2011-04-30 Matt BirkholzCut out the SHELL middleman; use run-synchronous-subpro...
2011-04-30 Matt BirkholzUn-distinguish LDFLAGS et al for shims or modules.
2011-04-30 Taylor R CampbellSuppress host Scheme test by default only if lib/all...
2011-04-30 Taylor R CampbellMake configure fail if create-makefiles or compiler...
2011-04-30 Taylor R CampbellReflect autoconf invocation in Setup.sh's output.
2011-04-28 Taylor R CampbellUpdate terminal drawing operation costs on resize.
2011-04-28 Taylor R CampbellOmit unreferenced GEN-DELIMS in url.scm.
2011-04-28 Taylor R CampbellCheck whether requested memory size fits in object...
2011-04-27 Taylor R CampbellFix some header files in the FFI.
2011-04-27 Taylor R CampbellAvoid GNUism $^ in makefiles.
2011-04-27 Taylor R CampbellOmit unreferenced variable in COMPILE-SYSTEM.
2011-04-27 Taylor R CampbellSimplify PARSE-PACKAGE-EXPRESSIONS with FILTER-MAP.
2011-04-27 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-04-26 Matt BirkholzOops, for-all?'s arguments are "backward".
2011-04-26 Matt BirkholzTurned off c-include-noisily? by default.
2011-04-26 Matt BirkholzFixed compile-ffi to use run-shell-command.
2011-04-26 Matt BirkholzIgnore unknown options/descriptions in .pkg files.
2011-04-25 Matt BirkholzRemoved redundant --preserve-timestamps.
2011-04-25 Matt BirkholzFixed recent enhancement to compile-file.
2011-04-20 Matt BirkholzFix compile-system to load into the correct environment.
2011-04-19 Matt BirkholzNew compile-system procedure. Replaced ffi.sf and...
2011-04-18 Matt BirkholzFixed ffi/Makefile-fragment install target.
2011-04-18 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-04-18 Matt BirkholzAdded FFI test.
2011-04-16 Taylor R CampbellRun Scheme in batch mode in the scripts in src/etc/.
2011-04-16 Taylor R CampbellMake `--batch-mode' without `--interactive' imply non...
2011-04-10 Taylor R CampbellUse do { ... } while (0) for command macros in uxproc.c.
2011-04-10 Taylor R CampbellCheck for tcsetpgrp failure.
2011-04-10 Taylor R CampbellDon't fflush stdout and stderr before forking.
2011-04-10 Taylor R CampbellMinor cosmetic changes to uxproc.c.
2011-04-10 Taylor R CampbellUse the closefrom system call if available to close...
2011-04-10 Taylor R CampbellWhen spawning subprocesses, handle the setpgid race...
2011-04-10 Taylor R CampbellAdd some disparaging comments about my code...yechhh.
2011-04-10 Taylor R CampbellPre-compile the regexps in IMAIL-SUMMARY-MATCH-LINE.
2011-04-09 Taylor R CampbellIgnore some variables in test-floenv.scm.
2011-04-09 Taylor R CampbellIgnore variable I in MAKE-RANDOM-SVL in character set...
2011-04-09 Taylor R CampbellFix environment for runtime/test-wttree in tests/check...
2011-04-09 Taylor R CampbellImplement `make check' in the top-level makefile.
2011-04-09 Taylor R CampbellRefactor microcode/test-flonum-casts.scm into lots...
2011-04-06 Taylor R CampbellWork around brain damage in Linux's madvise.
2011-04-05 Taylor R CampbellFix diagram of memory in memmag.c to reflect Microcode 15.
2011-04-05 Taylor R CampbellAdd comment about (not) dynamically scoping madvice.
2011-04-05 Taylor R CampbellAdvise operating system about memory access during GC.
2011-04-03 Taylor R CampbellUse a (hidden) top-level variable for tag in structure...
2011-04-03 Taylor R CampbellBack out recent misguided changes.
2011-04-03 Arthur A. GlecklerFixed bug that caused (load-option 'xml) to fail with...
2011-04-01 Taylor R CampbellFix typo in termination message.
2011-04-01 Taylor R CampbellChange Edwin's default key bindings to match vi convent...
2011-04-01 Taylor R CampbellSwitch to dynamic scope by default.
2011-03-29 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-03-28 Joe MarshallAdd and export GUARANTEE-PROMISE.
2011-03-24 Joe MarshallAdd numerator->exact and denominator->exact.
2011-03-23 Taylor R CampbellWhen signalling a file open error, read channel type...
2011-03-20 Chris HansonCopy example files to doc/ffi/ directory to avoid relat...
2011-03-20 Chris HansonBump version number and current year.
2011-03-20 Chris HansonFor some reason, fatal_buf doesn't have a NUL under...
2011-03-20 Chris HansonBump version number and current year.
2011-03-20 Chris HansonUpdate copyright dates in reference headers.
next