2018-11-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/tst.sh: oops. removed use of valgrind from test

2018-11-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/StringOps.cxx, src/runtest.cxx, src/tst.sh: small improvements
	is realname() for corner cases. added a test

2018-11-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/PrettyPrint.h: added pretty printing of pairs

2018-11-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/LogStream.cxx: fix 'catching polymorphic type by value'
	warnings

2018-11-15  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx, src/runtest.cxx: 
	some cleanup

2018-10-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h: added a is_initialized() member to
	UnicodeFilter

2018-09-06  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/PrettyPrint.h: added an output operator for
	differently sorted multimaps

2018-08-06  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/runtest.cxx: another icu:: namespace

2018-08-06  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Unicode.cxx: add icu:: namespace

2018-06-07  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* m4/ax_boost_base.m4: newer .m4 file. Maybe leave it to bootstrap
	to install this?...

2018-05-16  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: bumped version after release

2018-05-16  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* NEWS, src/Makefile.am: get ready for release 0.19

2018-05-16  Maarten van Gompel <proycon@anaproy.nl>

	* : commit ba02888db355c83cb2b6b8cfc636239db98522e7 Author: Maarten
	van Gompel <proycon@anaproy.nl> Date:   Wed May 16 15:13:53 2018
	+0200

2018-04-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/SocketBasics.cxx: SocketBasics:: invalidate sockets, when
	something looks not OK

2018-04-18  Maarten van Gompel <proycon@anaproy.nl>

	* : commit 2c9d58c3d7dd2fa6ac54f4e3bf2b57112e9ddc13 Author: Maarten
	van Gompel <proycon@anaproy.nl> Date:   Wed Apr 18 21:48:12 2018
	+0200

2018-04-18  Maarten van Gompel <proycon@anaproy.nl>

	* Makefile.am: added codemeta.json

2018-04-17  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx, src/runtest.cxx: 
	added 'utf8-safe' versions for uppercase() and lowercase()

2018-04-17  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx, src/runtest.cxx: 
	added a UnicodeString splitter, analogue to the 'old' TiCC::split()
	functions

2018-04-03  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx, src/runtest.cxx: 
	attempt to fix icu:: namespace issues

2018-03-29  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac, include/ticcutils/Unicode.h: quick and dirty fix for
	ICU namespace issues.

2018-03-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/XMLtools.cxx, src/runtest.cxx, src/testlogstream.cxx: ommit
	some warnings from the compiler

2018-03-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/runtest.cxx: added tests

2018-03-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Trie.h: attempt to fix potental memory leak

2018-03-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Tar.cxx: fix memory leak

2018-03-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: added ccache and static checking on travis

2018-03-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/CommandLine.cxx, src/runtest.cxx: implemented gnu-like
	extensions in commandline parsing. (intermixing mass options with
	normal options)

2018-02-28  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* tests/quotes.filter: fixed test.(didn't fail due to previous bug)

2018-02-28  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Unicode.cxx: bugfix: Transcriptor rules not handled correctly

2018-02-28  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/runtest.cxx: added more testcases for UniFilter

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: bumped version after release

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* NEWS: Updated NEWS

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* NEWS: updated NEWS, working toward a new Release

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: modernize .travis.yml

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Tar.h: libtar is no longer optional

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Tar.cxx, src/zipper.cxx: libtar is no longer optional

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/FileUtils.cxx, src/Tar.cxx, src/runtest.cxx: BOOST, libtar,
	libbz2 and libzlib are obligatory now

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* README.md: updated README

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: we no longer support optional install of libtar,
	libbz2 and libzlib

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Makefile.am: reversed library version bump. it was already
	done after previous release.

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* tests/Makefile.am: added files to ditribution

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Unicode.cxx: typo

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Makefile.am: bumping library version.

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Unicode.cxx: typo

2018-02-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx, src/runtest.cxx: 
	added a diacritics filter

2018-02-16  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx: small improvements

2018-02-16  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx, src/runtest.cxx: 
	more hackery, it works now, but ugly

2018-02-16  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx, src/runtest.cxx: 
	implemented a (clumsy) add function for UniFilter. With tests.

2018-02-15  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx: added another member
	to UniFilter class

2018-02-15  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx, src/runtest.cxx,
	tests/quotes.filter, tests/quotes.old.filter: improved unicode
	filtering and added tests

2018-02-15  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx, src/runtest.cxx: 
	added a UniFilter class to filter 'unwanted' characters.

2018-02-15  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/runtest.cxx: added unicode regexp matcher tests.

2018-02-15  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx: make sure _debug is
	initialized in RegexMatcher

2018-02-12  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx: moved unicode stuff
	from ucto into this module

2018-01-16  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/SocketBasics.cxx: disable debuging again

2018-01-16  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/SocketBasics.cxx: added some debug lines

2018-01-11  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx, src/runtest.cxx: 
	improved UnicodeNormalizer. added more tests

2018-01-11  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx, src/runtest.cxx: 
	added a Unicode normalizer.

2018-01-04  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: ok. back to the "working" version

2018-01-04  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: typo!

2018-01-04  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: ans so?

2018-01-04  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml, configure.ac: see if clang 5 works

2018-01-03  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: try to minimize footprint

2018-01-03  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml, configure.ac, m4/ac_osx_pkg.m4: try to improve the
	.m4 stuff

2018-01-03  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac, m4/ac_osx_pkg.m4: added own .m4 macro to extend
	PKG_CONFIG_PATH on OSX

2018-01-03  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: next attempt

2018-01-03  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: adapted script

2018-01-03  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: fixed script

2018-01-03  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml, configure.ac: another OSX attempt

2018-01-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: for now, don't build on mac

2018-01-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml, configure.ac: walking in the dark

2018-01-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: lame attempt to understand Max OSX

2018-01-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: argl... misssing ;

2018-01-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: formatting

2018-01-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: closing in

2018-01-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: next attempt

2018-01-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: fixing

2018-01-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: typos in script

2018-01-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: next attempt

2018-01-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: first attempt to add OSX target

2018-01-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* Makefile.am: make sure to package README.md

2018-01-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* README.md, include/ticcutils/CommandLine.h,
	include/ticcutils/Configuration.h, include/ticcutils/FdStream.h,
	include/ticcutils/FileUtils.h, include/ticcutils/LogBuffer.h,
	include/ticcutils/LogStream.h, include/ticcutils/PrettyPrint.h,
	include/ticcutils/ServerBase.h, include/ticcutils/SocketBasics.h,
	include/ticcutils/StringOps.h, include/ticcutils/Tar.h,
	include/ticcutils/Timer.h, include/ticcutils/TreeHash.h,
	include/ticcutils/Trie.h, include/ticcutils/Unicode.h,
	include/ticcutils/UnitTest.h, include/ticcutils/Version.h,
	include/ticcutils/XMLtools.h, include/ticcutils/zipper.h,
	src/CommandLine.cxx, src/Configuration.cxx, src/FdStream.cxx,
	src/FileUtils.cxx, src/LogStream.cxx, src/ServerBase.cxx,
	src/SocketBasics.cxx, src/StringOps.cxx, src/Tar.cxx,
	src/Timer.cxx, src/TreeHash.cxx, src/Unicode.cxx, src/XMLtools.cxx,
	src/runtest.cxx, src/testlogstream.cxx, src/zipper.cxx: 2018

2017-12-07  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Configuration.h: removed unused field

2017-12-07  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Configuration.h, src/Configuration.cxx,
	src/Makefile.am, src/runtest.cxx: added a parameter to
	Configuration::merge(). Meens a small ABI change, so bumped .so
	version too

2017-12-06  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* docs/ticc_prettyprint.1: typo corrected

2017-11-07  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: Bumped version after Release

2017-11-07  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* NEWS: News about release

2017-11-06  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* : commit 7ed6d807f01529d522c2aab09222095684621b12 Author: Ko van
	der Sloot <K.vanderSloot@let.ru.nl> Date:   Mon Nov 6 16:36:20 2017
	+0100

2017-11-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h: some formatting in the code changed.

2017-11-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* tests/Makefile.am: removed ols SVN style labels

2017-11-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Unicode.h, src/Unicode.cxx: we need the code!

2017-11-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac, include/ticcutils/Makefile.am, src/Makefile.am,
	src/runtest.cxx, tests/Makefile.am: added new Unicode module, with
	some basic wrappers around ICU. Added tests too.

2017-11-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Configuration.h, src/Configuration.cxx,
	src/runtest.cxx: added a merge() member to Configuration class.
	Added a test too

2017-11-01  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Configuration.h, include/ticcutils/FileUtils.h,
	include/ticcutils/SocketBasics.h, include/ticcutils/Timer.h,
	include/ticcutils/TreeHash.h, include/ticcutils/zipper.h,
	m4/ax_boost_base.m4, m4/ax_boost_regex.m4, src/CommandLine.cxx,
	src/Configuration.cxx, src/FdStream.cxx, src/FileUtils.cxx,
	src/LogStream.cxx, src/ServerBase.cxx, src/SocketBasics.cxx,
	src/Tar.cxx, src/Timer.cxx, src/TreeHash.cxx, src/XMLtools.cxx,
	src/zipper.cxx: shuffling includes to top

2017-11-01  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/StringOps.h, src/StringOps.cxx: added a
	realpath() wrapper for c-style realpath() (resolves relative paths
	to absolute)

2017-10-26  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: bumped version after Release

2017-10-26  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* NEWS: NEWS!

2017-10-16  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: small fix

2017-10-02  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/Makefile.am, include/ticcutils/Makefile.am: removed some
	old SVN remains

2017-09-22  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: attempt to fix clang build

2017-09-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Makefile.am: set automake defaults

2017-09-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: added AC_FUNC_MALLOC dependency

2017-09-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: updated configure script

2017-09-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/StringOps.cxx, src/runtest.cxx: fixed problem in split().
	Added test

2017-09-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/StringOps.cxx: typos in comment ;{

2017-09-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/ServerBase.cxx: added a newline when logging

2017-09-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/TreeHash.cxx: removed omp safeguards here. Better do this at
	the caller side

2017-09-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/CommandLine.cxx, src/FileUtils.cxx, src/StringOps.cxx: small
	refactoring and cleanup

2017-09-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Configuration.h, src/Configuration.cxx,
	src/runtest.cxx, tests/testconfig.cfg: some refactoring,
	improvements and added tests

2017-09-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/runtest.cxx: added a few more tests

2017-09-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* : commit 6797f6dcaec080ed16add00db985ccb5bb181d54 Author: Ko van
	der Sloot <K.vanderSloot@let.ru.nl> Date:   Mon Sep 18 12:14:09 2017
	+0200

2017-09-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/StringOps.h, src/StringOps.cxx, src/runtest.cxx: 
	added string splie functions that honout a max size parameter. Th
	JAVA way, not Pythonic. So the numeric parameter gives the maximum
	size of the resulting array

2017-09-14  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/runtest.cxx: added more comandline tests

2017-09-05  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/LogStream.cxx: added another mutex_lock to avoid race errors

2017-07-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml, configure.ac: ok, always use boost-regex. What a mess

2017-07-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: clang als needs another stdlib++

2017-07-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* m4/ax_compiler_version.m4: added this file while trusty doesn't
	provide it :{

2017-07-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac, src/FileUtils.cxx, src/Tar.cxx, src/runtest.cxx: Ok,
	lets try to unboost :)

2017-07-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: hmm, closing in?

2017-07-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: attempt to make it cleaner

2017-07-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: again

2017-07-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: :{

2017-07-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: desparate!

2017-07-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: next...

2017-07-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: retry

2017-07-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml, configure.ac: desperate attempt to fix clang build on
	travis

2017-07-17  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: AC_MALLOC is havock

2017-07-17  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac, m4/ax_compiler_version.m4, src/FileUtils.cxx,
	src/Tar.cxx, src/runtest.cxx: Revert "improved configuration: Don't
	built without Regex support. Preferably native; or else Boost" This reverts commit 5e4ed53a727982fae3fe229cd53c04a4ce6ce1a7.

2017-07-17  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml, configure.ac: Revert "attempt to fix configure for
	clang" This reverts commit 12730f965848e906cad4a30e228f263ea2bcaa91.

2017-07-17  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: next attempt to fix config

2017-07-17  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: use the deafult clang not an old version

2017-07-17  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: attempt to fix configure for clang

2017-07-17  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac, m4/ax_compiler_version.m4, src/FileUtils.cxx,
	src/Tar.cxx, src/runtest.cxx: improved configuration: Don't built
	without Regex support. Preferably native; or else Boost

2017-06-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* m4/ax_boost_base.m4: ok, Travis seems to need this (newer?)
	version

2017-06-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* m4/ax_pthread.m4: small fix

2017-06-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: added a 'group: edge' directive as advised by
	https://blog.travis-ci.com/2017-06-19-trusty-updates-2017-Q2

2017-06-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* m4/ax_boost_base.m4: removed from git. bootstrap.sh should add
	this file

2017-06-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/FileUtils.h, include/ticcutils/StringOps.h: Make
	sure that functions are defined 'inline' when the definition is in
	.h files

2017-05-15  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/runtest.cxx: changed the new test

2017-05-15  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/runtest.cxx: added a test

2017-05-09  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: try to optimize Travis notice

2017-05-09  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: don't join when sending IRC notice

2017-05-09  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: test irc notifications

2017-05-08  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Makefile.am, src/testlogstream.cxx, src/tst.sh: added a simple
	logstream test. Not called in make-check!

2017-04-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/UnitTest.h, src/runtest.cxx: assertEqual now
	catches exceptions. Added a test to prove it :)

2017-04-04  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: bumped version after release

2017-04-04  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* NEWS: Updated NEWS before release

2017-02-23  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* m4/ax_boost_base.m4: re added file

2017-02-23  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* m4/ax_boost_regex.m4: re-added ax_boost_regexp.m4

2017-02-23  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml, configure.ac, src/FileUtils.cxx, src/Tar.cxx,
	src/runtest.cxx: reverted to using boost::regexp because gcc4.8
	doesn't support it and is with us until 2019 :(

2017-02-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* README.md, include/ticcutils/CommandLine.h: small update

2017-02-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: ok, we know how to do it. Just skip gcc5 for know

2017-02-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: ik, next attempt

2017-02-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: ok. now try this

2017-02-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: argl. next attempt

2017-02-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: another attempt

2017-02-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: !meh

2017-02-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: attempt to fix travis

2017-02-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: print testsuite.log after failure

2017-02-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* README.md, m4/ax_boost_base.m4, m4/ax_boost_regex.m4: removed more
	boost leftovers

2017-02-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: no boost needed

2017-02-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac, src/FileUtils.cxx, src/Makefile.am, src/Tar.cxx,
	src/runtest.cxx: uses std=c++11 flag and remove boost (regex)
	dependency.

2017-01-24  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/ServerBase.cxx, src/SocketBasics.cxx: ServerBase: added
	newline when logging.  SocketBasics: make verys sure that we don't
	use a 0 pointer

2017-01-24  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* m4/ax_pthread.m4: Added own version of ax_pthread.m4 to circumvent
	problems with cc-analyzer tool of Clang

2017-01-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/LogStream.h: removed one 'explicit' for now. it
	upsets Frog.

2017-01-19  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/FdStream.h, include/ticcutils/LogStream.h,
	include/ticcutils/ServerBase.h, include/ticcutils/Tar.h,
	include/ticcutils/Trie.h, include/ticcutils/XMLtools.h,
	src/ServerBase.cxx, src/TreeHash.cxx: more refactoring triggered by
	CPPCHECK

2017-01-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/UnitTest.h, src/StringOps.cxx, src/runtest.cxx: 
	added a test for TiCC::basename() and TiCC::dirname()

2017-01-17  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	src/Configuration.cxx, src/SocketBasics.cxx, src/Timer.cxx,
	src/TreeHash.cxx: small refactoring steps, partly because of
	CPPcheck results

2017-01-17  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/ServerBase.cxx: avoid potential memory leak

2017-01-12  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/gzstream.h, src/zipper.cxx: refactoring and
	modernizing

2017-01-12  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Tar.cxx: refactor

2017-01-12  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/FileUtils.cxx: modernizeing too

2016-12-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/CommandLine.cxx: added an exception for incorrect use of the
	API

2016-12-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/StringOps.cxx: added guard against invalid uses of split_at*

2016-12-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/FileUtils.cxx: small refactoring

2016-12-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* README.md, include/ticcutils/CommandLine.h,
	include/ticcutils/Configuration.h, include/ticcutils/FdStream.h,
	include/ticcutils/FileUtils.h, include/ticcutils/LogBuffer.h,
	include/ticcutils/LogStream.h, include/ticcutils/PrettyPrint.h,
	include/ticcutils/ServerBase.h, include/ticcutils/SocketBasics.h,
	include/ticcutils/StringOps.h, include/ticcutils/Tar.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,
	include/ticcutils/zipper.h, src/CommandLine.cxx,
	src/Configuration.cxx, src/FdStream.cxx, src/FileUtils.cxx,
	src/LogStream.cxx, src/ServerBase.cxx, src/SocketBasics.cxx,
	src/StringOps.cxx, src/Tar.cxx, src/Timer.cxx, src/TreeHash.cxx,
	src/XMLtools.cxx, src/runtest.cxx, src/zipper.cxx: bumping into 2017

2016-12-15  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/FileUtils.cxx, src/ServerBase.cxx, src/Tar.cxx: some code
	cleanup and refactoring. NO API/ABI breakage :)

2016-11-01  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml: attempt to force travis to Trusty

2016-11-01  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .travis.yml, src/runtest.cxx: better signal waht is done in
	runtest.

2016-10-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: bumped version after release

2016-10-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .gitignore: ignore more

2016-10-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/runtest.cxx, tests/Makefile.am: make distcheck now works again

2016-10-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .gitignore, NEWS, README, README.md, bootstrap.sh, configure.ac,
	src/runtest.cxx, src/zipper.cxx: Ne release: fixed configure to test
	for zlib1g-dev too.  updated NEWS and tests

2016-10-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: set version after release

2016-10-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* NEWS, configure.ac: NEWS and version for a minor release

2016-09-08  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: fixed pthread check

2016-09-08  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Configuration.h, src/Configuration.cxx: added
	getatt() to configuration, to get inline with setatt() and
	clearatt(). lookUp() still supported

2016-09-07  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/SocketBasics.cxx: added (not yet used) code for TCP_KEEPALIVE
	testing

2016-07-26  Maarten van Gompel <proycon@anaproy.nl>

	* configure.ac: version bump after 0.13.1 release

2016-07-26  Maarten van Gompel <proycon@anaproy.nl>

	* configure.ac: version rollback for minor intermediate release

2016-07-21  Joost van Baal-Ilić <joostvb@nusku.mdcc.cx>

	* configure.ac: we do not want to be strict on gnu coding standards:
	we are not a gnu project

2016-07-11  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: bumped version after release

2016-07-11  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* NEWS, m4/ax_boost_base.m4: added blame

2016-07-11  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* NEWS: NEWS update

2016-07-04  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/LogBuffer.h, src/LogStream.cxx,
	src/runtest.cxx, tests/testls.1.ok: fixed loglevel stuff.  added
	some tests to 'make check'

2016-07-04  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/LogBuffer.h: at start, we are in sync with the
	world

2016-06-29  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Configuration.h: added output operators

2016-06-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/ServerBase.cxx: added word

2016-06-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/ServerBase.cxx: added a ',' and a warning not to remove it

2016-06-20  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/ServerBase.cxx: removed strange tibml oddity here

2016-06-07  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: bumped version to 0.13 after release

2016-06-07  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* NEWS: typo

2016-06-07  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* NEWS, src/XMLtools.cxx: NEWS!

2016-04-26  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/XMLtools.h, src/XMLtools.cxx: added function

2016-04-14  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Tar.cxx: fix compiler warnings when libtar isn't found

2016-04-12  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Configuration.h, src/Configuration.cxx: avoid
	adding two configDir entries to the [[global]] section

2016-04-05  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Configuration.cxx: meh. trim spaces!

2016-04-05  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Configuration.cxx: small fix.

2016-04-05  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .gitignore: added README

2016-04-05  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Configuration.cxx: added extra newline in output

2016-04-05  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Configuration.h, src/Configuration.cxx,
	src/runtest.cxx: more enhancement and tests

2016-04-05  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/Configuration.cxx, src/runtest.cxx: more fixes. Added more
	tests too

2016-04-05  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/Configuration.h, src/Configuration.cxx,
	src/runtest.cxx: fixed a problem with config.dump().  Also added a
	function around dump updated tests

2016-02-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/ServerBase.h, include/ticcutils/Tar.h,
	include/ticcutils/XMLtools.h, include/ticcutils/bz2stream.h,
	include/ticcutils/gzstream.h, src/Makefile.am, src/ServerBase.cxx,
	src/Tar.cxx: some more Quality Of Implementation issues

2016-02-17  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/LogStream.h, src/LogStream.cxx: reverted last
	change, because gcc4.6 doesn't handle delegation constructors This
	is annoying!

2016-02-17  Maarten van Gompel <proycon@anaproy.nl>

	* README => README.md, bootstrap.sh: Converted README to markdown,
	added lamabadge + travis badge, symlink in bootstrap

2016-02-17  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* include/ticcutils/LogBuffer.h, include/ticcutils/LogStream.h,
	src/LogStream.cxx, src/Makefile.am: Some Quality of Implementation
	changes

2016-01-18  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: bumped version after release

2016-01-14  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* Makefile.am: oesp. GIT, not SVN!

2016-01-14  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* Makefile.am, NEWS: ficed 'make dist'. it uses git2cl now

2016-01-14  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .gitignore: leaner and meaner

2016-01-13  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* .gitignore: added .gitignore

2016-01-13  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/runtest.cxx: added an extra test

2016-01-04  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* README, configure.ac, include/ticcutils/CommandLine.h,
	include/ticcutils/Configuration.h, include/ticcutils/FdStream.h,
	include/ticcutils/FileUtils.h, include/ticcutils/LogBuffer.h,
	include/ticcutils/LogStream.h, include/ticcutils/PrettyPrint.h,
	include/ticcutils/ServerBase.h, include/ticcutils/SocketBasics.h,
	include/ticcutils/StringOps.h, include/ticcutils/Tar.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,
	include/ticcutils/bz2stream.h, include/ticcutils/zipper.h,
	m4/ax_boost_base.m4, src/CommandLine.cxx, src/Configuration.cxx,
	src/FdStream.cxx, src/FileUtils.cxx, src/LogStream.cxx,
	src/ServerBase.cxx, src/SocketBasics.cxx, src/StringOps.cxx,
	src/Tar.cxx, src/Timer.cxx, src/TreeHash.cxx, src/XMLtools.cxx,
	src/runtest.cxx, src/zipper.cxx: Entering 2016.  More up-to-date
	copyright info.

2015-12-21  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* configure.ac: bumped version

2015-12-15  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/CommandLine.cxx, src/runtest.cxx: added primitve " parsing,
	and a testcase

2015-11-26  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* src/CommandLine.cxx: small edits

2015-11-26  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* docs/Makefile.am, docs/ticc_fdstream.1: small edit aded files to
	the build system

2015-11-26  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* docs/ticc_commandline.1, docs/ticc_configuration.1,
	docs/ticc_fdstream.1, docs/ticc_logstream.1, docs/ticc_string.1,
	docs/ticc_unit_test.1: added and adapted man pages.  Still a lot to
	do!

2015-11-24  Ko van der Sloot <K.vanderSloot@let.ru.nl>

	* README: textual changes

2015-11-24  Maarten van Gompel <proycon@anaproy.nl>

	* README: README update

2015-11-05  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	src/runtest.cxx: modified and cleared the CommandLine API.  Might
	break othet programs!.  git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18817
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-11-05  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* : hmm. add this version to svn. hope it helps git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18815
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-11-04  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* m4/ax_boost_base.m4: re-instated. because Ubuntu 14.04 doesn't
	like its own version git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18809
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-11-03  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/CommandLine.cxx, src/runtest.cxx: another fix, and added a
	test too git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18804
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-11-03  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac, src/CommandLine.cxx, src/runtest.cxx, src/tst.sh: 
	more restrictive commandline parsing.  adapted tests to that.  Might
	break some programs. But unlikely... (FLW) git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18802
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-11-02  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* m4/ax_boost_base.m4: shouldn't be in  SVN. bootstrap resolves this git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18797
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-10-29  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/runtest.cxx: fix for gcc 5.2 git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18796
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-10-29  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/StringOps.cxx: oesp. debugging lines....  git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18794
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-10-29  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/StringOps.h, src/StringOps.cxx, src/runtest.cxx: 
	added 'exact' versions to split() family The default beheviour is
	unchanged git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18793
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-10-29  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/runtest.cxx: better test git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18792
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-10-29  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/CommandLine.cxx, src/runtest.cxx: added a test. and made it
	work :) git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18791
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-10-20  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/SocketBasics.cxx: added namespace. why did it work at my
	place? git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18761
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-10-16  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/ServerBase.h: moved include around git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18755
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-10-14  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac, include/ticcutils/FdStream.h,
	include/ticcutils/Makefile.am, include/ticcutils/ServerBase.h,
	include/ticcutils/SocketBasics.h, src/FdStream.cxx,
	src/Makefile.am, src/ServerBase.cxx, src/SocketBasics.cxx: Moved
	basic server stuff to our utils git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18740
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-10-01  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac: better, I think git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18677
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-10-01  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac, m4/openmp.m4, ticcutils.pc.in: more robust test for
	OpenMP support git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18676
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-09-17  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* : props git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18635
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-06-10  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	src/runtest.cxx: fixed problem with recursive templates added more
	tests git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18503
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-06-09  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac: version bump git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18501
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-06-09  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, src/runtest.cxx: improved
	messages and tests git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18500
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-06-09  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, src/runtest.cxx: added convenient
	templates, and tests too :) git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18499
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-06-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/Configuration.cxx, src/XMLtools.cxx: small refactoring git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18493
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-06-04  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/CommandLine.cxx: modernized git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18488
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-06-03  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/UnitTest.h, src/Configuration.cxx,
	src/Makefile.am, tests/Makefile.am: improved UnitTest modernized
	some code fixed 'make distcheck' git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18485
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-05-19  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac: attempt smarter solution git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18424
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-05-19  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/runtest.cxx: fixed test git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18423
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-05-19  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac: next attempt git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18422
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-05-19  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac: attempt to leave BOOST out when using clang git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18419
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-05-19  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac: added one more git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18418
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-05-19  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac: fixed AC_CHECK_FUNCS syntax git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18417
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-04-16  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/gzstream.h, src/runtest.cxx, src/zipper.cxx: 
	added 2 tests, modernized a bit, and fixed a bug git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18319
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-04-16  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* tests/nasty.bz2, tests/nasty.gz: added 2 (nasty) testfiles: text
	files that claim to be compressed but aren't git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18318
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-03-23  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/Makefile.am: fall back to c++0x.  git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18260
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-02-09  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/UnitTest.h, src/Makefile.am: C++11 aware git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@18032
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-01-21  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, include/ticcutils/Tar.h,
	include/ticcutils/gzstream.h: props git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17984
	12f355fe-0486-481a-ad91-c297ab22b4e3

2015-01-21  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h,
	include/ticcutils/Configuration.h, include/ticcutils/FileUtils.h,
	include/ticcutils/LogBuffer.h, include/ticcutils/LogStream.h,
	include/ticcutils/PrettyPrint.h, include/ticcutils/StringOps.h,
	include/ticcutils/Tar.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, include/ticcutils/zipper.h,
	src/CommandLine.cxx, src/Configuration.cxx, src/FileUtils.cxx,
	src/LogStream.cxx, src/StringOps.cxx, src/Timer.cxx,
	src/TreeHash.cxx, src/XMLtools.cxx: 2015 git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17983
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-11-21  mvgompel <mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* .travis.yml: fix git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17864
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-11-21  mvgompel <mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* .travis.yml: deps git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17863
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-11-21  mvgompel <mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* .travis.yml: fix git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17862
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-11-21  mvgompel <mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* .travis.yml: adding dependencies for tests git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17861
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-11-21  mvgompel <mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* .travis.yml: added git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17860
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-10-20  mvgompel <mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac: macro fix git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17741
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-10-19  mvgompel <mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac: favour g++ over c++ git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17732
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-10-19  mvgompel <mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac: Use c++ instead of g++ (c++ is linked to g++ on
	linux systems, but to clang++ on others) git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17730
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-09-23  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* NEWS, configure.ac: bumping git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17690
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-09-16  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* NEWS, src/runtest.cxx, tests/Makefile.am: fixed 'make distcheck'
	updated NEWS git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17678
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-09-11  mvgompel <mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/LogStream.cxx: fix git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17645
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-09-09  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/runtest.cxx: added an extra test git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17635
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-09-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/CommandLine.cxx, src/runtest.cxx: fixed problem with '='/
	added test git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17622
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-09-08  mvgompel <mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/LogStream.h: solved ambiguity because of default
	first argument git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17621
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-09-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Configuration.h, src/Configuration.cxx: better
	solution for previous fix git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17617
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-09-07  mvgompel <mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Configuration.h: fix for missing / after path
	problem, getConfigDir always returns trailing slash, fixed frog bug
	(Ko, verify?) git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17615
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-09-01  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h: more backward stuff git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17579
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-09-01  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, include/ticcutils/FileUtils.h: 
	add backward compatibility stuff git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17578
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-08-28  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, include/ticcutils/StringOps.h,
	src/CommandLine.cxx, src/Configuration.cxx, src/StringOps.cxx,
	src/runtest.cxx: added functions and tests git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17575
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-08-26  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/CommandLine.cxx, src/runtest.cxx: fix and added tests to prove git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17573
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-08-26  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* 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 git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17569
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-08-25  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, src/CommandLine.cxx: added
	set)debug() git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17554
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-08-25  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac, include/ticcutils/CommandLine.h,
	src/CommandLine.cxx, src/runtest.cxx: fixed problems.  added
	testcase.  bumped version bacause of API/ABI breaches git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17547
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-08-21  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	src/runtest.cxx: added support for options with optional arguments git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17543
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-08-21  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	src/runtest.cxx: a lot of rework on CommandLine. added more tests
	too git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17542
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-08-20  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/runtest.cxx: added a test for classic mode git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17541
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-08-20  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/CommandLine.cxx: allow duplicates in the mas options. Be sure
	to preserver order too! git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17540
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-08-20  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* 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).  git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17538
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-08-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* 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 git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17496
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-07-16  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/Configuration.cxx: formatting git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17458
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-06-11  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* NEWS: News! git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17326
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-06-11  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* m4/ax_boost_regex.m4, src/Makefile.am, src/{test.cxx =>
	runtest.cxx}, src/tst.sh, tests/Makefile.am: Made 'make distcheck'
	working again git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17325
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-06-04  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* Makefile.am: oesp git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17299
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-05-21  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* m4/ax_boost_base.m4: ok, use a decent recent version git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17233
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-05-21  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* m4/ax_boost_base.m4: modified version to support multiarch git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17232
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-05-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/CommandLine.cxx: fix git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17218
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-05-07  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/Makefile.am: hmpff git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17212
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-05-07  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/CommandLine.cxx, src/test.cxx: cleaned up the mess git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17211
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-05-07  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	src/test.cxx, src/tst.sh: improved CommandLine stuff 'it
	compiles'...  git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17207
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-05-06  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	src/test.cxx, src/tst.sh: improved CommandLine stuff git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17204
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-05-06  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, src/CommandLine.cxx: small update git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17198
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-04-30  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/CommandLine.h, src/CommandLine.cxx,
	src/test.cxx, src/tst.sh: modified commandline stuff adapted test git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17183
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-04-30  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* 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' git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17182
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-03-31  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/FileUtils.cxx: small fix git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17077
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-03-31  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/FileUtils.cxx, src/test.cxx: better implementation of
	checkPath git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17076
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-03-31  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* 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 git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@17075
	12f355fe-0486-481a-ad91-c297ab22b4e3

2014-01-06  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* 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! git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16817
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-12-12  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/XMLtools.h, src/XMLtools.cxx: added convenient
	functions git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16765
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-12-05  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/XMLtools.cxx: added debug lines git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16741
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-12-05  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* 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.  git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16739
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-10-29  pberck <pberck@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/Tar.cxx: Missing include for getpid added.  git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16660
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-10-24  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/UnitTest.h: more fixes to satisfy the compiler git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16647
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-10-24  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/FileUtils.cxx, src/Tar.cxx, src/zipper.cxx: made "-pedantic -W
	-Wall" clean git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16646
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-10-22  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* bootstrap.sh: added test for the autoconf-archive git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16640
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-10-17  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* bootstrap => bootstrap.sh, configure.ac: modernized and updated git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16615
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-10-09  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/FileUtils.h, include/ticcutils/gzstream.h,
	include/ticcutils/zipper.h, src/zipper.cxx: work in progress git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16571
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-09-24  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* : missing git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16533
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-09-24  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/FileUtils.cxx, src/Tar.cxx, src/test.cxx: when available use
	BOOST REGEX git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16531
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-09-24  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Makefile.am, include/ticcutils/Tar.h,
	src/Makefile.am, src/Tar.cxx, src/test.cxx: improved tar stuff git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16529
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-09-24  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac, include/ticcutils/Makefile.am, src/Makefile.am,
	src/test.cxx: implemented a simple 'tar' file reader. EXPERIMENTAL! git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16527
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-08-13  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Configuration.h, include/ticcutils/StringOps.h: 
	small fixes: better warning and missing includes git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16425
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-25  mvgompel <mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* README: update git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16037
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-17  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/test.cxx: added more tests git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16004
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-16  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/FileUtils.cxx: improves files search. We no accept shell-like
	wildcards git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@16000
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-15  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* 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 git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15998
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-15  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* tests/sub1/Makefile.am: missing file git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15997
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-15  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/test.cxx: improved test git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15994
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-15  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac, include/ticcutils/FileUtils.h, src/FileUtils.cxx,
	src/test.cxx, tests/Makefile.am, 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.  git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15993
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-11  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/FileUtils.cxx: adde errro handling.  git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15990
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-11  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/FileUtils.cxx: removed debugging line git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15987
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-11  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/{globber.h => FileUtils.h},
	include/ticcutils/Makefile.am, src/{globber.cxx => FileUtils.cxx},
	src/Makefile.am: More descriptive name chosen git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15985
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-11  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/globber.h, src/globber.cxx: added some handy
	stuff git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15984
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-10  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/globber.h, src/globber.cxx: tags git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15983
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-10  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Makefile.am, include/ticcutils/globber.h,
	src/Makefile.am, src/globber.cxx: added a glob() wrapper git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15982
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-10  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Version.h, tests/Makefile.am: tags git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15979
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-10  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* tests/Makefile.am: forgot a file git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15978
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-10  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* Makefile.am, configure.ac, include/ticcutils/Makefile.am,
	include/ticcutils/Version.h, src/Makefile.am, src/StringOps.cxx,
	src/test.cxx, {src => tests}/small.txt: added Version stuff make
	distcheck work again git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15977
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-09  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/bz2stream.h, include/ticcutils/gzstream.h,
	include/ticcutils/zipper.h: svn tags git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15968
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-09  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* 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 git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15964
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-09  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/bz2stream.hpp: not needed git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15963
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Makefile.am, include/ticcutils/gzstream.h,
	include/ticcutils/zipper.h, src/test.cxx, src/zipper.cxx: added
	gzstream stuff git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15959
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Makefile.am, include/ticcutils/bz2stream.h,
	include/ticcutils/zipper.h, src/test.cxx, src/zipper.cxx: improved
	bz2 stuff git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15956
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* 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) git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15955
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-04  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac: bump version after release git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15928
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-03  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/Makefile.am: increment current lib version git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15920
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-03  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* NEWS: some NEWS git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15898
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-03  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/XMLtools.h, src/XMLtools.cxx: added more XPath
	function git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15892
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-02  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/XMLtools.h, src/XMLtools.cxx: added some more
	XML stuff git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15872
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-02  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/XMLtools.h, src/XMLtools.cxx: tags git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15867
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-02  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/XMLtools.h, src/XMLtools.cxx: added new files git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15866
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-02  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac, include/ticcutils/Makefile.am, src/Makefile.am: 
	fixed configuration git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15864
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-02  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Timer.h: added safeguard git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15863
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-02  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Timer.h, src/Timer.cxx: tags git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15853
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-04-02  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Makefile.am, include/ticcutils/Timer.h,
	src/Makefile.am, src/Timer.cxx: moved some more stuff from Timbl to
	this utils git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15852
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-03-28  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/StringOps.h: change handling of 'boolean
	strings' git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15844
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-03-28  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/StringOps.h: moved some more generic stuff from
	Timbl into TiCC namespace.  Affects a lot of code! git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15827
	12f355fe-0486-481a-ad91-c297ab22b4e3

2013-01-07  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* 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 git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15564
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-12-19  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Makefile.am, include/ticcutils/TreeHash.h,
	include/ticcutils/{Tries.h => Trie.h}: reverted silly 'fix' git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15543
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-12-18  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Makefile.am, include/ticcutils/TreeHash.h,
	include/ticcutils/{Trie.h => Tries.h}: renamed file to avoid name
	clashes with older timbl installations git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15542
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-12-03  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/test.cxx: added a test git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15495
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-11-27  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Configuration.h, src/Configuration.cxx: 
	interesting fix git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15473
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-11-26  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Configuration.h, src/Configuration.cxx: make
	const wat is const git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15471
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-11-26  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Configuration.h, src/Configuration.cxx: added a
	member. renamed set() to setatt() to avoid conflicts wit std::set git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15469
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-11-21  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Configuration.h, include/ticcutils/Makefile.am,
	src/Configuration.cxx, src/Makefile.am: added Configuration stuff git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15452
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-10-30  mvgompel <mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* bootstrap: bootstrap fix (matched failed on automake 1.11.6 with
	Ubuntu 12.10) git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15365
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-10-29  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* ticcutils.pc.in: attempt to be clever git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15341
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-10-15  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* m4/openmp.m4: missing file git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15297
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-10-11  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* NEWS, configure.ac: start working on new release git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15284
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-10-10  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac: Try to compile with OpenMP so TreeHash will be
	'thread' safe git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15274
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-10-10  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* NEWS, configure.ac: bumped version git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15270
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-10-10  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/LogBuffer.h, include/ticcutils/LogStream.h,
	include/ticcutils/PrettyPrint.h, include/ticcutils/UnitTest.h: avoud
	nameclashes! git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15269
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-10-10  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/TreeHash.h, include/ticcutils/Trie.h,
	src/TreeHash.cxx: properties git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15268
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-10-10  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* 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 git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15267
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-10-10  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* 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 git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15265
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-09-04  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* configure.ac: improved git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15157
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-22  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* docs/ticc_prettyprint.1: added examples git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15147
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-21  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* docs/ticc_prettyprint.1: first try git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15140
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-21  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* docs/ticc_string.1: first version git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15138
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-21  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* docs/ticc_unit_test.1: small textual change git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15137
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-20  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* docs/ticc_unit_test.1: some small edits git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15135
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-20  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* docs/Makefile.am, docs/ticc_logstream.1, docs/ticc_prettyprint.1,
	docs/ticc_string.1, docs/ticcutils.1: added stubs git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15134
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-20  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* docs/ticc_unit_test.1: added more examples git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15133
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-20  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/UnitTest.h: small output improvement git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15132
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-20  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/UnitTest.h: improved and debunked git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15131
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-20  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* docs/ticc_unit_test.1: improved man page git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15130
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-20  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/test.cxx: more interesting example git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15129
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-20  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* docs/ticc_unit_test.1, docs/ticcutils.1: first attemp git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15128
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-16  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/UnitTest.h: extra possibility git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15120
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-16  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/UnitTest.h, src/test.cxx: improved unittest
	framework git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15119
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-15  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/UnitTest.h, src/test.cxx: improved our simple
	test framework git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15117
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-14  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/UnitTest.h, src/test.cxx: improved poor-mans
	unittest framework git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15114
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-13  joostvb <joostvb@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* README: fix typos git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15113
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-13  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/UnitTest.h, src/test.cxx: some renaming git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15112
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-13  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* NEWS, configure.ac: release 0,2 git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15111
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-13  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* TODO, include/ticcutils/Makefile.am,
	include/ticcutils/UnitTest.h, src/test.cxx: added a poor-mans unit
	test framework. Bu I like it.  git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15110
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-13  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/Makefile.am, src/StringOps.cxx, src/test.cxx: fixinated git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15108
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-13  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/StringOps.h, src/StringOps.cxx, src/test.cxx: 
	more consequent naming.  git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15107
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-09  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/PrettyPrint.h, include/ticcutils/StringOps.h,
	src/StringOps.cxx, src/test.cxx: added more fun(cs) git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15089
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-09  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/test.cxx: test some more git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15084
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-09  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/PrettyPrint.h, include/ticcutils/StringOps.h,
	src/Makefile.am, src/StringOps.cxx, src/test.cxx: added unit tests!
	fixed a bug git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15083
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* src/StringOps.cxx: fixed. RTFM! git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15078
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/StringOps.h, src/StringOps.cxx: added a trim()
	function.  More to do git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15077
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/PrettyPrint.h, include/ticcutils/StringOps.h,
	src/StringOps.cxx: tags git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15075
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* : properties git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15074
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* include/ticcutils/Makefile.am, include/ticcutils/PrettyPrint.h,
	include/ticcutils/StringOps.h, src/Makefile.am, src/StringOps.cxx: 
	added more utils git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15072
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* docs/ticcutils.1: also needed git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15070
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* Makefile.am: oesp git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15069
	12f355fe-0486-481a-ad91-c297ab22b4e3

2012-08-08  sloot <sloot@12f355fe-0486-481a-ad91-c297ab22b4e3>

	* ai, typo! git-svn-id: https://ilk.uvt.nl/svn/sources/libticcutils/trunk@15068
	12f355fe-0486-481a-ad91-c297ab22b4e3

