baum

log

age author description
Wed, 13 Feb 2008 21:33:20 +0100 meillo added license to debian/copyright; fixed minor makefile and debian stuff
Wed, 13 Feb 2008 21:23:21 +0100 meillo added Debian stuff; new Makefile
Wed, 13 Feb 2008 20:48:02 +0100 meillo added example program sum3input
Wed, 13 Feb 2008 20:44:04 +0100 meillo added man page
Wed, 13 Feb 2008 20:41:14 +0100 meillo added example directory with hello world program
Wed, 13 Feb 2008 20:33:39 +0100 meillo added README and LICENSE; changed error code of invalid node
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:16:01 +0100 meillo input says now that it wants an input
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 17:26:05 +0100 meillo deleted old commented code
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