diff options
author | Paul Smith <psmith@gnu.org> | 2011-11-14 00:58:49 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2011-11-14 00:58:49 +0000 |
commit | 83ce81fcaa2f2c80446d96892b626b19564bdc8d (patch) | |
tree | 85efd904fc425c58d5ac5350908f8e9b46b8c782 /ChangeLog | |
parent | 63888b91f62a9c126c1cfa61ec3ffac35a6a36f1 (diff) | |
download | gunmake-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |