mit-scheme.git
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...
1992-07-24 Chris HansonImplement STREAM-FIRST and STREAM-REST as aliases for...
1992-07-23 Guillermo J... Declare some strings correctly and cast where appropriate.
1992-07-23 Guillermo J... Fix incorrect presence macro.
1992-07-23 Guillermo J... int->long for 64-bit systems.
1992-07-23 Guillermo J... Add Alpha entries.
1992-07-23 Guillermo J... read and write return ssize_t.
1992-07-23 Guillermo J... Rename alpha preprocessor macro.
1992-07-23 Guillermo J... int->long for 64-bit systems.
1992-07-23 Guillermo J... Make OS conditionalziation consistent.
1992-07-23 Guillermo J... Remove unneeded alpha conditionalization.
1992-07-21 Chris HansonEliminate bad cold-load dependency.
1992-07-21 Chris HansonImplement FIXNUM? primitive.
1992-07-21 Chris HansonImplement NULL? primitive, different from NOT.
1992-07-21 Brian K. ZuzgaAdd dump-option option to fasdump.
1992-07-21 Chris HansonAdd new type code names.
1992-07-21 Chris HansonChange type code names.
1992-07-21 Chris HansonEliminate explicit reference to fixnum type code.
1992-07-20 Chris HansonFix support for assembly-labels files so that compiler...
1992-07-20 Arthur GlecklerChange primitive X-GRAPHICS-COPY-AREA to accept both...
1992-07-20 Jason Wilsonfixed a misplaced {} in the new picture code.
1992-07-20 Jason WilsonAdded the 6.001 picture documentation in the chapter...
1992-07-18 Guillermo J... Fix naming conflict.
1992-07-18 Hal AbelsonChanged export list comment out the picture ops we...
1992-07-16 Chris HansonIncrease default constant space to 450 -- old value...
1992-07-13 aragornDiscard delimiter character after reading each line.
1992-07-10 Chris HansonRestore export of *PP-DEFAULT-AS-CODE?*. Problem was...
1992-07-10 Chris HansonEliminate unused variable. Reorganize somewhat.
1992-07-09 Arthur GlecklerFix bug in END-OF-DEFUN command when point is before...
1992-07-08 Chris HansonReturn #F when name server fails.
1992-07-08 Michael R.... Detect errors returned by `gethostbyname', and return...
1992-07-07 Guillermo J... Add delete-directory primitive.
1992-07-07 Guillermo J... Add delete-directory primitive.
1992-07-07 Guillermo J... Rename C name of primitive.
1992-07-06 Guillermo J... Add directory-delete primitive.
1992-07-06 Guillermo J... Flush MULTI_CLOSURE_PADDING (added for the Alpha, that...
1992-07-05 Guillermo J... Remove bogus export of *pp-default-as-code?*
1992-07-05 Guillermo J... When a pseudo register that has a label is deleted...
1992-07-05 Guillermo J... Flush uses of INST.
1992-07-05 Guillermo J... Add package: comment.
1992-07-05 Guillermo J... Flush INST.
1992-07-05 Guillermo J... Add remainder as an assembly-time operator.
1992-07-01 Arthur GlecklerFix bug in clipping caused by incorrect cast of signed...
1992-06-15 Chris HansonDon't let TCP-SERVER-CONNECTION-ACCEPT block with inter...
1992-06-12 Guillermo J... Change cross-compiler to dump a bit-string and a bunch...
1992-06-11 Guillermo J... Fix bug in atan2 (atan 0 -2) used to give 0 instead...
1992-06-11 Guillermo J... Update to new version from GNU Emacs. Needed for MIPS...
1992-06-11 Guillermo J... Changes for Alpha/OSF.
1992-06-11 Guillermo J... Reorder and cast the entries in the utility table so...
1992-06-11 u6001still changing to deal with new representation of pictures
1992-06-11 Guillermo J... Add some missing prototypes.
1992-06-11 Guillermo J... Add Ultrix conditionalization.
1992-06-11 Guillermo J... Add OSF conditionalization.
1992-06-11 Guillermo J... alignment_mask -> long.
1992-06-11 Guillermo J... MAX_CHAR -> UCHAR_MAX
1992-06-10 Guillermo J... (1 << foo) -> (1UL << foo)
1992-06-10 Guillermo J... Add alpha and power to the list of processors.
1992-06-10 Guillermo J... Add static keyword to definition of ispunct so there...
next