summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2011-11-14 00:58:49 +0000
committerPaul Smith <psmith@gnu.org>2011-11-14 00:58:49 +0000
commit83ce81fcaa2f2c80446d96892b626b19564bdc8d (patch)
tree85efd904fc425c58d5ac5350908f8e9b46b8c782 /ChangeLog
parent63888b91f62a9c126c1cfa61ec3ffac35a6a36f1 (diff)
downloadgunmake-83ce81fcaa2f2c80446d96892b626b19564bdc8d.tar.gz
Don't use Hungarian notation: remove _p/_ptr from var names.
Fixes Savannah bug #32567.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b5aa6e..dd8789e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-11-13 Paul Smith <psmith@gnu.org>
+ * job.c (construct_command_argv): Remove _p.
+ (construct_command_argv_internal): Remove _ptr.
+ Fixes Savannah bug #32567.
+
* main.c (clean_jobserver): Don't write the free token to the pipe.
Change suggested by Tim Newsome <tnewsome@aristanetworks.com>