]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 14 Jan 2019 19:48:11 +0000 (20:48 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 14 Jan 2019 20:08:50 +0000 (21:08 +0100)
doc/NEWS.adoc

index 07e7de6610698a58f26d9ce9f0853be15b897193..cd32ad840ac5ef9f29379c6a00200f4763a61a1c 100644 (file)
@@ -16,8 +16,7 @@ Changes
 - Added support for GCC's `-ffile-prefix-map` option. The `-fmacro-prefix-map`
   option is now also skipped from the hash.
 
-- Added support for multiple `-fsanitize-blacklist` arguments, thus preventing
-  ccache from
+- Added support for multiple `-fsanitize-blacklist` arguments.
 
 - ccache now includes the environment variables `LANG`, `LC_ALL`, `LC_CTYPE`
   and `LC_MESSAGES` in the hash since they may affect localization of compiler
@@ -619,7 +618,7 @@ Bug fixes
   This makes it possible to rebuild with `CCACHE_CPP2` set without having to
   clear the cache to get new results.
 
-- Don't try to reset a non-existing stats file. This avoids ``No such file or
+- Don't try to reset a nonexistent stats file. This avoids ``No such file or
   directory'' messages in the ccache log when the cache directory doesn't
   exist.
 
@@ -806,7 +805,7 @@ Bug fixes
   This makes it possible to rebuild with `CCACHE_CPP2` set without having to
   clear the cache to get new results.
 
-- Don't try to reset a non-existing stats file. This avoids ``No such file or
+- Don't try to reset a nonexistent stats file. This avoids ``No such file or
   directory'' messages in the ccache log when the cache directory doesn't
   exist.