[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patches



http://pweb.de.uu.net/vanacken.do/ooc/beta/oo2c_32-1.4.6-1.4.6a.diff.gz

  Fixes memory initialization in oocn when oo2c is installed without
  gc.  This breaks e.g. "make convert-to-std-o2" with libxml.

http://pweb.de.uu.net/vanacken.do/ooc/libxml-19990821.tar.gz

  "make clean" and "make distclean" work even if libxml-test is not
  installed.  New section in README:

    For an example how it works, you could install the libxml-test package
    and execute "make test".  This will run a lot of tests (unless it
    fails when calling `unzip'), but afterwards you can do something like
	./XMLTest test/xmltest.2/valid/nval_vs_val.xml 
    This will write the canonical XML for the input file to stdout.  Note
    that the test files are typically very small and only test a single
    XML feature.  For a larger example, use `test/xmltest.2/valid/REC.xml'. 
    By the way, the output of `XMLTest' is generated by the module
    `src/XML/CanonicalUTF8.Mod', which is derived from `XML:Builder'.

-- mva