mit-scheme.git
1993-11-06 Chris HansonAdd new procedure DELETE-FILE-NO-ERRORS.
1993-11-06 Chris HansonImplement CURRENT-PID primitive for unix.
1993-11-05 Guillermo J... Fix innocuous logical off-by-one error.
1993-11-05 Guillermo J... Two significant changes:
1993-11-05 Guillermo J... Separate AVL tree code from primutl.c and make it into...
1993-11-05 Guillermo J... Initial revision
1993-11-04 Chris HansonRewrite manipulation of terminal modes because on BSD...
1993-11-04 Guillermo J... Initialize Regs[REGBLOCK_PRIMITIVE] so that the C back...
1993-11-04 Guillermo J... Call install_c_code_table only when restoring a band.
1993-11-04 Chris HansonFix bug in previous change.
1993-11-04 Guillermo J... Fix braino.
1993-11-04 Guillermo J... Add hooks for the C back end to dump a description...
1993-11-04 Guillermo J... Fix a cast.
1993-11-04 Guillermo J... Update copyright date.
1993-11-03 Stephen Adams*** empty log message ***
1993-11-03 Chris HansonUpdate to match current "mc68k.m4".
1993-11-03 Stephen Adamsfixed more typos
1993-11-03 Stephen AdamsFixed typos in wt-tree documentation
1993-11-03 Chris HansonUpdate entry for `next'.
1993-11-03 Guillermo J... Add syntax error.
1993-11-03 Guillermo J... Add call to usage in default in discriminate.
1993-11-03 Jim MillerFixes to allow ENABLE_DEBUGGING_FLAGS to work
1993-11-03 Jim MillerTurned off Eval_Debug code permanently, since Print_Exp...
1993-11-03 Jim MillerReversed the conditionalization so that we can support
1993-11-03 Jim MillerReversed the conditionalization so that we can support
1993-11-03 Stephen Adamsfixed delete-min!
1993-11-03 Stephen AdamsAdded weight balanced tree documentation
1993-11-03 Stephen Adamsfixed wt-tree/delete-min!
1993-11-02 Chris HansonImplement code to query user about overwriting files...
1993-11-02 Chris HansonERROR-DECISION can't be done inside the REPL message...
1993-11-02 Chris HansonGuarantee that ERROR-DECISION aborts the REPL in all...
1993-11-02 Jim MillerChanged "unsigned long" to "long" to avoid spurious...
1993-11-02 Stephen AdamsAdded wt-tree option
1993-11-02 Stephen AdamsInitial revision
1993-11-02 Stephen Adamsadded weight-balanced trees package
1993-11-02 Chris HansonCall SAVE-SOME-BUFFERS as part of CHECKPOINT-FLOPPY.
1993-11-01 Guillermo J... Add builtin_index_to_name, missing when there is no...
1993-11-01 Chris HansonPatch to allow a "Configure" event to mark the window...
1993-11-01 Chris HansonNew code to generate display object in X-GRAPHICS/OPEN.
1993-11-01 Guillermo J... Fix cast and typo.
1993-11-01 Guillermo J... Make INVOKE-C-THUNK return a value.
1993-11-01 Guillermo J... dynamic initialization need not know the block name.
1993-11-01 Guillermo J... Fix a problem when disk-restoring. The blocks data...
1993-10-31 Guillermo J... Add dependencies for cmpauxmd.o
1993-10-31 Guillermo J... Add newlines after every argument to RCONSM to make...
1993-10-31 Guillermo J... Fix problem with disk-restore complaining about lack...
1993-10-31 Guillermo J... Remove some spurious macros.
1993-10-31 Guillermo J... - Canonicalize procedure names as well as labels, inclu...
1993-10-30 Guillermo J... Fix braino: Multiplying compiled_entries_size by a...
1993-10-30 Guillermo J... Fix off-by-one error.
1993-10-30 Guillermo J... Replace use of Rfp with Rhp.
1993-10-30 Guillermo J... Redo some things:
1993-10-30 Guillermo J... Two major changes to the C back end:
1993-10-30 Guillermo J... Two major changes:
1993-10-29 Nick PapadakisInitial revision
1993-10-29 Nick PapadakisInitial revision
1993-10-29 Nick PapadakisInitial revision
1993-10-28 Chris HansonPatch TRANSCRIPT-WRITE to work even if the transcript...
1993-10-28 Guillermo J... Remove remaining reference to ulong.
1993-10-28 Guillermo J... Add missing special invocations.
1993-10-28 Guillermo J... Update the code table.
1993-10-28 Guillermo J... Add a floating-vector rewrite rule.
1993-10-28 Guillermo J... Fix floating-vector rules.
1993-10-28 Guillermo J... Redo "word" registers. Rather than having specific...
1993-10-28 Guillermo J... Reformat some code to fit in 80 columns.
1993-10-28 Guillermo J... Remove fossil.
1993-10-28 Guillermo J... Fix mangled character constant.
1993-10-28 Guillermo J... Enable open-coding of certain primitives.
1993-10-28 Guillermo J... Add dropped *.
1993-10-27 Guillermo J... Remove uses of UL. Non-ANSI compilers (e.g. SunOS...
1993-10-27 Guillermo J... Remove SunOS conflicts when using Sun's cc.
1993-10-27 Guillermo J... Fix broken declarations.
1993-10-27 Chris HansonImplement mechanism to deregister inferior threads...
1993-10-27 Guillermo J... Fix signed problems on Alpha.
1993-10-27 Chris HansonFix bug: inferior REPL thread was never being killed.
1993-10-27 Guillermo J... Conditionalize for SunOS 4.1.?
1993-10-27 Guillermo J... Include os.h so that things like size_t are defined.
1993-10-27 Guillermo J... SunOS 4.1.? declares abort to return int.
1993-10-27 Guillermo J... SunOS 4.1.? declares abort to return void.
1993-10-27 Guillermo J... Make it work under SunOS (and perhaps Alpha OSF).
1993-10-27 Guillermo J... Use CONST instead of const, since the C compiler may...
1993-10-27 Guillermo J... Fix capitalization bug.
1993-10-27 Chris HansonChange PROMPT-FOR-EXPRESSION so that variable-name...
1993-10-27 Chris HansonGeneralize PROMPT-FOR-STRING to allow an initialization...
1993-10-27 Chris HansonFix bug: when buffer visible in two or more windows...
1993-10-27 Guillermo J... Disable Alpha shadowing of malloc when using the C...
1993-10-27 Guillermo J... Remove unnecessary definition.
1993-10-27 Guillermo J... Fix bug in sed pattern.
1993-10-26 Chris HansonFix typo in last change.
1993-10-26 Chris HansonFix stupid think-o.
1993-10-26 Chris HansonImplement M-x dired-clean-directory.
1993-10-26 Guillermo J... Add -f flag to call to remove.
1993-10-26 Guillermo J... Automate the edit of cf.h for the C back end.
1993-10-26 Guillermo J... Fix bug introduced in the last edit, and automate the...
1993-10-26 Chris HansonImplement SUBSTRING->NUMBER.
1993-10-26 Chris HansonEliminate unused variable.
1993-10-26 Chris HansonDon't automatically delete a tags-search buffer unless...
1993-10-26 Chris HansonDisallow renaming or copying a file to an existing...
1993-10-26 Chris Hanson* Killing debugger buffer no longer deletes the buffer...
1993-10-26 Chris HansonChange debugger invocation to call the command M-x...
next