baum

log baum.c

age author description
Thu, 13 Nov 2008 13:15:11 +0100 meillo better code for long strings
Wed, 25 Jun 2008 11:09:28 +0200 meillo switched to version 0.5
Sun, 16 Mar 2008 10:40:53 +0100 meillo added error handling for fopen and malloc; code cleanups
Sun, 02 Mar 2008 16:43:07 +0100 meillo updated examples to "create" instead of "input"
Sun, 02 Mar 2008 16:32:52 +0100 meillo "sum" node clears its value now everytime it gets called
Sun, 02 Mar 2008 10:34:09 +0100 meillo merged header files into only one (removed actions.h)
Sun, 02 Mar 2008 10:29:55 +0100 meillo added deep copy and fixed so node times
Sat, 01 Mar 2008 21:49:41 +0100 meillo using fakeroot for creating the tarball; removed executable bit from some files
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)
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
Sat, 09 Feb 2008 11:57:16 +0100 meillo new implementation of the read input function
Fri, 08 Feb 2008 21:44:07 +0100 meillo first tries for the read input function
Fri, 08 Feb 2008 20:45:17 +0100 meillo added checks for null pointer; print echoes as char or number now (depends on value); all logging goes to stderr now; new nodes blackhole and times (not implemented yet)
Thu, 07 Feb 2008 18:05:03 +0100 meillo trivial output improvement
Thu, 07 Feb 2008 16:15:07 +0100 meillo added input; added nextNode, lastNode, insertLast
Thu, 07 Feb 2008 14:46:27 +0100 meillo added difference between char and number
Thu, 07 Feb 2008 14:31:02 +0100 meillo added features (print, sum, number); split in header file
Thu, 07 Feb 2008 12:51:54 +0100 meillo initial commit