History log of /external/libxml2/chvalid.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f8e3db0445a1bc8cfe3f77326b07ec161482caa2 11-Sep-2012 Daniel Veillard <veillard@redhat.com> Big space and tab cleanup

Remove all space before tabs and space and tabs at end of lines.
/external/libxml2/chvalid.c
05e9db806d9eeb2fbe40580ce1a903a70745cafc 27-Mar-2006 Daniel Veillard <veillard@src.gnome.org> applied patches from Aivars Kalvans to make unicode tables const, fixes

* chvalid.c genChRanges.py genUnicode.py xmlunicode.c
include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
patches from Aivars Kalvans to make unicode tables const, fixes
bug #336096, this also updates to Unicode 4.01 final with a couple
of character ranges fixes.
Daniel
/external/libxml2/chvalid.c
8ea29c48f03ff33747040fbc3c47237422e52f20 27-Mar-2006 Daniel Veillard <veillard@src.gnome.org> fixed bug #335603 and resync'ed genChRanges.py to the expected output.

* chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
#335603 and resync'ed genChRanges.py to the expected output.
Daniel
/external/libxml2/chvalid.c
5d4644ef6e38479a648615eca758c5e962a141d5 01-Apr-2005 Daniel Veillard <veillard@src.gnome.org> revamped the elfgcchack.h format to cope with gcc4 change of aliasing

* doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
format to cope with gcc4 change of aliasing allowed scopes, had
to add extra informations to doc/libxml2-api.xml to separate
the header from the c module source.
* *.c: updated all c library files to add a #define bottom_xxx
and reimport elfgcchack.h thereafter, and a bit of cleanups.
* doc//* testapi.c: regenerated when rebuilding the API
Daniel
/external/libxml2/chvalid.c
ce682bc24b79f1dd29b781d4c17f9bf169ce7e32 05-Nov-2004 Daniel Veillard <veillard@src.gnome.org> autogenerate a minimal NULL value sequence for unknown pointer types This

* gentest.py testapi.c: autogenerate a minimal NULL value sequence
for unknown pointer types
* HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
xpointer.c: This uncovered an impressive amount of entry points
not checking for NULL pointers when they ought to, closing all
the open gaps.
Daniel
/external/libxml2/chvalid.c
b1d531659b2bee47492ca1c319180116eaaf566e 18-Nov-2003 William M. Brack <wbrack@src.gnome.org> minor enhancement to prevent comment with unreferenced variable. edited

* genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
enhancement to prevent comment with unreferenced variable.
* threads.c xmlreader.c xmlwriter.c: edited some comments to
improve auto-generation of documentation
* apibuild.py: minor change to an error message
/external/libxml2/chvalid.c
2ad1dfffa032025ec70de5b4af878e9b092c79f3 15-Nov-2003 William M. Brack <wbrack@src.gnome.org> rebuilt the generated pages (again), manually restored doc/html/index.html

* doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
generated pages (again), manually restored doc/html/index.html
and manually edited generated file doc/gnome-xml.xml to put
in appropriate headings.
* doc/docdescr.doc: new file to describe details of the
document generation (helps my memory for the next time)
* genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
enhancement to please the automatic documentation generation.
/external/libxml2/chvalid.c
272693c7e127a43dbcd5bc39c1cec4bfcdabcd2a 14-Nov-2003 William M. Brack <wbrack@src.gnome.org> minor error cleanup for gcc-3.3.[12] compilation warnings.

* catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
minor error cleanup for gcc-3.3.[12] compilation warnings.
/external/libxml2/chvalid.c
2bd4322ce9da262a27934a7a406872ed58d75a91 22-Oct-2003 Daniel Veillard <veillard@src.gnome.org> Stephane Bidoul pointed out another small glitch missing a const Daniel

* chvalid.c genChRanges.py: Stephane Bidoul pointed out another
small glitch missing a const
Daniel
/external/libxml2/chvalid.c
fca7d83ba55a6572df2d2b5be7672c11d1b13b04 22-Oct-2003 Daniel Veillard <veillard@src.gnome.org> Stephane Bidoul pointed out that it doesn't define IN_LIBXML Daniel

* chvalid.c genChRanges.py: Stephane Bidoul pointed out that
it doesn't define IN_LIBXML
Daniel
/external/libxml2/chvalid.c
196b38860c1a33e2ee8656a8373e25835f141939 18-Oct-2003 William M. Brack <wbrack@src.gnome.org> enhanced to include enough comments to make the api doc generation happy.

* genChRanges.py, chvalid.c, include/libxml/chvalid.h,
doc/apibuild.py: enhanced to include enough comments to
make the api doc generation happy.
/external/libxml2/chvalid.c
871611bb0325095b30559ff1edc1fdaa2ad5fd2f 18-Oct-2003 William M. Brack <wbrack@src.gnome.org> enhanced macros to avoid breaking ABI from previous versions. modified to

* genChRanges.py, chvalid.c, include/libxml/chvalid.h,
include/libxml/parserInternals.h: enhanced macros to avoid
breaking ABI from previous versions.
* catalog.c, parser.c, tree.c: modified to use IS_* macros
defined in parserInternals.h. Makes maintenance much easier.
* testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
compilation warnings
* configuration.in: fixed pushHTML test error; enhanced for
better devel (me) testing
/external/libxml2/chvalid.c
c4b8189aa746926a31722287db10cddc8d89a315 12-Oct-2003 William M. Brack <wbrack@src.gnome.org> fixed a bug in the range search; enhanced range generation (inline code if

* genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
a bug in the range search; enhanced range generation (inline code
if a small number of intervals); enhanced the readability of the
output files.
/external/libxml2/chvalid.c
ea887cfdf617a64126c02de5c8fd4b1294d2d4cb 12-Oct-2003 Daniel Veillard <veillard@src.gnome.org> rebuilt chvalid.def from scratch based on XML 2nd edition REC and

* chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
chvalid.def from scratch based on XML 2nd edition REC
and regenerated the code.
Daniel
/external/libxml2/chvalid.c
1a99396b18b85d27c33f24b509fe03213ddce04c 11-Oct-2003 Daniel Veillard <veillard@src.gnome.org> removed some annoying warnings fixed a bug in the PubidChars definition,

* check-xml-test-suite.py: removed some annoying warnings
* chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
in the PubidChars definition, regenerated, there is still
a bug left somewhere
* genChRanges.py: save the header directly in include/libxml/
* configure.in: I generated a 2.6.0beta6 earlier today
Daniel
/external/libxml2/chvalid.c
6819a4e3e80785260d4d821841ceca7e47ea6731 11-Oct-2003 William M. Brack <wbrack@src.gnome.org> fixed problem with include path (third time's a charm?)

* genChRange.py, chvalid.c: fixed problem with include
path (third time's a charm?)
/external/libxml2/chvalid.c
418342bc06baf7d9ec0a3083bfa7ed30de8cd84a 11-Oct-2003 William M. Brack <wbrack@src.gnome.org> fixed small error on previous commit (chvalid.h in base dir instead of

* fixed small error on previous commit (chvalid.h in
base dir instead of include directory)
/external/libxml2/chvalid.c
68aca051a61608e6cbbd2d36263e4470008e64f5 11-Oct-2003 William M. Brack <wbrack@src.gnome.org> new files for a different method for doing range validation of character

* genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
new files for a different method for doing range validation
of character data.
* Makefile.am, parserInternals.c, include/libxml/Makefile.am,
include/libxml/parserInternals.h: modified for new range method.
* catalog.c: small enhance for warning message (using one
of the new range routines)
/external/libxml2/chvalid.c