summaryrefslogtreecommitdiff
path: root/xlink.h
Commit message (Collapse)AuthorAgeFilesLines
* - doc/encoding.html doc/xml.html: added I18N docDaniel Veillard2000-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | - 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
* Work done on the plane, ready to release libxml2-2.0.0, DanielDaniel Veillard2000-04-031-1/+1
|
* - added xmlRemoveID() and xmlRemoveRef()Daniel Veillard2000-01-051-3/+4
| | | | | | | | | | | - added check and handling when possibly removing an ID - fixed some entities problems - added xmlParseTryOrFinish() - changed the way struct aredeclared to allow gtk-doc to expose those - closed #4960 - fixes to libs detection from Albert Chin-A-Young - preparing 1.8.3 release Daniel
* - Fixed bug #4344 - Fixed C++ problems in headers - Released 1.8.1 DanielDaniel Veillard1999-12-181-0/+6
| | | | | | | - Fixed bug #4344 - Fixed C++ problems in headers - Released 1.8.1 Daniel
* Large commit of changes done while travelling to XML'99Daniel Veillard1999-12-121-0/+175
- cleanups on memory use and parsers - start of Link interfaces HTML and XLink - rebuild the doc - released as 1.8.0 Daniel