mit-scheme.git
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...
2010-10-07 Taylor R CampbellDon't invoke B-M for one-character patterns in SUBSTRIN...
2010-10-06 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2010-09-30 Chris HansonChange URI abstraction to handle percent encoding in...
2010-09-30 Chris HansonApply patch from Eric Christopherson to allow calling...
2010-09-13 Taylor R CampbellSimplify idiom for implementing dynamic binding.
2010-09-13 Taylor R CampbellNew macro BEGIN0.
2010-09-09 Arthur A. GlecklerMoved declaration inside a block in order to conform...
2010-09-07 Arthur A. GlecklerUse <error_unimplemented_primitive> in case uint64...
2010-09-07 Arthur A. GlecklerConditionalized compilation of the flonum casting primi...
2010-09-06 Arthur A. GlecklerAdded <AC_INT64_T> and <AC_UINT64_T> to "configure...
2010-09-05 Taylor R CampbellShrink hashtb.{bin,com,bci} further with judicious...
2010-09-05 Taylor R CampbellWork around bug that makes DECLARE and SYNTAX-RULES...
2010-09-05 Taylor R CampbellFix total botch of last commit.
2010-09-04 Taylor R CampbellNew fasl version to support ephemerons.
2010-09-03 Arthur A. GlecklerRemoved NaN tests because they cause traps on Linux...
2010-09-02 Arthur A. GlecklerAdded tests for infinities.
2010-09-02 Arthur A. GlecklerFixed typo in comments.
2010-09-02 Arthur A. GlecklerAdded trivial tests for conversion to floating-point...
2010-09-02 Arthur A. GlecklerFixed code formatting.
2010-09-02 Arthur A. Gleckler* Renamed `cast-flonum-to-integer' to `cast-ieee754...
2010-09-02 Arthur A. GlecklerRemoved the divisions by zero that I had used to create...
2010-09-01 Arthur A. GlecklerMerge branch 'master' of git://git.savannah.gnu.org...
2010-09-01 Arthur A. GlecklerAdded primitives `cast-flonum-to-integer' and `cast...
2010-08-31 Joe MarshallSofter landing for system-library-directory-pathname...
2010-08-31 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2010-08-31 Taylor R CampbellExploit OBJECT->FIXNUM's independence of tag on i386...
2010-08-31 Taylor R CampbellKill infinite parsing loop by using + inside *, not...
2010-08-31 Arthur A. GlecklerFixed comment in shadowing test.
2010-08-30 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2010-08-30 Chris HansonFix missing -f in test.
2010-08-30 Chris HansonAdd unit test to confirm that shadowing fix worked.
2010-08-30 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
next