Stephen Adams [Mon, 25 Sep 1995 18:11:12 +0000 (18:11 +0000)]
Put in MIT copyright notice.
Stephen Adams [Mon, 25 Sep 1995 18:10:46 +0000 (18:10 +0000)]
Fixed bug in DeleteDIB.
Rewrote loop to speed up DIBSetPixelsUnaligned by 2x-3x.
Put in MIT copyright notice.
Chris Hanson [Mon, 18 Sep 1995 22:52:36 +0000 (22:52 +0000)]
Implement some new primitives to support X selections.
Chris Hanson [Mon, 18 Sep 1995 22:49:07 +0000 (22:49 +0000)]
Implement some new primitives to support X selections.
Chris Hanson [Mon, 18 Sep 1995 22:33:38 +0000 (22:33 +0000)]
Add mechanism to support conversion of primitive arguments from Scheme
integers to C `unsigned long' integers.
Stephen Adams [Sat, 16 Sep 1995 21:02:35 +0000 (21:02 +0000)]
Moved benchmarks source directory.
Stephen Adams [Sat, 16 Sep 1995 20:46:20 +0000 (20:46 +0000)]
*** empty log message ***
Chris Hanson [Fri, 15 Sep 1995 19:28:51 +0000 (19:28 +0000)]
Add option to ignore the button events associated with a click that
selects the window.
Chris Hanson [Fri, 15 Sep 1995 05:51:12 +0000 (05:51 +0000)]
Previous attempt to implement a mechanism to restore the signal mask
when aborting to the interpreter was flawed: the signal mask was saved
once, restored on the first abort, and left unchanged after that.
The flaw is repaired by re-saving the signal mask after every abort.
Stephen Adams [Thu, 14 Sep 1995 13:22:12 +0000 (13:22 +0000)]
Initial revision
Chris Hanson [Wed, 13 Sep 1995 23:01:05 +0000 (23:01 +0000)]
Changes dealing with encoded files:
1. Appending to an encoded file works by reading the file into a
temporary buffer, appending the text, and writing it back out.
2. Line translation is handled for encoded files the same way it is
for unencoded files.
3. Doing I/O to non-encoded files, if the file doesn't exist, an
encoded file is used in its place if available.
Chris Hanson [Wed, 13 Sep 1995 21:25:13 +0000 (21:25 +0000)]
Change SUBPROCESS-I/O-PORT to allow setting of input and output line
translation independently.
Chris Hanson [Wed, 13 Sep 1995 19:58:39 +0000 (19:58 +0000)]
Change SUBPROCESS-I/O-PORT to allow setting of input and output line
translation independently.
Chris Hanson [Wed, 13 Sep 1995 19:56:13 +0000 (19:56 +0000)]
Change MAKE-GENERIC-I/O-PORT to allow setting of input and output line
translation independently.
Chris Hanson [Wed, 13 Sep 1995 04:28:04 +0000 (04:28 +0000)]
Always write RMAIL and unix mail files with line-translation disabled.
Scheme will read such files fine, and this simplifies sharing of the
files between operating systems.
Chris Hanson [Wed, 13 Sep 1995 04:18:04 +0000 (04:18 +0000)]
Always write RMAIL and unix mail files with line-translation disabled.
Scheme will read such files fine, and this simplifies sharing of the
files between operating systems.
Chris Hanson [Wed, 13 Sep 1995 03:57:22 +0000 (03:57 +0000)]
Replace Scheme variables *TRANSLATE-FILE-DATA-ON-INPUT?* and
*TRANSLATE-FILE-DATA-ON-OUTPUT?* with corresponding editor variables.
This allows the variables to be overridden on a per-buffer basis.
Chris Hanson [Mon, 11 Sep 1995 22:43:49 +0000 (22:43 +0000)]
Fix bug in previous change.
Chris Hanson [Mon, 11 Sep 1995 21:25:45 +0000 (21:25 +0000)]
Add new condition type ILLEGAL-PATHNAME-COMPONENT so that pathname
parsing errors can be caught.
Chris Hanson [Mon, 11 Sep 1995 21:24:41 +0000 (21:24 +0000)]
Add error-control to the prompt completion code. If any of the
completion operations signals an error, the error will be caught and
the user informed that the typein string is in error. This is
particularly useful for such things as pathnames, which have a fairly
restricted syntax.
Chris Hanson [Mon, 11 Sep 1995 21:03:08 +0000 (21:03 +0000)]
Add new condition type ILLEGAL-PATHNAME-COMPONENT so that pathname
parsing errors can be caught.
Chris Hanson [Mon, 11 Sep 1995 20:52:26 +0000 (20:52 +0000)]
Add new condition type ILLEGAL-PATHNAME-COMPONENT so that pathname
parsing errors can be caught.
Chris Hanson [Mon, 11 Sep 1995 19:07:16 +0000 (19:07 +0000)]
Add new condition type ILLEGAL-PATHNAME-COMPONENT so that pathname
parsing errors can be caught.
Stephen Adams [Mon, 11 Sep 1995 14:29:12 +0000 (14:29 +0000)]
Added ABS.
Stephen Adams [Mon, 11 Sep 1995 14:26:45 +0000 (14:26 +0000)]
Added methods for {CEILING,FLOOR,ROUND,TRUNCATE}->EXACT.
Stephen Adams [Mon, 11 Sep 1995 13:35:59 +0000 (13:35 +0000)]
Added {CEILING,FLOOR,ROUND,TRUNCATE}->EXACT to global references.
Stephen Adams [Fri, 8 Sep 1995 16:49:08 +0000 (16:49 +0000)]
Kludged out the interrupt checks in continuations from primitive
calls: unlike a continuation from calling arbitrary code, the
primitive can't be the procedure we are in, so if this path is on a
loop, the loop is broken elsewhere (in the procedure or continuation
that calls the primitive.)
Stephen Adams [Fri, 8 Sep 1995 03:09:28 +0000 (03:09 +0000)]
Added LIST-REF to global expansions.
Stephen Adams [Fri, 8 Sep 1995 03:09:09 +0000 (03:09 +0000)]
Added expansion for global LIST-REF.
Stephen Adams [Fri, 8 Sep 1995 03:07:41 +0000 (03:07 +0000)]
Fixed dbg-info for diamonds.
Stephen Adams [Fri, 8 Sep 1995 02:56:57 +0000 (02:56 +0000)]
Fixed bug with top-level forms wit internal continuations.
Stephen Adams [Fri, 8 Sep 1995 02:44:17 +0000 (02:44 +0000)]
Removed dead code.
Stephen Adams [Fri, 8 Sep 1995 00:56:01 +0000 (00:56 +0000)]
Added FORM/EXACT-INTEGER?
Stephen Adams [Thu, 7 Sep 1995 22:07:49 +0000 (22:07 +0000)]
Repaginate.
Stephen Adams [Thu, 7 Sep 1995 20:53:56 +0000 (20:53 +0000)]
Added more global expansions.
Stephen Adams [Tue, 5 Sep 1995 21:45:17 +0000 (21:45 +0000)]
Commented out WIDEN.
It is failing in the pre-cps position.
Test case: dragon4.scm:dragon-fixup
Stephen Adams [Tue, 5 Sep 1995 21:27:35 +0000 (21:27 +0000)]
Fixed call to ERROR:WRONG-TYPE-DATUM to pass correct number of
arguments.
Stephen Adams [Tue, 5 Sep 1995 19:45:32 +0000 (19:45 +0000)]
Fix typo.
Stephen Adams [Tue, 5 Sep 1995 19:14:35 +0000 (19:14 +0000)]
Added constant-folder for STRING->SYMBOL.
Stephen Adams [Tue, 5 Sep 1995 19:08:51 +0000 (19:08 +0000)]
Initial revision
Stephen Adams [Tue, 5 Sep 1995 19:08:20 +0000 (19:08 +0000)]
Moved MONOTONIC-STRONG-EQ-HASH-TABLEs to base/fasthash.scm
Stephen Adams [Tue, 5 Sep 1995 19:07:29 +0000 (19:07 +0000)]
Added more types.
Added support for abstractly testing (OBJECT-TYPE? <number> ...)
Removed all the construction of a database of types for known
operators. That is the province of typedb.scm (and perhaps
fakeprim.scm)
Stephen Adams [Tue, 5 Sep 1995 19:04:43 +0000 (19:04 +0000)]
Added STRING->SYMBOL.
Stephen Adams [Tue, 5 Sep 1995 19:04:13 +0000 (19:04 +0000)]
Fixed problem with barfing at %make-heap-closure in predicate position
(how it got there is another mystery).
Replaced many primitive procedures by their `%' variants.
Stephen Adams [Tue, 5 Sep 1995 19:01:45 +0000 (19:01 +0000)]
Moved split and widen pre-CPS.
Stephen Adams [Tue, 5 Sep 1995 19:00:21 +0000 (19:00 +0000)]
Added `ignored' bindings to keep SF quiet.
Stephen Adams [Tue, 5 Sep 1995 18:59:19 +0000 (18:59 +0000)]
Removed some primitives (CAR, STRING-SET!, ...) from the simple
operator list. Added an set of replacement `%primitives' as unchecked
replacements that do no type or range checking. The ordinary
primitives are now coded as calls to the primitive procedure and may
be used to raise errors.
Stephen Adams [Tue, 5 Sep 1995 18:56:00 +0000 (18:56 +0000)]
Restructured generic arithetic rewrites. Removed possibility of doing
early `diamond' rewrites - that is the province of typerew and laterew.
Removed kludged type-checked stuff into typerew.
Stephen Adams [Tue, 5 Sep 1995 18:48:37 +0000 (18:48 +0000)]
Fixed errant paren.
Stephen Adams [Tue, 5 Sep 1995 18:46:39 +0000 (18:46 +0000)]
Rearranged files in midend.
Stephen Adams [Tue, 5 Sep 1995 18:46:09 +0000 (18:46 +0000)]
First `working' version.
Stephen Adams [Tue, 5 Sep 1995 18:01:24 +0000 (18:01 +0000)]
Changed `dethunking' to expect promises, so we can profile primitive
procedures.
Stephen Adams [Tue, 5 Sep 1995 12:31:38 +0000 (12:31 +0000)]
Tafting
Stephen Adams [Mon, 4 Sep 1995 21:55:10 +0000 (21:55 +0000)]
Moved FOR-EVERY to utils.scm
Stephen Adams [Mon, 4 Sep 1995 21:07:36 +0000 (21:07 +0000)]
Initial revision
Stephen Adams [Mon, 4 Sep 1995 20:41:14 +0000 (20:41 +0000)]
Punted reference to obsolete %vector-index.
Stephen Adams [Mon, 4 Sep 1995 14:00:54 +0000 (14:00 +0000)]
Added an efficiency tip.
Stephen Adams [Sun, 3 Sep 1995 17:15:04 +0000 (17:15 +0000)]
Safety checkin.
Stephen Adams [Sat, 2 Sep 1995 20:57:24 +0000 (20:57 +0000)]
Added expansions for %generic-index-check/ref and %generic-index-check/set!.
Stephen Adams [Sat, 2 Sep 1995 13:30:23 +0000 (13:30 +0000)]
Check in prior to rewrite to split type analysis from rewrites.
Stephen Adams [Fri, 1 Sep 1995 21:35:49 +0000 (21:35 +0000)]
Fixed bug whereby primitives that were called with the wrong number of
arguments were invoked directly. Now they are applied, to produce an
error.
Stephen Adams [Fri, 1 Sep 1995 18:53:45 +0000 (18:53 +0000)]
Initial revision
Stephen Adams [Thu, 31 Aug 1995 15:26:05 +0000 (15:26 +0000)]
Excised %machine-fixnum?
Stephen Adams [Wed, 30 Aug 1995 19:54:46 +0000 (19:54 +0000)]
Removed "Node absent" warning.
Stephen Adams [Tue, 29 Aug 1995 14:56:39 +0000 (14:56 +0000)]
Added more global operators.
Stephen Adams [Tue, 29 Aug 1995 14:06:45 +0000 (14:06 +0000)]
Added feature where (ACCESS <name> <system-global-environment>) is
unsyntaxed as <name> if UNSYNTAXER:ELIDE-GLOBAL-ACCESSES? is non-false
and there are no shadowing bindings.
This is slightly imperfect because the unsyntaxer cant know about
names bound in the scode that surrounds the expression that was
initially passed to UNSYNTAX. Perhaps these names should be a
parameter. Debuggers could then augment the bound names with names
from the environment (or perhaps unsyntaxing should be done with
reference to an environment).
The feature is currently OFF by default, but I envision it being
necessary for sanity as more and more IEEE/R4RS operators are
integrated as global accesses (so that the compiler knows that it can
optimize them).
Stephen Adams [Mon, 28 Aug 1995 13:29:07 +0000 (13:29 +0000)]
*** empty log message ***
Stephen Adams [Mon, 28 Aug 1995 13:22:19 +0000 (13:22 +0000)]
Initial revision
Stephen Adams [Mon, 28 Aug 1995 13:20:16 +0000 (13:20 +0000)]
Added warning
Stephen Adams [Sun, 27 Aug 1995 18:52:39 +0000 (18:52 +0000)]
Added some information about writing faster code. At the moment it is
pretty unstructured, but at least this information is finding its way
onto paper.
Stephen Adams [Wed, 23 Aug 1995 14:21:58 +0000 (14:21 +0000)]
Added flonum cell operations.
Stephen Adams [Wed, 23 Aug 1995 14:07:44 +0000 (14:07 +0000)]
Added flonum cells.
Stephen Adams [Mon, 21 Aug 1995 13:14:14 +0000 (13:14 +0000)]
Fixed units.
Stephen Adams [Sun, 20 Aug 1995 15:58:14 +0000 (15:58 +0000)]
Changed the make-<mumble>-operator procedures to use arity dispatched
procedures.
Stephen Adams [Sat, 19 Aug 1995 22:43:34 +0000 (22:43 +0000)]
Temporarily removed dataflow based constant folding because some of
the nodes seem to be of the wrong kind.
Stephen Adams [Sat, 19 Aug 1995 22:42:51 +0000 (22:42 +0000)]
Liberalized insertion code so that closure-guts get inserted a legal place.
Stephen Adams [Sat, 19 Aug 1995 22:05:29 +0000 (22:05 +0000)]
Tafting.
Stephen Adams [Sat, 19 Aug 1995 16:09:45 +0000 (16:09 +0000)]
Added more DBG infor propogation.
Stephen Adams [Sat, 19 Aug 1995 15:33:40 +0000 (15:33 +0000)]
Replaced a VECTOR-REF with a %vector-ref.
Stephen Adams [Sat, 19 Aug 1995 15:33:00 +0000 (15:33 +0000)]
Added mechanism for open-coders to be able to access the CALL form.
Special and out-of-line open coders use this to generate a
DBG-CONTINUATION for the `local continuation'.
Stephen Adams [Sat, 19 Aug 1995 15:30:43 +0000 (15:30 +0000)]
Add FORM parameter to all the operator rewriters.
Stephen Adams [Sat, 19 Aug 1995 15:29:50 +0000 (15:29 +0000)]
Fixed typo.
Stephen Adams [Sat, 19 Aug 1995 14:30:44 +0000 (14:30 +0000)]
Fixed patchup code for make.com to determine and use an absolute
pathname because BINARY-FASLOAD does not set the scheme process's
working directory.
Stephen Adams [Sat, 19 Aug 1995 13:42:24 +0000 (13:42 +0000)]
Fixed bug with long chains of `indirection variables'.
Stephen Adams [Sat, 19 Aug 1995 02:03:46 +0000 (02:03 +0000)]
Typo.
Stephen Adams [Sat, 19 Aug 1995 02:02:57 +0000 (02:02 +0000)]
TYpo.
Stephen Adams [Sat, 19 Aug 1995 01:36:13 +0000 (01:36 +0000)]
Added %primitive-error and tuples and vectro index checking prims.
Stephen Adams [Sat, 19 Aug 1995 01:34:04 +0000 (01:34 +0000)]
Worked through DBG-info of generic arithmetic & other cases with
`local continuations'.
Stephen Adams [Sat, 19 Aug 1995 01:15:44 +0000 (01:15 +0000)]
Corrected handling of missing DBG-BLOCK.
Stephen Adams [Fri, 18 Aug 1995 23:54:03 +0000 (23:54 +0000)]
NEW-DBG-EXPRESSIONs now have a pointer to the scode for their
containing combination. This is to assist in creating
NEW-DBG-CONTINUATIONs for continuations that did not previously exist
in the user's program.
Stephen Adams [Fri, 18 Aug 1995 22:16:20 +0000 (22:16 +0000)]
Update comment containing useful code for viewing DBG info.
Stephen Adams [Fri, 18 Aug 1995 21:52:42 +0000 (21:52 +0000)]
Convert to MONOTONIC-STRING-EQ-HASH-TABLEs
Stephen Adams [Fri, 18 Aug 1995 18:17:37 +0000 (18:17 +0000)]
Made some operators (MEMQ, SQRT and EXPT) integrate as global operators.
This will allow the new compiler to identify them and so something smart.
Stephen Adams [Fri, 18 Aug 1995 18:09:35 +0000 (18:09 +0000)]
Containers use %car and %cdr, not CAR and CDR.
Stephen Adams [Wed, 16 Aug 1995 20:13:18 +0000 (20:13 +0000)]
Added checked rewrites for VECTOR-REF, VECTOR-SET!, CAR and CDR.
Stephen Adams [Wed, 16 Aug 1995 18:19:52 +0000 (18:19 +0000)]
Added checked rewrites for VECTOR-REF, VECTOR-SET!, CAR and CDR.
Stephen Adams [Tue, 15 Aug 1995 00:16:00 +0000 (00:16 +0000)]
For some reason the val register was not being preserved (by storing
it in the regblock) accross floating point utilities.
Stephen Adams [Tue, 15 Aug 1995 00:12:17 +0000 (00:12 +0000)]
Undoen previous `fix'.
The problem was in hppa.m4.
Stephen Adams [Mon, 14 Aug 1995 22:03:44 +0000 (22:03 +0000)]
Preserved GR2 into GR13 around floatiing_point_util.
Stephen Adams [Mon, 14 Aug 1995 21:54:09 +0000 (21:54 +0000)]
Preserve g2 around special calls.