Guillermo J. Rozas [Mon, 22 Nov 1993 00:32:28 +0000 (00:32 +0000)]
Fix bug introduced when moving constant space and not using SysV
shared memory:
The gc buffers need to be below Highest_Allocated_Address, since
reset_allocator_parameters uses this boundary to set Heap_Top.
Chris Hanson [Sun, 21 Nov 1993 23:01:09 +0000 (23:01 +0000)]
Initial revision
Chris Hanson [Sun, 21 Nov 1993 22:59:38 +0000 (22:59 +0000)]
Tweak for 7.3 release.
Chris Hanson [Sun, 21 Nov 1993 22:56:50 +0000 (22:56 +0000)]
In LOAD-PACKED-BINARIES, delay purification of the packed files until
after the loading is complete.
Guillermo J. Rozas [Sun, 21 Nov 1993 21:43:40 +0000 (21:43 +0000)]
Update.
Guillermo J. Rozas [Sun, 21 Nov 1993 18:58:05 +0000 (18:58 +0000)]
Add missing l in dynamic library name.
Guillermo J. Rozas [Sun, 21 Nov 1993 18:55:46 +0000 (18:55 +0000)]
Remove spurious #\=
Guillermo J. Rozas [Sun, 21 Nov 1993 18:55:14 +0000 (18:55 +0000)]
Add dynamic loading primitives
Chris Hanson [Sun, 21 Nov 1993 06:56:26 +0000 (06:56 +0000)]
Fix think-o in previous change.
Chris Hanson [Sun, 21 Nov 1993 06:51:42 +0000 (06:51 +0000)]
Repaginate. Eliminate compiler warnings.
Guillermo J. Rozas [Sun, 21 Nov 1993 01:05:57 +0000 (01:05 +0000)]
Fix last change. It was just wrong.
Guillermo J. Rozas [Sun, 21 Nov 1993 00:41:49 +0000 (00:41 +0000)]
Add code to handle the load/purification-root of blocks produced by
the C back end.
Chris Hanson [Sat, 20 Nov 1993 21:33:38 +0000 (21:33 +0000)]
Rearrange order of predicate testing in EQUAL? to favor more common
types.
Chris Hanson [Sat, 20 Nov 1993 21:30:32 +0000 (21:30 +0000)]
Fix think-o in last change.
Chris Hanson [Sat, 20 Nov 1993 08:07:30 +0000 (08:07 +0000)]
Reinstall apropos now that release is finished.
Chris Hanson [Sat, 20 Nov 1993 07:41:08 +0000 (07:41 +0000)]
Update to reflect new directories.
Chris Hanson [Sat, 20 Nov 1993 07:11:46 +0000 (07:11 +0000)]
Fix typo in last change.
Chris Hanson [Sat, 20 Nov 1993 07:09:15 +0000 (07:09 +0000)]
Remove apropos from release.
Chris Hanson [Fri, 19 Nov 1993 22:22:30 +0000 (22:22 +0000)]
Pass the +s option to the loader to enable the use of SHLIB_PATH in
the resulting executable.
Chris Hanson [Fri, 19 Nov 1993 22:21:33 +0000 (22:21 +0000)]
Add definitions to enable the dynamic loading primitives on those
operating systems that support them.
Chris Hanson [Fri, 19 Nov 1993 22:17:07 +0000 (22:17 +0000)]
Add object that can be yielded as the result of an evaluation in order
to suppress the ";value" message from the evaluation. This allows the
Emacs interface to transmit commands to Scheme without having those
commands appear in the buffer.
Chris Hanson [Fri, 19 Nov 1993 21:27:41 +0000 (21:27 +0000)]
Fix cpp problem reported by birkholz.
Guillermo J. Rozas [Fri, 19 Nov 1993 04:47:08 +0000 (04:47 +0000)]
Define NULL, not previously defined by any of the include files.
Guillermo J. Rozas [Fri, 19 Nov 1993 04:46:13 +0000 (04:46 +0000)]
Define NO_ARG_ARRAY by default, since arguments are often passed in
registers and modern optimizing compilers will only put the addressed
variable on the stack.
Guillermo J. Rozas [Thu, 18 Nov 1993 22:54:21 +0000 (22:54 +0000)]
The AIX C compiler does not sign-extend characters correctly.
Stephen Adams [Thu, 18 Nov 1993 19:55:23 +0000 (19:55 +0000)]
Fiddling with appearance
Guillermo J. Rozas [Thu, 18 Nov 1993 15:11:42 +0000 (15:11 +0000)]
Split calls to add-gc-daemon! into calls to add-gc-daemon!/no-restore
and add-event-receiver! event:after-restore ...
Guillermo J. Rozas [Thu, 18 Nov 1993 15:09:01 +0000 (15:09 +0000)]
Define add-gc-daemon!/no-restore, required by the C back end.
Stephen Adams [Thu, 18 Nov 1993 04:36:21 +0000 (04:36 +0000)]
*** empty log message ***
Stephen Adams [Thu, 18 Nov 1993 04:30:52 +0000 (04:30 +0000)]
Initial revision
Stephen Adams [Thu, 18 Nov 1993 04:27:04 +0000 (04:27 +0000)]
Added apropos
Chris Hanson [Thu, 18 Nov 1993 01:33:22 +0000 (01:33 +0000)]
Fix think-o in last change.
Chris Hanson [Thu, 18 Nov 1993 01:21:39 +0000 (01:21 +0000)]
Delay resolution of debugging-info filename until the file is needed.
Chris Hanson [Thu, 18 Nov 1993 00:47:36 +0000 (00:47 +0000)]
Implement new mechanism to allow the system to specify its
debugging-info files as relative pathnames that are resolved at lookup
time rather than at the time the .com files are loaded.
Guillermo J. Rozas [Thu, 18 Nov 1993 00:35:24 +0000 (00:35 +0000)]
gcc complains about a type mismatch when declaring select on the
RS6000.
Stephen Adams [Wed, 17 Nov 1993 23:05:33 +0000 (23:05 +0000)]
Added $Id: line
Stephen Adams [Wed, 17 Nov 1993 22:58:44 +0000 (22:58 +0000)]
Added copyright notice
Stephen Adams [Wed, 17 Nov 1993 22:50:41 +0000 (22:50 +0000)]
Added copyright notice
Stephen Adams [Wed, 17 Nov 1993 22:43:33 +0000 (22:43 +0000)]
Added copyright message
Chris Hanson [Wed, 17 Nov 1993 22:23:14 +0000 (22:23 +0000)]
Eliminate race condition that often caused SIGSEGV when notifier was
started up.
Guillermo J. Rozas [Wed, 17 Nov 1993 05:31:12 +0000 (05:31 +0000)]
Fix unbound variable problem introduced in the last edit.
Guillermo J. Rozas [Wed, 17 Nov 1993 05:22:39 +0000 (05:22 +0000)]
Patch BYTE-OFFSET-ADDRESS rules to avoid warnings and errors from an
implicit cast.
Guillermo J. Rozas [Wed, 17 Nov 1993 05:22:03 +0000 (05:22 +0000)]
Fix switches on AIX and Alpha.
Guillermo J. Rozas [Tue, 16 Nov 1993 22:37:46 +0000 (22:37 +0000)]
Files must be linked with cc on AIX.
Nick Papadakis [Tue, 16 Nov 1993 21:59:15 +0000 (21:59 +0000)]
Minor typo, weak-pairs xref in hash table intro
Guillermo J. Rozas [Tue, 16 Nov 1993 16:36:44 +0000 (16:36 +0000)]
Fix bug when displaying #\'
Guillermo J. Rozas [Tue, 16 Nov 1993 16:09:15 +0000 (16:09 +0000)]
Finish renaming C-quotify.
Guillermo J. Rozas [Tue, 16 Nov 1993 15:58:23 +0000 (15:58 +0000)]
Fix bug by which strings get inserted in the wrong place.
Guillermo J. Rozas [Tue, 16 Nov 1993 04:53:48 +0000 (04:53 +0000)]
Changes to cmpint.c, psbtobin.c, and bintopsb.c to allow moving
C-back-end bands to machines with a different word size.
Bump version number.
Guillermo J. Rozas [Tue, 16 Nov 1993 04:50:02 +0000 (04:50 +0000)]
Teach psbtobin and bintopsb how to relocate the compiled code
utilities vector correctly.
Guillermo J. Rozas [Tue, 16 Nov 1993 03:56:41 +0000 (03:56 +0000)]
Change compiler_initialize and compiler_reset to produce (and restore)
an ordinary compiled code block that includes a manifest vector
header. It costs an extra word, but makes it possible for psbtobin
and bintopsb to relocate the compiled code utilities correctly for the
C back end.
Guillermo J. Rozas [Tue, 16 Nov 1993 02:34:33 +0000 (02:34 +0000)]
Add cast to remove spurious warnings.
Guillermo J. Rozas [Tue, 16 Nov 1993 02:25:15 +0000 (02:25 +0000)]
Fix MANIFEST_CLOSURE_COUNT and FIRST_MANIFEST_CLOSURE_ENTRY.
The default versions only work when
sizeof (unsigned long) = 2 * sizeof (format_word)
Guillermo J. Rozas [Tue, 16 Nov 1993 02:10:31 +0000 (02:10 +0000)]
Fix character quoting -- we can't really use ANSI escapes (e.g. \a).
Chris Hanson [Mon, 15 Nov 1993 21:49:08 +0000 (21:49 +0000)]
Update version number.
Guillermo J. Rozas [Mon, 15 Nov 1993 05:59:13 +0000 (05:59 +0000)]
Fix conflict when timestamps have been disabled.
Guillermo J. Rozas [Sat, 13 Nov 1993 19:35:10 +0000 (19:35 +0000)]
Load option compress when the compiler is loaded.
Guillermo J. Rozas [Sat, 13 Nov 1993 19:24:04 +0000 (19:24 +0000)]
Add mechanism to disable timestamps to allow comparison of output.
Guillermo J. Rozas [Sat, 13 Nov 1993 19:21:09 +0000 (19:21 +0000)]
Fix bug when switch list is empty.
Disable checking of return status of system. Apparently it does not
quite work in SunOS.
Guillermo J. Rozas [Sat, 13 Nov 1993 06:59:59 +0000 (06:59 +0000)]
Use with-working-directory-pathname to make some C compilers happy.
Guillermo J. Rozas [Sat, 13 Nov 1993 06:44:26 +0000 (06:44 +0000)]
Fix variable names: the number was previously duplicated.
Guillermo J. Rozas [Sat, 13 Nov 1993 06:44:04 +0000 (06:44 +0000)]
Fix variable name conflict when using dynamic links.
Guillermo J. Rozas [Sat, 13 Nov 1993 04:17:11 +0000 (04:17 +0000)]
Check cc and ld return codes, and delete .o file after producing the shared
object.
Guillermo J. Rozas [Sat, 13 Nov 1993 03:52:54 +0000 (03:52 +0000)]
The primitive SET-WORKING-DIRECTORY-PATHNAME! does not like pathname
objects.
Guillermo J. Rozas [Sat, 13 Nov 1993 03:51:55 +0000 (03:51 +0000)]
Make C back end invoke the C compiler and linker on the output by
default.
Guillermo J. Rozas [Sat, 13 Nov 1993 03:46:40 +0000 (03:46 +0000)]
Fix typo.
Guillermo J. Rozas [Sat, 13 Nov 1993 03:32:25 +0000 (03:32 +0000)]
Export C-back-end-specific switches.
Guillermo J. Rozas [Sat, 13 Nov 1993 03:20:21 +0000 (03:20 +0000)]
Change default: liarc.h defines COMPILE_FOR_DYNAMIC_LOADING unless
COMPILE_FOR_STATIC_LINKING is defined alredy, which is now defined by
the makefile.
Guillermo J. Rozas [Sat, 13 Nov 1993 02:43:18 +0000 (02:43 +0000)]
Split system out of call/cc.
Guillermo J. Rozas [Sat, 13 Nov 1993 02:23:21 +0000 (02:23 +0000)]
Use declare-shared-library to make -compiler and -edwin work in the C
back end.
Guillermo J. Rozas [Sat, 13 Nov 1993 02:21:39 +0000 (02:21 +0000)]
Add declare-shared-library for the C back end.
Guillermo J. Rozas [Sat, 13 Nov 1993 02:21:15 +0000 (02:21 +0000)]
Changes to call/cc:
- Add customization switches
- Disable timer interrupts around the call to system,
to prevent interrupt lossage.
- Change the microcode directory to make the command line win.
Chris Hanson [Sat, 13 Nov 1993 01:39:06 +0000 (01:39 +0000)]
Fix typo in previous change.
Nick Papadakis [Sat, 13 Nov 1993 01:15:33 +0000 (01:15 +0000)]
Extend the -Olimit on the IRIX compiler.
Jim Miller [Fri, 12 Nov 1993 20:49:05 +0000 (20:49 +0000)]
Forgot to add rtl:bump-closure to the export list
Jim Miller [Fri, 12 Nov 1993 20:22:51 +0000 (20:22 +0000)]
Alpha now handles "compressed" top-level block as on the Spectrum and i386
Jim Miller [Fri, 12 Nov 1993 20:21:42 +0000 (20:21 +0000)]
Added code to handle compressed top-level files
(generate/remote-links)
Nick Papadakis [Fri, 12 Nov 1993 20:16:27 +0000 (20:16 +0000)]
Minor typos
Jim Miller [Fri, 12 Nov 1993 18:25:55 +0000 (18:25 +0000)]
Bad syntax for UWORD
Jim Miller [Fri, 12 Nov 1993 18:10:42 +0000 (18:10 +0000)]
Added coerce-32-bit-unsigned to support UWORD (instr1)
Chris Hanson [Fri, 12 Nov 1993 16:42:48 +0000 (16:42 +0000)]
Changes to prevent use of -std on Ultrix.
Jim Miller [Fri, 12 Nov 1993 14:58:20 +0000 (14:58 +0000)]
Added support for floating-point vectors
Jim Miller [Fri, 12 Nov 1993 14:53:35 +0000 (14:53 +0000)]
Added UWORD in preparation for future use in generate/remote-links
(rules3)
Jim Miller [Fri, 12 Nov 1993 14:44:03 +0000 (14:44 +0000)]
Changed format of OFFSET-ADDRESS, BYTE-OFFSET-ADDRESS, and
FLOAT-OFFSET-ADDRESS to allow indexing by either a REGISTER or a
MACHINE-CONSTANT, whereas it previously assumed MACHINE-CONSTANT only.
Jim Miller [Fri, 12 Nov 1993 14:43:00 +0000 (14:43 +0000)]
Prepare for next version, where we'll use compiler:compress-top-level
Jim Miller [Fri, 12 Nov 1993 14:42:19 +0000 (14:42 +0000)]
Changed format of OFFSET-ADDRESS, BYTE-OFFSET-ADDRESS, and
FLOAT-OFFSET-ADDRESS to allow indexing by either a REGISTER or a
MACHINE-CONSTANT, whereas it previously assumed MACHINE-CONSTANT only.
Also, updated list of floating point primitives not in-lined.
Chris Hanson [Thu, 11 Nov 1993 22:19:06 +0000 (22:19 +0000)]
Fix typo.
Chris Hanson [Thu, 11 Nov 1993 20:29:35 +0000 (20:29 +0000)]
GJR's changes for dynamic loader. Also repaginate and rearrange
order.
Chris Hanson [Thu, 11 Nov 1993 20:20:03 +0000 (20:20 +0000)]
Changes for NeXT.
Chris Hanson [Thu, 11 Nov 1993 20:18:25 +0000 (20:18 +0000)]
Change for Sun3 and NeXT.
Chris Hanson [Thu, 11 Nov 1993 20:07:36 +0000 (20:07 +0000)]
Fix think-o in previous update.
Guillermo J. Rozas [Thu, 11 Nov 1993 06:01:54 +0000 (06:01 +0000)]
Change flush_i_cache_initialize to always check for environment
variables. This allows overriding the name reported by uname under
HP-UX!
Change the environment variable from HPPAmodel to
MITSCHEME_HPPA_MODEL.
Guillermo J. Rozas [Thu, 11 Nov 1993 05:50:54 +0000 (05:50 +0000)]
Add 755 cache parameters.
Guillermo J. Rozas [Wed, 10 Nov 1993 22:47:25 +0000 (22:47 +0000)]
Fix bug in the instructions to generate a cross-compiler band.
Stephen Adams [Wed, 10 Nov 1993 21:43:04 +0000 (21:43 +0000)]
Fixed integration of make-primitive ro ucode-primitive
Stephen Adams [Wed, 10 Nov 1993 21:41:48 +0000 (21:41 +0000)]
Fixed $Header
Stephen Adams [Wed, 10 Nov 1993 21:38:05 +0000 (21:38 +0000)]
Fixed image drawing operations to be at transformed coords, not native
coords. Sizes and image coords are still native because we dont want to
have to scale the image (bitmap)
Stephen Adams [Wed, 10 Nov 1993 21:36:46 +0000 (21:36 +0000)]
Fixed $Header, fixed module loading to be even more lazy
Stephen Adams [Wed, 10 Nov 1993 21:34:40 +0000 (21:34 +0000)]
Added more windows functions
Stephen Adams [Wed, 10 Nov 1993 21:32:21 +0000 (21:32 +0000)]
Fixed $Header