summaryrefslogtreecommitdiff
path: root/args.c
Commit message (Expand)AuthorAgeFilesLines
* Use bool, true and false for boolean valuesJoel Rosdahl2010-08-291-5/+5
* Remove includes that are redundant after system.h introductionJoel Rosdahl2010-08-291-4/+0
* Fix bug in args_strip()Joel Rosdahl2010-08-221-1/+1
* Use reentrant strtok_r() instead of strtok()Joel Rosdahl2010-08-141-2/+2
* Make args_init_from_string() split on more whitespace charactersJoel Rosdahl2010-08-141-1/+1
* Add args_set() functionJoel Rosdahl2010-08-141-0/+10
* Format code to use a more consistent coding styleJoel Rosdahl2010-08-011-8/+6
* Introduce and use function-like macros str_eq() and str_startswith()Joel Rosdahl2010-08-011-2/+2
* Allow argument to args_free() to be NULLJoel Rosdahl2010-07-171-0/+1
* Implement args_extend functionJoel Rosdahl2010-07-171-0/+10
* Fix off-by-one error in args_to_stringJoel Rosdahl2010-07-171-1/+1
* Get rid of the ARGS typedef; use struct args explicitlyJoel Rosdahl2010-07-171-14/+25
* Add CHECK macros for ARGSJoel Rosdahl2010-07-161-0/+38
* Add args_init_from_string functionJoel Rosdahl2010-07-151-0/+17
* Add args_copy functionJoel Rosdahl2010-06-021-0/+5
* Fix handling of -finput-charset when CCACHE_CPP2 is in effectJoel Rosdahl2010-06-021-0/+11
* Switch license to GPLv3+Joel Rosdahl2010-04-221-18/+16
* Remove standard includes from ccache.hJoel Rosdahl2010-02-171-0/+3
* Remove trailing whitespaceJoel Rosdahl2010-01-051-7/+7
* use error checking alloc functions in a few more placesAndrew Tridgell2004-09-061-6/+6
* added support for CCACHE_PREFIX optionAndrew Tridgell2003-02-161-9/+30
* added args_strip() function for stripping --cacche-* options inAndrew Tridgell2003-02-081-0/+21
* fixed some warningsAndrew Tridgell2003-01-061-3/+3
* fixed a couple of minor memory leaksv1.3Andrew Tridgell2002-04-011-2/+5
* added args_pop() for neater args processingAndrew Tridgell2002-03-271-0/+5
* added some docs and comments ...Andrew Tridgell2002-03-271-0/+20
* first version of C compilercacheAndrew Tridgell2002-03-261-0/+21