baum

log baum.c

age author description
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)
Sat, 09 Feb 2008 16:49:29 +0100 meillo s/list/stack/g because thats what it is
Sat, 09 Feb 2008 16:41:41 +0100 meillo read input is now finished in first version; removed init; added push and pull; name is now array instead of pointer
Sat, 09 Feb 2008 12:42:11 +0100 meillo input is now read from stdin