Repository List
/
cbuild
/
trunk
/
cbuild.c @ HEAD
English
Français
Chinese (Simplified)
Chinese (Traditional)
Blame/Annotate
Checkout
View File
RSS Feed
Show last: 20 ,
50
,
100
,
All
Next page
Date
File
Revision
Author
Diff
Revision Log
2006/10/24 10:38:17
30
30
(no author)
HTML
|
TEXT
Fix option checking to make partial matches not cause success
2006/07/25 04:56:44
29
29
kittycat
HTML
|
TEXT
Escape hash characters when expanded in a string
2006/07/05 06:51:27
28
28
kittycat
HTML
|
TEXT
Fixed macro redefinition in OSX
2006/06/24 01:27:04
27
27
kittycat
HTML
|
TEXT
Fixed a bug with external programs not returning the proper exit code in Unix (recommit)
2006/06/21 00:23:20
26
26
kittycat
HTML
|
TEXT
Fixed one of the casts added in the last update
2006/06/21 00:18:09
25
25
kittycat
HTML
|
TEXT
Added some casts for systems that don't use uint for size_t
2006/06/20 12:26:19
24
24
kittycat
HTML
|
TEXT
Fixed a problem with external commands not setting the proper return value in Unix
2006/06/12 10:13:42
23
23
moose
HTML
|
TEXT
test end
2006/06/12 10:13:17
22
22
moose
HTML
|
TEXT
test
2006/06/01 11:25:57
21
21
kittycat
HTML
|
TEXT
Added standard defines for MSVC to work
2006/05/07 22:42:47
20
20
kittycat
HTML
|
TEXT
Got rid of the type-punned pointer warnings when building optimized
2006/05/07 08:22:56
19
19
kittycat
HTML
|
TEXT
Fixed a bug where the word sub-command could leave a NULL next pointer
2006/05/07 01:25:00
18
18
kittycat
HTML
|
TEXT
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
HTML
|
TEXT
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
HTML
|
TEXT
Fixed possible problem of underrunning a buffer
2006/05/02 20:18:32
15
15
kittycat
HTML
|
TEXT
Fix to make resize_list clear the list instead of realloc'ing to 0 bytes
2006/05/02 20:11:10
14
14
kittycat
HTML
|
TEXT
Fixed a bug that could cause variables to not be deleted properly
2006/04/30 22:36:53
13
13
kittycat
HTML
|
TEXT
Fixing a fix for a problem with some sub-commands and spaces
2006/04/30 22:29:36
12
12
kittycat
HTML
|
TEXT
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