mit-scheme.git
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...
1993-10-26 Guillermo J... Upcase types for consistency.
1993-10-26 Guillermo J... Change needed to resurrect the C back end.
1993-10-26 Chris HansonCan't extract restart from condition, it's often not...
1993-10-26 Guillermo J... Fix casting problem in move-frame-up.
1993-10-26 Guillermo J... Add ifdefs for COMPILE_FOR_DYNAMIC_LOADING
1993-10-26 Guillermo J... Add comment to show how to override the back end.
1993-10-26 Guillermo J... Add options -C-back-end and -native-back-end.
1993-10-26 Jason WilsonThese changes were to bring the C backend back to life.
1993-10-26 Jason WilsonThese changes were to bring the C backend back to life...
1993-10-26 Guillermo J... Fix interpreter-environment-register? which had not...
1993-10-26 Guillermo J... Rename declare_compiled_code to declare_compiled_code_b...
1993-10-26 Chris HansonFix crufty problem with highlighting -- indentation...
1993-10-26 Chris HansonChange RETURN-TO-COMMAND-LOOP to accept a condition...
1993-10-26 Chris HansonEarlier change I made was lost by careless edit --...
1993-10-25 Chris HansonMore changes all over the place. Remove the picture...
1993-10-25 Chris HansonInitial revision
1993-10-25 Chris HansonBind notification-output-port to a null port that does...
1993-10-25 Chris HansonReformatting to fit on page.
1993-10-25 Chris HansonSuppress loading messages -- these formerly were harmle...
1993-10-23 Chris HansonNumerous small changes.
1993-10-21 Chris HansonFix typos.
1993-10-21 Chris Hanson* New port operation WRITE-SELF is like PRINT-SELF...
1993-10-21 Chris Hanson* Implement new procedure STANDARD-UNPARSER-METHOD...
1993-10-21 Chris HansonRemove ERROR-OUTPUT-PORT.
1993-10-21 Chris HansonRemove ERROR-OUTPUT-PORT.
1993-10-21 Chris Hanson* Define new standard ports to replace nearly all insta...
1993-10-21 Chris Hanson* Define new standard ports to replace nearly all insta...
1993-10-21 Chris HansonChange the evaluation commands to bind the default...
next