mit-scheme.git
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...
1992-06-10 Guillermo J... (1 << something) replaced by (1UL << something).
1992-06-10 Guillermo J... Add missing conditionalization.
1992-06-10 Guillermo J... const -> CONST.
1992-06-10 Guillermo J... Flush unnecessary primitives FILE-OPEN-BINARY-INPUT...
1992-06-10 Chris HansonChange socket code to accept numeric service numbers.
1992-06-10 sybokFix defaulting of info-menu command.
1992-06-09 aragornchanged to deal with new representation of pictures...
1992-06-09 aragornchanged to deal with the changes to the way pictures...
1992-06-08 aragornchanged uses of floating-point-ref to vector-ref to...
1992-06-08 aragornchanged uses of floating-point-ref to vector-ref to...
1992-06-08 aragornDon't attempt to display the name of an undefined envir...
1992-06-08 aragornChange representation of floating-point arrays in pictu...
1992-06-05 Chris HansonInitial revision
1992-06-05 Chris HansonChanges for new debugger.
1992-06-05 Guillermo J... i386 trap code in this file is only known to be valid...
1992-06-05 Guillermo J... Conditionalize for errnos not available in some systems.
1992-06-05 Guillermo J... Include osio.h.
1992-06-05 Guillermo J... Include osio.h that defines NO_CHANNELS.
1992-06-05 Guillermo J... Fix incorrect variable reference.
1992-06-05 Guillermo J... Remove redundant inclusion for compilers whose include...
1992-06-05 Guillermo J... Conditionalize socket code better.
1992-06-05 Guillermo J... ESTALE is not present in all versions of Unix.
1992-06-05 Guillermo J... calls to gethostname need to be wrappend around HAVE_SO...
1992-06-05 Guillermo J... Eliminate redundant include for compilers whose include...
1992-06-05 Guillermo J... Eliminate word size dependencies: 1 -> 1L
1992-06-05 Guillermo J... Fix a major bug in bchscheme, and minor changes for...
1992-06-05 Guillermo J... Bump 386's edwin constant space.
1992-06-04 Guillermo J... Conditionalize definition of IO_PAGE_SIZE.
next