diff options
-rw-r--r-- | ChangeLog | 23 | ||||
-rw-r--r-- | po/de.po | 14 | ||||
-rw-r--r-- | po/fr.po | 14 |
3 files changed, 33 insertions, 18 deletions
@@ -1,3 +1,18 @@ +1999-04-03 Greg McGary <gkm@gnu.org> + + * Version 3.2c released. + + * libidu/id-file.h (walker_verbose_flag): Add extern variable decl. + * libidu/scanners.c (SCAN_CPP_DIRECTIVE): Add macro. + (get_token_c, get_token_asm): Call SCAN_CPP_DIRECTIVE. + * libidu/walker.c (walker_verbose_flag): Add variable defn. + (print_member_file): Add function. + (maybe_get_member_file): Call print_member_file in verbose mode. + * src/mkid.c: Add coments. (ceil_log_2): Add function. + (main): Handle 'V' option for extra verbosity. + (scan_files): Use MAX (1M, n*lg(n)*64) to estimate initial size + of token hash table. + 1999-03-29 Greg McGary <gkm@gnu.org> * Version 3.2b released. @@ -121,10 +136,10 @@ 1998-11-20 Greg McGary <gkm@gnu.org> * libidu/fnprint.c (print_filenames): Move ALLOCA outside loop. - libidu/walker.c (get_lang_args): Ditto. - src/fnid.c (main): Ditto. - src/lid.c (report_grep, search_flinkv): Ditto. - src/mkid.c (scan_member_file): Consolidate two ALLOCA buffers + * libidu/walker.c (get_lang_args): Ditto. + * src/fnid.c (main): Ditto. + * src/lid.c (report_grep, search_flinkv): Ditto. + * src/mkid.c (scan_member_file): Consolidate two ALLOCA buffers at inner scopes to a single buffer at an outer scope. 1998-11-18 Greg McGary <gkm@gnu.org> @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU mkid 3.0.8\n" -"POT-Creation-Date: 1999-03-30 23:39-0700\n" +"POT-Creation-Date: 1999-04-03 17:48-0700\n" "PO-Revision-Date: 1996-03-23 22:34 MET\n" "Last-Translator: Karl Eichwalder <ke@ke.Central.DE>\n" "Language-Team: German <de@li.org>\n" @@ -115,17 +115,17 @@ msgid "" "strings\n" msgstr "" -#: libidu/scanners.c:687 libidu/scanners.c:991 libidu/scanners.c:1194 +#: libidu/scanners.c:694 libidu/scanners.c:970 libidu/scanners.c:1173 #, c-format msgid "junk: `%c'" msgstr "\"junk\": '%c'" -#: libidu/scanners.c:689 libidu/scanners.c:993 libidu/scanners.c:1196 +#: libidu/scanners.c:696 libidu/scanners.c:972 libidu/scanners.c:1175 #, c-format msgid "junk: `\\%03o'" msgstr "\"junk\": '\\%03o'" -#: libidu/scanners.c:793 +#: libidu/scanners.c:800 msgid "" "Assembly language:\n" " -c,--comment=CHARS Any of CHARS starts a comment until end-of-line\n" @@ -135,7 +135,7 @@ msgid "" " -n,--no-cpp Don't handle C pre-processor directives\n" msgstr "" -#: libidu/scanners.c:1097 +#: libidu/scanners.c:1076 msgid "" "Text language:\n" " -i,--include=CHAR-CLASS Treat characters of CHAR-CLASS as token " @@ -431,12 +431,12 @@ msgid "" "The following arguments apply to the language-specific scanners:\n" msgstr "" -#: src/mkid.c:360 +#: src/mkid.c:357 #, c-format msgid "can't create `%s' in `%s'" msgstr "" -#: src/mkid.c:364 +#: src/mkid.c:361 #, c-format msgid "can't modify `%s'" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1999-03-30 23:39-0700\n" +"POT-Creation-Date: 1999-04-03 17:48-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -126,17 +126,17 @@ msgid "" "strings\n" msgstr "" -#: libidu/scanners.c:687 libidu/scanners.c:991 libidu/scanners.c:1194 +#: libidu/scanners.c:694 libidu/scanners.c:970 libidu/scanners.c:1173 #, c-format msgid "junk: `%c'" msgstr "déchet: `%c'" -#: libidu/scanners.c:689 libidu/scanners.c:993 libidu/scanners.c:1196 +#: libidu/scanners.c:696 libidu/scanners.c:972 libidu/scanners.c:1175 #, c-format msgid "junk: `\\%03o'" msgstr "déchet: `\\%03o'" -#: libidu/scanners.c:793 +#: libidu/scanners.c:800 msgid "" "Assembly language:\n" " -c,--comment=CHARS Any of CHARS starts a comment until end-of-line\n" @@ -146,7 +146,7 @@ msgid "" " -n,--no-cpp Don't handle C pre-processor directives\n" msgstr "" -#: libidu/scanners.c:1097 +#: libidu/scanners.c:1076 msgid "" "Text language:\n" " -i,--include=CHAR-CLASS Treat characters of CHAR-CLASS as token " @@ -440,12 +440,12 @@ msgid "" "The following arguments apply to the language-specific scanners:\n" msgstr "" -#: src/mkid.c:360 +#: src/mkid.c:357 #, c-format msgid "can't create `%s' in `%s'" msgstr "" -#: src/mkid.c:364 +#: src/mkid.c:361 #, c-format msgid "can't modify `%s'" msgstr "" |