mit-scheme.git
2009-12-13 Chris HansonUse much larger default heap size on 64-bit machines.
2009-12-13 Chris HansonUse much larger default heap size on 64-bit machines.
2009-12-13 Chris HansonWhen compiler supports x86-64, use x86-64 in preference...
2009-12-11 Taylor R CampbellFind structure field default value procedures by index...
2009-12-11 Taylor R CampbellBum case canonicalization and character input in the...
2009-12-11 Taylor R CampbellUse PRIMITIVE-OBJECT-SET-TYPE, not OBJECT-SET-TYPE...
2009-12-11 Taylor R CampbellExport ERROR:NOT-INPUT-PORT and ERROR:NOT-OUTPUT-PORT.
2009-12-10 Taylor R CampbellReduce (<= a b ...) to (and (<= a b) ...) in genio...
2009-12-09 Taylor R CampbellFix ERROR:ILLEGAL-STREAM-ELEMENT in runtime/stream...
2009-12-04 Taylor R CampbellFix bug in recent change to runtime/uenvir.scm's WALK...
2009-12-03 Taylor R CampbellUse weak pairs for some entries in obarray buckets.
2009-12-01 Taylor R CampbellFix invocation of out-of-line FIXNUM-LSH hook for i386...
2009-11-29 Matt BirkholzClean up texinfo auxiliary files (e.g. imail.aux).
2009-11-25 Joe MarshallUse port/%state in genio ports.
2009-11-25 Joe MarshallUse port/%state in stringio ports.
2009-11-24 Joe MarshallExport %char-set-member? to parser.
2009-11-24 Joe MarshallUse faster write-char when transcribing chars.
2009-11-24 Joe MarshallUse faster i/o in parse.
2009-11-24 Joe MarshallEnsure input and output are syntaxed early on.
2009-11-24 Joe MarshallExport fast input and output operations.
2009-11-24 Joe MarshallEnsure port is syntaxed before input and output.
2009-11-24 Joe MarshallAdd fast write-char and discretionary-flush.
2009-11-24 Joe MarshallAdd fast read-char and peek-char.
2009-11-24 Joe MarshallExpose fast port operators.
2009-11-24 Joe MarshallCreate some accessors that don't check PORT?
2009-11-24 Joe MarshallDon't run-boot-inits! if saved-boot-inits is unbound.
2009-11-19 Taylor R CampbellAdd an assembly hook for SET-INTERRUPT-ENABLES! on...
2009-11-19 Taylor R CampbellMark OVERFLOW? ignored in FIXNUM-LSH methods on i386...
2009-11-15 Chris HansonShow only current year in start-up copyright.
2009-11-14 Chris HansonFix references to flonum_zero and flonum_one.
2009-11-13 Taylor R CampbellMake x86 and x86-64 assembly hooks for out-of-line...
2009-11-13 Taylor R CampbellFix bug in new double_round: flip order of arguments...
2009-11-13 Taylor R CampbellUse ja/jb, not jg/jl, in floating-point predicates...
2009-11-13 Taylor R CampbellFix flonum case of ROUND to use IEEE round-to-even...
2009-11-12 Taylor R CampbellFix i386 and x86-64 generic multiplication hooks on...
2009-11-12 Joe MarshallCache PORT/OPERATION/READ-CHAR in INPUT-PORT/READ-LINE...
2009-11-12 Joe MarshallRemove redundant PORT? test.
2009-11-12 Taylor R CampbellFix bug in x86-64 instruction encoder: REX prefix must...
2009-11-11 Taylor R CampbellFix headings on x86-64's instr1.scm, instr2.scm, and...
2009-11-11 Taylor R CampbellOpen-code floating-point primitives on AMD x86-64.
2009-11-09 Taylor R CampbellTest stack overflow in LIARC interrupt checks.
2009-11-08 Chris HansonProvide default binding for MIT_SCHEME_EXE.
2009-11-08 Chris HansonAdd quote marks to instances of MIT_SCHEME_EXE to provi...
2009-11-08 Chris HansonShow "aborted" when leaving the extent of an unfinished...
2009-11-06 Chris HansonFix typo.
2009-11-06 Chris HansonMerge git pull.
2009-11-06 Chris HansonAdjust script so that MIT_SCHEME_EXE is just the execut...
2009-11-06 Chris HansonFix thinko: the boot-root executable is _not_ $(MIT_SCH...
2009-11-06 Chris HansonFix typo.
2009-11-06 Taylor R CampbellFix various minor problems introduced in the configure...
2009-11-06 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-11-06 Taylor R CampbellSimplify x86-64 utility interface, and nuke all x87...
2009-11-05 Chris HansonFix problem with compiler/configure: it needed to be...
2009-11-05 Chris HansonFix and simplify handling of MIT_SCHEME_EXE in top...
2009-11-05 Chris HansonAlways test for existing Scheme, except when running...
2009-11-05 Chris HansonIgnore variants on standard binary dirs.
2009-11-05 Chris HansonChanges to allow multiple architecture binaries to...
2009-11-05 Taylor R CampbellSimplify gcloop.c's tospace_open.
2009-11-04 Chris HansonEliminate irrelevant reference to OS/2.
2009-11-04 Chris HansonWork around problem with SDX addressing mode under...
2009-11-04 Chris HansonAllow --enable-native-code to override default code...
2009-11-03 Chris HansonFix thinko; add support for x86-64 on MacOS.
2009-11-03 Chris HansonAdd icon file for MacOS app.
2009-11-03 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-11-03 Taylor R CampbellSimplify x86-64 addressing mode syntax.
2009-11-03 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-11-03 Taylor R CampbellTreat PRIMITIVE-OBJECT-SET-TYPE as a side-effecting...
2009-11-02 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-11-02 Taylor R CampbellHook up x86-64 in the compiler and microcode's configur...
2009-11-02 Taylor R CampbellSimplify INVOCATION:PRIMITIVE for x86-64.
2009-11-02 Taylor R CampbellMake the compiler/configure script idempotent.
2009-11-02 Taylor R CampbellCheck for an existing MIT Scheme in top-level Setup...
2009-11-02 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-11-02 Taylor R CampbellEnable open-coding of most non-flonum primitives on...
2009-11-02 Taylor R CampbellAdapt rulfix.scm for x86-64.
2009-11-02 Taylor R CampbellFix various immediate operands in x86-64 LAP generation.
2009-11-02 Taylor R CampbellAnother round of clarifying signedness in x86-64 instru...
2009-11-01 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2009-11-01 Taylor R CampbellRestructure LIAR's lists of foldable variables and...
2009-11-01 Taylor R CampbellComment out machines/x86-64/instrf.scm.
2009-11-01 Taylor R CampbellIn x86-64 arithmetic instructions, use UNSIGNED bits...
2009-10-31 Taylor R CampbellAlign stack to 16 byte boundary in x86-64's C_to_interface.
2009-10-31 Taylor R CampbellFix another bug in IMUL: the 3-operand, >8-bit opcode...
2009-10-30 Taylor R CampbellFix bug in IMUL L/Q rules: immediate operand is a long...
2009-10-30 Taylor R CampbellImplement microcode auxiliaries for AMD x86-64 compiled...
2009-10-30 Taylor R CampbellAdapt general LAP generation rules to AMD x86-64.
2009-10-30 Taylor R CampbellDisable i386 LAP optimizer for AMD x86-64.
2009-10-30 Taylor R CampbellWrite instruction rules for the general AMD x86-64...
2009-10-30 Taylor R CampbellWrite machine parameters and instruction syntaxer for...
2009-10-22 Taylor R CampbellFix bug in recent transformations that caused inadverte...
2009-10-21 Taylor R CampbellFix ADD-DEFAULTED-SUBPROBLEMS! to use the model's origi...
2009-10-20 Taylor R CampbellFix argument order bug in integrated parameter deletion.
2009-10-09 Taylor R CampbellMake AUTOMAGIC-INTEGRATIONS search recursively, so...
2009-10-07 Taylor R CampbellUse x86-64 pathnames for x86-64 back end's packaging...
2009-10-07 Taylor R CampbellCopy i386 back end to begin x86-64 back end for LIAR.
2009-10-07 Taylor R CampbellClose some procedures whose closing blocks are expressi...
2009-10-01 Taylor R CampbellReverse sense of ordering in argument type string to...
2009-09-28 Chris HansonAdd grep spencer1 tests.
2009-09-28 Chris HansonAvoid infinite loop for patterns like (* (SEQ)).
2009-09-28 Chris HansonRename REPEAT> to ** and REPEAT< to **? and allow singl...
next