summaryrefslogtreecommitdiffstats
path: root/client/commands.c
AgeCommit message (Expand)Author
2000-06-01Both `help' command and the `unknown command' error message now tellMartin Mares
2000-04-21Use xmalloc() instead of malloc().Martin Mares
2000-04-12Introduced `ARRAY_SIZE' macro to replace all the sizeof(a)/sizeof(*a) constru...Martin Mares
2000-04-01Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares
2000-02-27Support expansion of command abbreviations.Martin Mares
2000-02-18Completion works. Unfortunately, we have to access a couple of internalMartin Mares
2000-02-17Client: Online help works (Cisco style: just press `?' at the end of a line).Martin Mares
2000-01-19Put client on a stony ground. The whole client is going to be system-specificMartin Mares