mit-scheme.git
1992-08-27 Guillermo J... Add missing #\? from string-prefix? call.
1992-08-25 Chris HansonHP-UX 8.07 uses "Reformatting entry" message instead...
1992-08-24 Chris HansonCREF doesn't like ACCESS to non-global environment...
1992-08-24 Guillermo J... Fix a few comments.
1992-08-24 Guillermo J... Add a few blank lines.
1992-08-24 Guillermo J... Make dos.m4 preserve comments.
1992-08-24 Guillermo J... Add unconfig option.
1992-08-24 Guillermo J... $30 is also a callee-saves register. It was not being...
1992-08-22 Guillermo J... Fix typo (ENONENT instead of ENOENT).
1992-08-22 Guillermo J... Observe compiler:cross-compiling?
1992-08-21 Chris HansonIn MAIL-DEFAULT-REPLY-TO, must use 'INSERTED-DEFAULT...
1992-08-21 Chris HansonAdd option switches for 6.001 support. Change print...
1992-08-21 Chris HansonDon't permit inferior REPL evaluation unless the buffer...
1992-08-21 Guillermo J... Add more known error names.
1992-08-21 Guillermo J... Change the copyright notice to be accurate.
1992-08-20 Guillermo J... Fix potential OOE bug, and fix sign-extension (or unsig...
1992-08-20 Chris HansonLink where and eval buffers to debugger browser so...
1992-08-20 Guillermo J... Fix bug by which temporary files were being mapped...
1992-08-20 Guillermo J... Add alpha conditionalization.
1992-08-20 Guillermo J... Fix typo from previous edit.
1992-08-20 Guillermo J... Fix an allocation bug.
1992-08-20 Guillermo J... Change comment-syntax for Emacs mode declaration.
1992-08-20 Guillermo J... New MIPS closure code. Works on newer R3000 systems...
1992-08-20 Guillermo J... New MIPS closure code. Works on newer R3000 systems...
1992-08-19 Chris HansonAllow students to specify a null "reply-to:" address...
1992-08-19 Guillermo J... Fix bugs in fixnum-quotient.
1992-08-19 Guillermo J... Fix bug in fixnum-remainder.
1992-08-19 Guillermo J... Fix bugs in fixnum-quotient.
1992-08-19 Guillermo J... Fix edit bug.
1992-08-18 Chris HansonFix implementation of transcript-disable-evaluation...
1992-08-18 Chris HansonFix missing argument in call to prompt-for-string.
1992-08-18 Chris HansonFix think-o in previous change.
1992-08-18 Chris HansonExport some variables from the operating-system specifi...
1992-08-18 Chris HansonSet mail-default-reply-to so that it prompts for a...
1992-08-18 Chris HansonExtend definition of mail-default-reply-to so that...
1992-08-18 Chris HansonEnable version-control for 6.001 band, and
1992-08-18 Chris HansonFix y-offset bug in X-GRAPHICS-FILL-POLYGON.
1992-08-18 Guillermo J... Fix OOE bug in disassemble-one-instruction.
1992-08-18 Guillermo J... offset -> (next-offset)
1992-08-18 Guillermo J... Bind correct variable in a MOV rule.
1992-08-18 Chris HansonDetect errors that are generated by the X primitives...
1992-08-18 Chris HansonAdd code to periodically transmit something to the...
1992-08-18 Chris HansonAdd command-line switch "-no-suspend-file" to disable...
1992-08-18 Jason WilsonChanged Dired so that the copy flag char and the delete...
1992-08-17 Chris HansonDon't use -non_shared for GCC.
1992-08-17 Guillermo J... Update stack-guard offset to new value.
1992-08-16 Guillermo J... Explicitly set HEAP_MALLOC to malloc in case it has...
1992-08-16 Guillermo J... Fix bug going to compilers where int != long.
1992-08-14 Guillermo J... Simplify parse-directory-component.
1992-08-14 Guillermo J... Fix yet another directory parser bug.
1992-08-13 Guillermo J... Fix bug in parse-directory-component.
1992-08-13 Guillermo J... Add delayed-action capability to command line processing.
1992-08-12 Guillermo J... Fix signedness of offset field in read-procedure.
1992-08-12 Guillermo J... Add missing field to the unimplemented host type.
1992-08-12 Guillermo J... Fix typo in last edit!
1992-08-12 Guillermo J... Fix dos/canonicalize to not extract substrings when...
1992-08-12 Guillermo J... Fix parenthesis bug from last edit.
1992-08-12 Guillermo J... Add system-dependent pathname canonicalization.
1992-08-12 Guillermo J... Add system-dependent pathname canonicalization.
1992-08-12 Guillermo J... Fix bug in flonum-negative?, flonum-zero?, flonum-less...
1992-08-12 Guillermo J... Add F%SUB and friends to accomodate Intel book bugs.
1992-08-12 Guillermo J... Change uses of fsub into f%sub, and fdiv into f%div...
1992-08-12 Guillermo J... Change FP initialization for DOS until we get FP trap...
1992-08-12 Guillermo J... Make command-line parser extensible.
1992-08-11 Guillermo J... Replace recursive append with iterative append.
1992-08-11 Guillermo J... Remove spurious variable assignments.
1992-08-11 Guillermo J... Remove spurious variable assignments.
1992-08-11 Guillermo J... Remove spurious variable assignments.
1992-08-11 Guillermo J... Fix problem with compiler:write-lap-file, remove spurio...
1992-08-11 Guillermo J... Teach the disassemble how to read execute caches.
1992-08-11 Guillermo J... Flush spurious assignments.
1992-08-11 Guillermo J... Fix compiler:write-lap-file.
1992-08-11 Guillermo J... Flush spurious variables assigned by dassm2.scm .
1992-08-11 Guillermo J... Flush spurious variables assigned by dassm2.scm .
1992-08-11 Guillermo J... Flush spurious assignments.
1992-08-11 Guillermo J... Replace by the real thing.
1992-08-11 Guillermo J... Replace stubs by the real thing.
1992-08-10 Guillermo J... Change syntax of segment register ops.
1992-08-08 Guillermo J... Improve the pattern matcher to allow a trailing #\...
1992-08-07 Guillermo J... Export compiler:open-code-floating-point-arithmetic...
1992-08-06 Guillermo J... Eliminate some spurious consing.
1992-08-06 Guillermo J... Add somewhat improved wildcard matching (in the middle...
1992-08-05 Guillermo J... Export compiler:generate-stack-checks?
1992-08-05 Guillermo J... Fix more floating-point documentation bugs.
1992-08-05 Guillermo J... Fix swapped opcodes bug in i486 manual (FDIV <-> FDIVR...
1992-08-05 Guillermo J... Add stack checks under control of compiler:generate...
1992-08-05 Guillermo J... Add stack checks under control of compiler:generate...
1992-08-05 Guillermo J... Improve quotient and remainder code.
1992-08-05 Guillermo J... The alpha uses alpha_heap_malloc to allocate the heap...
1992-08-05 Guillermo J... Use HEAP_MALLOC macro instead of using malloc directly.
1992-08-04 Chris HansonFix bug in ENVIRONMENT-BOUND-NAMES -- it was not showin...
1992-08-03 Chris HansonChange message-selection code to use SHOW-MESSAGE inste...
1992-08-03 Chris HansonReimplement M-x rmail-edit-current-message to make...
1992-07-31 Guillermo J... Add code to preserve uncompressed .bif files.
1992-07-30 Chris HansonIncrease size of HP-PA large constant space.
1992-07-30 Guillermo J... Add SGI Iris mods.
1992-07-30 Guillermo J... Add missing NOPs in branch-delay slots.
1992-07-30 Guillermo J... Initial revision
1992-07-30 Guillermo J... Add SGI entry.
1992-07-30 Chris HansonHPPA needs much larger constant space for student band...
next