diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-09-28 02:55:08 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-09-28 02:55:08 +0200 |
commit | 0597ab06f6681758096685a0cd3ed3f24ab6e971 (patch) | |
tree | 462befdef914fd872fd42949d804a9b0b90cfbef /nt/ChangeLog | |
parent | 95b6d681b1121e1be8955aa3f79dd39098edf4cf (diff) | |
download | emacs-0597ab06f6681758096685a0cd3ed3f24ab6e971.tar.gz |
nt/*.c: Use const char*; remove unused code.
* addpm.c (entry, add_registry, main):
* addsection.c (file_data, open_input_file, open_output_file)
(find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
(COPY_CHUNK):
* cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
(skip_nonspace, get_next_token, search_dir, make_absolute)
(spawn, main):
* preprep.c (file_data, open_input_file, open_output_file)
(open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
Use const char*.
* cmdproxy.c (stdin): Don't define, not used.
(main): Don't assign remlen after last use.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r-- | nt/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 275b9bd6279..bacb207c836 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,19 @@ +2010-09-28 Juanma Barranquero <lekktu@gmail.com> + + * addpm.c (entry, add_registry, main): + * addsection.c (file_data, open_input_file, open_output_file) + (find_section, PTR_TO_OFFSET, copy_executable_and_add_section) + (COPY_CHUNK): + * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space) + (skip_nonspace, get_next_token, search_dir, make_absolute) + (spawn, main): + * preprep.c (file_data, open_input_file, open_output_file) + (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main): + Use const char*. + + * cmdproxy.c (stdin): Don't define, not used. + (main): Don't assign remlen after last use. + 2010-09-22 Juanma Barranquero <lekktu@gmail.com> * configure.bat: Err out when the argument of --cflags contains |