graph
- 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