2014-09-16 14:30  sloot

	* [r17678] NEWS, src/runtest.cxx, tests/Makefile.am: fixed 'make
	  distcheck'
	  updated NEWS

2014-09-11 14:43  mvgompel

	* [r17645] src/LogStream.cxx: fix

2014-09-09 15:54  sloot

	* [r17635] src/runtest.cxx: added an extra test

2014-09-08 10:53  sloot

	* [r17622] src/CommandLine.cxx, src/runtest.cxx: fixed problem with
	  '='/
	  added test

2014-09-08 10:24  mvgompel

	* [r17621] include/ticcutils/LogStream.h: solved ambiguity because
	  of default first argument

2014-09-08 08:46  sloot

	* [r17617] include/ticcutils/Configuration.h,
	  src/Configuration.cxx: better solution for previous fix

2014-09-07 19:16  mvgompel

	* [r17615] include/ticcutils/Configuration.h: fix for missing /
	  after path problem, getConfigDir always returns trailing slash,
	  fixed frog bug (Ko, verify?)

2014-09-01 13:52  sloot

	* [r17579] include/ticcutils/CommandLine.h: more backward stuff

2014-09-01 13:48  sloot

	* [r17578] include/ticcutils/CommandLine.h,
	  include/ticcutils/FileUtils.h: add backward compatibility stuff

2014-08-28 14:34  sloot

	* [r17575] include/ticcutils/CommandLine.h,
	  include/ticcutils/StringOps.h, src/CommandLine.cxx,
	  src/Configuration.cxx, src/StringOps.cxx, src/runtest.cxx: added
	  functions and tests

2014-08-26 14:27  sloot

	* [r17573] src/CommandLine.cxx, src/runtest.cxx: fix and added
	  tests to prove

2014-08-26 13:40  sloot

	* [r17569] include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	  src/Configuration.cxx, src/runtest.cxx, tests/testconfig.cfg:
	  Configuration now correctly handles attribute-values with
	  embedded '='
	  Added Configuration tests to runtest

2014-08-25 10:53  sloot

	* [r17554] include/ticcutils/CommandLine.h, src/CommandLine.cxx:
	  added set)debug()

2014-08-25 09:45  sloot

	* [r17547] configure.ac, include/ticcutils/CommandLine.h,
	  src/CommandLine.cxx, src/runtest.cxx: fixed problems.
	  added testcase.
	  bumped version bacause of API/ABI breaches

2014-08-21 15:22  sloot

	* [r17543] include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	  src/runtest.cxx: added support for options with optional
	  arguments

2014-08-21 14:16  sloot

	* [r17542] include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	  src/runtest.cxx: a lot of rework on CommandLine. added more tests
	  too

2014-08-20 16:14  sloot

	* [r17541] src/runtest.cxx: added a test for classic mode

2014-08-20 16:13  sloot

	* [r17540] src/CommandLine.cxx: allow duplicates in the mas
	  options. Be sure to preserver order too!

2014-08-20 14:05  sloot

	* [r17538] include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	  src/runtest.cxx: added a 'classic' mode to CommandLine: this
	  allows for options like:
	  '--sett true'. Normally we demand '--sett=true' (Timbl like
	  options).

2014-08-08 11:45  sloot

	* [r17496] configure.ac, include/ticcutils/Tar.h,
	  include/ticcutils/UnitTest.h, src/Tar.cxx, src/runtest.cxx,
	  src/zipper.cxx: now builds stubs when libtar-dev or libbz2-dev ar
	  not installed.
	  improved UnitTest.h

2014-07-16 15:14  sloot

	* [r17458] src/Configuration.cxx: formatting

2014-06-11 11:52  sloot

	* [r17326] NEWS: News!

2014-06-11 11:45  sloot

	* [r17325] m4/ax_boost_regex.m4, src/Makefile.am, src/runtest.cxx,
	  src/test.cxx, src/tst.sh, tests/Makefile.am: Made 'make
	  distcheck' working again

2014-06-04 21:46  sloot

	* [r17299] Makefile.am: oesp

2014-05-21 13:06  sloot

	* [r17233] m4/ax_boost_base.m4: ok, use a decent recent version

2014-05-21 12:53  sloot

	* [r17232] m4/ax_boost_base.m4: modified version to support
	  multiarch

2014-05-08 10:57  sloot

	* [r17218] src/CommandLine.cxx: fix

2014-05-07 16:44  sloot

	* [r17212] src/Makefile.am: hmpff

2014-05-07 16:36  sloot

	* [r17211] src/CommandLine.cxx, src/test.cxx: cleaned up the mess

2014-05-07 13:50  sloot

	* [r17207] include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	  src/test.cxx, src/tst.sh: improved CommandLine stuff
	  'it compiles'...

2014-05-06 16:12  sloot

	* [r17204] include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	  src/test.cxx, src/tst.sh: improved CommandLine stuff

2014-05-06 10:23  sloot

	* [r17198] include/ticcutils/CommandLine.h, src,
	  src/CommandLine.cxx, tests/sub1: small update

2014-04-30 14:54  sloot

	* [r17183] include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	  src/test.cxx, src/tst.sh: modified commandline stuff
	  adapted test

2014-04-30 13:31  sloot

	* [r17182] include/ticcutils/CommandLine.h,
	  include/ticcutils/Makefile.am, src/CommandLine.cxx,
	  src/Makefile.am, src/test.cxx, src/tst.sh: added a CommandLine
	  module
	  imporved 'make check'

2014-03-31 12:54  sloot

	* [r17077] src/FileUtils.cxx: small fix

2014-03-31 12:40  sloot

	* [r17076] src/FileUtils.cxx, src/test.cxx: better implementation
	  of checkPath

2014-03-31 10:54  sloot

	* [r17075] include/ticcutils/FileUtils.h, src/FileUtils.cxx,
	  src/StringOps.cxx, src/XMLtools.cxx, src/test.cxx: added a
	  'createPath()' function that create a file including the path

2014-01-06 10:07  sloot

	* [r16817] include/ticcutils/FileUtils.h,
	  include/ticcutils/LogBuffer.h, include/ticcutils/LogStream.h,
	  include/ticcutils/PrettyPrint.h, include/ticcutils/StringOps.h,
	  include/ticcutils/Timer.h, include/ticcutils/TreeHash.h,
	  include/ticcutils/Trie.h, include/ticcutils/UnitTest.h,
	  include/ticcutils/Version.h, include/ticcutils/XMLtools.h,
	  src/Configuration.cxx, src/FileUtils.cxx, src/LogStream.cxx,
	  src/StringOps.cxx, src/Timer.cxx, src/TreeHash.cxx,
	  src/XMLtools.cxx: Happy Newyear!

2013-12-12 08:57  sloot

	* [r16765] include/ticcutils/XMLtools.h, src/XMLtools.cxx: added
	  convenient functions

2013-12-05 13:42  sloot

	* [r16741] src/XMLtools.cxx: added debug lines

2013-12-05 11:29  sloot

	* [r16739] src/XMLtools.cxx: implemented primitive support for
	  wildcard namespaces in xPath.
	  (like *:tag of /tag1/:*tag2/) an XPATH 2.0 feature that is dearly
	  missing.

2013-10-29 04:40  pberck

	* [r16660] src/Tar.cxx: Missing include for getpid added.

2013-10-24 12:59  sloot

	* [r16647] include/ticcutils/UnitTest.h: more fixes to satisfy the
	  compiler

2013-10-24 12:15  sloot

	* [r16646] src/FileUtils.cxx, src/Tar.cxx, src/zipper.cxx: made
	  "-pedantic -W -Wall" clean

2013-10-22 13:28  sloot

	* [r16640] bootstrap.sh: added test for the autoconf-archive

2013-10-17 12:21  sloot

	* [r16615] bootstrap, bootstrap.sh, configure.ac: modernized and
	  updated

2013-10-09 08:33  sloot

	* [r16571] include/ticcutils/FileUtils.h,
	  include/ticcutils/gzstream.h, include/ticcutils/zipper.h,
	  src/zipper.cxx: work in progress

2013-09-24 14:58  sloot

	* [r16533] tests/test.tar: missing

2013-09-24 14:55  sloot

	* [r16531] src/FileUtils.cxx, src/Tar.cxx, src/test.cxx: when
	  available use BOOST REGEX

2013-09-24 13:38  sloot

	* [r16529] include/ticcutils/Makefile.am, include/ticcutils/Tar.h,
	  src/Makefile.am, src/Tar.cxx, src/test.cxx: improved tar stuff

2013-09-24 09:49  sloot

	* [r16527] configure.ac, include/ticcutils/Makefile.am,
	  src/Makefile.am, src/test.cxx: implemented a simple 'tar' file
	  reader. EXPERIMENTAL!

2013-08-13 13:08  sloot

	* [r16425] include/ticcutils/Configuration.h,
	  include/ticcutils/StringOps.h: small fixes: better warning and
	  missing includes

2013-04-25 13:18  mvgompel

	* [r16037] README: update

2013-04-17 07:30  sloot

	* [r16004] src/test.cxx: added more tests

2013-04-16 10:55  sloot

	* [r16000] src/FileUtils.cxx: improves files search. We no accept
	  shell-like wildcards

2013-04-15 15:39  sloot

	* [r15998] configure.ac, include/ticcutils/FileUtils.h,
	  m4/ax_boost_base.m4, m4/ax_boost_regex.m4, src/FileUtils.cxx,
	  src/test.cxx: added boost regexp stuff for smarter file matching

2013-04-15 12:30  sloot

	* [r15997] tests/sub1/Makefile.am: missing file

2013-04-15 10:48  sloot

	* [r15994] src/test.cxx: improved test

2013-04-15 10:43  sloot

	* [r15993] configure.ac, include/ticcutils/FileUtils.h,
	  src/FileUtils.cxx, src/test.cxx, tests/Makefile.am, tests/sub1,
	  tests/sub1/sub.txt: because glob(3) doesn't do what we should
	  hop, I implemented our own
	  searchFiles and searchFilesExt.
	  Search for files, optional recursively in a dir, and with a
	  certain extension.

2013-04-11 11:02  sloot

	* [r15990] src/FileUtils.cxx: adde errro handling.

2013-04-11 10:06  sloot

	* [r15987] src/FileUtils.cxx: removed debugging line

2013-04-11 10:04  sloot

	* [r15985] include/ticcutils/FileUtils.h,
	  include/ticcutils/Makefile.am, include/ticcutils/globber.h,
	  src/FileUtils.cxx, src/Makefile.am, src/globber.cxx: More
	  descriptive name chosen

2013-04-11 10:00  sloot

	* [r15984] include/ticcutils/globber.h, src/globber.cxx: added some
	  handy stuff

2013-04-10 13:53  sloot

	* [r15983] include/ticcutils/globber.h, src/globber.cxx: tags

2013-04-10 13:53  sloot

	* [r15982] include/ticcutils/Makefile.am,
	  include/ticcutils/globber.h, src/Makefile.am, src/globber.cxx:
	  added a glob() wrapper

2013-04-10 12:38  sloot

	* [r15979] include/ticcutils/Version.h, tests, tests/Makefile.am,
	  tests/small.txt: tags

2013-04-10 12:37  sloot

	* [r15978] tests, tests/Makefile.am: forgot a file

2013-04-10 12:33  sloot

	* [r15977] Makefile.am, configure.ac,
	  include/ticcutils/Makefile.am, include/ticcutils/Version.h,
	  src/Makefile.am, src/StringOps.cxx, src/small.txt, src/test.cxx,
	  tests, tests/small.txt: added Version stuff
	  make distcheck work again

2013-04-09 13:49  sloot

	* [r15968] include/ticcutils/bz2stream.h,
	  include/ticcutils/gzstream.h, include/ticcutils/zipper.h,
	  src/zipper.cxx: svn tags

2013-04-09 12:17  sloot

	* [r15964] include/ticcutils/StringOps.h,
	  include/ticcutils/UnitTest.h, src/StringOps.cxx, src/test.cxx,
	  src/zipper.cxx: Added assertFalse() to UnitTests.h
	  Added match_front() and match_back() to StringOps
	  Added tests for these.
	  removed debuglines from zipper.cxx

2013-04-09 08:43  sloot

	* [r15963] include/ticcutils/bz2stream.hpp: not needed

2013-04-08 15:41  sloot

	* [r15959] include/ticcutils/Makefile.am,
	  include/ticcutils/gzstream.h, include/ticcutils/zipper.h,
	  src/test.cxx, src/zipper.cxx: added gzstream stuff

2013-04-08 14:26  sloot

	* [r15956] include/ticcutils/Makefile.am,
	  include/ticcutils/bz2stream.h, include/ticcutils/zipper.h,
	  src/test.cxx, src/zipper.cxx: improved bz2 stuff

2013-04-08 12:08  sloot

	* [r15955] configure.ac, include/ticcutils/Makefile.am,
	  include/ticcutils/bz2stream.hpp, include/ticcutils/zipper.h,
	  src/Makefile.am, src/small.txt, src/test.cxx, src/zipper.cxx:
	  added bz2 stuuf (experimental)

2013-04-04 09:01  sloot

	* [r15928] configure.ac: bump version after release

2013-04-03 15:44  sloot

	* [r15920] src/Makefile.am: increment current lib version

2013-04-03 12:07  sloot

	* [r15898] NEWS: some NEWS

2013-04-03 08:49  sloot

	* [r15892] include/ticcutils/XMLtools.h, src/XMLtools.cxx: added
	  more XPath function

2013-04-02 15:43  sloot

	* [r15872] include/ticcutils/XMLtools.h, src/XMLtools.cxx: added
	  some more XML stuff

2013-04-02 14:01  sloot

	* [r15867] include/ticcutils/XMLtools.h, src/XMLtools.cxx: tags

2013-04-02 14:01  sloot

	* [r15866] include/ticcutils/XMLtools.h, src/XMLtools.cxx: added
	  new files

2013-04-02 13:23  sloot

	* [r15864] configure.ac, include/ticcutils/Makefile.am,
	  src/Makefile.am: fixed configuration

2013-04-02 10:59  sloot

	* [r15863] include/ticcutils/Timer.h: added safeguard

2013-04-02 09:30  sloot

	* [r15853] include/ticcutils/Timer.h, src/Timer.cxx: tags

2013-04-02 09:30  sloot

	* [r15852] include/ticcutils/Makefile.am,
	  include/ticcutils/Timer.h, src/Makefile.am, src/Timer.cxx: moved
	  some more stuff from Timbl to this utils

2013-03-28 17:40  sloot

	* [r15844] include/ticcutils/StringOps.h: change handling of
	  'boolean strings'

2013-03-28 11:49  sloot

	* [r15827] include/ticcutils/StringOps.h: moved some more generic
	  stuff from Timbl into TiCC namespace.
	  Affects a lot of code!

2013-01-07 14:25  sloot

	* [r15564] include/ticcutils/Configuration.h,
	  include/ticcutils/LogBuffer.h, include/ticcutils/LogStream.h,
	  include/ticcutils/PrettyPrint.h, include/ticcutils/StringOps.h,
	  include/ticcutils/TreeHash.h, include/ticcutils/Trie.h,
	  include/ticcutils/UnitTest.h, src/Configuration.cxx,
	  src/LogStream.cxx, src/StringOps.cxx, src/TreeHash.cxx: bump year

2012-12-19 09:35  sloot

	* [r15543] include/ticcutils/Makefile.am,
	  include/ticcutils/TreeHash.h, include/ticcutils/Trie.h,
	  include/ticcutils/Tries.h: reverted silly 'fix'

2012-12-18 16:52  sloot

	* [r15542] include/ticcutils/Makefile.am,
	  include/ticcutils/TreeHash.h, include/ticcutils/Trie.h,
	  include/ticcutils/Tries.h: renamed file to avoid name clashes
	  with older timbl installations

2012-12-03 16:18  sloot

	* [r15495] src/test.cxx: added a test

2012-11-27 10:41  sloot

	* [r15473] include/ticcutils/Configuration.h,
	  src/Configuration.cxx: interesting fix

2012-11-26 15:54  sloot

	* [r15471] include/ticcutils/Configuration.h,
	  src/Configuration.cxx: make const wat is const

2012-11-26 14:57  sloot

	* [r15469] include/ticcutils/Configuration.h,
	  src/Configuration.cxx: added a member. renamed set() to setatt()
	  to avoid conflicts wit std::set

2012-11-21 16:12  sloot

	* [r15452] include/ticcutils/Configuration.h,
	  include/ticcutils/Makefile.am, src/Configuration.cxx,
	  src/Makefile.am: added Configuration stuff

2012-10-30 12:42  mvgompel

	* [r15365] bootstrap: bootstrap fix (matched failed on automake
	  1.11.6 with Ubuntu 12.10)

2012-10-29 09:51  sloot

	* [r15341] ticcutils.pc.in: attempt to be clever

2012-10-15 10:33  sloot

	* [r15297] m4/openmp.m4: missing file

2012-10-11 12:58  sloot

	* [r15284] NEWS, configure.ac: start working on new release

2012-10-10 12:40  sloot

	* [r15274] configure.ac: Try to compile with OpenMP so TreeHash
	  will be 'thread' safe

2012-10-10 12:16  sloot

	* [r15270] NEWS, configure.ac: bumped version

2012-10-10 12:08  sloot

	* [r15269] include/ticcutils/LogBuffer.h,
	  include/ticcutils/LogStream.h, include/ticcutils/PrettyPrint.h,
	  include/ticcutils/UnitTest.h: avoud nameclashes!

2012-10-10 11:59  sloot

	* [r15268] include/ticcutils/TreeHash.h, include/ticcutils/Trie.h,
	  include/ticcutils/UnitTest.h, src/TreeHash.cxx, src/test.cxx:
	  properties

2012-10-10 11:58  sloot

	* [r15267] include/ticcutils/LogBuffer.h,
	  include/ticcutils/LogStream.h, include/ticcutils/PrettyPrint.h,
	  include/ticcutils/TreeHash.h, include/ticcutils/Trie.h,
	  src/LogStream.cxx, src/TreeHash.cxx: adapted copyright headers

2012-10-10 10:57  sloot

	* [r15265] include/ticcutils/Makefile.am,
	  include/ticcutils/TreeHash.h, include/ticcutils/Trie.h,
	  src/Makefile.am, src/TreeHash.cxx: moved some more stuff from
	  Timbl into here

2012-09-04 11:01  sloot

	* [r15157] configure.ac: improved

2012-08-22 12:43  sloot

	* [r15147] docs/ticc_prettyprint.1: added examples

2012-08-21 15:54  sloot

	* [r15140] docs/ticc_prettyprint.1: first try

2012-08-21 09:17  sloot

	* [r15138] docs/ticc_string.1: first version

2012-08-21 07:59  sloot

	* [r15137] docs/ticc_unit_test.1: small textual change

2012-08-20 14:11  sloot

	* [r15135] docs/ticc_unit_test.1: some small edits

2012-08-20 13:45  sloot

	* [r15134] docs/Makefile.am, docs/ticc_logstream.1,
	  docs/ticc_prettyprint.1, docs/ticc_string.1, docs/ticcutils.1:
	  added stubs

2012-08-20 13:37  sloot

	* [r15133] docs/ticc_unit_test.1: added more examples

2012-08-20 13:36  sloot

	* [r15132] include/ticcutils/UnitTest.h: small output improvement

2012-08-20 13:21  sloot

	* [r15131] include/ticcutils/UnitTest.h: improved and debunked

2012-08-20 13:20  sloot

	* [r15130] docs/ticc_unit_test.1: improved man page

2012-08-20 13:20  sloot

	* [r15129] src/test.cxx: more interesting example

2012-08-20 11:00  sloot

	* [r15128] docs/ticc_unit_test.1, docs/ticcutils.1: first attemp

2012-08-16 11:46  sloot

	* [r15120] include/ticcutils/UnitTest.h: extra possibility

2012-08-16 10:02  sloot

	* [r15119] include/ticcutils/UnitTest.h, src/test.cxx: improved
	  unittest framework

2012-08-15 08:17  sloot

	* [r15117] include/ticcutils/UnitTest.h, src/test.cxx: improved our
	  simple test framework

2012-08-14 13:54  sloot

	* [r15114] include/ticcutils/UnitTest.h, src/test.cxx: improved
	  poor-mans unittest framework

2012-08-13 14:36  joostvb

	* [r15113] README: fix typos

2012-08-13 14:32  sloot

	* [r15112] include/ticcutils/UnitTest.h, src/test.cxx: some
	  renaming

2012-08-13 12:27  sloot

	* [r15111] ., NEWS, configure.ac, src: release 0,2

2012-08-13 12:22  sloot

	* [r15110] TODO, include/ticcutils/Makefile.am,
	  include/ticcutils/UnitTest.h, src/test.cxx: added a poor-mans
	  unit test framework. Bu I like it.

2012-08-13 08:50  sloot

	* [r15108] src/Makefile.am, src/StringOps.cxx, src/test.cxx:
	  fixinated

2012-08-13 08:34  sloot

	* [r15107] include/ticcutils/StringOps.h, src/StringOps.cxx,
	  src/test.cxx: more consequent naming.

2012-08-09 12:44  sloot

	* [r15089] include/ticcutils/PrettyPrint.h,
	  include/ticcutils/StringOps.h, src/StringOps.cxx, src/test.cxx:
	  added more fun(cs)

2012-08-09 08:58  sloot

	* [r15084] src/test.cxx: test some more

2012-08-09 08:52  sloot

	* [r15083] include/ticcutils/PrettyPrint.h,
	  include/ticcutils/StringOps.h, src/Makefile.am,
	  src/StringOps.cxx, src/test.cxx: added unit tests!
	  fixed a bug

2012-08-08 16:50  sloot

	* [r15078] src/StringOps.cxx: fixed. RTFM!

2012-08-08 16:10  sloot

	* [r15077] include/ticcutils/StringOps.h, src/StringOps.cxx: added
	  a trim() function.
	  More to do

2012-08-08 14:53  sloot

	* [r15075] include/ticcutils/PrettyPrint.h,
	  include/ticcutils/StringOps.h, src/StringOps.cxx: tags

2012-08-08 14:52  sloot

	* [r15074] m4: properties

2012-08-08 14:50  sloot

	* [r15073] ., docs, include, include/ticcutils, src: properties

2012-08-08 14:41  sloot

	* [r15072] include/ticcutils/Makefile.am,
	  include/ticcutils/PrettyPrint.h, include/ticcutils/StringOps.h,
	  src/Makefile.am, src/StringOps.cxx: added more utils

2012-08-08 10:29  sloot

	* [r15070] docs/ticcutils.1: also needed

2012-08-08 10:22  sloot

	* [r15069] Makefile.am: oesp

2012-08-08 10:11  sloot

	* [r15068] ai, typo!

2012-08-08 08:24  sloot

	* [r15058] moved all into a namespace.
	  PTHREAD support is required

2012-08-07 16:14  sloot

	* [r15057] oesp

2012-08-07 16:10  sloot

	* [r15056] hmm. nogal mis

2012-08-07 14:49  sloot

	* [r15045] tags

2012-08-07 14:35  sloot

	* [r15044] more needed stuff

2012-08-07 14:27  sloot

	* [r15043] getting started

2012-08-07 14:23  sloot

	* [r15042] new

