Mercurial > baum
graph
-
better code for long stringsThu, 13 Nov 2008 13:15:11 +0100, by meillo
-
Added tag 0.4 for changeset 7adeee76ce3eWed, 25 Jun 2008 11:11:10 +0200, by meillo
-
switched to version 0.5Wed, 25 Jun 2008 11:09:28 +0200, by meillo
-
made Makefile much simpler (installs now to /usr/local)Wed, 25 Jun 2008 11:09:14 +0200, by meillo
-
using function pointers now, instead of a large if-elseWed, 25 Jun 2008 09:20:16 +0200, by meillo
-
added error handling for fopen and malloc; code cleanupsSun, 16 Mar 2008 10:40:53 +0100, by meillo
-
updated examples to "create" instead of "input"Sun, 02 Mar 2008 16:43:07 +0100, by meillo
-
"sum" node clears its value now everytime it gets calledSun, 02 Mar 2008 16:32:52 +0100, by meillo
-
documented "if" and "while" in the man page; new error code 7Sun, 02 Mar 2008 16:26:06 +0100, by meillo
-
"input" node is now "create" node and can handle more than user input nowSun, 02 Mar 2008 16:17:18 +0100, by meillo
-
added first implementation of "if" and "while" (but they are not perfect yet)Sun, 02 Mar 2008 15:54:35 +0100, by meillo
-
Added tag 0.3 for changeset f9fc4c4f9e3d666dad2bd1efa627fb646334433cSun, 02 Mar 2008 13:35:42 +0100, by meillo
-
merged header files into only one (removed actions.h)Sun, 02 Mar 2008 10:34:09 +0100, by meillo
-
added deep copy and fixed so node timesSun, 02 Mar 2008 10:29:55 +0100, by meillo
-
using fakeroot for creating the tarball; removed executable bit from some filesSat, 01 Mar 2008 21:49:41 +0100, by meillo
-
updated TODO; minor stuff in debian/Sat, 01 Mar 2008 21:24:00 +0100, by meillo
-
added test programs; added another example programSat, 01 Mar 2008 21:13:12 +0100, by meillo
-
switched exit code 127 to 126 (because shell returns 127 if command not found)Sat, 01 Mar 2008 20:41:35 +0100, by meillo
-
reduced output; cleanupsSat, 01 Mar 2008 20:35:00 +0100, by meillo
-
removed debug output of read_inputSat, 01 Mar 2008 20:15:20 +0100, by meillo
-
added new example program; added comments to example programsSat, 01 Mar 2008 20:10:02 +0100, by meillo
-
option_verbose is now global; stuff about warning when (expected) nodes are not thereSat, 01 Mar 2008 20:04:08 +0100, by meillo
-
switched to next version number, updated man pageSat, 01 Mar 2008 17:55:42 +0100, by meillo
-
removed node blackhole and substituted by node number now executing its childSat, 01 Mar 2008 17:51:25 +0100, by meillo
-
Added tag 0.2 for changeset 3903effae5efcba191a6b459da457a3cff897c22Sat, 01 Mar 2008 17:49:33 +0100, by meillo
-
eliminated generic blackhole node at rootSat, 01 Mar 2008 17:45:55 +0100, by meillo
-
new error code 6; more readable printTree; cleanupsSat, 01 Mar 2008 17:36:59 +0100, by meillo
-
removed -c option completely; updated man page; new error code 5Fri, 22 Feb 2008 14:57:04 +0100, by meillo
-
fixed multiple (un)indentions in read_input; some better commentsFri, 22 Feb 2008 14:47:47 +0100, by meillo
-
removed binary from dist tarball; new debian packageFri, 22 Feb 2008 13:55:57 +0100, by meillo
-
version in Makefile is extracted from sources nowFri, 22 Feb 2008 13:45:22 +0100, by meillo
-
empty stack at the end (thanks valgrind to show me this)Thu, 21 Feb 2008 10:09:36 +0100, by meillo
-
removed obsolete stuff; only relevant stuff is extern now; refactoringTue, 19 Feb 2008 22:23:37 +0100, by meillo
-
Added tag 0.1 for changeset 69a7cf2f0c06a5e0f0609f80c875e2ceb7ffa9c2Wed, 13 Feb 2008 22:04:50 +0100, by meillo
-
make dist includes now a stripped executable (should we include the exe at all?) 0.1Wed, 13 Feb 2008 22:04:12 +0100, by meillo
-
added TODOWed, 13 Feb 2008 21:58:56 +0100, by meillo
-
modified .hgignoreWed, 13 Feb 2008 21:34:24 +0100, by meillo
-
added license to debian/copyright; fixed minor makefile and debian stuffWed, 13 Feb 2008 21:33:20 +0100, by meillo
-
added Debian stuff; new MakefileWed, 13 Feb 2008 21:23:21 +0100, by meillo
-
added example program sum3inputWed, 13 Feb 2008 20:48:02 +0100, by meillo
-
added man pageWed, 13 Feb 2008 20:44:04 +0100, by meillo
-
added example directory with hello world programWed, 13 Feb 2008 20:41:14 +0100, by meillo
-
added README and LICENSE; changed error code of invalid nodeWed, 13 Feb 2008 20:33:39 +0100, by meillo
-
insertLast returns now new inserted node; very dumb implementation for action_timesWed, 13 Feb 2008 09:57:07 +0100, by meillo
-
input says now that it wants an inputWed, 13 Feb 2008 09:16:01 +0100, by meillo
-
added commandline options (-v, -c, file); logging only if -v is setWed, 13 Feb 2008 09:13:02 +0100, by meillo
-
input is now read from file again (because of input node)Tue, 12 Feb 2008 15:53:08 +0100, by meillo
-
deleted old commented codeSat, 09 Feb 2008 17:26:05 +0100, by meillo
-
s/list/stack/g because thats what it isSat, 09 Feb 2008 16:49:29 +0100, by meillo
-
read input is now finished in first version; removed init; added push and pull; name is now array instead of pointerSat, 09 Feb 2008 16:41:41 +0100, by meillo
-
input is now read from stdinSat, 09 Feb 2008 12:42:11 +0100, by meillo
-
new implementation of the read input functionSat, 09 Feb 2008 11:57:16 +0100, by meillo
-
first tries for the read input functionFri, 08 Feb 2008 21:44:07 +0100, by 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)Fri, 08 Feb 2008 20:45:17 +0100, by meillo
-
trivial output improvementThu, 07 Feb 2008 18:05:03 +0100, by meillo
-
added input; added nextNode, lastNode, insertLastThu, 07 Feb 2008 16:15:07 +0100, by meillo
-
added difference between char and numberThu, 07 Feb 2008 14:46:27 +0100, by meillo
-
added features (print, sum, number); split in header fileThu, 07 Feb 2008 14:31:02 +0100, by meillo
-
initial commitThu, 07 Feb 2008 12:51:54 +0100, by meillo