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