Chris Hanson [Wed, 1 Nov 1995 01:05:28 +0000 (01:05 +0000)]
Add ability to override default selection of constructor and loader
files.
Chris Hanson [Wed, 1 Nov 1995 00:56:53 +0000 (00:56 +0000)]
Add ability to override default selection of constructor and loader
files.
Chris Hanson [Wed, 1 Nov 1995 00:56:47 +0000 (00:56 +0000)]
Save the operating-system-specific loading files under separate names,
so that multiple operating systems may be supported from the same
build-directory.
Chris Hanson [Tue, 31 Oct 1995 23:52:57 +0000 (23:52 +0000)]
Save the operating-system-specific loading files under separate names,
so that multiple operating systems may be supported from the same
build-directory.
Chris Hanson [Tue, 31 Oct 1995 23:41:39 +0000 (23:41 +0000)]
Save the operating-system-specific loading files under separate names,
so that multiple operating systems may be supported from the same
build-directory.
Chris Hanson [Tue, 31 Oct 1995 23:29:14 +0000 (23:29 +0000)]
Save the operating-system-specific loading files under separate names,
so that multiple operating systems may be supported from the same
build-directory.
Chris Hanson [Tue, 31 Oct 1995 23:26:48 +0000 (23:26 +0000)]
Save the operating-system-specific loading files under separate names,
so that multiple operating systems may be supported from the same
build-directory.
Chris Hanson [Tue, 31 Oct 1995 23:12:41 +0000 (23:12 +0000)]
Add ability to override default selection of constructor and loader
files.
Chris Hanson [Tue, 31 Oct 1995 09:06:39 +0000 (09:06 +0000)]
Various listing-switches variables must accept strings, and allow
themselves to be modified.
Chris Hanson [Tue, 31 Oct 1995 08:10:19 +0000 (08:10 +0000)]
Implement s command like that in Emacs 19.
Chris Hanson [Tue, 31 Oct 1995 08:08:33 +0000 (08:08 +0000)]
Implement M command for Dired. Change Dired to show system/hidden
files only when the "a" listing switch is given; by default these
files are hidden. Implement S command to toggle the switch off and
on.
Chris Hanson [Tue, 31 Oct 1995 08:05:02 +0000 (08:05 +0000)]
Change the FILE-INFO primitive to return two additional items: the
attribute bits and the allocated file length.
Stephen Adams [Tue, 31 Oct 1995 02:21:50 +0000 (02:21 +0000)]
Fixed more typos.
Stephen Adams [Tue, 31 Oct 1995 02:18:02 +0000 (02:18 +0000)]
Fixed typo.
Stephen Adams [Tue, 31 Oct 1995 02:14:12 +0000 (02:14 +0000)]
Added some effiency tips about flonums.
Stephen Adams [Tue, 31 Oct 1995 00:51:52 +0000 (00:51 +0000)]
Improved `largest fixnum' code.
Stephen Adams [Mon, 30 Oct 1995 21:37:29 +0000 (21:37 +0000)]
Fixed typo.
Chris Hanson [Mon, 30 Oct 1995 08:09:51 +0000 (08:09 +0000)]
A variety of dependency changes corresponding to changes in the source
files. Also, reconfigure to make debugging output the default, rather
than optimized output.
Chris Hanson [Mon, 30 Oct 1995 08:09:24 +0000 (08:09 +0000)]
A variety of dependency changes corresponding to changes in the source
files.
Chris Hanson [Mon, 30 Oct 1995 08:07:22 +0000 (08:07 +0000)]
Implement a variety of new features: a menu bar, a warning dialog on
the "close", an "about" box, and a font-setting dialog.
Chris Hanson [Mon, 30 Oct 1995 08:04:30 +0000 (08:04 +0000)]
Reorganize the OS/2 PM interface so that most of the interface
procedures are automatically generated from templates by a Scheme
program. This dramatically reduces the overhead required to implement
a new PM procedure, or to modify the interface of an old one.
Chris Hanson [Mon, 30 Oct 1995 07:58:27 +0000 (07:58 +0000)]
Initial revision
Chris Hanson [Mon, 30 Oct 1995 07:55:05 +0000 (07:55 +0000)]
Supply missing casts that are needed by IBM compiler.
Chris Hanson [Mon, 30 Oct 1995 07:54:29 +0000 (07:54 +0000)]
Force inclusion of all possible interesting OS/2 header information.
It's too much of a pain trying to restrict this information.
Chris Hanson [Mon, 30 Oct 1995 07:53:24 +0000 (07:53 +0000)]
Add newlines so that error messages format better.
Chris Hanson [Mon, 30 Oct 1995 07:52:35 +0000 (07:52 +0000)]
Fix generation of .386p and .model declarations; they must always be
supplied with Intel-style assemblers.
Chris Hanson [Sat, 28 Oct 1995 03:00:09 +0000 (03:00 +0000)]
Change support for user-name and home directory so that it uses the
environment variables that are being set in our NT configuration.
Also, add better heuristic methods for discovering this information
when it is not supplied in the environment variables.
Chris Hanson [Sat, 28 Oct 1995 02:57:38 +0000 (02:57 +0000)]
New file "ntprm.scm" has Win32 primitive interface, which is now
different from the DOS primitive interface.
Chris Hanson [Sat, 28 Oct 1995 02:10:32 +0000 (02:10 +0000)]
Fix typos.
Chris Hanson [Sat, 28 Oct 1995 01:55:08 +0000 (01:55 +0000)]
New file "ntprm.scm" has Win32 primitive interface, which is now
different from the DOS primitive interface.
Chris Hanson [Sat, 28 Oct 1995 01:30:51 +0000 (01:30 +0000)]
Fix typo.
Chris Hanson [Sat, 28 Oct 1995 01:16:09 +0000 (01:16 +0000)]
Move COPY-FILE into the operating-system-specific files. Both OS/2
and NT provide API calls to implement this operation, and these calls
do a better job than is possible with the previous code. (For
example, the OS/2 call also copies extended attributes.)
Chris Hanson [Sat, 28 Oct 1995 01:14:16 +0000 (01:14 +0000)]
New file "ntprm.scm" has Win32 primitive interface, which is now
different from the DOS primitive interface.
Chris Hanson [Sat, 28 Oct 1995 01:14:05 +0000 (01:14 +0000)]
Initial revision
Chris Hanson [Sat, 28 Oct 1995 01:09:58 +0000 (01:09 +0000)]
Guarantee that target file of copy operation is writable.
Chris Hanson [Sat, 28 Oct 1995 01:03:40 +0000 (01:03 +0000)]
Implement new primitives: NT-COPY-FILE, NT-GET-FILE-ATTRIBUTES, and
NT-SET-FILE-ATTRIBUTES.
Chris Hanson [Sat, 28 Oct 1995 00:57:02 +0000 (00:57 +0000)]
Implement new primitive OS2-COPY-FILE.
Chris Hanson [Sat, 28 Oct 1995 00:55:38 +0000 (00:55 +0000)]
Implement new primitive OS2-COPY-FILE.
Chris Hanson [Fri, 27 Oct 1995 23:58:11 +0000 (23:58 +0000)]
Implement new primitive OS2-COPY-FILE.
Chris Hanson [Fri, 27 Oct 1995 23:55:12 +0000 (23:55 +0000)]
Add DosCopy API call.
Chris Hanson [Fri, 27 Oct 1995 08:00:18 +0000 (08:00 +0000)]
Use new Win32 volume-information primitive to properly implement
DOS/FS-DRIVE-TYPE and DOS/FS-LONG-FILENAMES?. Also tweak pagination
of environment-variable code.
Chris Hanson [Fri, 27 Oct 1995 07:55:16 +0000 (07:55 +0000)]
Implement Win32 primitive to get information about a disk volume.
This information will be used by the runtime system and Edwin to make
decisions about how to form filenames and what end-of-line translation
to use.
ssmith [Wed, 25 Oct 1995 20:37:05 +0000 (20:37 +0000)]
made it let* instead of let... but it is still broken...
ssmith [Wed, 25 Oct 1995 20:16:02 +0000 (20:16 +0000)]
Ooops.. small type val->value
ssmith [Wed, 25 Oct 1995 19:54:30 +0000 (19:54 +0000)]
Updated to be more like Spectrum's
ssmith [Wed, 25 Oct 1995 19:49:37 +0000 (19:49 +0000)]
Removed instr3, added instrf and insutl
ssmith [Wed, 25 Oct 1995 19:48:33 +0000 (19:48 +0000)]
Removed instr3 and added instrf and insutl
ssmith [Wed, 25 Oct 1995 19:28:02 +0000 (19:28 +0000)]
Changed references from spectrum to i386
ssmith [Wed, 25 Oct 1995 19:27:35 +0000 (19:27 +0000)]
Changes references from spectrum to i386
ssmith [Wed, 25 Oct 1995 19:27:00 +0000 (19:27 +0000)]
(original copy stolen from HP)
M-x replace-string spectrum i386
ssmith [Wed, 25 Oct 1995 19:19:32 +0000 (19:19 +0000)]
Initial revision
Stephen Adams [Wed, 25 Oct 1995 18:42:05 +0000 (18:42 +0000)]
Added SYMBOL-NAME to known global operators.
Stephen Adams [Wed, 25 Oct 1995 18:35:15 +0000 (18:35 +0000)]
Fixed signature of ERROR:WRONG-TYPE-ARGUMENT
Chris Hanson [Wed, 25 Oct 1995 05:38:47 +0000 (05:38 +0000)]
Fix typo.
Chris Hanson [Wed, 25 Oct 1995 05:01:42 +0000 (05:01 +0000)]
Win32 needs ".386" and ".model" declarations.
Chris Hanson [Wed, 25 Oct 1995 03:49:29 +0000 (03:49 +0000)]
Merge common parts of DOS/WIN32 and OS2 file-name customization.
Chris Hanson [Wed, 25 Oct 1995 03:26:46 +0000 (03:26 +0000)]
*** empty log message ***
Chris Hanson [Wed, 25 Oct 1995 03:26:02 +0000 (03:26 +0000)]
Merge common parts of DOS/WIN32 and OS2 file-name customization.
Chris Hanson [Wed, 25 Oct 1995 03:02:52 +0000 (03:02 +0000)]
Add new file "dosfile.scm".
Chris Hanson [Wed, 25 Oct 1995 02:58:01 +0000 (02:58 +0000)]
Corrections so that this information matches existing files.
Chris Hanson [Wed, 25 Oct 1995 02:49:52 +0000 (02:49 +0000)]
Corrections so that this information matches existing files.
Chris Hanson [Wed, 25 Oct 1995 02:30:37 +0000 (02:30 +0000)]
Flush copyright notice. Screw the compiler vendors.
Chris Hanson [Wed, 25 Oct 1995 02:19:50 +0000 (02:19 +0000)]
Merge common parts of DOS/WIN32 and OS2 file-name customization.
Chris Hanson [Wed, 25 Oct 1995 02:18:54 +0000 (02:18 +0000)]
Initial revision
Chris Hanson [Wed, 25 Oct 1995 02:18:34 +0000 (02:18 +0000)]
Remove definition of OS/NEWSRC-FILE-NAME, moving it to OS-specific
files.
Chris Hanson [Wed, 25 Oct 1995 02:16:48 +0000 (02:16 +0000)]
Rename OS2/FS-foo to DOS/FS-foo and supply definitions for DOS/WIN32
as well as OS/2. This enables sharing of the filename customization
code in Edwin.
Chris Hanson [Tue, 24 Oct 1995 09:34:30 +0000 (09:34 +0000)]
Changes to allow Win32 microcode to be compiled by the Watcom C
compiler.
Chris Hanson [Tue, 24 Oct 1995 09:34:29 +0000 (09:34 +0000)]
Initial revision
Chris Hanson [Tue, 24 Oct 1995 06:32:35 +0000 (06:32 +0000)]
Changes to allow Win32 microcode to be compiled by the Watcom C
compiler.
Chris Hanson [Tue, 24 Oct 1995 06:28:49 +0000 (06:28 +0000)]
Changes to allow Win32 microcode to be compiled by the Watcom C
compiler.
Chris Hanson [Tue, 24 Oct 1995 06:21:44 +0000 (06:21 +0000)]
Changes to allow Win32 microcode to be compiled by the Watcom C
compiler.
Chris Hanson [Tue, 24 Oct 1995 05:40:10 +0000 (05:40 +0000)]
Changes to get Win32 system working again.
Chris Hanson [Tue, 24 Oct 1995 05:36:00 +0000 (05:36 +0000)]
Changes to allow Win32 microcode to be compiled by the Watcom C
compiler.
Chris Hanson [Tue, 24 Oct 1995 05:32:20 +0000 (05:32 +0000)]
Supply missing dependencies.
Chris Hanson [Tue, 24 Oct 1995 05:31:36 +0000 (05:31 +0000)]
Supply missing filename.
Chris Hanson [Tue, 24 Oct 1995 05:24:48 +0000 (05:24 +0000)]
Changes to allow Win32 microcode to be compiled by the Watcom C
compiler.
Chris Hanson [Tue, 24 Oct 1995 05:13:42 +0000 (05:13 +0000)]
Bug fix: too little memory allocated for OS_Variant string, causing
non-local memory problems later. Also changed name and fixed
OS_Variant string to be consistent with new spec.
Chris Hanson [Tue, 24 Oct 1995 05:11:33 +0000 (05:11 +0000)]
Changes to allow Win32 microcode to be compiled by the Watcom C
compiler.
Chris Hanson [Tue, 24 Oct 1995 04:56:58 +0000 (04:56 +0000)]
Changes to allow Win32 microcode to be compiled by the Watcom C
compiler.
Chris Hanson [Mon, 23 Oct 1995 07:10:07 +0000 (07:10 +0000)]
Implement new operation OS/FILE-END-OF-LINE-TRANSLATION, which is used
to determine appropriate line-translation by interrogating the file
system to determine its type. Currently this is interesting only for
OS/2, in which it is common to mount unix file systems.
Chris Hanson [Mon, 23 Oct 1995 06:52:09 +0000 (06:52 +0000)]
Implement new operation OS/FILE-END-OF-LINE-TRANSLATION, which is used
to determine appropriate line-translation by interrogating the file
system to determine its type. Currently this is interesting only for
OS/2, in which it is common to mount unix file systems.
Chris Hanson [Mon, 23 Oct 1995 06:39:32 +0000 (06:39 +0000)]
Implement new operation OS/FILE-END-OF-LINE-TRANSLATION, which is used
to determine appropriate line-translation by interrogating the file
system to determine its type. Currently this is interesting only for
OS/2, in which it is common to mount unix file systems.
Chris Hanson [Mon, 23 Oct 1995 06:16:20 +0000 (06:16 +0000)]
Change the DRIVE-TYPE primitive to return mount-point information for
NFS drives. This information will be used by the runtime system to
disable end-of-line translation for unix file systems.
Chris Hanson [Thu, 19 Oct 1995 08:39:38 +0000 (08:39 +0000)]
Add caching to RE-COMPILE-STRING, RE-COMPILE-CHAR-SET, and
RE-COMPILE-PATTERN. This should clear up several small but noticeable
pauses.
Chris Hanson [Wed, 18 Oct 1995 05:27:16 +0000 (05:27 +0000)]
Implement M-x dired-create-directory and bind it to #\+.
Chris Hanson [Wed, 18 Oct 1995 05:09:08 +0000 (05:09 +0000)]
Change MAKE-DIRECTORY and DELETE-DIRECTORY to strip off any trailing
slash from the filename before giving it to the primitive. Previously
these were forcing a trailing slash onto the filename. Most unix
implementations don't care about this, but Linux rejects the old
behavior, and the new behavior is more "correct", in the sense that
this is an operation on the file that is the directory.
Chris Hanson [Wed, 18 Oct 1995 05:02:57 +0000 (05:02 +0000)]
Change MAKE-DIRECTORY and DELETE-DIRECTORY to strip off any trailing
slash from the filename before giving it to the primitive. Previously
these were forcing a trailing slash onto the filename. Most unix
implementations don't care about this, but Linux rejects the old
behavior, and the new behavior is more "correct", in the sense that
this is an operation on the file that is the directory.
Chris Hanson [Wed, 18 Oct 1995 05:00:46 +0000 (05:00 +0000)]
Change definition of DIRECTORY-PATHNAME-AS-FILE so that it does
nothing when the argument is already in "file" form. This makes it a
true inverse to PATHNAME-AS-DIRECTORY.
Chris Hanson [Tue, 17 Oct 1995 23:07:01 +0000 (23:07 +0000)]
Miscellaneous changes to OS/2 makefiles.
Chris Hanson [Mon, 16 Oct 1995 17:26:35 +0000 (17:26 +0000)]
Fix usage of DEL command that assumed 4OS2.
Chris Hanson [Sun, 15 Oct 1995 00:44:21 +0000 (00:44 +0000)]
Supply missing prototype.
Chris Hanson [Sun, 15 Oct 1995 00:43:49 +0000 (00:43 +0000)]
Initial revision
Chris Hanson [Sun, 15 Oct 1995 00:43:40 +0000 (00:43 +0000)]
Add conditionalizations for Watcom C/C++ running under OS/2.
Chris Hanson [Sun, 15 Oct 1995 00:35:36 +0000 (00:35 +0000)]
Fix conditionalizations to support EMX/GCC and Watcom C/C++ under
OS/2.
Chris Hanson [Sun, 15 Oct 1995 00:34:47 +0000 (00:34 +0000)]
Fix typo that prematurely deallocated a message buffer.
Chris Hanson [Sun, 15 Oct 1995 00:34:08 +0000 (00:34 +0000)]
Initial revision
Chris Hanson [Sun, 15 Oct 1995 00:28:51 +0000 (00:28 +0000)]
Eliminate rule to generate OS/2 assembly-language file, as it is now
generated during compilation.
Chris Hanson [Sat, 14 Oct 1995 18:38:57 +0000 (18:38 +0000)]
Reconditionalize to separate use of Intel syntax from DOS
conditionalization; needed using Watcom assembler under OS/2. Add
other conditionalizations for Watcom assembler/compiler.
Chris Hanson [Thu, 12 Oct 1995 23:12:17 +0000 (23:12 +0000)]
Fix typo in previous change.
Chris Hanson [Thu, 12 Oct 1995 22:59:35 +0000 (22:59 +0000)]
Fix typo in previous change.