Commit Graph

186 Commits

Author SHA1 Message Date
Michael R Sweet
82913f58c7 Add new versions... 2005-05-30 12:53:28 +00:00
Michael R Sweet
fd8f83b210 Add MD5 sums of release files. 2005-05-19 14:58:04 +00:00
Michael R Sweet
63cd5de2a0 Fix bug in custom data with whitespace.
Prep for 2.2.2 release.
2005-05-19 14:56:05 +00:00
Michael R Sweet
ce6b845684 Add download files... 2005-05-18 01:55:53 +00:00
Michael R Sweet
e2ce30a840 Update release announcement. 2005-05-18 01:51:12 +00:00
Michael R Sweet
ad02a0255f Fix STR #21: load methods didn't return NULL on error.
Update docos for 2.2.1.
2005-05-18 01:45:20 +00:00
Michael R Sweet
c075136310 Update documentation with release notes.
Use new logo.

Add favicon stuff.

Prep for 2.2.1 release.
2005-05-17 00:54:44 +00:00
Michael R Sweet
a3900d8d0f Add new logo. 2005-05-16 12:35:28 +00:00
Michael R Sweet
35a7797e2c mxmlNewInteger(), mxmlNewOpaque(), mxmlNewReal(), mxmlNewText(),
and mxmlNewTextf() incorrectly required a parent node (STR #22)
2005-05-14 12:34:29 +00:00
Michael R Sweet
a44fcd4146 Fix location of new mirror. 2005-04-28 14:15:31 +00:00
Michael R Sweet
98172a7c71 Add mirror. 2005-04-27 19:39:10 +00:00
Michael R Sweet
523aa629b8 Fixed a MingW/Cygwin compilation problem (STR #18) 2005-04-24 23:33:13 +00:00
Michael R Sweet
d05a2f8d52 Fixed an XML output bug in mxmldoc.
The "make install" target now uses the install command to set the
proper permissions on UNIX/Linux/OSX.
2005-04-24 23:23:59 +00:00
Michael R Sweet
caea68bd9f Add Cache-Control header. 2005-04-10 01:02:22 +00:00
Michael R Sweet
c5a61dfd0c Announcement update for 2.2. 2005-02-26 05:42:39 +00:00
Michael R Sweet
895cff0358 Add new files. 2005-02-26 05:37:46 +00:00
Michael R Sweet
1a53661752 Update dist script and md5 sums. 2005-02-26 05:36:25 +00:00
Michael R Sweet
6712bf6914 Update for 2.2 release. 2005-02-26 05:27:25 +00:00
Michael R Sweet
7232c88dad Add shared library support. 2005-02-26 03:10:23 +00:00
Michael R Sweet
0d2ca0f2ca Don't allow spaces in usernames. 2005-02-17 19:46:41 +00:00
Michael R Sweet
8fc90a57d6 CHANGES:
- Changelog update.

mxml-file.c:
    - Check for invalid control chars (STR #10)
    - Don't allow elements to contain duplicate attributes (STR
      #16)

textmxml.c:
    - Add whitespace handling for CDATA elements.

test.xml:
    - Add CDATA and comment data to test file.
2005-01-29 17:03:33 +00:00
Michael R Sweet
166e301222 Update copyright. 2005-01-29 07:22:16 +00:00
Michael R Sweet
886a707ad7 Update copyright to 2005. 2005-01-29 07:21:44 +00:00
Michael R Sweet
f5971df74b Added support for CDATA (STR #14, STR #15)
Updated comment and processing instruction handling - no entity
support per XML specification.

Added checking for invalid comment termination ("--->" is not
allowed)

Fixed test program to work with new ?xml handling.
2005-01-29 07:19:38 +00:00
Michael R Sweet
0d83a3513c Web site updates.
comment.php:
    - Fix comment date.

data/software.md5:
    - Moved from swfiles/mxml.md5 and reformatted.

newsgroups.php:
    - Deleted

phplib/html.php:
    - Removed newsgroups and polls links.
    - Renamed "support" to "bugs & features"
    - Add refresh URL support.

software.php:
    - Use download mirrors.
    - Synced with other site code.

str.php:
    - Change to "Bugs & Features"
    - Add 2.1.1 version number

swfiles/*
    - Removed; all release files are on FTP server now.
    - mxml.md5 moved to data/software.md5
2005-01-29 02:11:23 +00:00
Michael R Sweet
7ec9c5924f Update PCL driver to set PJL page size for DesignJet 1050C (PR #5219) 2004-11-18 17:04:17 +00:00
Michael R Sweet
c858dd65b2 Add 2.1 dist files. 2004-11-13 18:34:17 +00:00
Michael R Sweet
61ba926ecc Prep for 2.1. 2004-11-13 18:26:38 +00:00
Michael R Sweet
40adb027dd Add docos for custom data handlers. 2004-11-13 16:51:21 +00:00
Michael R Sweet
a2682a2ee2 Fix "subscript has type char" warnings... 2004-10-31 15:32:14 +00:00
Michael R Sweet
0591ee2e19 Added support for custom data nodes (STR #6) 2004-10-28 02:58:01 +00:00
Michael R Sweet
c0878b3f9a Treat UTF-8 sequences that are longer than needed as an error (STR #4) 2004-10-28 01:07:00 +00:00
Michael R Sweet
3625039424 Fixed entity number support (STR #8)
Fixed mxmlLoadString() bug with UTF-8 (STR #7)

Fixed entity lookup bug (STR #5)
2004-10-26 21:04:32 +00:00
Michael R Sweet
c1931af586 Add version 2.1. 2004-10-26 20:51:46 +00:00
Michael R Sweet
78388ed663 Add 2.0 release. 2004-07-26 15:03:43 +00:00
Michael R Sweet
243e9c1556 Add FD test. 2004-07-11 13:26:25 +00:00
Michael R Sweet
3cc3f8a63d Add new mxmlLoadFd() and mxmlSaveFd() functions. 2004-07-11 13:14:07 +00:00
Michael R Sweet
666dd31820 Fix release number... 2004-06-26 03:08:11 +00:00
Michael R Sweet
4c41b10c73 Add dist files. 2004-06-25 19:01:11 +00:00
Michael R Sweet
12bdb34a5c Don't install mxml.pdf. 2004-06-25 18:59:32 +00:00
Michael R Sweet
7cc8c6c1a6 Prep for 2.0. 2004-06-25 18:57:32 +00:00
Michael R Sweet
195aef09fd VC++.NET fixes. 2004-06-25 18:52:34 +00:00
Michael R Sweet
ee2eb12e07 Add VC++.NET project.
Update doco files for VC++ build instructions.
2004-06-21 11:17:52 +00:00
Michael R Sweet
8ace1524af Rebuild doco files, update web site. 2004-06-21 11:00:28 +00:00
Michael R Sweet
725aaec2d8 Doco updates. 2004-06-21 10:58:27 +00:00
Michael R Sweet
3aded463be Doco updates.
Prep for 2.0 release.
2004-06-21 01:39:20 +00:00
Michael R Sweet
fbf6b8e8a7 Newsgroup interface... 2004-06-10 02:40:05 +00:00
Michael R Sweet
0fd3bd7f33 Optimizations and bug fixes from STR #2:
- mxmlIndexNew() sort algorithm update to eliminate unnecessary
      right-hand recursion.
    - Combine printf() and puts() calls in mxmldoc to reduce the number
      of calls and code size.
    - mxmlSaveFile() now writes Unicode chars with fwrite for potential
      speedup and modest size savings.
    - mxmlEntityAddCallback() now returns an integer status so an app
      knows when it was not possible to add an entity callback.
2004-06-01 20:19:34 +00:00
Michael R Sweet
777022657d Fix "hidden" versions. 2004-06-01 00:25:29 +00:00
Michael R Sweet
ec1a17329c Fix links categories... 2004-05-31 22:54:19 +00:00