summaryrefslogtreecommitdiff
path: root/unify.c
Commit message (Expand)AuthorAgeFilesLines
* c99: Declare variables closer to their first useJoel Rosdahl2016-07-231-14/+7
* c99: Use //-style-commentsJoel Rosdahl2016-07-221-36/+32
* Update source code style according to uncrustifyJoel Rosdahl2015-08-051-4/+4
* Convert inline "if"s to "if"s with bodyJoel Rosdahl2014-11-161-5/+15
* Use bool, true and false for boolean valuesJoel Rosdahl2010-08-291-2/+2
* Remove includes that are redundant after system.h introductionJoel Rosdahl2010-08-291-7/+0
* Read files into memory instead of using mmap()Joel Rosdahl2010-08-261-10/+6
* Format code to use a more consistent coding styleJoel Rosdahl2010-08-011-19/+21
* Introduce and use x_fmmap() and x_munmap()Ramiro Polla2010-07-161-19/+5
* Switch license to GPLv3+Joel Rosdahl2010-04-221-28/+28
* Mark token array as constKovarththanan Rajaratnam2010-03-181-2/+2
* Always close(fd) as soon as file is mmap()'d.Ramiro Polla2010-02-281-1/+1
* Portability: Include headers to get O_RDONLY and friendJoel Rosdahl2010-02-281-0/+3
* Let cc_log and fatal add a newline character to the messageJoel Rosdahl2010-02-241-2/+2
* use size_t when we refer to memory sizesKovarththanan Rajaratnam2010-02-221-1/+1
* Remove standard includes from ccache.hJoel Rosdahl2010-02-171-0/+5
* Let hash_* functions take a hash context so that they are reusableJoel Rosdahl2010-01-051-27/+27
* Remove trailing whitespaceJoel Rosdahl2010-01-051-11/+10
* - attempt to make ccache work with cygwin by using O_BINARY (thanksAndrew Tridgell2004-09-061-1/+1
* fixed some warningsAndrew Tridgell2002-04-011-5/+5
* minor unifier bug fixAndrew Tridgell2002-04-011-3/+5
* more unifier docsAndrew Tridgell2002-04-011-2/+10
* more length checksAndrew Tridgell2002-04-011-9/+11
* added CCACHE_NOUNIFY optionAndrew Tridgell2002-04-011-1/+36
* added the C/C++ unifierAndrew Tridgell2002-03-311-46/+34
* not used yet, but probably will be soonAndrew Tridgell2002-03-311-0/+234