]> git.ipfire.org Git - thirdparty/ccache.git/commit
Merge branch 'maint'
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 8 Jan 2012 12:28:27 +0000 (13:28 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 8 Jan 2012 12:28:27 +0000 (13:28 +0100)
commit0e89a4565147f77d930fcff06a39d4804c73e7ec
tree5899f3f745f4aa5bdf49b03f2f31c60f858c174d
parent222ce68f156941d19f064878bda406c8704247cb
parentcb09292bbf3e85116b2cb3dba90ed0e699d51f84
Merge branch 'maint'

* maint:
  Update NEWS
  Also recognize -specs=file in addition to --specs=file
  Revert GCC bug compatibility for -MTarg and -MQarg
  Fix minor memory leaks
  Correct log message when unify mode is enabled
  Hash environment variables that affect the preprocessor output
  Hash mtime or content of GCC plugins specified with -fplugin=
  Use hash_compiler for explicit --specs= options as well
  Refactor code into a hash_compiler function
  Improve description on how to fix bad object files in the cache
  Make failure to create files in cache fatal
  Make failure to create cache directories fatal
  Remove unused print_executed_command function
  Handle non-writable CCACHE_DIR gracefully

Conflicts:
ccache.c
test.sh
test/test_argument_processing.c
ccache.c
manifest.c
test/test_argument_processing.c
util.c