mit-scheme.git
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-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...
2010-08-29 Taylor R CampbellExtend hash table entry types to support ephemeral...
2010-08-28 Taylor R CampbellFix SVM's write_cc_entry_offset.
2010-08-28 Taylor R CampbellFix SVM interpreter's INDEX-FIXNUM? predicate.
2010-08-28 Taylor R CampbellFix SVM machine's conditional floating-point jumps.
2010-08-28 Taylor R CampbellFix SVM interpreter's decoding of doubles.
2010-08-28 Taylor R CampbellIn FLO:VECTOR-LENGTH, coerce length to fixnum before...
2010-08-28 Taylor R CampbellOmit continuation code words after interpreter cache...
2010-08-28 Taylor R CampbellPRE-INCREMENT is only ever a memory reference, not...
2010-08-28 Taylor R CampbellUse NON-POINTER-OBJECT? and CAREFUL-OBJECT-DATUM in...
2010-08-23 Taylor R CampbellUpdate `last update' dates on the reference and user...
2010-08-23 Taylor R CampbellDocument the stack sampler.
2010-08-23 Chris HansonDraft fix for over-shadowing bug.
2010-08-20 Taylor R CampbellAdd tests for ephemerons with compiled entries for...
2010-08-20 Taylor R CampbellFix bug in the GC's ephemeron scanning.
2010-08-20 Taylor R CampbellMinor fixes to unit-testing.scm.
2010-08-20 Taylor R CampbellOmit needless definition of REFERENCE-BARRIER in test...
2010-08-19 Taylor R CampbellEliminate losing bisection crock in find_block_address.
2010-08-19 Taylor R CampbellFix plausible_cc_block_p some more.
2010-08-18 Taylor R CampbellAdd a couple more consts to debug.c.
2010-08-18 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2010-08-18 Joe MarshallMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2010-08-18 Joe MarshallAdd appropriate const qualifiers for anal compiler.
2010-08-17 Taylor R CampbellRemove spurious ignore declaration in i386 GENERATE...
2010-08-17 Taylor R CampbellImplement and document SET-EPHEMERON-KEY!.
2010-08-16 Taylor R CampbellNew procedure REFERENCE-BARRIER.
2010-08-13 Taylor R CampbellIgnore out-of-date uncompressed debugging info files.
2010-08-13 Taylor R CampbellNew stack-sampling profiler.
2010-08-13 Taylor R CampbellRework the hash table entry abstraction.
2010-08-13 Taylor R CampbellProtect each use of ENTRY-{KEY,DATUM} in hashtb.scm...
2010-08-12 Taylor R CampbellFix SRFI 69 HASH-TABLE-FOLD.
2010-08-12 Joe MarshallRestore warning as per Taylor.
2010-08-11 Joe MarshallAdd declarations to silence warnings.
next