mit-scheme.git
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.
2010-08-11 Joe MarshallAdd declaration to silence warning.
2010-08-10 Taylor R CampbellDocument ephemerons.
2010-08-10 Taylor R CampbellImplement ephemerons.
2010-08-09 Joe MarshallDeclare IGNORABLE NB to silence warning.
2010-08-09 Taylor R CampbellMissed some vestiges of archaic microcode state space...
2010-08-09 Taylor R CampbellEliminate some unused return codes.
2010-08-09 Taylor R CampbellEliminate all traces of the archaic microcode state...
2010-08-09 Taylor R CampbellSet -u in the setup scripts and make them more robust...
2010-08-09 Taylor R CampbellCheck for termcap.h too.
2010-08-08 Taylor R CampbellMove the check for termcap-related headers.
2010-08-08 Taylor R CampbellAdd configure option `--with-termcap=LIB' to select...
2010-08-06 Taylor R CampbellFix i386 code generated for flonum rounding primitives.
2010-08-06 Taylor R CampbellEmulate C99 fenv.h on amd64 through the MXCSR.
2010-08-06 Taylor R CampbellEmulate C99 fenv.h on i386 through the i387 control...
2010-08-06 Taylor R CampbellEmulate C99 fenv.h with BSD ieeefp.h if necessary.
2010-08-06 Taylor R CampbellNew procedures FLO:EXPM1 and FLO:LOG1P just like libm's.
2010-08-05 Taylor R CampbellBe slightly more consistent about references to MIT_SCH...
2010-08-05 Taylor R CampbellEnsure that signal handlers see the C stack, not the...
2010-08-03 Taylor R CampbellUse intmax and uintmax to support 64-bit off_t, time_t...
2010-07-28 Chris HansonDon't delete runtime.com from the distribution.
2010-07-28 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2010-07-27 Joe MarshallImplement SYMBOL>?
2010-07-27 Taylor R CampbellDon't make lib/lib a symlink to ../microcode; this...
2010-07-27 Chris HansonProperly fix handling of pstring.
2010-07-27 Chris HansonFix typo.
2010-07-27 Taylor R CampbellFix microcode's `--version' output.
2010-07-26 Chris HansonFix bug: change to MODULE_LDFLAGS broke liarc-ld on...
2010-07-26 Chris HansonNuke trailing whitespace.
2010-07-25 Chris HansonBroaden handling of pstring to accept NIL.
2010-07-23 Taylor R CampbellUse _init and etext on NetBSD to find the text segment...
2010-07-23 Taylor R CampbellEliminate vestiges of i386 code from cmpintmd/x86-64.h.
2010-07-23 Taylor R CampbellUnmask IEEE 754 floating-point exceptions on x86-64.
next