index
:
delta/ccache.git
3.1-maint
3.2-maint
3.3-maint
3.4-maint
3.5-maint
3.7-maint
4.5-maint
4.6-maint
4.7-maint
baserock/build-essential
baserock/http-ccache
baserock/http-ccache-morph
baserock/jonathan/no-system-zlib
baserock/liw/kinnison-ccache-fix
baserock/morph
baserock/samthursfield/build-essential-2
baserock/samthursfield/build-essential-2-rebase
dev/aggregation
dev/memcached
maint
master
github.com: ccache/ccache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
args.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use bool, true and false for boolean values
Joel Rosdahl
2010-08-29
1
-5
/
+5
*
Remove includes that are redundant after system.h introduction
Joel Rosdahl
2010-08-29
1
-4
/
+0
*
Fix bug in args_strip()
Joel Rosdahl
2010-08-22
1
-1
/
+1
*
Use reentrant strtok_r() instead of strtok()
Joel Rosdahl
2010-08-14
1
-2
/
+2
*
Make args_init_from_string() split on more whitespace characters
Joel Rosdahl
2010-08-14
1
-1
/
+1
*
Add args_set() function
Joel Rosdahl
2010-08-14
1
-0
/
+10
*
Format code to use a more consistent coding style
Joel Rosdahl
2010-08-01
1
-8
/
+6
*
Introduce and use function-like macros str_eq() and str_startswith()
Joel Rosdahl
2010-08-01
1
-2
/
+2
*
Allow argument to args_free() to be NULL
Joel Rosdahl
2010-07-17
1
-0
/
+1
*
Implement args_extend function
Joel Rosdahl
2010-07-17
1
-0
/
+10
*
Fix off-by-one error in args_to_string
Joel Rosdahl
2010-07-17
1
-1
/
+1
*
Get rid of the ARGS typedef; use struct args explicitly
Joel Rosdahl
2010-07-17
1
-14
/
+25
*
Add CHECK macros for ARGS
Joel Rosdahl
2010-07-16
1
-0
/
+38
*
Add args_init_from_string function
Joel Rosdahl
2010-07-15
1
-0
/
+17
*
Add args_copy function
Joel Rosdahl
2010-06-02
1
-0
/
+5
*
Fix handling of -finput-charset when CCACHE_CPP2 is in effect
Joel Rosdahl
2010-06-02
1
-0
/
+11
*
Switch license to GPLv3+
Joel Rosdahl
2010-04-22
1
-18
/
+16
*
Remove standard includes from ccache.h
Joel Rosdahl
2010-02-17
1
-0
/
+3
*
Remove trailing whitespace
Joel Rosdahl
2010-01-05
1
-7
/
+7
*
use error checking alloc functions in a few more places
Andrew Tridgell
2004-09-06
1
-6
/
+6
*
added support for CCACHE_PREFIX option
Andrew Tridgell
2003-02-16
1
-9
/
+30
*
added args_strip() function for stripping --cacche-* options in
Andrew Tridgell
2003-02-08
1
-0
/
+21
*
fixed some warnings
Andrew Tridgell
2003-01-06
1
-3
/
+3
*
fixed a couple of minor memory leaks
v1.3
Andrew Tridgell
2002-04-01
1
-2
/
+5
*
added args_pop() for neater args processing
Andrew Tridgell
2002-03-27
1
-0
/
+5
*
added some docs and comments ...
Andrew Tridgell
2002-03-27
1
-0
/
+20
*
first version of C compilercache
Andrew Tridgell
2002-03-26
1
-0
/
+21