log actions.c
age |
author |
description |
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 |
Sat, 09 Feb 2008 17:26:05 +0100 |
meillo |
deleted old commented code |
Sat, 09 Feb 2008 16:49:29 +0100 |
meillo |
s/list/stack/g because thats what it is |
Fri, 08 Feb 2008 20:45:17 +0100 |
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) |
Thu, 07 Feb 2008 16:15:07 +0100 |
meillo |
added input; added nextNode, lastNode, insertLast |
Thu, 07 Feb 2008 14:46:27 +0100 |
meillo |
added difference between char and number |