-
Notifications
You must be signed in to change notification settings - Fork 5
/
Changelog
79 lines (59 loc) · 1.93 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# $Id$
3.2
* Add XMLS/octets to handle character encodings. Many thanks to
Daniel Eliason for contributing this.
3.1
* Fix namespacing issue (Github #5) on attributes. Thanks to David
A. Thompson.
1.8
* Added optional error suppression when items aren't found.
1.7.1
* Fixed a bug that caused breakage on Lispworks.
1.7
* Added write-prologue and write-prolog.
1.6
1.5
* Added helpers to parse string and integer content in an element.
* Now testable with clisp.
* Fix unicode bug loading with SBCL.
1.4.1
* Fixed bugs in parsing CDATA that could cause crashes in the parser.#
1.4
* Thanks to Norman Werner, fixed bug in handling of multi-byte characters.
1.3
* Bumped the version to record the presence of the helper functions.
1.2.1, 1.2.2
* Miscellaneous bugfixes, not recorded by anyone.
1.2
* add compilation guard around *whitespace* (5 million people)
* generate-xml serializes numbers and symbols automatically (Robert Goldman)
1.1.1
* fix typo in test function guard
1.1
* merge Barry Wilkes patches for ws in attributes
* merge Barry Wilkes lispworks compatibility patches
* merge Gary King's MCL compatibilty patches
* merge Clayton Wheeler's memory optimizations
* merge Robert Goldman's Allegro fixes
1.0
* Parse/emit unprintables as entities.
* Parse numeric xml entitites thanks to Damien Diederen.
* Optionally indent write-xml output.
* Fix namespace resolution bug
0.5
* Fix compress-whitespace handling.
* Add Damien Diederen's entity-handling patch.
0.4
* Made substantial changes to get xmls working in cmucl and clisp.
* Reduced consing again somewhat.
0.3
* Bugfix from Andrew Philpot.
* Consing reduced by about 40%.
0.2
* Now skips DTDs.
* Roughly seven times faster.
* Parses CDATA sections.
* Only uses one token of lookahead.
* Handles content at the end of the document.
0.1
* First release.