Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| dd3569ea | 2022-12-08 02:43:17 | Remove XMLDECL macro from .c files | ||
| 34a5a4a5 | 2022-11-22 15:40:51 | tests: Remove unneeded #includes | ||
| 5bffa33a | 2022-09-02 05:03:03 | Stop including sys/types.h | ||
| 9a82b94a | 2022-08-24 04:21:58 | Introduce xmlNewSAXParserCtxt and htmlNewSAXParserCtxt Add API functions to create a parser context with a custom SAX handler without having to mess with ctxt->sax manually. | ||
| 2489c1d0 | 2022-02-28 22:42:10 | Remove useless __CYGWIN__ checks From what I can tell, some really early Cygwin versions from around 1998-2000 used to erroneously define _WIN32. This was eventually fixed, but these days, the `defined(_WIN32) && !defined(__CYGWIN__)` idiom is unnecessary. Now, we only check for __CYGWIN__ in xmlexports.h when deciding whether to use __declspec. | ||
| 2a350ee9 | 2019-09-30 17:04:54 | Large batch of typo fixes Closes #109. | ||
| c2545cbb | 2016-08-22 11:44:18 | Fix format string warnings Also fixes bug #768199: https://bugzilla.gnome.org/show_bug.cgi?id=768199 | ||
| f3efaba3 | 2012-09-19 00:10:55 | remove HAVE_CONFIG_H dependency in testlimits.c | ||
| e28c8a1a | 2013-08-03 14:22:54 | #705267 - add additional defines checks for support "./configure --with-minimum" https://bugzilla.gnome.org/show_bug.cgi?id=705267 | ||
| fb27e2cd | 2012-09-28 08:59:33 | Fix spelling of "length". | ||
| f8e3db04 | 2012-09-11 13:26:36 | Big space and tab cleanup Remove all space before tabs and space and tabs at end of lines. | ||
| 8f2d6b57 | 2012-08-27 05:08:54 | initialize var | ||
| e0286980 | 2012-08-15 16:30:10 | More changes for Win32 compilation | ||
| 3f0c613f | 2012-08-03 12:04:09 | Expand the limit test program | ||
| 747c2c10 | 2012-07-19 20:36:43 | Extend testlimits | ||
| 0de1f311 | 2012-07-18 17:43:34 | first version of testlimits new test Used to check behaviour on various parsing limits |