summaryrefslogtreecommitdiff
path: root/lib/xmltok.c
Commit message (Expand)AuthorAgeFilesLines
* AmigaOS specific changes. See amiga/README.txt for more details.ssolie2009-01-311-3/+3
* Change for MS VC++: Added #ifdefs to allow for passing xmltok_impl.c andkwaclaw2006-11-261-0/+10
* Applied patrch #1523242 - support for Open Watcom 1.5.kwaclaw2006-08-051-0/+2
* Added AmigaOS support.ssolie2005-02-261-0/+2
* Fix for bug #1065044. Improved const correctness.kwaclaw2004-11-261-2/+2
* Renamed exrternal.h to expat_external.h.kwaclaw2004-05-061-1/+1
* Would not build on Linux without including stddef.h beforekwaclaw2004-04-241-0/+2
* Fix for bug #923913, Calling convention problems.kwaclaw2004-03-261-1/+2
* Make it possible to avoid the import of expat_config.h. This makes itfdrake2003-10-161-0/+2
* Applied patch for bug #653449.kwaclaw2002-12-141-2/+2
* Add some type casts to deal with MALLOC signature checking forfdrake2002-11-271-1/+1
* Remove trailing whitespace.fdrake2002-11-121-7/+7
* Changed calling convention macros to differentiate betweenkwaclaw2002-09-201-54/+54
* Fred and I added FASTCALL directives to xmltok.c and related files.kwaclaw2002-09-051-57/+58
* Fix for bug #600479: error decoding UTF-8 tripletkwaclaw2002-08-271-1/+5
* Applied patch for bug #434664: utf8_toutf16 infinite loop.kwaclaw2002-07-291-1/+2
* Shorten all lines longer than 80 characters to be shorter than 80.fdrake2002-07-251-26/+29
* Fix typo from manual application of the Mac OS classic patch.fdrake2002-07-091-1/+1
* Mac OS (classic) support, based on patches from Thomas Wegner andfdrake2002-07-081-0/+2
* De-tabify; minor code-style consistency changes.fdrake2002-07-011-139/+139
* Fix for bug # 566240.kwaclaw2002-06-091-2/+6
* Applied patch # 562005 "Detect invalid UTF-8 sequences"kwaclaw2002-05-301-6/+38
* Hard to believe, but there are some preprocessors/compilers out theregstein2002-05-201-2/+2
* Remove acconfig.h altogether by removing XML_BYTE_ORDER. We can simplygstein2002-05-171-6/+6
* Various configuration fixes, focused primarily around expat_config.hgstein2002-05-171-1/+1
* Using "0" instead of "NULL" is insane, and leads to unmaintainable code.fdrake2002-05-171-25/+28
* Minor nit; layout function signatures in a more consistent way.fdrake2002-05-171-124/+128
* Include a more reasonable definition of the UTF8_INVALID3() macro.fdrake2002-05-171-5/+3
* Wrap some long lines, including ones I just introduced.fdrake2002-04-261-22/+36
* Cut down on the warnings from MSVC6 on Warning Level 4.fdrake2002-04-261-21/+21
* Remove useless RCSId static from the code.fdrake2001-07-251-3/+0
* Fix SF bug #123767: segfault on UTF-8 BOM.fdrake2001-02-161-1/+2
* Changes for compiling under Microsoft Dev Studio.coopercc2000-10-221-2/+7
* Versioning information, fill in Changes file, possible final commit beforecoopercc2000-09-291-0/+3
* Fixes to allow DLLs to built under Windows.coopercc2000-09-281-1/+0
* Merged in modifications from perl-expat. Also fiddled around with morecoopercc2000-09-211-1/+4
* These are the first check-ins for the libexpat task: create configurationlibexpat-alpha-1coopercc2000-09-181-0/+1558