kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
69f94a3b 2000-07-21 23:24:36 Released 2.2.1, Daniel.
46e370e6 2000-07-21 20:32:03 - parser.c xmlIO.[ch]: fixed the problem of encoding support when using in memory parsing. Need some cleanup. - xmllint.c configure.in: added a --memory flag to test memory parsing Daniel
36650697 2000-07-21 15:16:39 - nanohttp.c: fixed socklen_t replacement to unsigned int - parser.c: fixed a space handdling missing at the end of production 28 DOCTYPE. - xmlmemory.c: fixed a stupid bug on the routine to override allocation functions - TODO: updated Daniel
94e90603 2000-07-17 14:38:19 on-line update, Daniel
e46e20d3 2000-07-14 15:02:46 Regenerated the docs on my work station, Daniel
71f93fca 2000-07-14 14:54:24 Added a bunch of testsuite realted files missing, Daniel.
32bc74ef 2000-07-14 14:49:25 - doc/encoding.html doc/xml.html: added I18N doc - encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding improvements, both parser and filters, added ASCII & HTML, fixed the ISO-Latin-1 one - xmllint.c testHTML.c: added/made visible --encode - debugXML.c : cleanup - most .c files: applied patches due to warning on Windows and when using Sun Pro cc compiler - xpath.c : cleanup memleaks - nanoftp.c : added a TESTING preprocessor flag for standalong compile so that people can report bugs more easilly - nanohttp.c : ditched socklen_t which was a portability mess and replaced it with unsigned int. - tree.[ch]: added xmlHasProp() - TODO: updated - test/ : added more test for entities, NS, encoding, HTML, wap - configure.in: preparing for 2.2.0 release Daniel
8d86964a 2000-07-14 12:12:59 Linked the I18N support, Daniel.
be40c8b2 2000-07-14 12:10:59 First version of the encoding doc, Daniel.
60979bdc 2000-07-10 12:17:33 on-line update, Daniel