baum

log

age author description
Sun, 02 Mar 2008 16:26:06 +0100 meillo documented "if" and "while" in the man page; new error code 7
Sun, 02 Mar 2008 16:17:18 +0100 meillo "input" node is now "create" node and can handle more than user input now
Sun, 02 Mar 2008 15:54:35 +0100 meillo added first implementation of "if" and "while" (but they are not perfect yet)
Sun, 02 Mar 2008 13:35:42 +0100 meillo Added tag 0.3 for changeset f9fc4c4f9e3d666dad2bd1efa627fb646334433c
Sun, 02 Mar 2008 11:04:52 +0100 meillo documented nodes in man page0.3
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 21:24:00 +0100 meillo updated TODO; minor stuff in debian/
Sat, 01 Mar 2008 21:13:12 +0100 meillo added test programs; added another example program
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:10:02 +0100 meillo added new example program; added comments to example programs
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:51:25 +0100 meillo removed node blackhole and substituted by node number now executing its child
Sat, 01 Mar 2008 17:49:33 +0100 meillo Added tag 0.2 for changeset 3903effae5efcba191a6b459da457a3cff897c22
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 15:58:25 +0100 meillo new debian package0.2
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
Fri, 22 Feb 2008 13:45:22 +0100 meillo version in Makefile is extracted from sources now
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 22:04:50 +0100 meillo Added tag 0.1 for changeset 69a7cf2f0c06a5e0f0609f80c875e2ceb7ffa9c2
Wed, 13 Feb 2008 22:04:12 +0100 meillo make dist includes now a stripped executable (should we include the exe at all?)0.1
Wed, 13 Feb 2008 21:58:56 +0100 meillo added TODO