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 11:04:52 +0100 |
meillo |
documented nodes in man page
0.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 20:35:00 +0100 |
meillo |
reduced output; cleanups
|
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:51:25 +0100 |
meillo |
removed node blackhole and substituted by node number now executing its child
|
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
|
Tue, 19 Feb 2008 22:23:37 +0100 |
meillo |
removed obsolete stuff; only relevant stuff is extern now; refactoring
|
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
|