Sebastian Pipping
fa379d65dd
Bump version to 2.4.5
2022-02-18 20:17:16 +01:00
Sebastian Pipping
a445be8e0d
Bump version to 2.4.4
2022-01-29 23:20:49 +01:00
Sebastian Pipping
6496a03d40
Sync years in file headers
2022-01-13 23:45:22 +01:00
Sebastian Pipping
d102671bfe
Bump version to 2.4.3
2022-01-13 20:08:47 +01:00
Sebastian Pipping
f3f6ae617c
Bump version to 2.4.2
2021-12-17 18:01:39 +01:00
Sebastian Pipping
8c2b1853cd
doc: Fix return value docs on XML_SetBillionLaughs[..] functions ( #522 )
2021-12-14 01:33:49 +01:00
Sebastian Pipping
c3300c9bf2
Get attribution headers back in sync
...
Follow-up to pull requests #503 and #510
2021-10-17 16:35:12 +02:00
Nicolas Cavallari
76186fb89e
doc/reference.html: Docmument that XML_GetBuffers(parser, 0) may be NULL
...
Allocating zero bytes with XML_GetBuffers may return NULL or a non-NULL
pointer depending on the current internal buffer state (#502 ).
Document this behavior, as it can be surprising.
2021-07-05 16:14:36 +02:00
Sebastian Pipping
8001550dc4
Bump version to 2.4.1
2021-05-23 16:52:59 +02:00
Sebastian Pipping
b913a529ae
Bump version to 2.4.0
2021-05-22 19:07:49 +02:00
Sebastian Pipping
309cd4aa4b
Merge pull request #466 from libexpat/protect-against-billion-laughs-attacks
...
[CVE-2013-0340, CWE-776] Protect against billion laughs attacks (fixes #34 )
2021-05-11 14:53:22 +02:00
Sebastian Pipping
99bf4c370f
doc/reference.html: Upgrade to OK.css 1.0.3
2021-05-08 22:14:06 +02:00
Sebastian Pipping
899c00e613
doc/reference.html: Document billion laughs attack protection API
2021-05-07 18:25:07 +02:00
Sebastian Pipping
55dbc44200
doc/reference.html: Fix XML validity
2021-05-07 17:04:06 +02:00
Sebastian Pipping
6f47cee760
doc/reference.html: Introduce <h4> headings for API functions
2021-05-04 23:49:05 +02:00
Sebastian Pipping
30c4aa85f5
doc/reference.html: Replace footer, encourage bug reports
2021-05-04 23:49:03 +02:00
Sebastian Pipping
e13d94b426
doc/reference.html: Simplify header
2021-05-04 23:49:03 +02:00
Sebastian Pipping
3596977d9d
doc/reference.html: Migrate to OK.css
...
Precisely this version:
ab0e43d64b/dist/ok.min.css
2021-05-04 23:49:00 +02:00
Sebastian Pipping
888566e418
doc/reference.html: Fix latest release version
2021-05-04 21:14:53 +02:00
Sebastian Pipping
f5dd8a9a5a
doc/reference.html: Add missing space after "Note:"
2021-05-04 21:14:53 +02:00
Sebastian Pipping
988bff10cd
doc/reference.html: Always start uppercase after "Note: "
2021-05-04 21:14:53 +02:00
Sebastian Pipping
df42f935bf
Increase precision in existing MIT headers based on Git history
2021-05-02 19:53:29 +02:00
Sebastian Pipping
bb3cf96dbe
Pump up oneline MIT headers to full ones
2021-05-02 19:53:29 +02:00
Tomas Korbar
8f53530dea
Fix reference.html badly insterted ul tag
...
This fix makes no visible difference but stops static code analysers
from yielding warnings about not allowed ul inside paragraph.
2021-04-20 10:40:13 +02:00
luz.paz
56893d4fbb
Fix source comment typos
...
Found via `codespell -q 3 -S ./testdata,./expat/Changes`
2019-11-04 07:52:31 -05:00
Sebastian Pipping
13b579ace2
Merge pull request #322 from libexpat/cmake-inno-setup
...
Drop MSVC files + build Inno Setup installer using CMake and msbuild
2019-08-29 13:56:22 +02:00
Sebastian Pipping
030c536e5c
reference.html: Fix mismatched tag
2019-08-29 13:33:34 +02:00
Sebastian Pipping
7ae689fd95
docs: Migrate to generated solution files with CMake and msbuild on Windows
2019-08-29 02:34:14 +02:00
Jakub Wilk
082bfac512
Fix typos
2017-08-03 22:50:03 +02:00
Sebastian Pipping
a67f2a2545
*.dsp,*.dsw: Drop Visual Studio 6.0 (issue #14 )
2017-04-25 23:51:59 +02:00
Karl Waclawek
891ec14f60
Fix for issue #3526620 .
2012-05-15 00:28:15 +00:00
Karl Waclawek
fefcce65be
Documented new features for release 2.1.0.
2012-03-10 18:27:17 +00:00
Karl Waclawek
5d530f0f95
Corrected recommended namespace separators - reported in bug #1742315 .
2007-06-24 17:21:25 +00:00
Karl Waclawek
d95f84c84a
Updated version number
2007-06-05 15:05:17 +00:00
Karl Waclawek
9922bc6e57
Improved fix for issues # 1515266 and # 1515600. Will now preserve the
...
"failover to default handler" logic. Note: clearing the character data handler
does not take effect immediately anymore.
2006-07-10 18:59:52 +00:00
Karl Waclawek
647d969449
Fix for issues # 1515266 and # 1515600. The inner for loop under
...
XML_TOK_DATA_CHARS in doContent() and doCdataSection() did not
check if the character data handler was set each time a call-back was made.
2006-07-05 13:06:59 +00:00
Karl Waclawek
9e0e2e6e0c
Added XML_FEATURE_NS and XML_FEATURE_LARGE_SIZE values,
...
as they had not been documented yet.
2006-04-07 20:28:19 +00:00
Karl Waclawek
edc0f36d7c
Updated release version.
2005-12-26 18:08:19 +00:00
Karl Waclawek
f8412b2167
Added support for 64-bit integers when reporting byte indexes,
...
line and column numbers. Can be turned on/off using the
XML_LARGE_SIZE switch.
2005-12-23 14:45:27 +00:00
Karl Waclawek
825a19cbe6
Fixed omission of UTF-16 output.
2005-12-13 17:20:16 +00:00
Karl Waclawek
36aca9c31f
Added a note about possible integer overflow when using large input buffers.
2005-11-28 20:00:50 +00:00
Karl Waclawek
1dcefca028
Fixed error found by Reid Spencer.
2005-01-30 05:44:46 +00:00
Karl Waclawek
634291221a
Improved and corrected namespace processing documentation.
2004-12-20 03:23:29 +00:00
Karl Waclawek
4989a3eece
Small link fix.
2004-12-14 17:26:18 +00:00
Karl Waclawek
a4bf35d1d1
Added to documentation of XML_ParserReset().
2004-11-26 00:18:15 +00:00
Fred L. Drake, Jr.
05b2ebc2dd
Add basic documentation for the suspend/resume feature.
...
Closes SF bug #880632 .
2004-07-23 03:28:09 +00:00
Fred L. Drake, Jr.
f70a4ab7dd
added more detail about XML_CONTEXT_BYTES
2004-07-16 02:31:27 +00:00
Fred L. Drake, Jr.
02de9eac60
Update version number to 1.95.8 in preparation for release.
2004-07-16 02:10:57 +00:00
Fred L. Drake, Jr.
3188f13393
- fix the description of the XML_DTD preprocessor symbol
...
(closes SF bug #916232 )
- fix markup error (swapped end tags)
2004-07-16 00:13:05 +00:00
Karl Waclawek
804897854f
Fix for bug #928113 .
2004-04-30 15:39:47 +00:00