diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-11-26 23:46:46 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2006-11-26 23:46:46 +0000 |
commit | bbf39a08912df2f1f176ebea4c790ffd22ba9e65 (patch) | |
tree | 26c249666e440d8d239cb0c7bbf81001685d2fcf /utils/ChangeLog | |
parent | c74c6f31d1786c2ae8eaab90f434bd833493034d (diff) |
2006-11-27 Ben Asselstine <benasselstine@canada.com>
Thomas Schwinge <tschwinge@gnu.org>
[task #5994 --- ``rpctrace: Consider PREFIX/shared/msgids/*.msgids by
default'']
* rpctrace.c: Include <stdbool.h> and <argz.h>.
(scan_msgids_dir): New function, factored out of the <case 'I'> code,
with the change of not directly parsing the files, but instead adding
them to an argz vector.
(STD_MSGIDS_DIR): New definition.
(options): Add new `--nostdinc' option.
(main): Handle that new option. Utilize an argz vector. Include the
files in STD_MSGIDS_DIR unless prohibited by the new option.
Diffstat (limited to 'utils/ChangeLog')
-rw-r--r-- | utils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog index 8b74e8b9..74731ac5 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,17 @@ +2006-11-27 Ben Asselstine <benasselstine@canada.com> + Thomas Schwinge <tschwinge@gnu.org> + + [task #5994 --- ``rpctrace: Consider PREFIX/shared/msgids/*.msgids by + default''] + * rpctrace.c: Include <stdbool.h> and <argz.h>. + (scan_msgids_dir): New function, factored out of the <case 'I'> code, + with the change of not directly parsing the files, but instead adding + them to an argz vector. + (STD_MSGIDS_DIR): New definition. + (options): Add new `--nostdinc' option. + (main): Handle that new option. Utilize an argz vector. Include the + files in STD_MSGIDS_DIR unless prohibited by the new option. + 2006-07-24 Ben Asselstine <benasselstine@canada.com> [bug #17135] |