[Initial skeleton source tree Christopher League **20060522165917] [Imported relaxng-datatype-1.0 Christopher League **20060522170337 Copyright (c) 2001, Thai Open Source Software Center Ltd, Sun Microsystems. License (BSD) in libs/relaxng-datatype/copying.txt ] [Imported iso-relax-20041111. Christopher League **20060522172726 Copyright (c) 2001-2002, SourceForge ISO-RELAX Project (ASAMI Tomoharu, Daisuke Okajima, Kohsuke Kawaguchi, and MURATA Makoto) License (BSD-like) is in libs/iso-relax/COPYING.txt ] [Started versioned 'boring' file. Christopher League **20060522173005] [Changes needed to build iso-relax. Christopher League **20060522174653 Removed ant/ sub-package, and added two methods to satisfy evolved super-class javax.xml.parsers.DocumentBuilderFactory. ] [Imported msv-20030225, Sun's Multi-Schema Validator Christopher League **20060522180552 Copyright (c) 2001-2003 Sun Microsystems, Inc. All Rights Reserved. License (BSD) in libs/msv/license.txt ] [Removed MSV examples/ -- they need other dependencies to compile. Christopher League **20060522192854] [Removing dependence on Sun's CatalogResolver in MSV driver. Christopher League **20060522193532] [Changes in MSV to account for evolved DocumentBuilderFactory Christopher League **20060522193959] [Replaced MSV dependence on Xerces regex with java.util.regex Christopher League **20060522195014 Not at all sure this will produce the same behavior though... ] [Imported bali-20021130 Christopher League **20060522195629 Copyright (c) 2002, Kohsuke Kawaguchi License (BSD) in libs/bali/COPYING.txt ] [Removing minor (I think) dependencies in Bali. Christopher League **20060522201119] [Setting up build system. Christopher League **20060522211918] [Makefile support for .jj and clean targets. Christopher League **20060522222635] [Import of GNU getopt 1.0.12 Christopher League **20060522222746 Copyright (c) 1987-1997 Free Software Foundation, Inc. Java port Copyright (c) 1998 by Aaron M. Renn License (LPGL) is in libs/gnu-getopt/gnu/getopt/COPYING.LIB ] [Build changes for GNU getopt, etc. Christopher League **20060522224455] [Import of net.contrapunctus.rngzip, as is. Christopher League **20060522224520] [Everything compiles, but I'm still relying on extern sax.Writer Christopher League **20060522225731 And the build doesn't quite work because of missing gnu.getopt resources. ] [Rules for building the .jar file Christopher League **20060523001036] [Bug fix: relaxng.rng is now included as resource, and GZ is default. Christopher League **20060523003535] [Previous test suites are now working, with 'make test' Christopher League **20060523134743] [RNGZIOTest suite working, thanks to @Parameterized Christopher League **20060523142258] [Starting a facility for pushing local changes to server Christopher League **20060523143333] [Pushing local changes seems to work: make push-sync Christopher League **20060523150703] [Fixes to Makefile for cross-platform compatibility Kenjone Eng **20060523191552] [Test case setup nearly working... requires trang. Christopher League **20060523193355] [The first few test cases, and already found some bugs! Kenjone Eng **20060523205004] [Test suites now print out a description of each failed case. Christopher League **20060524045758] [Improvements to GenericTest, it now checks output againts original. Christopher League **20060524204457] [Further improvements on GenericTest: saves .rnz and other info for debugging. Christopher League **20060525163951] [GenericTest now warns if the test case fails validation. Christopher League **20060525172103] [Change resolveDataTypeLibrary back to getDatatypeLibrary. Christopher League **20060526203313] [Downgrading to MSV from CVS as of 2002-11-30 Christopher League **20060526204125] [Replaced MSV dependence on Xerces regex with java.util.regex (again) Christopher League **20060526205824] [Removed CatalogResolver and fixed setFeature (again) Christopher League **20060526210228] [TAG Finally got the right version of MSV for Bali... I think. Christopher League **20060526210606] [Test case opt02: optional attribute with alternative works. Christopher League **20060527152458] [minor changes to aid debugging Christopher League **20060606175919] [progress fixing alt02.[34].xml, still bug decompressing Christopher League **20060606182628] [Fixed alt02 test cases Christopher League **20060607142538 But performance may suck now... I have to keep whole XML tree in memory before spitting any of it out through the content handler. May be possible to optimize this later. ] [Fixed optional attribute bug, all tests succeed. Christopher League **20060607175644 Just had to turn off the 'optimization' of optional attributes in Bali.java. ] [Setting up make dist and predist targets. Christopher League **20060607183623] [checksums now working for automata, plus doc changes Christopher League **20060609043604] [documentation and exception-handling improvements to util package Christopher League **20060609153203] [Substantial documentation changes to io package. Christopher League **20060609214852] [RNZ stream now embeds schema URL and checksum Christopher League **20060609224408] [Beginning to improve Driver and option-processing Christopher League **20060610184702] [Trying to fix predist Christopher League **20060610194013] [Some driver improvements Christopher League **20060616182422] [I've created a basic schema for the representation of fantasy characters in popular role-playing games. If I limit the value of an element to specific choices, the test case will fail. Kenjone Eng **20060616205327] [fixed alternate CDATA bug (tests/cases/character.rnc) Christopher League **20060627205145] [tweaked expected checksum of jarx01.rng Christopher League **20060627205235 The checksum of jarx01.rng seemed to change, even though jarx01.rnc did not. Must keep an eye on this, b/c it could spell danger later. For now, assuming it was a fluke. ] [pretty-printing now works Christopher League **20060628223104 plus, removed dependence on sax.writer (in xerces), finally. ] [tweaked expected checksum of jarx01.rng Christopher League *-20060629001258 The checksum of jarx01.rng seemed to change, even though jarx01.rnc did not. Must keep an eye on this, b/c it could spell danger later. For now, assuming it was a fluke. ] [fixes for unicode entities in document Christopher League **20060629220046 now they consistently come out in UTF-8, or using ￿ notation. ] [reporting memory statistics Christopher League **20060707144501] [start of HTML documentation Christopher League **20060707152157] [Attribute bug in bib schema Kenjone Eng **20060906204716] [documentation changes, including incorporation of markdown Christopher League **20061116165025] [added back bzip2 as a compressor Christopher League **20061116171123] [added back colloquial arithmetic encoder (PPM) Christopher League **20061118170045] [fixed arithcode bug exposed by DataOutputStream (and added test case) Christopher League **20061120162337] [modification of ArithCodeInputStream so it does not look ahead Christopher League **20061121044015] [added PPM and HPM compressors Christopher League **20061121152846] [timings now print independently of verbosity, using commas Christopher League **20070105231623] [byte choice coder Christopher League **20070406124447] [fix to bib01 test case schema Christopher League **20070406125655] [imported lzma-4.43 Christopher League **20070406125804] [preliminary LZMA stream interface, using threads Christopher League **20070407025725] [fixed LZMA EOF/sign-extension problem Christopher League **20070407122241 but the BYTE encoding is still not aligned the way I intended, and the LZMA stream properties could be abbreviated. ] [incorporating junit-4.1, build broken Christopher League **20070407145151] [junit-4.1 integrated into build Christopher League **20070407150435] [fixed junit build: must be independent Christopher League **20070407151122] [importing hamlet for benchmarking Christopher League **20070407154926] [benchmarking scripts work Christopher League **20070407194003] [added entrezgene benchmark, improved ignore files and scripts Christopher League **20070407201426] [added actors, club, profile benchmarks Christopher League **20070407205551 profile example seems to cause deadlock in LZMA. ] [fixed LZMA bug related to 0xFF byte Christopher League **20070407232044] [minor build changes related to benchmarking, and arch-independence Christopher League **20070408020858] [hard-coded LZMA props instead of storing them in stream Christopher League **20070408144141] [byte-coding is now aligned properly Christopher League **20070408153407 No longer using a bit for presence of automaton. ] [reorganized RNGZSettings so that sizes of PPM contexts are constants Christopher League **20070411044203] [lzma: custom blocking int queue, to improve time Christopher League **20070411051517] [more minor speed improvements in LZMA Christopher League **20070411123037] [imported net.contrapunctus.lzma 0.7 from external repo Christopher League **20070418135509] [pulling lzmajio-0.8 Christopher League **20070418160255] [update some copyrights to 2007, version bump to 0.6 Christopher League **20070418174954] [minor makefile changes for distributing Christopher League **20070418180210] [TAG version 0.6 Christopher League **20070418180232] [adding config file for relaxng.datatype.DatatypeLibraryFactory Christopher League **20070621190403 This will permit references to http://www.w3.org/2001/XMLSchema-datatypes to work. ]