| Date |
File |
Revision |
Author | Revision Log |
| 2006/10/24 10:38:17 |
30 |
30 |
(no author) | Fix option checking to make partial matches not cause success |
| 2006/07/25 04:56:44 |
29 |
29 |
kittycat | Escape hash characters when expanded in a string |
| 2006/07/05 06:51:27 |
28 |
28 |
kittycat | Fixed macro redefinition in OSX |
| 2006/06/24 01:27:04 |
27 |
27 |
kittycat | Fixed a bug with external programs not returning the proper exit code in Unix (recommit) |
| 2006/06/21 00:23:20 |
26 |
26 |
kittycat | Fixed one of the casts added in the last update |
| 2006/06/21 00:18:09 |
25 |
25 |
kittycat | Added some casts for systems that don't use uint for size_t |
| 2006/06/20 12:26:19 |
24 |
24 |
kittycat | Fixed a problem with external commands not setting the proper return value in Unix |
| 2006/06/12 10:13:42 |
23 |
23 |
moose | test end
|
| 2006/06/12 10:13:17 |
22 |
22 |
moose | test
|
| 2006/06/01 11:25:57 |
21 |
21 |
kittycat | Added standard defines for MSVC to work |
| 2006/05/07 22:42:47 |
20 |
20 |
kittycat | Got rid of the type-punned pointer warnings when building optimized |
| 2006/05/07 08:22:56 |
19 |
19 |
kittycat | Fixed a bug where the word sub-command could leave a NULL next pointer |
| 2006/05/07 01:25:00 |
18 |
18 |
kittycat | Small hack/fix to not require a space after the = when setting a variable. I should find a better solution |
| 2006/05/06 21:48:22 |
17 |
17 |
kittycat | Fixed a bug where the disk file would be read instead of the pending command buffer |
| 2006/05/04 00:46:13 |
16 |
16 |
kittycat | Fixed possible problem of underrunning a buffer |
| 2006/05/02 20:18:32 |
15 |
15 |
kittycat | Fix to make resize_list clear the list instead of realloc'ing to 0 bytes |
| 2006/05/02 20:11:10 |
14 |
14 |
kittycat | Fixed a bug that could cause variables to not be deleted properly |
| 2006/04/30 22:36:53 |
13 |
13 |
kittycat | Fixing a fix for a problem with some sub-commands and spaces |
| 2006/04/30 22:29:36 |
12 |
12 |
kittycat | Fixed a problem with some sub-commands and spaces, another attempt |
| 2006/04/30 22:20:35 |
11 |
11 |
kittycat | Fixed a problem with some sub-commands for real this time, I hope |