Chris Hanson [Wed, 13 Oct 2004 03:22:40 +0000 (03:22 +0000)]
Update to current style.
Chris Hanson [Wed, 13 Oct 2004 02:02:23 +0000 (02:02 +0000)]
Fix minor bug in EXPT: wrong error was being signalled for (EXPT 0 +I).
Chris Hanson [Tue, 12 Oct 2004 23:33:27 +0000 (23:33 +0000)]
Initial pass on new XML interface.
Chris Hanson [Tue, 12 Oct 2004 23:20:58 +0000 (23:20 +0000)]
Fix typo.
Chris Hanson [Tue, 12 Oct 2004 22:42:49 +0000 (22:42 +0000)]
Update release number.
Chris Hanson [Tue, 12 Oct 2004 19:06:36 +0000 (19:06 +0000)]
Fix formatting of output.
Chris Hanson [Wed, 6 Oct 2004 18:46:59 +0000 (18:46 +0000)]
Implement better fix for READ-FINISH operation in ttyio. Export all
of the PORT-TYPE/ operation accessors.
Chris Hanson [Wed, 6 Oct 2004 13:48:51 +0000 (13:48 +0000)]
Fix think-o in READ-FINISH that caused infinite loop when reading an
atom.
Chris Hanson [Fri, 1 Oct 2004 17:04:58 +0000 (17:04 +0000)]
Eliminate another instance of WITHOUT-INTERRUPTS that was being used
to turn interrupts on.
Chris Hanson [Fri, 1 Oct 2004 04:39:32 +0000 (04:39 +0000)]
It's now OK to flush output during GC. (Whew!)
Chris Hanson [Fri, 1 Oct 2004 04:32:36 +0000 (04:32 +0000)]
Fix usage of WITHOUT-INTERRUPTS that actually turns interrupts _on_.
Chris Hanson [Fri, 1 Oct 2004 04:32:09 +0000 (04:32 +0000)]
Fix WNA typo.
Chris Hanson [Fri, 1 Oct 2004 03:39:02 +0000 (03:39 +0000)]
Show bit of illegal interrupt.
Chris Hanson [Fri, 1 Oct 2004 02:48:06 +0000 (02:48 +0000)]
Move WITH-LIMITED-INTERRUPTS from "global.scm" to "boot.scm".
Chris Hanson [Fri, 1 Oct 2004 02:43:49 +0000 (02:43 +0000)]
Limit interrupts to GC rather than forcing them to GC. This allows
state-space transitions to occur during the GC. (Not that this is a
good thing to do!)
Chris Hanson [Fri, 1 Oct 2004 02:40:39 +0000 (02:40 +0000)]
Update copyright statement.
Chris Hanson [Fri, 1 Oct 2004 02:32:03 +0000 (02:32 +0000)]
Eliminate unused WITHOUT-BACKGROUND-INTERRUPTS.
Chris Hanson [Fri, 1 Oct 2004 02:29:35 +0000 (02:29 +0000)]
Remove ENABLE-INTERRUPTS! and add GET-INTERRUPT-ENABLES.
Chris Hanson [Fri, 1 Oct 2004 02:26:55 +0000 (02:26 +0000)]
Change WITHOUT-INTERRUPTS and WITHOUT-BACKGROUND-INTERRUPTS to use
WITH-LIMITED-INTERRUPTS rather than WITH-INTERRUPT-MASK.
Chris Hanson [Fri, 1 Oct 2004 02:16:49 +0000 (02:16 +0000)]
Implement LIMIT-INTERRUPTS!.
Chris Hanson [Fri, 1 Oct 2004 02:15:20 +0000 (02:15 +0000)]
Implement WITH-LIMITED-INTERRUPTS.
Chris Hanson [Fri, 1 Oct 2004 01:53:10 +0000 (01:53 +0000)]
Eliminate unused ENABLE-INTERRUPTS! and define GET-INTERRUPT-ENABLES.
Chris Hanson [Thu, 30 Sep 2004 20:02:48 +0000 (20:02 +0000)]
Can't flush output during gc.
Chris Hanson [Thu, 30 Sep 2004 20:00:36 +0000 (20:00 +0000)]
Cosmetic changes.
Chris Hanson [Mon, 27 Sep 2004 17:08:34 +0000 (17:08 +0000)]
Fix typo.
Chris Hanson [Wed, 15 Sep 2004 02:56:51 +0000 (02:56 +0000)]
Fix infinite recursion in new strategy. Be more careful about
performing operations only when appropriate.
Chris Hanson [Tue, 14 Sep 2004 20:06:19 +0000 (20:06 +0000)]
Change strategy used to manage the emacs interface: just swap port
types on the console port. This modulates the behavior without
messing with any of the state.
Chris Hanson [Tue, 14 Sep 2004 20:01:36 +0000 (20:01 +0000)]
Implement SET-PORT/TYPE!.
Chris Hanson [Tue, 14 Sep 2004 20:00:27 +0000 (20:00 +0000)]
Implement SET-PORT/TYPE!.
Chris Hanson [Tue, 14 Sep 2004 19:51:56 +0000 (19:51 +0000)]
Eliminate some unused code. Minor stylistic cleanups.
Chris Hanson [Tue, 14 Sep 2004 01:37:16 +0000 (01:37 +0000)]
Fix typo in CASE syntax: no expressions in a clause is OK.
Chris Hanson [Fri, 10 Sep 2004 18:01:36 +0000 (18:01 +0000)]
Fix problem with console echoing in READ-FINISH.
Chris Hanson [Sun, 15 Aug 2004 04:54:45 +0000 (04:54 +0000)]
Revert change to NON-POINTER-OBJECT?. The resulting code doesn't work
properly on win32 for some reason.
Chris Hanson [Sat, 14 Aug 2004 19:17:10 +0000 (19:17 +0000)]
Fix typo.
Chris Hanson [Sat, 14 Aug 2004 05:51:46 +0000 (05:51 +0000)]
Cache the immediate traps. There's no need to have more than one copy
of each.
Chris Hanson [Sat, 14 Aug 2004 04:57:12 +0000 (04:57 +0000)]
Make printer more robust when printing objects that might contain
reference traps.
Chris Hanson [Thu, 12 Aug 2004 06:31:43 +0000 (06:31 +0000)]
Fix code that constructs HTML documents, by removing IRI from "html"
root name.
Chris Hanson [Thu, 12 Aug 2004 06:31:01 +0000 (06:31 +0000)]
Fix bug: the root name of a DTD must be a qname; it may not have an
associated IRI.
Chris Hanson [Thu, 12 Aug 2004 06:18:44 +0000 (06:18 +0000)]
Fix typo. Edit for style.
Chris Hanson [Tue, 10 Aug 2004 01:09:41 +0000 (01:09 +0000)]
In CONVERT-XML-STRING-VALUE, make sure error message has "XML" in it.
Chris Hanson [Tue, 10 Aug 2004 01:03:02 +0000 (01:03 +0000)]
Export FLATTEN-XML-ELEMENT-CONTENTS.
Chris Hanson [Sat, 24 Jul 2004 04:39:49 +0000 (04:39 +0000)]
Fix definitions of entities so that they work with all character sets.
Chris Hanson [Sat, 24 Jul 2004 04:29:45 +0000 (04:29 +0000)]
Fix bug: DTD can't have namespace on its root element name.
Chris Hanson [Sat, 24 Jul 2004 04:21:58 +0000 (04:21 +0000)]
Fix broken character definitions. (Arrgh.)
Chris Hanson [Sat, 24 Jul 2004 04:03:09 +0000 (04:03 +0000)]
Fix thinko in call to MAKE-XML-!ENTITY.
Chris Hanson [Sat, 24 Jul 2004 03:45:54 +0000 (03:45 +0000)]
Add support for XHTML predefined entities. These are available only
when the document has an XHTML DTD.
Chris Hanson [Sat, 24 Jul 2004 03:19:23 +0000 (03:19 +0000)]
Add predicates to identify XHTML DTDs.
Chris Hanson [Sat, 24 Jul 2004 03:03:24 +0000 (03:03 +0000)]
Change HTML-EXTERNAL-DTD to HTML-EXTERNAL-ID.
Chris Hanson [Sat, 24 Jul 2004 02:26:24 +0000 (02:26 +0000)]
Add constructors to aid in building conformant XHTML documents.
Chris Hanson [Sat, 24 Jul 2004 02:12:20 +0000 (02:12 +0000)]
Add support for XHTML 1.1.
Chris Hanson [Thu, 22 Jul 2004 03:01:50 +0000 (03:01 +0000)]
Fix some text that isn't right for Edwin. (closes: [bugs #7233])
Chris Hanson [Mon, 19 Jul 2004 17:36:48 +0000 (17:36 +0000)]
Move generic XML convenience procedures from "xhtml.scm" to
"xml-struct.scm". Add new procedures STANDARD-XML-ELEMENT-CONSTRUCTOR
and STANDARD-XML-ELEMENT-PREDICATE.
Chris Hanson [Mon, 19 Jul 2004 17:20:40 +0000 (17:20 +0000)]
Export FLATTEN-XML-ELEMENT-CONTENTS.
Chris Hanson [Mon, 19 Jul 2004 04:45:20 +0000 (04:45 +0000)]
Update list of element names to cover exactly those elements defined
by XHTML 1.0 strict, and no others. Add some context information, for
use in styling and analysis.
New procedures GUARANTEE-HTML-ELEMENT, HTML-ELEMENT-NAME?,
GUARANTEE-HTML-ELEMENT-NAME, HTML-ELEMENT-CONTEXT,
HTML-ELEMENT-NAME-CONTEXT, HTML-ELEMENT-NAMES. Rename HTML-ATTRS to
XML-ATTRS. Rename HTML:COMMENT to XML-COMMENT and move it to
"xml-struct".
Chris Hanson [Sun, 18 Jul 2004 04:34:06 +0000 (04:34 +0000)]
Allow HTML:COMMENT to take anything that satisfies XML-CHAR-DATA? as
an argument. Also, be a little smarter about when to add leading or
trailing whitespace.
Chris Hanson [Thu, 15 Jul 2004 19:50:43 +0000 (19:50 +0000)]
Add support for NMTOKENS values.
Chris Hanson [Thu, 15 Jul 2004 18:25:07 +0000 (18:25 +0000)]
Generalize HTML-ATTRS to allow xml-attribute objects as arguments,
interspersed with keyword pairs.
Chris Hanson [Thu, 15 Jul 2004 18:16:49 +0000 (18:16 +0000)]
Add XHTML support.
Chris Hanson [Thu, 15 Jul 2004 04:07:40 +0000 (04:07 +0000)]
Allow SYMBOL to accept characters as arguments.
Chris Hanson [Thu, 15 Jul 2004 04:05:39 +0000 (04:05 +0000)]
Implement SYMBOL.
Chris Hanson [Mon, 12 Jul 2004 19:08:36 +0000 (19:08 +0000)]
Implement HTML-ELEMENT?.
Chris Hanson [Mon, 12 Jul 2004 19:05:36 +0000 (19:05 +0000)]
Move xhtml support into this package. Change names to contain "html"
so they don't conflict with others.
Chris Hanson [Mon, 5 Jul 2004 03:59:36 +0000 (03:59 +0000)]
New macro RULE-MATCHER. Rewrite rule-matching mechanism to make it
more abstract.
Chris Hanson [Sun, 4 Jul 2004 05:37:25 +0000 (05:37 +0000)]
Fix typo.
Chris Hanson [Sun, 4 Jul 2004 05:28:56 +0000 (05:28 +0000)]
Add new operations to categorize type codes.
Chris Hanson [Sun, 4 Jul 2004 05:23:43 +0000 (05:23 +0000)]
Add new primitive TYPE->GC-TYPE.
Chris Hanson [Fri, 2 Jul 2004 01:00:46 +0000 (01:00 +0000)]
OBJECT-GC-TYPE is no longer a primitive.
Chris Hanson [Fri, 2 Jul 2004 00:54:07 +0000 (00:54 +0000)]
Fix definitions of OBJECT-POINTER? and OBJECT-NON-POINTER? so they are
more accurate.
Chris Hanson [Fri, 2 Jul 2004 00:51:53 +0000 (00:51 +0000)]
Use OBJECT-NON-POINTER? rather than NON-POINTER-OBJECT?.
Chris Hanson [Thu, 1 Jul 2004 15:23:56 +0000 (15:23 +0000)]
Fix typo in previous change.
Chris Hanson [Thu, 1 Jul 2004 01:19:59 +0000 (01:19 +0000)]
Move REGISTER-TYPES-COMPATIBLE? to arch-independent file.
Chris Hanson [Mon, 28 Jun 2004 03:27:04 +0000 (03:27 +0000)]
Implement XML-PROCESSING-INSTRUCTIONS-HANDLERS.
Chris Hanson [Mon, 28 Jun 2004 03:26:20 +0000 (03:26 +0000)]
Implement XML-MISC-CONTENT-ITEM?.
Chris Hanson [Sun, 27 Jun 2004 06:26:33 +0000 (06:26 +0000)]
Fix valid-content tests on output of processing instructions to
correspond to those in xml-struct.
Chris Hanson [Wed, 23 Jun 2004 03:45:50 +0000 (03:45 +0000)]
Add support for fractional seconds in ISO 8601 times.
Chris Hanson [Wed, 16 Jun 2004 01:55:18 +0000 (01:55 +0000)]
Update menu: delete missing section in hash-table docs.
Chris Hanson [Sun, 13 Jun 2004 04:14:22 +0000 (04:14 +0000)]
Must lock table during REHASH-TABLE!.
Chris Hanson [Sat, 12 Jun 2004 03:46:22 +0000 (03:46 +0000)]
Make sure hashing operations integrate as I intended. Reduce table
locking to protect against abort but not simultaneous access.
Chris Hanson [Sat, 12 Jun 2004 02:15:48 +0000 (02:15 +0000)]
Reimplement PRIME-NUMBERS-STREAM to use less space.
Chris Hanson [Sat, 12 Jun 2004 02:14:56 +0000 (02:14 +0000)]
Implement SMALLEST-FIXNUM and LARGEST-FIXNUM.
Chris Hanson [Mon, 7 Jun 2004 19:54:30 +0000 (19:54 +0000)]
Reflect new hash-table implementation.
Chris Hanson [Mon, 7 Jun 2004 19:47:57 +0000 (19:47 +0000)]
New hash-table implementation.
Chris Hanson [Thu, 27 May 2004 16:06:31 +0000 (16:06 +0000)]
When closing a port, don't try to flush output if the channel is
already closed.
Chris Hanson [Thu, 27 May 2004 14:04:32 +0000 (14:04 +0000)]
Export UTF-xx input ports.
Chris Hanson [Thu, 27 May 2004 14:03:06 +0000 (14:03 +0000)]
Add missing error checking to UTF-8 decoder: was allowing illegal code
points. Simplify code that checks for illegal code points; some of
the checks were redundant. Implement object buffering, and use it to
reimplement wide-string format conversions and ports. Implement input
ports for UTF-xx strings.
Chris Hanson [Wed, 26 May 2004 17:43:18 +0000 (17:43 +0000)]
Implement byte sources.
Chris Hanson [Wed, 26 May 2004 17:05:56 +0000 (17:05 +0000)]
Add procedures to do output directly to UTF-xx strings.
Chris Hanson [Wed, 26 May 2004 17:03:14 +0000 (17:03 +0000)]
Fix bug in handling of wide strings.
Chris Hanson [Wed, 26 May 2004 15:26:29 +0000 (15:26 +0000)]
Use new procedure PORT/SUPPORTS-CODING? to eliminate error when
writing XML to string.
Chris Hanson [Wed, 26 May 2004 15:20:22 +0000 (15:20 +0000)]
Add new procedure PORT/SUPPORTS-CODING?.
Chris Hanson [Wed, 26 May 2004 10:52:11 +0000 (10:52 +0000)]
When deciding whether it is legal to associate an IRI with a name,
distinguish between a name with no prefix and a name that is not
namespace well formed. The former may have an IRI, and the latter may
not.
Chris Hanson [Tue, 30 Mar 2004 04:45:01 +0000 (04:45 +0000)]
Generalize code to toggle Dired sort order.
Chris Hanson [Tue, 30 Mar 2004 04:27:52 +0000 (04:27 +0000)]
New port abstraction is hiding unread characters from the underlying
port operations; consequently, the buffer-input implementation was
returning the wrong value for the current mark. This has been kludged
around.
Chris Hanson [Wed, 24 Mar 2004 21:16:55 +0000 (21:16 +0000)]
Allow "utf7" and "utf8" character sets.
Chris Hanson [Tue, 9 Mar 2004 06:26:50 +0000 (06:26 +0000)]
Change PAGE_READWRITE to PAGE_EXECUTE_READWRITE, so that XP SP2
doesn't invalidate all execution in the heap.
Chris Hanson [Tue, 9 Mar 2004 03:46:42 +0000 (03:46 +0000)]
Don't try to allocate zero-length string in RELOAD-SAVE-STRING.
Chris Hanson [Thu, 26 Feb 2004 19:05:06 +0000 (19:05 +0000)]
INPUT-PORT/READ-STRING wasn't returning an EOF object when needed.
Chris Hanson [Thu, 26 Feb 2004 19:03:58 +0000 (19:03 +0000)]
Fix typo that prevented EOF from being properly detected.
Chris Hanson [Thu, 26 Feb 2004 18:31:41 +0000 (18:31 +0000)]
Update version number to reflect changes.
Chris Hanson [Thu, 26 Feb 2004 04:52:03 +0000 (04:52 +0000)]
Allow a name to contain colons as specified by the XML standard.
However, don't allow association of an IRI with the name unless the
name uses a single colon as specified by the namespace standard.