log

age author description
2008-11-13 meillo better code for long strings
2008-06-25 meillo Added tag 0.4 for changeset 7adeee76ce3e
2008-06-25 meillo switched to version 0.5
2008-06-25 meillo made Makefile much simpler (installs now to /usr/local)
2008-06-25 meillo using function pointers now, instead of a large if-else
2008-03-16 meillo updated TODO; removed trailing spaces from LICENSE 0.4
2008-03-16 meillo added error handling for fopen and malloc; code cleanups
2008-03-02 meillo updated examples to "create" instead of "input"
2008-03-02 meillo "sum" node clears its value now everytime it gets called
2008-03-02 meillo documented "if" and "while" in the man page; new error code 7
2008-03-02 meillo "input" node is now "create" node and can handle more than user input now
2008-03-02 meillo added first implementation of "if" and "while" (but they are not perfect yet)
2008-03-02 meillo Added tag 0.3 for changeset f9fc4c4f9e3d666dad2bd1efa627fb646334433c
2008-03-02 meillo documented nodes in man page 0.3
2008-03-02 meillo merged header files into only one (removed actions.h)
2008-03-02 meillo added deep copy and fixed so node times