mit-scheme.git
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.
2011-03-09 Joe MarshallAdd GUARANTEEs for positive, negative, non-positive...
2011-02-26 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-02-25 Joe MarshallExport some predicates.
2011-02-17 Taylor R CampbellFix typo in `mail-relay-service' documentation string.
2011-02-14 Taylor R CampbellNew (Unix) primitive CHANNEL-FILE-ATTRIBUTES for fstat.
2011-02-14 Taylor R CampbellFix ENCODE-TIME to correctly handle negative time zones.
2011-02-08 Taylor R CampbellBump microcode version number.
2011-02-07 Taylor R CampbellNew primitive NANOTIME-SINCE-UTC-EPOCH.
2011-01-24 Taylor R CampbellTwo minor cosmetic changes to runtime/wttree.scm.
2011-01-24 Taylor R CampbellFix wt-tree balancing. Add some trivial tests.
2011-01-15 Taylor R CampbellCheck URI record arguments more carefully in ->MUMBLE...
2011-01-04 Taylor R CampbellLook in /usr/local/share/info for Info files in Edwin...
2010-12-24 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2010-12-24 Chris HansonFix floenv issues with MacOSX.
2010-12-21 Matt BirkholzFFI support for 64bit architectures.
2010-12-18 Joe MarshallFix tag table entry for flonum for 64-bit platforms.
2010-12-17 Joe MarshallFix copying of ACCESS.
2010-12-10 Taylor R CampbellFix STRIP-SUBJECT-RE on "Re: ".
2010-12-07 Taylor R CampbellFix datime.scm's time formats to accept up to 61 second...
2010-11-30 Taylor R CampbellFix silly thinko in definition of STRIP-SUBJECT-RE.
2010-11-24 Taylor R CampbellHandle EINTR from opendir.
2010-11-19 Taylor R CampbellFix comment about euclidean division -- r may be zero.
2010-11-19 Taylor R CampbellWork around bug in glibc's fegetenv on amd64.
2010-11-19 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2010-11-19 Taylor R CampbellReplace `masking exceptions' by `trapping exceptions'.
2010-11-19 Taylor R CampbellImplement a complete set of integer division operator...
2010-11-12 Matt BirkholzFix example code in "Type and range checking".
2010-11-12 Matt BirkholzCreate lib/lib symlinks in microcode/configure.
2010-11-12 Matt BirkholzFixed src/README.txt. Portable C Installation instruct...
2010-11-02 Taylor R CampbellMake BSD feraiseexcept actually raise the exception.
2010-11-02 Taylor R CampbellReplace FPE_RESET_TRAPS by generic clear_float_exceptions.
2010-11-01 Taylor R CampbellMore fixes to floenv.h.
2010-11-01 Taylor R CampbellVarious fixes to floenv.h's emulation of fenv.h in...
2010-11-01 Taylor R CampbellFix name of UPDATE-FLOAT-ENVIRONMENT primitive's C...
2010-11-01 Taylor R CampbellCheck more carefully for fenv_t and fexcept_t.
2010-11-01 Taylor R CampbellCheck for the C99 fenv operations in microcode/configure.
2010-11-01 Taylor R CampbellFix typo.
2010-11-01 Taylor R CampbellCheck for fenv_t and fexcept_t in microcode/configure.
2010-11-01 Taylor R CampbellImplement support for a floating-point environment.
2010-10-31 Matt BirkholzAdded c-cast, struct member peeks, param syntax checking.
2010-10-29 Taylor R CampbellMinor robustness improvement to microcode/makegen/makei...
2010-10-29 Taylor R CampbellConvert INTERRUPTABLE_EXTENT to use `do { ... } while...
2010-10-24 Taylor R CampbellOmit procedure arity check in HASH-TABLE/MODIFY!.
2010-10-24 Taylor R CampbellMake #@n always read as a quotation of the nth hashed...
2010-10-24 Taylor R CampbellKludge to fix pct-encoding of authority part of IMAP...
2010-10-17 Taylor R CampbellFix FLUID-LET of ACCESS.
2010-10-17 Taylor R CampbellAdd previously omitted SRFI 33 operation TEST-BIT-FIELD?.
2010-10-17 Taylor R CampbellNew operations on the two's-complement representation...
2010-10-17 Taylor R CampbellBack out i386 rewriting rule to optimize OBJECT->FIXNUM...
2010-10-17 Taylor R CampbellNuke old Unix-specific I/O selection primitives.
2010-10-16 Taylor R CampbellSimplify and fix X-DISPLAY-PROCESS-EVENTS primitive.
2010-10-15 Taylor R CampbellFix and simplify recent change to xterm_dump_rectangle.
2010-10-14 Taylor R CampbellFinish fix in last change to entity unparsers.
2010-10-14 Taylor R CampbellFix bug in recent change to entity unparsers.
2010-10-14 Taylor R CampbellFix uninitialized reference in xterm_dump_rectangle.
2010-10-14 Taylor R CampbellImplement user-defined unparser methods for entities.
2010-10-14 Taylor R CampbellMake the debugger robust to errors while printing.
2010-10-14 Taylor R CampbellFix some signedness issues in the X11 primitives.
2010-10-12 Taylor R CampbellFix harmless typo in recent change to cache IMAIL messa...
2010-10-11 Taylor R CampbellRefuse to signal a subprocess that has terminated.
2010-10-08 Taylor R CampbellBack out accidentally committed changes to i386.m4...
2010-10-08 Taylor R CampbellFix recent change to FLUID-LET to support unassigning.
2010-10-07 Taylor R CampbellAdd hook in dynamically loaded modules for unloading...
2010-10-07 Taylor R CampbellFix comments in i386.m4 and x86-64.m4 about executable...
2010-10-07 Taylor R CampbellFix recent change to SHALLOW-FLUID-BIND.
2010-10-07 Taylor R CampbellFix PC-in-builtin detection.
2010-10-07 Taylor R CampbellMinor hack to revive the 6.001 REPL.
2010-10-07 Taylor R CampbellCache parsed date, subject, author, and recipient in...
next