summaryrefslogtreecommitdiff
path: root/textproc/expat/pkg
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-14/+0
2001-08-07update to 1.95.2drochner1-3/+4
changes: - Added compile-time constants that can be used to determine the Expat version - Removed a lot of GNU-specific dependencies to aide portability among the various Unix flavors. - Fix the UTF-8 BOM bug. - Cleaned up warning messages for several compilers. - Added the -Wall, -Wstrict-prototypes options for GCC.
2001-05-15install the html documentation, bump version to 1.95.1nb1dillo1-1/+4
2001-03-07This is James Clark's expat XML parser library in C. It is a stream orienteddrochner2-0/+10
parser that requires setting handlers to deal with the structure that the parser discovers in the document.