Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 73a4bfe9 | 2001-05-04 07:38:19 | Getting ready for 1.8.12 release: - doc/xml.html: updated - doc/html/*: rebuilt the docs Daniel | ||
| 01861538 | 2001-03-26 22:51:03 | parser.c: fixed line number reporting on error Daniel | ||
| 0d6a64cf | 2001-03-26 21:23:18 | - parser.c parserold.c: Sullivan and Darin found a parser bug, applied the patch. Daniel | ||
| 925eedf8 | 2001-03-26 07:52:39 | - parserold.c : reapplied bug 52299 fix Daniel | ||
| 412aaa8d | 2001-03-25 14:58:11 | Started I18N checking on the new parser: - parser.c: fixed an I18N breakage on the new parser due to the usage of an old routine - test/i18n.xml result/i18n.xml: added a small first test Daniel | ||
| cdcb0d1e | 2001-03-25 14:11:51 | More checking and cleanup: - parser.c: cleanup and make sure scrollkeeper won't have problems Daniel | ||
| 8657b30c | 2001-03-25 00:42:30 | forgot the file Daniel forgot the file Daniel | ||
| 44343ab1 | 2001-03-25 00:41:28 | - parser.c: initialization code must be run before deciding which parser to launch. Daniel | ||
| 989765ad | 2001-03-25 00:13:40 | Trying to get a final solution to the problem: - added back the old parser - make it the default - allow people to switch easilly Few changes except the old parser where all names were changed and made static except 3 entry points: - Makefile.am parserold.c: added back the 1.8.11 parser for compatibility - README: updated - SAX.c: integrate back 1.8.11 callback code and call it when we are using the old parser - entities.c: fixed a small problem - parser.[ch]: allow to use either parser, add xmlUseNewParser(), and modify the Initialization code to check LIBXML_USE_NEW_PARSER or LIBXML_USE_OLD_PARSER - tester.c: make it use the new parser by default, but check LIBXML_USE_OLD_PARSER and add the --oldparser option Daniel | ||
| 2e9f9b21 | 2001-03-24 08:43:16 | Applied patch from Darin: * tree.[ch], .cvsignore: Darin fixed some CPP crap nobody noticed so far Daniel |