summaryrefslogtreecommitdiff
path: root/testlimits.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove XMLDECL macro from .c filesNick Wellnhofer2022-12-081-4/+4
|
* tests: Remove unneeded #includesNick Wellnhofer2022-11-221-4/+0
|
* Stop including sys/types.hNick Wellnhofer2022-09-021-1/+0
|
* Introduce xmlNewSAXParserCtxt and htmlNewSAXParserCtxtNick Wellnhofer2022-08-241-6/+1
| | | | | Add API functions to create a parser context with a custom SAX handler without having to mess with ctxt->sax manually.
* Remove useless __CYGWIN__ checksNick Wellnhofer2022-02-281-1/+1
| | | | | | | | | | 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.
* Large batch of typo fixesJared Yanovich2019-09-301-1/+1
| | | | Closes #109.
* Fix format string warningsNick Wellnhofer2016-10-121-4/+5
| | | | | | Also fixes bug #768199: https://bugzilla.gnome.org/show_bug.cgi?id=768199
* remove HAVE_CONFIG_H dependency in testlimits.cRoumen Petrov2014-10-161-3/+0
|
* #705267 - add additional defines checks for support "./configure --with-minimum"Denis Pauk2013-08-031-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705267
* Fix spelling of "length".Michael Wood2012-10-301-4/+4
|
* Big space and tab cleanupDaniel Veillard2012-09-111-9/+9
| | | | Remove all space before tabs and space and tabs at end of lines.
* initialize varRob Richards2012-08-271-1/+1
|
* More changes for Win32 compilationEric Zurcher2012-08-151-21/+6
|
* Expand the limit test programDaniel Veillard2012-08-031-6/+307
|
* Extend testlimitsDaniel Veillard2012-07-231-0/+5
|
* first version of testlimits new testDaniel Veillard2012-07-231-0/+1343
Used to check behaviour on various parsing limits