mit-scheme.git
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...
1992-07-29 Chris HansonFix support for assembly-labels files so that compiler...
1992-07-29 Chris HansonAdd optional stack-overflow checks. By default this...
1992-07-29 Chris HansonCompile with stack-overflow checks.
1992-07-29 Chris HansonAdd optional stack-overflow checks. By default this...
1992-07-29 Chris HansonMove Stack_Guard into the register block so that compil...
1992-07-28 Guillermo J... Handle screwy directories with dots in their names.
1992-07-28 Guillermo J... Add copyright.
1992-07-28 Guillermo J... Sort files according to groups, and alphabetically...
1992-07-28 Guillermo J... Changes for exception handling under X32 and direct...
1992-07-28 Guillermo J... Sort file names
1992-07-28 Guillermo J... Sort file names
1992-07-28 Guillermo J... Changes for exception handling under X32 and direct...
1992-07-28 Guillermo J... DOS_initialize_tty now finds out the lines and columns...
1992-07-28 Guillermo J... Initial revision
1992-07-28 Guillermo J... model small -> model tiny.
1992-07-28 Guillermo J... Initial revision
1992-07-28 Guillermo J... Make the DOS pathname code canonicalize pathnames to...
1992-07-28 Guillermo J... MemTop, IntCode, and IntEnb are allocated elsewhere...
1992-07-28 Guillermo J... Merge in latest changes: timer interrupts and exception...
1992-07-28 Guillermo J... Merge in latest changes: timer interrupts and exception...
1992-07-28 Guillermo J... Merge in latest changes (tiny model instead of small).
1992-07-28 Guillermo J... Add support for exception handling under X32.
1992-07-28 Guillermo J... Merge in latest changes (tiny model, Registers allocate...
1992-07-25 Guillermo J... Update after 386 and Alpha ports.
1992-07-24 Chris HansonDefine STREAM-FIRST and STREAM-REST. Rewrite Pictures...
1992-07-24 Chris HansonDefine STREAM-FIRST and STREAM-REST. Rewrite Pictures...
next