mit-scheme.git
23 years agoFix bug in previous change.
Chris Hanson [Tue, 25 Sep 2001 05:13:00 +0000 (05:13 +0000)]
Fix bug in previous change.

23 years agoThe file "char.scm" must now be compiled early as it is integrated
Chris Hanson [Tue, 25 Sep 2001 05:12:08 +0000 (05:12 +0000)]
The file "char.scm" must now be compiled early as it is integrated
into "string.scm".

23 years agoFix thinko.
Chris Hanson [Tue, 25 Sep 2001 05:11:31 +0000 (05:11 +0000)]
Fix thinko.

23 years agoEliminate a large number of inlined primitives. Some of these are
Chris Hanson [Tue, 25 Sep 2001 05:11:11 +0000 (05:11 +0000)]
Eliminate a large number of inlined primitives.  Some of these are
necessary due to changes in the runtime system.  Others are eliminated
because I don't want their names reserved, or because it's
inappropriate to inline them.

23 years agoChange LENGTH to be a Scheme procedure rather than a primitive. New
Chris Hanson [Tue, 25 Sep 2001 05:09:36 +0000 (05:09 +0000)]
Change LENGTH to be a Scheme procedure rather than a primitive.  New
procedure now checks its argument for circularity and signals an error.

23 years agoWrite private version of INTERN, which is needed early in the boot
Chris Hanson [Tue, 25 Sep 2001 05:08:40 +0000 (05:08 +0000)]
Write private version of INTERN, which is needed early in the boot
sequence before all of the necessary mechanism is initialized.

23 years agoFix bugs in character-set compilation. This code was confusing ASCII
Chris Hanson [Tue, 25 Sep 2001 05:07:50 +0000 (05:07 +0000)]
Fix bugs in character-set compilation.  This code was confusing ASCII
fixnums and characters, which works only in compiled code.

23 years agoInitialization sequence for RNG was depending on fact that
Chris Hanson [Tue, 25 Sep 2001 04:33:50 +0000 (04:33 +0000)]
Initialization sequence for RNG was depending on fact that
REAL-TIME-CLOCK was inline-coded.

23 years agoFix bug: EMACS-KEY-NAME wasn't able to handle a button as an argument.
Chris Hanson [Tue, 25 Sep 2001 03:15:15 +0000 (03:15 +0000)]
Fix bug: EMACS-KEY-NAME wasn't able to handle a button as an argument.

23 years agoMake ISO-8859-1 changes to string code, which involved rewriting all
Chris Hanson [Mon, 24 Sep 2001 05:24:55 +0000 (05:24 +0000)]
Make ISO-8859-1 changes to string code, which involved rewriting all
of the case-aware procedures.  Many of these were inherited from
primitives, so it was necessary to write Scheme versions of the
primitives.

23 years agoExtend alphabetic predicates to know about ISO-8859-1 letters.
Chris Hanson [Mon, 24 Sep 2001 04:16:19 +0000 (04:16 +0000)]
Extend alphabetic predicates to know about ISO-8859-1 letters.

23 years agoEliminate use of all character primitives except for CHAR?,
Chris Hanson [Mon, 24 Sep 2001 03:44:56 +0000 (03:44 +0000)]
Eliminate use of all character primitives except for CHAR?,
CHAR->INTEGER, and INTEGER->CHAR.  It is probably faster to write them
in Scheme.

Extend CHAR-UPCASE and CHAR-DOWNCASE to know about ISO-8859-1 letters.

23 years agoAdd ISO-8859-1 syntax to standard table.
Chris Hanson [Mon, 24 Sep 2001 03:00:56 +0000 (03:00 +0000)]
Add ISO-8859-1 syntax to standard table.

23 years agoUpdate copyright statement.
Chris Hanson [Mon, 24 Sep 2001 03:00:07 +0000 (03:00 +0000)]
Update copyright statement.

23 years agoAdd prompt history for M-x shell-command.
Chris Hanson [Fri, 21 Sep 2001 16:23:18 +0000 (16:23 +0000)]
Add prompt history for M-x shell-command.

23 years agoAdd missing variable exports.
Chris Hanson [Fri, 21 Sep 2001 02:56:15 +0000 (02:56 +0000)]
Add missing variable exports.

23 years agoPut up message while generating summary buffer. Use fixnum arithmetic
Chris Hanson [Thu, 20 Sep 2001 21:12:03 +0000 (21:12 +0000)]
Put up message while generating summary buffer.  Use fixnum arithmetic
here to speed things up slightly.

23 years agoTo each message shown in a summary buffer, attach a mark pointing at
Chris Hanson [Thu, 20 Sep 2001 18:13:01 +0000 (18:13 +0000)]
To each message shown in a summary buffer, attach a mark pointing at
the line on which the message is shown.  Use this in the code that
maps from messages to marks, changing it from (slow) linear time in
the number of messages to constant time.

23 years agoFix problem with IMAIL-SUMMARY-MATCH-LINE: messages with malformed
Chris Hanson [Thu, 20 Sep 2001 17:45:26 +0000 (17:45 +0000)]
Fix problem with IMAIL-SUMMARY-MATCH-LINE: messages with malformed
dates were not being matched.

23 years agoM-x imail-sort-by-subject should do a case-insensitive sort.
Chris Hanson [Fri, 14 Sep 2001 21:19:29 +0000 (21:19 +0000)]
M-x imail-sort-by-subject should do a case-insensitive sort.

23 years agoAdd key binding for M-x imail-sort-by-arrival.
Chris Hanson [Fri, 14 Sep 2001 21:16:07 +0000 (21:16 +0000)]
Add key binding for M-x imail-sort-by-arrival.

23 years agoImplement folder-sorting commands.
Chris Hanson [Fri, 14 Sep 2001 17:23:27 +0000 (17:23 +0000)]
Implement folder-sorting commands.

23 years agoChange names: new functionality is not a permutation but an order.
Chris Hanson [Fri, 14 Sep 2001 17:19:15 +0000 (17:19 +0000)]
Change names: new functionality is not a permutation but an order.

23 years agoAdd mechanism to permute the message order of a folder.
Chris Hanson [Fri, 14 Sep 2001 02:07:21 +0000 (02:07 +0000)]
Add mechanism to permute the message order of a folder.

23 years agoWork around bug in "Microsoft Outlook IMO, Build 9.0.2416
Chris Hanson [Mon, 10 Sep 2001 00:49:45 +0000 (00:49 +0000)]
Work around bug in "Microsoft Outlook IMO, Build 9.0.2416
(9.0.2910.0)" -- it sends documents of type application/octet-stream
with embedded hard line breaks, which is illegal according to RFC
2045, page 20:

Since the canonical representation of media types other than
text do not generally include the representation of line
breaks as CRLF sequences, no hard line breaks (i.e. line
breaks that are intended to be meaningful and to be displayed
to the user) can occur in the quoted-printable encoding of
such types.

23 years agoFix problem with multi-line primitive documentation.
Chris Hanson [Wed, 22 Aug 2001 05:01:25 +0000 (05:01 +0000)]
Fix problem with multi-line primitive documentation.

23 years agoMore changes to .pkd files: now the information about loading and
Chris Hanson [Mon, 20 Aug 2001 21:02:43 +0000 (21:02 +0000)]
More changes to .pkd files: now the information about loading and
initialization is separated from the information about environments
and bindings.  The load/initialization sequence as written in the .pkg
file is preserved in the .pkd file.

23 years agoChange .pkd file to have clearly defined exports and imports that
Chris Hanson [Mon, 20 Aug 2001 02:49:18 +0000 (02:49 +0000)]
Change .pkd file to have clearly defined exports and imports that
directly correspond to those written by the programmer in the .pkg
file.  This eliminates the duplicate links that were present in the
previous design.

23 years agoAdd additional information to .pkd file to support automatic evaluation
Chris Hanson [Sat, 18 Aug 2001 04:52:33 +0000 (04:52 +0000)]
Add additional information to .pkd file to support automatic evaluation
of package-initialization expressions.  Major problems cropped up with
package extensions, which necessitated some redesign of CREF.

23 years agoRename PACKAGE/SYSTEM-LOADER to LOAD-PACKAGE-SET. That will allow us
Chris Hanson [Fri, 17 Aug 2001 13:01:32 +0000 (13:01 +0000)]
Rename PACKAGE/SYSTEM-LOADER to LOAD-PACKAGE-SET.  That will allow us
to have an operation named UNLOAD-PACKAGE-SET.

23 years agoRename PACKAGE/SYSTEM-LOADER to LOAD-PACKAGE-SET. That will allow us
Chris Hanson [Fri, 17 Aug 2001 12:51:00 +0000 (12:51 +0000)]
Rename PACKAGE/SYSTEM-LOADER to LOAD-PACKAGE-SET.  That will allow us
to have an operation named UNLOAD-PACKAGE-SET.

23 years agoUpdate for changes to package system.
Chris Hanson [Fri, 17 Aug 2001 05:31:43 +0000 (05:31 +0000)]
Update for changes to package system.

23 years agoChange "parent-name" field of package description to contain the names
Chris Hanson [Thu, 16 Aug 2001 20:59:56 +0000 (20:59 +0000)]
Change "parent-name" field of package description to contain the names
of every ancestor of the package.  This is necessary so that we can
replace the use of ".glo" files with ".pkd" files.

23 years agoChange "parent-name" field of package description to contain the names
Chris Hanson [Thu, 16 Aug 2001 20:59:00 +0000 (20:59 +0000)]
Change "parent-name" field of package description to contain the names
of every ancestor of the package.  This is necessary so that we can
replace the use of ".glo" files with ".pkd" files.

23 years agoChange "parent-name" field of package description to contain the names
Chris Hanson [Thu, 16 Aug 2001 20:58:15 +0000 (20:58 +0000)]
Change "parent-name" field of package description to contain the names
of every ancestor of the package.  This is necessary so that we can
replace the use of ".glo" files with ".pkd" files.

23 years agoNo longer needed.
Chris Hanson [Thu, 16 Aug 2001 20:55:18 +0000 (20:55 +0000)]
No longer needed.

23 years agoEliminate use of ".glo" files; ".pkd" files have all the information
Chris Hanson [Thu, 16 Aug 2001 20:50:26 +0000 (20:50 +0000)]
Eliminate use of ".glo" files; ".pkd" files have all the information
needed.

23 years agoEliminate use of ".glo" files; ".pkd" files have all the information
Chris Hanson [Thu, 16 Aug 2001 20:46:11 +0000 (20:46 +0000)]
Eliminate use of ".glo" files; ".pkd" files have all the information
needed.

23 years agoUpdate to correspond to packaging changes.
Chris Hanson [Thu, 16 Aug 2001 20:33:44 +0000 (20:33 +0000)]
Update to correspond to packaging changes.

23 years agoChange "parent-name" field of package description to contain the names
Chris Hanson [Thu, 16 Aug 2001 20:02:58 +0000 (20:02 +0000)]
Change "parent-name" field of package description to contain the names
of every ancestor of the package.  This is necessary so that we can
replace the use of ".glo" files with ".pkd" files.

23 years agoSynchronize "compiler.sf" on all the back ends.
Chris Hanson [Thu, 16 Aug 2001 19:28:22 +0000 (19:28 +0000)]
Synchronize "compiler.sf" on all the back ends.

23 years agoDon't use ACCESS to reference CREF/GENERATE-TRIVIAL-CONSTRUCTOR. It's
Chris Hanson [Thu, 16 Aug 2001 19:09:28 +0000 (19:09 +0000)]
Don't use ACCESS to reference CREF/GENERATE-TRIVIAL-CONSTRUCTOR.  It's
now exported to the global environment.

23 years agoImplement completely new format for compiled package descriptions.
Chris Hanson [Wed, 15 Aug 2001 03:34:18 +0000 (03:34 +0000)]
Implement completely new format for compiled package descriptions.
Old format was code to build the packages and load files into them.
New format is a summary description of the packages, which is
interpreted at run time to provide the same functionality.

The purpose of this change is to support uninstallation and
replacement of packages.  The new compiled package descriptions are
general enough for this purpose.

23 years agoImplement completely new format for compiled package descriptions.
Chris Hanson [Wed, 15 Aug 2001 03:10:42 +0000 (03:10 +0000)]
Implement completely new format for compiled package descriptions.
Old format was code to build the packages and load files into them.
New format is a summary description of the packages, which is
interpreted at run time to provide the same functionality.

The purpose of this change is to support uninstallation and
replacement of packages.  The new compiled package descriptions are
general enough for this purpose.

23 years agoImplement completely new format for compiled package descriptions.
Chris Hanson [Wed, 15 Aug 2001 03:00:01 +0000 (03:00 +0000)]
Implement completely new format for compiled package descriptions.
Old format was code to build the packages and load files into them.
New format is a summary description of the packages, which is
interpreted at run time to provide the same functionality.

The purpose of this change is to support uninstallation and
replacement of packages.  The new compiled package descriptions are
general enough for this purpose.

23 years agoAdd optimization to link_variables so that it does nothing if the
Chris Hanson [Tue, 14 Aug 2001 01:15:05 +0000 (01:15 +0000)]
Add optimization to link_variables so that it does nothing if the
variables are already linked.

23 years agoRedesign compiled-code debugging information so that it is keyed. The
Chris Hanson [Fri, 10 Aug 2001 17:29:18 +0000 (17:29 +0000)]
Redesign compiled-code debugging information so that it is keyed.  The
key in the .com file and the key in the .bci file must match, or the
.bci file will be ignored.

23 years agoFix bug: "${S}/*" -> "${S}"/*.
Chris Hanson [Fri, 10 Aug 2001 17:27:52 +0000 (17:27 +0000)]
Fix bug: "${S}/*" -> "${S}"/*.

23 years agoRedesign compiled-code debugging information so that it is keyed. The
Chris Hanson [Fri, 10 Aug 2001 17:11:15 +0000 (17:11 +0000)]
Redesign compiled-code debugging information so that it is keyed.  The
key in the .com file and the key in the .bci file must match, or the
.bci file will be ignored.

23 years agoFix type error.
Chris Hanson [Fri, 10 Aug 2001 16:50:29 +0000 (16:50 +0000)]
Fix type error.

23 years agoMake sure that value of evaluating definition is the name being
Chris Hanson [Fri, 10 Aug 2001 04:37:13 +0000 (04:37 +0000)]
Make sure that value of evaluating definition is the name being
defined.

23 years agoReplace usage of ENVIRONMENT-LINK-NAME with new LINK-VARIABLES.
Chris Hanson [Thu, 9 Aug 2001 03:07:50 +0000 (03:07 +0000)]
Replace usage of ENVIRONMENT-LINK-NAME with new LINK-VARIABLES.

23 years agoReplace usage of ENVIRONMENT-LINK-NAME with new LINK-VARIABLES.
Chris Hanson [Thu, 9 Aug 2001 03:06:17 +0000 (03:06 +0000)]
Replace usage of ENVIRONMENT-LINK-NAME with new LINK-VARIABLES.
Extend package-file language to allow linking variables with different
names.

23 years agoFix packaging error.
Chris Hanson [Thu, 9 Aug 2001 03:05:30 +0000 (03:05 +0000)]
Fix packaging error.

23 years agoReplace usage of ENVIRONMENT-LINK-NAME with new LINK-VARIABLES.
Chris Hanson [Thu, 9 Aug 2001 03:04:49 +0000 (03:04 +0000)]
Replace usage of ENVIRONMENT-LINK-NAME with new LINK-VARIABLES.

This change requires microcode 14.5 or later.

23 years agoImplement primitive to allow linking variables that have different
Chris Hanson [Tue, 7 Aug 2001 01:27:17 +0000 (01:27 +0000)]
Implement primitive to allow linking variables that have different
names.  (Previously, linked variables were required to have the same
name.)  This requires a major redesign of the cache data structures,
and since the garbage collector knows about these structures, all of
the garbage-collector files are affected too.  The new data structures
have slightly different space requirements: a cache with no references
uses one word less than previously, while a cache with references uses
three words more than previously (independent of the number of
references).

This change requires Runtime 14.190 or later.

23 years agoFix bug: news posting hasn't worked since the MIME attachment changes
Chris Hanson [Mon, 6 Aug 2001 00:56:06 +0000 (00:56 +0000)]
Fix bug: news posting hasn't worked since the MIME attachment changes
went in some time ago.

23 years agoFix bugs in unbind_variable.
Chris Hanson [Sat, 4 Aug 2001 02:46:14 +0000 (02:46 +0000)]
Fix bugs in unbind_variable.

23 years agoFix formatting of environments.
Chris Hanson [Sat, 4 Aug 2001 02:45:30 +0000 (02:45 +0000)]
Fix formatting of environments.

23 years agoRewrite interpreter-environment abstraction to account for new
Chris Hanson [Fri, 3 Aug 2001 20:30:02 +0000 (20:30 +0000)]
Rewrite interpreter-environment abstraction to account for new
primitive that unbinds variables.  This works with the old microcode.

23 years agoUpdate version to reflect changes to variable reference.
Chris Hanson [Thu, 2 Aug 2001 18:29:33 +0000 (18:29 +0000)]
Update version to reflect changes to variable reference.

23 years agoIn-line code flush_cache, which had one reference.
Chris Hanson [Thu, 2 Aug 2001 04:32:14 +0000 (04:32 +0000)]
In-line code flush_cache, which had one reference.

23 years agoImplement unlink_variable and associated primitive, which is not yet
Chris Hanson [Thu, 2 Aug 2001 04:30:16 +0000 (04:30 +0000)]
Implement unlink_variable and associated primitive, which is not yet
tested.

Also, more cleanups to "lookup.c", particularly in code that accesses
cache reference lists.  Increased abstraction in this area is being
prompted by potential design changes to allow linking variables with
different names.

23 years agoEliminate unused TRAP_RECACHE. Add updated comment explaining where
Chris Hanson [Thu, 2 Aug 2001 04:24:19 +0000 (04:24 +0000)]
Eliminate unused TRAP_RECACHE.  Add updated comment explaining where
TRAP_UNBOUND is allowed to occur.

23 years agoDon't access a cache value as a cell.
Chris Hanson [Wed, 1 Aug 2001 02:17:31 +0000 (02:17 +0000)]
Don't access a cache value as a cell.

23 years agoSimplify logic in a few places.
Chris Hanson [Wed, 1 Aug 2001 02:17:08 +0000 (02:17 +0000)]
Simplify logic in a few places.

23 years agoCompletely rewrite the variable-reference code. New design is
Chris Hanson [Tue, 31 Jul 2001 03:12:15 +0000 (03:12 +0000)]
Completely rewrite the variable-reference code.  New design is
considerably simpler, having discarded all the legacy code from the
Butterfly.  Furthermore, two hacks to speed up the interpreter,
caching of variable locations and in-line variable reference, have
been removed.  This makes the interpreter slower, but has no effect on
compiled code, and has several important benefits.  One benefit is
that we can now implement undefine.

New design allows ENVIRONMENT-LINK-NAME to link to a variable that is
already bound (previous signalled an error in this case).

Eliminate "in-line" variable references in the interpreter.  All
reference machinery is now defined in "lookup.c".

Define THE_GLOBAL_ENV and THE_NULL_ENV, and predicates to detect
them.  Eliminate GO_TO_GLOBAL and END_OF_CHAIN definitions.  Latter
was a name conflict under OS/2.  Change definition of ENVIRONMENT_P
so that it is false for THE_NULL_ENV.

Define lots of macros to provide abstract access to the data
structures used for variable references.  Change terminology, so
that instead of "trap extension" we now use "cache", and so on for
the substructures of the cache.

Add "guards" to allow .h files to be loaded more than once.

Remove variable-access procedures from "extern.h"; new procedures
are now defined in "lookup.h".

Eliminate all unused trap kinds.

23 years agoWhen generating dependencies, pass -DMIT_SCHEME to compiler.
Chris Hanson [Sun, 29 Jul 2001 02:16:05 +0000 (02:16 +0000)]
When generating dependencies, pass -DMIT_SCHEME to compiler.

23 years agoFix problem: errors during keyboard-macro execution were leaving the
Chris Hanson [Sat, 21 Jul 2001 05:49:59 +0000 (05:49 +0000)]
Fix problem: errors during keyboard-macro execution were leaving the
editor in the command reader that was spawned to execute the keyboard
macro, rather than returning to the reader that was in control when
the keyboard-macro execution was initiated.

Some of the keyboard-macro state was being mismanaged by unnecessary
calls to KEYBOARD-MACRO-DISABLE.  This was exacerbated because
KEYBOARD-MACRO-DISABLE was setting *KEYBOARD-MACRO-EXECUTING?* to #F
when it should have been left alone.

23 years agoChange UPDATE-IMAP-FOLDER-LENGTH! back to its original design.
Chris Hanson [Sat, 21 Jul 2001 03:53:36 +0000 (03:53 +0000)]
Change UPDATE-IMAP-FOLDER-LENGTH! back to its original design.
The bug I was seeing had nothing to do with this code.

23 years agoChange UPDATE-IMAP-FOLDER-LENGTH! so that it always signals a
Chris Hanson [Sat, 21 Jul 2001 01:27:49 +0000 (01:27 +0000)]
Change UPDATE-IMAP-FOLDER-LENGTH! so that it always signals a
modification event.

23 years agoUpdate for post-release changes.
Chris Hanson [Thu, 19 Jul 2001 18:27:16 +0000 (18:27 +0000)]
Update for post-release changes.

23 years agoUpdate for post-release changes.
Chris Hanson [Thu, 19 Jul 2001 18:26:17 +0000 (18:26 +0000)]
Update for post-release changes.

23 years agoFix bug: when multiple USUAL-INTEGRATIONS declarations are given, the
Chris Hanson [Thu, 19 Jul 2001 18:25:22 +0000 (18:25 +0000)]
Fix bug: when multiple USUAL-INTEGRATIONS declarations are given, the
excluded names should be the union of all of the declarations, but
instead were the intersection.  This situation arises when using
COMPILE-FILE, which forces an additional USUAL-INTEGRATIONS
declarations on each file.

23 years agoFix typo. Supply definition for (surprisingly) missing INADDR_LOOPBACK.
Chris Hanson [Thu, 19 Jul 2001 01:45:36 +0000 (01:45 +0000)]
Fix typo.  Supply definition for (surprisingly) missing INADDR_LOOPBACK.

23 years agoFix typo.
Chris Hanson [Thu, 19 Jul 2001 01:45:02 +0000 (01:45 +0000)]
Fix typo.

23 years agoA few more tweaks to get this working right.
Chris Hanson [Thu, 19 Jul 2001 01:13:53 +0000 (01:13 +0000)]
A few more tweaks to get this working right.

23 years agoFix typo.
Chris Hanson [Thu, 19 Jul 2001 00:44:37 +0000 (00:44 +0000)]
Fix typo.

23 years agoDisable crypto and gdbm support by default, since it relies on
Chris Hanson [Thu, 19 Jul 2001 00:03:01 +0000 (00:03 +0000)]
Disable crypto and gdbm support by default, since it relies on
libraries not commonly available.

23 years agoAdd code for using Microsoft's assembler.
Chris Hanson [Wed, 18 Jul 2001 05:27:33 +0000 (05:27 +0000)]
Add code for using Microsoft's assembler.

23 years agoUpdate to have hand-written dependencies as does the watcom makefile.
Chris Hanson [Wed, 18 Jul 2001 05:25:00 +0000 (05:25 +0000)]
Update to have hand-written dependencies as does the watcom makefile.

23 years agoUpdate references to 7.5.16 in the document body.
Chris Hanson [Wed, 18 Jul 2001 05:11:09 +0000 (05:11 +0000)]
Update references to 7.5.16 in the document body.

23 years agoChange version for release 7.5.17.
Chris Hanson [Wed, 18 Jul 2001 04:48:51 +0000 (04:48 +0000)]
Change version for release 7.5.17.

23 years agoRelease notes for 7.5.17.
Chris Hanson [Wed, 18 Jul 2001 04:46:15 +0000 (04:46 +0000)]
Release notes for 7.5.17.

23 years agoDocument the folder browser.
Chris Hanson [Wed, 18 Jul 2001 04:18:55 +0000 (04:18 +0000)]
Document the folder browser.

23 years agoThe key bindings for toggle- commands have been changed.
Chris Hanson [Tue, 17 Jul 2001 02:47:54 +0000 (02:47 +0000)]
The key bindings for toggle- commands have been changed.

23 years agoModify to reflect changes to server-socket code, and for
Chris Hanson [Tue, 17 Jul 2001 02:36:50 +0000 (02:36 +0000)]
Modify to reflect changes to server-socket code, and for
implementation of procedures to support file links and file types.

23 years agoFix name of WIN32-NAMED-PIPE, which had underscore instead of hyphen.
Chris Hanson [Tue, 17 Jul 2001 02:08:50 +0000 (02:08 +0000)]
Fix name of WIN32-NAMED-PIPE, which had underscore instead of hyphen.
Also add alias FILE-SOFT-LINK?.

23 years agoAdd code to write XML structures.
Chris Hanson [Mon, 16 Jul 2001 20:41:29 +0000 (20:41 +0000)]
Add code to write XML structures.

23 years agoAdd code to write XML structures.
Chris Hanson [Mon, 16 Jul 2001 20:40:28 +0000 (20:40 +0000)]
Add code to write XML structures.

23 years agoFix a number of bugs that were revealed during testing of the output
Chris Hanson [Mon, 16 Jul 2001 20:39:33 +0000 (20:39 +0000)]
Fix a number of bugs that were revealed during testing of the output
code.

23 years agoTweak format of !ELEMENT content type to be a little easier to
Chris Hanson [Mon, 16 Jul 2001 18:55:28 +0000 (18:55 +0000)]
Tweak format of !ELEMENT content type to be a little easier to
disassemble.

23 years agoDelete now-unused entity-reference structures.
Chris Hanson [Mon, 16 Jul 2001 18:54:48 +0000 (18:54 +0000)]
Delete now-unused entity-reference structures.

23 years agoMust unblock all signals at start. A recent example that has caused
Chris Hanson [Mon, 16 Jul 2001 02:44:01 +0000 (02:44 +0000)]
Must unblock all signals at start.  A recent example that has caused
problems is that GNOME can sometimes cause Scheme to be started with
SIGCHLD blocked.

23 years agoUse new parser/matcher macro environments.
Chris Hanson [Sat, 14 Jul 2001 11:44:13 +0000 (11:44 +0000)]
Use new parser/matcher macro environments.

23 years agoExport type descriptors for each of the XML data structure types.
Chris Hanson [Sat, 14 Jul 2001 11:43:50 +0000 (11:43 +0000)]
Export type descriptors for each of the XML data structure types.

23 years agoAdd environment mechanism so that parser/matcher macros from one
Chris Hanson [Sat, 14 Jul 2001 11:42:49 +0000 (11:42 +0000)]
Add environment mechanism so that parser/matcher macros from one
program don't interfere with those from another.

23 years agoDuh; DEFINE-STRUCTURE has one distinguished expression, not two.
Chris Hanson [Thu, 12 Jul 2001 21:57:06 +0000 (21:57 +0000)]
Duh; DEFINE-STRUCTURE has one distinguished expression, not two.

23 years agoAdd indentation rule for DEFINE-STRUCTURE. I think maybe the standard
Chris Hanson [Thu, 12 Jul 2001 21:05:20 +0000 (21:05 +0000)]
Add indentation rule for DEFINE-STRUCTURE.  I think maybe the standard
indentation for definitions isn't right.

23 years agoA bunch of simple edits resulting from reading over the code.
Chris Hanson [Thu, 12 Jul 2001 05:31:37 +0000 (05:31 +0000)]
A bunch of simple edits resulting from reading over the code.