| port/parse.c
| | 1999/0316
| |
Created. |
| | | |
|
|
| | 2000/0308
| |
Replace parsefields with new library function getfields, now that getfields is thread-safe. |
| | | |
|
|
| | 2001/0331
| |
Bug fix: guard against error in user to kernel memmove. |
| | | |
|
|
| | 2001/0405
| |
Bug fix: only call smalloc, waserror, poperror when running a user process. |
| | | |
|
|
| | 2001/0418
| |
Change getfields to tokenize for quoted strings. |
| | | |
|
|
| | 2001/0527
| |
Change tokenize back to getfields to avoid quoted strings. |
| | | |
|
|
| | 2001/1108
| |
Avoid fixed field count; allocate enough for list of fields. |
| | | |
|
|
| | 2001/1117
| |
Reduce estimate of field count. Change back to tokenize. |
| | | |
|
|
| | 2001/1118
| |
Add lookupcmd. |
| | | |
|
|
| | 2001/1120
| |
Add wildcard command. Add cmderror. Better error strings. |
| | | |
|