mit-scheme.git
1992-03-13 Chris HansonChange UPDATE-SCREENS! to scan each screen exactly...
1992-03-13 Chris HansonCOMINT-LINE-START was matching COMINT-PROMPT-REGEXP...
1992-03-13 Chris HansonDefine new command no-toggle-read-only and bind it...
1992-03-13 Chris HansonChange EDITOR-FAILURE to post a regular message instead...
1992-03-11 Guillermo J... Forgot two underscores.
1992-03-11 Guillermo J... Zortech C also requires underscores in data-segment...
1992-03-11 Chris HansonFix bug in RUN-THREAD that would leave the block-events...
1992-03-11 Chris HansonUse one-instruction sequence for unary fixnum predicate...
1992-03-11 Chris HansonRewrite instances of binary fixnum predicates as equiva...
1992-03-10 Guillermo J... Add MULTI_CLOSURE_PADDING for Alpha.
1992-03-08 Arthur GlecklerMake Edwin variable BEEPING-ALLOWED? that is false...
1992-03-08 Arthur GlecklerFix fencepost error in month.
1992-03-08 Arthur GlecklerMake the notifier able to display the date.
1992-03-08 Arthur GlecklerExport DECODED-TIME/DAY-OF-WEEK to global environment.
1992-03-07 Guillermo J... More DOS changes.
1992-03-06 Guillermo J... Fix minor bugs for DOS.
1992-03-06 Guillermo J... Forgot one IF387 (for divide).
1992-03-06 Guillermo J... Remove blank lines.
1992-03-06 Guillermo J... Switch sense for floating point flag. The default...
1992-03-06 Guillermo J... Conditionalize for floating-point support.
1992-03-05 Guillermo J... Initial revision
1992-03-05 Guillermo J... Macroize everything up the wazoo to accommodate differe...
1992-03-03 Guillermo J... Add 700 directory defaults so that sources can be found.
1992-03-03 Chris HansonDon't generate rules with (MACHINE-CONSTANT 0) as a...
1992-03-03 Arthur GlecklerChange GET-VISUAL-INFO because of change to X graphics...
1992-03-02 Guillermo J... Change use of assoc in constant->label to a use of...
1992-03-02 Chris HansonSynchronous processes that need a specific working...
1992-02-29 Henry M. WuAdded DOS 386/486 support.
1992-02-29 Henry M. WuAdded DOS 386/486 support.
1992-02-29 Henry M. WuAllow conditional use of CONST even in ANSI C mode...
1992-02-28 Chris HansonHandle case where "options" directory is missing.
1992-02-28 Guillermo J... Initial release
1992-02-28 Guillermo J... Add short-circuit handlers for common arithmetic.
1992-02-27 Guillermo J... Add case for lexical-unassigned? in the unbound-variabl...
1992-02-27 Guillermo J... Fix bug in unassigned_p_transform.
1992-02-27 Arthur GlecklerMove the variables for the PRINT library (which contain...
1992-02-27 Henry M. WuDeclared search_for_primitive properly.
1992-02-27 Henry M. WuAdded OS_tty_map_interrupt_char to request interrupt...
1992-02-27 Henry M. WuAdded explicit typedef for off_t; Zortech C for DOS...
1992-02-27 Henry M. WuChanged parameter list of Future_Variable_Splice to...
1992-02-27 Henry M. WuAdded DOS 386/486 support.
1992-02-27 Henry M. WuAdded DOS 386/486 support.
1992-02-27 Guillermo J... Add missing sizeof in OS_open_server_socket.
1992-02-27 Chris HansonUse SET-PORT/THREAD-MUTEX! instead of directly accessin...
1992-02-27 Chris HansonPORT/COPY must generate a new thread-mutex for the...
1992-02-27 Chris HansonFix bug causing characters to be lost.
1992-02-27 Chris HansonEliminate several fencepost errors in the paragraph...
1992-02-26 Chris HansonMake sure that thread-mutex of emacs interface port...
1992-02-25 Chris HansonDon't update screens unless going into input wait.
1992-02-25 Chris Hanson*** empty log message ***
1992-02-25 Chris Hanson* Ports now have a mutex that can be used to implement...
1992-02-25 Chris HansonDon't attempt to update screens unless there is no...
1992-02-25 Chris HansonAdd operations to change window and icon names, and...
1992-02-25 Chris HansonChange SIT-FOR to update screens while waiting. Change...
1992-02-25 Guillermo J... Use assembly language hooks to reduce code size.
1992-02-24 Guillermo J... Add defintion of REGBLOCK_ALLOCATED_BY_INTERFACE, and...
1992-02-24 Guillermo J... Add conditionalization on REGBLOCK_ALLOCATED_BY_INTERFACE.
1992-02-20 Guillermo J... This commit was generated by cvs2svn to compensate...
1992-02-20 Guillermo J... Fix herald string.
1992-02-20 Guillermo J... Add 386 processor definitions.
1992-02-20 Guillermo J... Yet another mach fp bug on 386s.
1992-02-20 Guillermo J... Fix bug in modf. It was not preserving the sign of...
1992-02-20 Guillermo J... Back-merge with 7.1.3
1992-02-20 Guillermo J... This commit was generated by cvs2svn to compensate...
1992-02-19 Guillermo J... Add missing comma in CONS-MULTICLOSURE rule.
1992-02-19 Guillermo J... Back-merged version to run under 7.1.3.
1992-02-19 Guillermo J... This commit was generated by cvs2svn to compensate...
1992-02-19 Guillermo J... First working version of compiled runtime system.
1992-02-19 Guillermo J... Update to reflect compiler port.
1992-02-19 Guillermo J... Conditionalize HAS_FLOOR for i386 under Mach. The...
1992-02-19 Guillermo J... Add missing (ST 0) operands.
1992-02-19 Guillermo J... Add definition of FNLDCW and fix opcode bug in FMULP...
1992-02-19 Guillermo J... Eliminate spurious extra call to flonum-unary-operation...
1992-02-19 Guillermo J... Add missing operand to FCOMP instructions.
1992-02-19 Guillermo J... Disable FLONUM-EXP because the F2XM1 instruction is...
1992-02-19 Chris Hanson* Time, load, and mail notification are now separately...
1992-02-19 Chris HansonAdd new mechanism for registering inferior threads...
1992-02-19 Chris HansonEliminate gratuitous calls from MARK-FLASH and SIT...
1992-02-18 Guillermo J... Remove rewriting rules for FLONUM-ASIN and FLONUM-ACOS...
1992-02-18 Guillermo J... Remove FLONUM-ASIN and FLONUM-ACOS from open-coded...
1992-02-18 Guillermo J... Fix currying problem.
1992-02-18 Guillermo J... Fix bug in byte-offset-address re-write rule.
1992-02-18 Guillermo J... Fix bug in multiply-fixnum-constant. There is no
1992-02-18 Henry M. WuMacroized sub-directory delimiter to make DOS win.
1992-02-18 Henry M. WuMacroized sub-directory delimiter to make DOS win.
1992-02-18 Arthur GlecklerDon't record input events in the input history. If...
1992-02-18 Henry M. WuMacroized sub-directory delimiter to make DOS win.
1992-02-18 Guillermo J... Changes for 386 port:
1992-02-18 Guillermo J... Changes for 386 port:
1992-02-18 Guillermo J... Changes for 386 port:
1992-02-18 Guillermo J... Add missing rules (eq-test to machine constant) generat...
1992-02-18 Mark FriedmanAdded the ability to reset SCHEME-ENVIRONMENT (and...
1992-02-18 Chris HansonFix pattern in GET-LOAD-AVERAGE-STRING so it works...
1992-02-18 Chris HansonUse correct syntax table for "notify".
1992-02-18 Chris HansonReformatting.
1992-02-18 Chris HansonEliminate redundant call to UPDATE-SCREENS!.
1992-02-18 Chris HansonMake sure that redisplay occurs whenever any subprocess...
1992-02-18 Chris HansonEliminate additional (and harmful) unbinding of local...
1992-02-18 Guillermo J... Fix bug in apply rule. The procedure was not being...
1992-02-18 Guillermo J... Fix open codings of FIXNUM-REMAINDER, FIXNUM-LSH, and...
next