mit-scheme.git
32 years agoReorder and cast the entries in the utility table so that prototypes
Guillermo J. Rozas [Thu, 11 Jun 1992 18:51:35 +0000 (18:51 +0000)]
Reorder and cast the entries in the utility table so that prototypes
can be used.

32 years agostill changing to deal with new representation of pictures
u6001 [Thu, 11 Jun 1992 17:31:22 +0000 (17:31 +0000)]
still changing to deal with new representation of pictures

32 years agoAdd some missing prototypes.
Guillermo J. Rozas [Thu, 11 Jun 1992 13:40:44 +0000 (13:40 +0000)]
Add some missing prototypes.

32 years agoAdd Ultrix conditionalization.
Guillermo J. Rozas [Thu, 11 Jun 1992 12:50:02 +0000 (12:50 +0000)]
Add Ultrix conditionalization.

32 years agoAdd OSF conditionalization.
Guillermo J. Rozas [Thu, 11 Jun 1992 12:44:52 +0000 (12:44 +0000)]
Add OSF conditionalization.

32 years agoalignment_mask -> long.
Guillermo J. Rozas [Thu, 11 Jun 1992 12:42:35 +0000 (12:42 +0000)]
alignment_mask -> long.

32 years agoMAX_CHAR -> UCHAR_MAX
Guillermo J. Rozas [Thu, 11 Jun 1992 12:41:42 +0000 (12:41 +0000)]
MAX_CHAR -> UCHAR_MAX

32 years ago(1 << foo) -> (1UL << foo)
Guillermo J. Rozas [Wed, 10 Jun 1992 21:48:30 +0000 (21:48 +0000)]
(1 << foo) -> (1UL << foo)

32 years agoAdd alpha and power to the list of processors.
Guillermo J. Rozas [Wed, 10 Jun 1992 21:47:27 +0000 (21:47 +0000)]
Add alpha and power to the list of processors.

32 years agoAdd static keyword to definition of ispunct so there won't be a
Guillermo J. Rozas [Wed, 10 Jun 1992 21:44:48 +0000 (21:44 +0000)]
Add static keyword to definition of ispunct so there won't be a
clonflict with an external routine of the same name.

32 years ago(1 << something) replaced by (1UL << something).
Guillermo J. Rozas [Wed, 10 Jun 1992 21:43:58 +0000 (21:43 +0000)]
(1 << something) replaced by (1UL << something).

32 years agoAdd missing conditionalization.
Guillermo J. Rozas [Wed, 10 Jun 1992 21:40:47 +0000 (21:40 +0000)]
Add missing conditionalization.
option_edwin_defaults can only be used if HAS_COMPILER_SUPPORT.

32 years agoconst -> CONST.
Guillermo J. Rozas [Wed, 10 Jun 1992 21:39:06 +0000 (21:39 +0000)]
const -> CONST.

32 years agoFlush unnecessary primitives FILE-OPEN-BINARY-INPUT-CHANNEL and
Guillermo J. Rozas [Wed, 10 Jun 1992 21:36:45 +0000 (21:36 +0000)]
Flush unnecessary primitives FILE-OPEN-BINARY-INPUT-CHANNEL and
FILE-OPEN-BINARY-OUTPUT-CHANNEL.

32 years agoChange socket code to accept numeric service numbers.
Chris Hanson [Wed, 10 Jun 1992 21:10:44 +0000 (21:10 +0000)]
Change socket code to accept numeric service numbers.

32 years agoFix defaulting of info-menu command.
sybok [Wed, 10 Jun 1992 18:03:59 +0000 (18:03 +0000)]
Fix defaulting of info-menu command.

32 years agochanged to deal with new representation of pictures...
aragorn [Tue, 9 Jun 1992 16:53:36 +0000 (16:53 +0000)]
changed to deal with new representation of pictures...

32 years agochanged to deal with the changes to the way pictures are represented
aragorn [Tue, 9 Jun 1992 16:32:25 +0000 (16:32 +0000)]
changed to deal with the changes to the way pictures are represented

32 years agochanged uses of floating-point-ref to vector-ref to deal with changes
aragorn [Mon, 8 Jun 1992 18:17:37 +0000 (18:17 +0000)]
changed uses of floating-point-ref to vector-ref to deal with changes
in beginning of picture.scm. i.e.-to reduce size of pictures

32 years agochanged uses of floating-point-ref to vector-ref to deal with changes
aragorn [Mon, 8 Jun 1992 18:12:28 +0000 (18:12 +0000)]
changed uses of floating-point-ref to vector-ref to deal with changes
in picture.scm.

32 years agoDon't attempt to display the name of an undefined environment.
aragorn [Mon, 8 Jun 1992 16:50:57 +0000 (16:50 +0000)]
Don't attempt to display the name of an undefined environment.

32 years agoChange representation of floating-point arrays in picture data
aragorn [Mon, 8 Jun 1992 16:50:28 +0000 (16:50 +0000)]
Change representation of floating-point arrays in picture data
structures.

32 years agoInitial revision
Chris Hanson [Fri, 5 Jun 1992 21:39:12 +0000 (21:39 +0000)]
Initial revision

32 years agoChanges for new debugger.
Chris Hanson [Fri, 5 Jun 1992 21:39:04 +0000 (21:39 +0000)]
Changes for new debugger.

32 years agoi386 trap code in this file is only known to be valid for mach3.0.
Guillermo J. Rozas [Fri, 5 Jun 1992 20:10:27 +0000 (20:10 +0000)]
i386 trap code in this file is only known to be valid for mach3.0.

32 years agoConditionalize for errnos not available in some systems.
Guillermo J. Rozas [Fri, 5 Jun 1992 20:09:00 +0000 (20:09 +0000)]
Conditionalize for errnos not available in some systems.

32 years agoInclude osio.h.
Guillermo J. Rozas [Fri, 5 Jun 1992 20:07:24 +0000 (20:07 +0000)]
Include osio.h.

32 years agoInclude osio.h that defines NO_CHANNELS.
Guillermo J. Rozas [Fri, 5 Jun 1992 20:06:19 +0000 (20:06 +0000)]
Include osio.h that defines NO_CHANNELS.

32 years agoFix incorrect variable reference.
Guillermo J. Rozas [Fri, 5 Jun 1992 20:05:32 +0000 (20:05 +0000)]
Fix incorrect variable reference.

32 years agoRemove redundant inclusion for compilers whose include files are not
Guillermo J. Rozas [Fri, 5 Jun 1992 20:01:42 +0000 (20:01 +0000)]
Remove redundant inclusion for compilers whose include files are not
protected against multiple inclusion.

32 years agoConditionalize socket code better.
Guillermo J. Rozas [Fri, 5 Jun 1992 19:45:15 +0000 (19:45 +0000)]
Conditionalize socket code better.

32 years agoESTALE is not present in all versions of Unix.
Guillermo J. Rozas [Fri, 5 Jun 1992 19:41:33 +0000 (19:41 +0000)]
ESTALE is not present in all versions of Unix.

32 years agocalls to gethostname need to be wrappend around HAVE_SOCKETS.
Guillermo J. Rozas [Fri, 5 Jun 1992 19:39:05 +0000 (19:39 +0000)]
calls to gethostname need to be wrappend around HAVE_SOCKETS.

32 years agoEliminate redundant include for compilers whose include files are not
Guillermo J. Rozas [Fri, 5 Jun 1992 19:35:33 +0000 (19:35 +0000)]
Eliminate redundant include for compilers whose include files are not
protected against multiple inclusion.

32 years agoEliminate word size dependencies: 1 -> 1L
Guillermo J. Rozas [Fri, 5 Jun 1992 19:31:16 +0000 (19:31 +0000)]
Eliminate word size dependencies:  1 -> 1L

32 years agoFix a major bug in bchscheme, and minor changes for DOS.
Guillermo J. Rozas [Fri, 5 Jun 1992 04:44:54 +0000 (04:44 +0000)]
Fix a major bug in bchscheme, and minor changes for DOS.

32 years agoBump 386's edwin constant space.
Guillermo J. Rozas [Fri, 5 Jun 1992 04:38:41 +0000 (04:38 +0000)]
Bump 386's edwin constant space.

32 years agoConditionalize definition of IO_PAGE_SIZE.
Guillermo J. Rozas [Thu, 4 Jun 1992 14:42:38 +0000 (14:42 +0000)]
Conditionalize definition of IO_PAGE_SIZE.

32 years agoFix edit bug in last edit.
Guillermo J. Rozas [Thu, 4 Jun 1992 13:10:04 +0000 (13:10 +0000)]
Fix edit bug in last edit.

32 years agoFix edit bug in last edit.
Guillermo J. Rozas [Thu, 4 Jun 1992 13:09:39 +0000 (13:09 +0000)]
Fix edit bug in last edit.

32 years agoChange IO_PAGE_SIZE for DOS.
Guillermo J. Rozas [Thu, 4 Jun 1992 12:42:30 +0000 (12:42 +0000)]
Change IO_PAGE_SIZE for DOS.

32 years agoChange default sense of kbd hooks. Now, by default, scheme _does not_
Guillermo J. Rozas [Thu, 4 Jun 1992 12:40:40 +0000 (12:40 +0000)]
Change default sense of kbd hooks.  Now, by default, scheme _does not_
install keyboard hooks.

32 years agoAdded files to avoid for completion.
Henry M. Wu [Thu, 4 Jun 1992 03:08:17 +0000 (03:08 +0000)]
Added files to avoid for completion.

32 years agoFixed runtim.glob filename.
Henry M. Wu [Thu, 4 Jun 1992 03:02:47 +0000 (03:02 +0000)]
Fixed runtim.glob filename.

32 years agoMade file loadable without having to first build the runtime system.
Henry M. Wu [Thu, 4 Jun 1992 02:57:18 +0000 (02:57 +0000)]
Made file loadable without having to first build the runtime system.

32 years agoFix unit bug in read_newspace_address, and initialization bug in
Guillermo J. Rozas [Wed, 3 Jun 1992 21:55:24 +0000 (21:55 +0000)]
Fix unit bug in read_newspace_address, and initialization bug in
INITIAL_SCAN_BUFFER .

32 years agoFix bug in updating Free_Constant.
Guillermo J. Rozas [Wed, 3 Jun 1992 21:54:53 +0000 (21:54 +0000)]
Fix bug in updating Free_Constant.

32 years agoChange order of file inclusion and other small mods to satisfy vanilla sysv.
Guillermo J. Rozas [Wed, 3 Jun 1992 21:54:31 +0000 (21:54 +0000)]
Change order of file inclusion and other small mods to satisfy vanilla sysv.

32 years agoChange order of file inclusion to satisfy vanilla sysv.
Guillermo J. Rozas [Wed, 3 Jun 1992 21:54:00 +0000 (21:54 +0000)]
Change order of file inclusion to satisfy vanilla sysv.

32 years agoUse new operation X-GRAPHICS/DISABLE-KEYBOARD-FOCUS to prevent the
Chris Hanson [Wed, 3 Jun 1992 18:25:12 +0000 (18:25 +0000)]
Use new operation X-GRAPHICS/DISABLE-KEYBOARD-FOCUS to prevent the
window manager from giving keyboard focus to graphics windows.

32 years agoAdd new operation X-GRAPHICS/DISABLE-KEYBOARD-FOCUS.
Chris Hanson [Wed, 3 Jun 1992 18:24:37 +0000 (18:24 +0000)]
Add new operation X-GRAPHICS/DISABLE-KEYBOARD-FOCUS.

32 years agoRemove graphics code -- not working.
Guillermo J. Rozas [Tue, 2 Jun 1992 21:37:24 +0000 (21:37 +0000)]
Remove graphics code -- not working.

32 years agoAdd option to print NAMED-LAMBDA special form as LAMBDA. Change
Chris Hanson [Mon, 1 Jun 1992 22:25:53 +0000 (22:25 +0000)]
Add option to print NAMED-LAMBDA special form as LAMBDA.  Change
default of *PP-NAMED-LAMBDA->DEFINE?* to false.

32 years agoAdd option to disable special handling of undefined values.
Chris Hanson [Mon, 1 Jun 1992 22:24:40 +0000 (22:24 +0000)]
Add option to disable special handling of undefined values.

32 years agoAdd option to print NAMED-LAMBDA special form as LAMBDA. Change
Chris Hanson [Mon, 1 Jun 1992 22:18:51 +0000 (22:18 +0000)]
Add option to print NAMED-LAMBDA special form as LAMBDA.  Change
default of *PP-NAMED-LAMBDA->DEFINE?* to false.

32 years agoChange output from definitions to use "-->" instead of ":" as
Chris Hanson [Mon, 1 Jun 1992 22:03:12 +0000 (22:03 +0000)]
Change output from definitions to use "-->" instead of ":" as
separator.

32 years agoAdd code to disable evaluation commands in the transcript buffer.
Chris Hanson [Mon, 1 Jun 1992 21:55:55 +0000 (21:55 +0000)]
Add code to disable evaluation commands in the transcript buffer.

32 years agoFor some reason HP has decided that their 8-bit gray displays should
Chris Hanson [Mon, 1 Jun 1992 21:15:19 +0000 (21:15 +0000)]
For some reason HP has decided that their 8-bit gray displays should
be GrayScale instead of StaticGray.  This problem is compounded by
some program, probably MWM, which has preallocated some read/write
color cells, thus preventing us from allocating all 256 gray levels.
Grumble; work around this by only allocating 128 gray levels.

32 years agoBump up DEFAULT_SMALL_CONSTANT for the 386 (again).
Guillermo J. Rozas [Mon, 1 Jun 1992 19:47:36 +0000 (19:47 +0000)]
Bump up DEFAULT_SMALL_CONSTANT for the 386 (again).

32 years agoFix typo.
u6001 [Mon, 1 Jun 1992 16:50:47 +0000 (16:50 +0000)]
Fix typo.

32 years agoAdded test-and-set (file-touch) for call-with-temporary-filename.
Henry M. Wu [Sun, 31 May 1992 06:15:39 +0000 (06:15 +0000)]
Added test-and-set (file-touch) for call-with-temporary-filename.

32 years agoChanged timing of when the options directory is actualized so it can
Henry M. Wu [Sat, 30 May 1992 18:22:46 +0000 (18:22 +0000)]
Changed timing of when the options directory is actualized so it can
be absent if the require option is already present.

32 years agoMade packed file loader shadow file-directory? as well for option
Henry M. Wu [Sat, 30 May 1992 16:47:40 +0000 (16:47 +0000)]
Made packed file loader shadow file-directory? as well for option
files to win.

32 years agoUpcasing environment variables.
Henry M. Wu [Fri, 29 May 1992 00:11:34 +0000 (00:11 +0000)]
Upcasing environment variables.

32 years ago*** empty log message ***
Henry M. Wu [Fri, 29 May 1992 00:06:11 +0000 (00:06 +0000)]
*** empty log message ***

32 years agoUpcase MITSCHEME_INF_DIRECTORY.
Guillermo J. Rozas [Thu, 28 May 1992 23:46:53 +0000 (23:46 +0000)]
Upcase MITSCHEME_INF_DIRECTORY.

32 years agoUpcase MITSCHEME_INF_DIRECTORY.
Guillermo J. Rozas [Thu, 28 May 1992 23:40:07 +0000 (23:40 +0000)]
Upcase MITSCHEME_INF_DIRECTORY.

32 years agoAdded reset-environment-variables!
Henry M. Wu [Thu, 28 May 1992 23:32:16 +0000 (23:32 +0000)]
Added reset-environment-variables!

32 years agoAdded reset-environment-variables!
Henry M. Wu [Thu, 28 May 1992 23:21:48 +0000 (23:21 +0000)]
Added reset-environment-variables!

32 years ago*** empty log message ***
Henry M. Wu [Thu, 28 May 1992 22:59:09 +0000 (22:59 +0000)]
*** empty log message ***

32 years agoFixed directory rewriting.
Henry M. Wu [Thu, 28 May 1992 22:43:20 +0000 (22:43 +0000)]
Fixed directory rewriting.

32 years agoHandle GrayScale visual type.
u6001 [Thu, 28 May 1992 21:35:45 +0000 (21:35 +0000)]
Handle GrayScale visual type.

32 years agoFixed dos filename parsing to handle environment variables.
Henry M. Wu [Thu, 28 May 1992 20:01:34 +0000 (20:01 +0000)]
Fixed dos filename parsing to handle environment variables.

32 years agoFlesh out interactive help message.
Guillermo J. Rozas [Thu, 28 May 1992 19:34:43 +0000 (19:34 +0000)]
Flesh out interactive help message.

32 years agoRename the environment variable used to disable the full keyboard
Guillermo J. Rozas [Thu, 28 May 1992 19:08:24 +0000 (19:08 +0000)]
Rename the environment variable used to disable the full keyboard
under DOSX, and add a way for disable the full keyboard under DPMI.

32 years agoExport strcmp_ci.
Guillermo J. Rozas [Thu, 28 May 1992 19:03:07 +0000 (19:03 +0000)]
Export strcmp_ci.

32 years agoDelayed expansion of rewritten directory name till use time.
Henry M. Wu [Thu, 28 May 1992 18:58:44 +0000 (18:58 +0000)]
Delayed expansion of rewritten directory name till use time.

32 years agoAdd Q as one of the options for the interactive handler.
Guillermo J. Rozas [Thu, 28 May 1992 18:56:35 +0000 (18:56 +0000)]
Add Q as one of the options for the interactive handler.
Unfortunately, there is no convenient way to dismiss the interrupt
right now.

32 years agoAdded default mitscheme_inf_directory.
Henry M. Wu [Thu, 28 May 1992 18:46:41 +0000 (18:46 +0000)]
Added default mitscheme_inf_directory.

32 years agoChange in DOS environment variables.
Guillermo J. Rozas [Thu, 28 May 1992 18:41:26 +0000 (18:41 +0000)]
Change in DOS environment variables.

32 years agoMade directory rewriting understand devices.
Henry M. Wu [Thu, 28 May 1992 18:41:15 +0000 (18:41 +0000)]
Made directory rewriting understand devices.

32 years agoClean up environment variables for foreground and background.
Guillermo J. Rozas [Thu, 28 May 1992 18:40:37 +0000 (18:40 +0000)]
Clean up environment variables for foreground and background.

32 years agoRemove spurious test.
Guillermo J. Rozas [Thu, 28 May 1992 18:38:27 +0000 (18:38 +0000)]
Remove spurious test.

32 years agoAdded Scheme level shadowing of environment variables.
Henry M. Wu [Thu, 28 May 1992 18:12:14 +0000 (18:12 +0000)]
Added Scheme level shadowing of environment variables.

32 years agoFix wrong variable name.
Guillermo J. Rozas [Wed, 27 May 1992 22:44:52 +0000 (22:44 +0000)]
Fix wrong variable name.

32 years agoFix missing parens bug.
Guillermo J. Rozas [Wed, 27 May 1992 22:10:29 +0000 (22:10 +0000)]
Fix missing parens bug.

32 years agoFix comparison bug in microcode identifications. The size of the
Guillermo J. Rozas [Wed, 27 May 1992 21:51:20 +0000 (21:51 +0000)]
Fix comparison bug in microcode identifications.  The size of the
console should not be used.

32 years agoFix unbound variable bug and flush unnecessary code.
Guillermo J. Rozas [Wed, 27 May 1992 17:46:07 +0000 (17:46 +0000)]
Fix unbound variable bug and flush unnecessary code.

32 years agoFix edit bug.
Guillermo J. Rozas [Wed, 27 May 1992 17:33:21 +0000 (17:33 +0000)]
Fix edit bug.

32 years agoEdwin has a different default constant space size.
Guillermo J. Rozas [Wed, 27 May 1992 17:31:46 +0000 (17:31 +0000)]
Edwin has a different default constant space size.

32 years agoRepaginate.
Chris Hanson [Wed, 27 May 1992 17:23:14 +0000 (17:23 +0000)]
Repaginate.

32 years agoFix typo.
Guillermo J. Rozas [Wed, 27 May 1992 04:07:00 +0000 (04:07 +0000)]
Fix typo.

32 years agoGet rid of binf (which maps to bin on the pc).
Guillermo J. Rozas [Wed, 27 May 1992 04:03:35 +0000 (04:03 +0000)]
Get rid of binf (which maps to bin on the pc).

32 years agoMake -fasl imply -large.
Guillermo J. Rozas [Wed, 27 May 1992 03:52:17 +0000 (03:52 +0000)]
Make -fasl imply -large.

32 years agoAdd a patch for file-exists? in the packed binary loader so that edwin
Guillermo J. Rozas [Wed, 27 May 1992 03:44:16 +0000 (03:44 +0000)]
Add a patch for file-exists? in the packed binary loader so that edwin
can see the packed edwin.bad.

32 years agoBump up i386 band sizes.
Guillermo J. Rozas [Wed, 27 May 1992 03:24:44 +0000 (03:24 +0000)]
Bump up i386 band sizes.

32 years agoRename "binf" files to "inf" because of conflicts on the PC.
Guillermo J. Rozas [Wed, 27 May 1992 02:09:00 +0000 (02:09 +0000)]
Rename "binf" files to "inf" because of conflicts on the PC.

32 years ago*** empty log message ***
Henry M. Wu [Tue, 26 May 1992 23:23:43 +0000 (23:23 +0000)]
*** empty log message ***

32 years ago*** empty log message ***
Henry M. Wu [Tue, 26 May 1992 23:23:42 +0000 (23:23 +0000)]
*** empty log message ***

32 years ago*** empty log message ***
Henry M. Wu [Tue, 26 May 1992 23:20:17 +0000 (23:20 +0000)]
*** empty log message ***