baum

log baum.c

age author description
Sat, 01 Mar 2008 20:41:35 +0100 meillo switched exit code 127 to 126 (because shell returns 127 if command not found)
Sat, 01 Mar 2008 20:35:00 +0100 meillo reduced output; cleanups
Sat, 01 Mar 2008 20:15:20 +0100 meillo removed debug output of read_input
Sat, 01 Mar 2008 20:04:08 +0100 meillo option_verbose is now global; stuff about warning when (expected) nodes are not there
Sat, 01 Mar 2008 17:55:42 +0100 meillo switched to next version number, updated man page
Sat, 01 Mar 2008 17:45:55 +0100 meillo eliminated generic blackhole node at root
Sat, 01 Mar 2008 17:36:59 +0100 meillo new error code 6; more readable printTree; cleanups
Fri, 22 Feb 2008 14:57:04 +0100 meillo removed -c option completely; updated man page; new error code 5
Fri, 22 Feb 2008 14:47:47 +0100 meillo fixed multiple (un)indentions in read_input; some better comments
Fri, 22 Feb 2008 13:55:57 +0100 meillo removed binary from dist tarball; new debian package
Thu, 21 Feb 2008 10:09:36 +0100 meillo empty stack at the end (thanks valgrind to show me this)
Tue, 19 Feb 2008 22:23:37 +0100 meillo removed obsolete stuff; only relevant stuff is extern now; refactoring
Wed, 13 Feb 2008 09:57:07 +0100 meillo insertLast returns now new inserted node; very dumb implementation for action_times
Wed, 13 Feb 2008 09:13:02 +0100 meillo added commandline options (-v, -c, file); logging only if -v is set
Tue, 12 Feb 2008 15:53:08 +0100 meillo input is now read from file again (because of input node)