graph
- updated examples to "create" instead of "input"2008-03-02, by meillo
- "sum" node clears its value now everytime it gets called2008-03-02, by meillo
- documented "if" and "while" in the man page; new error code 72008-03-02, by meillo
- "input" node is now "create" node and can handle more than user input now2008-03-02, by meillo
- added first implementation of "if" and "while" (but they are not perfect yet)2008-03-02, by meillo
- Added tag 0.3 for changeset f9fc4c4f9e3d666dad2bd1efa627fb646334433c2008-03-02, by meillo
- documented nodes in man page0.3 2008-03-02, by meillo
- merged header files into only one (removed actions.h)2008-03-02, by meillo
- added deep copy and fixed so node times2008-03-02, by meillo
- using fakeroot for creating the tarball; removed executable bit from some files2008-03-01, by meillo
- updated TODO; minor stuff in debian/2008-03-01, by meillo
- added test programs; added another example program2008-03-01, by meillo
- switched exit code 127 to 126 (because shell returns 127 if command not found)2008-03-01, by meillo
- reduced output; cleanups2008-03-01, by meillo
- removed debug output of read_input2008-03-01, by meillo
- added new example program; added comments to example programs2008-03-01, by meillo
- option_verbose is now global; stuff about warning when (expected) nodes are not there2008-03-01, by meillo
- switched to next version number, updated man page2008-03-01, by meillo
- removed node blackhole and substituted by node number now executing its child2008-03-01, by meillo
- Added tag 0.2 for changeset 3903effae5efcba191a6b459da457a3cff897c222008-03-01, by meillo
- eliminated generic blackhole node at root2008-03-01, by meillo
- new error code 6; more readable printTree; cleanups2008-03-01, by meillo
- new debian package0.2 2008-02-22, by meillo
- removed -c option completely; updated man page; new error code 52008-02-22, by meillo
- fixed multiple (un)indentions in read_input; some better comments2008-02-22, by meillo
- removed binary from dist tarball; new debian package2008-02-22, by meillo
- version in Makefile is extracted from sources now2008-02-22, by meillo
- empty stack at the end (thanks valgrind to show me this)2008-02-21, by meillo
- removed obsolete stuff; only relevant stuff is extern now; refactoring2008-02-19, by meillo
- Added tag 0.1 for changeset 69a7cf2f0c06a5e0f0609f80c875e2ceb7ffa9c22008-02-13, by meillo
- make dist includes now a stripped executable (should we include the exe at all?)0.1 2008-02-13, by meillo
- added TODO2008-02-13, by meillo
- modified .hgignore2008-02-13, by meillo
- added license to debian/copyright; fixed minor makefile and debian stuff2008-02-13, by meillo
- added Debian stuff; new Makefile2008-02-13, by meillo
- added example program sum3input2008-02-13, by meillo
- added man page2008-02-13, by meillo
- added example directory with hello world program2008-02-13, by meillo
- added README and LICENSE; changed error code of invalid node2008-02-13, by meillo
- insertLast returns now new inserted node; very dumb implementation for action_times2008-02-13, by meillo
- input says now that it wants an input2008-02-13, by meillo
- added commandline options (-v, -c, file); logging only if -v is set2008-02-13, by meillo
- input is now read from file again (because of input node)2008-02-12, by meillo
- deleted old commented code2008-02-09, by meillo
- s/list/stack/g because thats what it is2008-02-09, by meillo
- read input is now finished in first version; removed init; added push and pull; name is now array instead of pointer2008-02-09, by meillo
- input is now read from stdin2008-02-09, by meillo
- new implementation of the read input function2008-02-09, by meillo
- first tries for the read input function2008-02-08, 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)2008-02-08, by meillo
- trivial output improvement2008-02-07, by meillo
- added input; added nextNode, lastNode, insertLast2008-02-07, by meillo
- added difference between char and number2008-02-07, by meillo
- added features (print, sum, number); split in header file2008-02-07, by meillo
- initial commit2008-02-07, by meillo