| Log Message: |
2006-10-02 Andrew Black <ablack@roguewave.com>
* cmdopt.cpp: Convert C++ comments to C comments.
(rw_signal) [!_WIN32 & !_WIN64]: Ditto.
(parse_limit_opts): Ditto, fix style violation.
(show_usage): Make static (move from global to file scope).
(eval_options, split_opt_string): Move documentation from here ...
* cmdopt.h (eval_options, split_opt_string): ... To here.
Convert C++ comments to C comments.
* display.cpp (print_header_plain, print_target_plain,
print_status_plain, print_footer_plain): Make static, document.
* display.h: Convert C++ comments to C comments.
* exec.cpp: Ditto.
(limit_process) [!_WIN32 & !_WIN64]: Ditto.
(get_signo): Fix style violation.
(wait_for_child, exec_file) [!_WIN32 & !_WIN64]: Ditto.
(wait_for_child) [!_WIN32 & !_WIN64]: Correct embedded comment.
(get_signo, get_signame, exec_file): Move documentation from here ...
* exec.h (get_signo, get_signame, exec_file): ... To here.
Convert C++ comments to C comments.
* output.cpp (parse_output): Move documentation from here ...
* output.h (parse_output): ... To here.
Convert C++ comments to C comments.
* runall.cpp: Ditto
* target.h: Ditto, correct file header documentation.
* util.cpp (guarded_realloc): Fix style violation.
(terminate, guarded_malloc, guarded_realloc): Move documentation
from here ...
* util.h (terminate, guarded_malloc, guarded_realloc): ... To here.
(terminate): Fix style violation in declaration.
Convert C++ comments to C comments.
|