age |
author |
description |
Thu, 13 Nov 2008 13:15:11 +0100 |
meillo |
better code for long strings |
Wed, 25 Jun 2008 11:11:10 +0200 |
meillo |
Added tag 0.4 for changeset 7adeee76ce3e |
Wed, 25 Jun 2008 11:09:28 +0200 |
meillo |
switched to version 0.5 |
Wed, 25 Jun 2008 11:09:14 +0200 |
meillo |
made Makefile much simpler (installs now to /usr/local) |
Wed, 25 Jun 2008 09:20:16 +0200 |
meillo |
using function pointers now, instead of a large if-else |
Sun, 16 Mar 2008 20:11:02 +0100 |
meillo |
updated TODO; removed trailing spaces from LICENSE0.4 |
Sun, 16 Mar 2008 10:40:53 +0100 |
meillo |
added error handling for fopen and malloc; code cleanups |
Sun, 02 Mar 2008 16:43:07 +0100 |
meillo |
updated examples to "create" instead of "input" |
Sun, 02 Mar 2008 16:32:52 +0100 |
meillo |
"sum" node clears its value now everytime it gets called |
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 |