home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gettext-0.10.24-src.tgz / tar.out / fsf / gettext / src / ChangeLog next >
Text File  |  1996-09-28  |  44KB  |  1,321 lines

  1. Sat Aug 31 04:49:38 1996  Ulrich Drepper  <drepper@cygnus.com>
  2.  
  3.     * gettextp.c: Don't include <libintl.h> since this can generate
  4.      conflicts.
  5.  
  6. Mon Jul 15 02:21:25 1996  Ulrich Drepper  <drepper@cygnus.com>
  7.  
  8.     * msgfmt.c: Major change: msgfmt now does not write fuzzy messages
  9.     out by default.  The option -f/--use-fuzzy must be used to
  10.     explicitely tell to do it.
  11.  
  12. Sat Jul 13 20:23:34 1996  Ulrich Drepper  <drepper@cygnus.com>
  13.  
  14.     * xget-lex.c (phase6_get): Reset selected comments on every
  15.         preprocessor directive.
  16.  
  17. Fri Jul 12 12:38:49 1996  Ulrich Drepper  <drepper@cygnus.com>
  18.  
  19.     * xgettext.c (main): Remove `v' from short option list.
  20.  
  21. Sat Jul  6 11:22:47 1996  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  22.  
  23.     * message.c (message_merge): Add some casts to (char *) in alloca
  24.     calls.  Make KNOWN_FIELDS array static.
  25.  
  26. Sat Jul  6 11:15:43 1996  Jim Meyering  <meyering@na-net.ornl.gov>
  27.  
  28.     * msgfmt.c (check_pair): Correct English in Message.
  29.  
  30. Fri Jul  5 17:27:11 1996  Ulrich Drepper  <drepper@cygnus.com>
  31.  
  32.     * message.c (message_merge): Terminate string for UNKNOWN fields
  33.         in header entry.
  34.  
  35.     * message.c (message_merge): Don't print POT-Revision-Date twice.
  36.  
  37.     * msgfmt.c: Implement --statistics.
  38.     Suggested by Santiago Vila Doncel.
  39.  
  40.     * msgfmt.c: and change message checking so that tests for leading
  41.     and trailing \n are always performed.
  42.     Suggested by François Pinard.
  43.  
  44. Wed Jun 19 02:42:52 1996  Ulrich Drepper  <drepper@cygnus.com>
  45.  
  46.     * message.c (message_merge): Implement sorting of header entry
  47.         lines.
  48.  
  49. Sat Jun 15 19:46:50 1996  Ulrich Drepper  <drepper@cygnus.com>
  50.  
  51.     * msgmerge.c (usage): Correct -w option in help string (was -W).
  52.  
  53. Tue Jun 11 15:28:44 1996  Ulrich Drepper  <drepper@cygnus.com>
  54.  
  55.     * xget-lex.c, xget-lex.h (xgettext_lex_comment): Change parameter
  56.         type to size_t.
  57.  
  58.     * po-lex.h, po-lex.c (gram_max_allowed_errors): Change type to
  59.         size_t.
  60.  
  61.     * message.c, message.h (message_page_width_set): Change parameter
  62.         type to size_t.
  63.  
  64.     * Makefile.am (AUTOMAKE_OPTIONS): Add variable.  Must be defined
  65.         in all subdirs.
  66.  
  67. Mon Jun 10 02:53:52 1996  Marcus Daniels  <marcus@sysc.pdx.edu>
  68.  
  69.     * dir-list.c: Include system.h in order to get size_t and NULL.
  70.  
  71. Thu Jun  6 01:59:31 1996  Ulrich Drepper  <drepper@cygnus.com>
  72.  
  73.     * str-list.h: Include <stddef.h> to get size_t defined.
  74.     Reported by Philippe Defert.
  75.  
  76.     * Makefile.am (LDADD): Remove `@INTLLIBS@ ../lib/libnlsut.a
  77.         @LIBS@'.  This is not necessary anymore.
  78.  
  79. Wed Jun  5 00:00:08 1996  Ulrich Drepper  <drepper@cygnus.com>
  80.  
  81.     * xgettext.c, msgunfmt.c (usage): Correct --page-width to --width
  82.         in usage string.
  83.  
  84.     * open-po.c (open_po_file): Implement search path for PO files.
  85.  
  86.     * xget-lex.c (xgettext_lex_open): Implement search path for PO
  87.         files.  Patch by Peter Miller.
  88.  
  89.     * message.h (struct message_ty): Add do_wrap member.
  90.     Add prototypes for parse_c_width_description_string and
  91.     message_page_width_set.
  92.  
  93.     * xgettext.c: Implement --width option to specify width for which
  94.     line wrapping is done.  Change --directory option implement search
  95.     path instead of single directory.  Patch by Peter Miller.
  96.  
  97.     * message.c (wrap): Implement no-wrap special comment.  If given
  98.     no wrapping is performed.
  99.  
  100.     * gettextp.c, msgcmp.c, msgfmt.c, msgmerge.c, msgunfmt.c,
  101.         xgettext.c: Add `no-wrap' comments at usage message strings.
  102.  
  103.     * msgcmp.c: Implement --directory to specify search path for .po
  104.         files.  Patch by Peter Miller.
  105.  
  106. Tue Jun  4 23:57:59 1996  Ulrich Drepper  <drepper@cygnus.com>
  107.  
  108.     * msgfmt.c: Implement --width option to specify width for which
  109.         line wrapping is done.  Patch by Peter Miller.
  110.  
  111.     * msgmerge.c: Implement --width option to specify width for which
  112.     line wrapping is done.  Implement --directory to specify search
  113.     path for .po files.  Patch by Peter Miller.
  114.  
  115.     * msgunfmt.c: Implement --width option to specify width for which
  116.         line wrapping is done.  Patch by Peter Miller.
  117.  
  118. Tue Jun  4 00:12:25 1996  Ulrich Drepper  <drepper@cygnus.com>
  119.  
  120.     * po-hash.y: Add new clause where in GNU style format the name is
  121.         `file'.
  122.  
  123.     * Makefile.am (noinst_HEADERS): Add dir-list.h.
  124.     (msgcmp_SOURCES, msgfmt_SOURCES, msgmerge_SOURCES, xgettext_SOURCES):
  125.     Add dir-list.c
  126.  
  127. Mon Jun  3 00:43:07 1996  Ulrich Drepper  <drepper@cygnus.com>
  128.  
  129.     * message.h: Add new parameter for message_list_print.
  130.  
  131.     * msgmerge.c, msgunfmt.c (main): Add new parameter to
  132.     message_list_print.  Set to 0 because we don't need to know about
  133.     the reasoning.
  134.  
  135.     * xgettext.c: Implement new option --debug which determines
  136.     whether a difference is made between c-format and
  137.     possible-c-format.  Default is to print c-format for both cases.
  138.  
  139.     * message.c (make_c_format_description_string): Take additional
  140.     parameter DEBUG.  If nonzero, distinguish between c-format and
  141.     possible-c-format.
  142.  
  143.     * message.c (message_print_obsolete): Copy precious translator
  144.     comment to output file.  Reported by Santiago Vila Doncel.
  145.  
  146.     * dir-list.c: Include file now is called dir-list.h, not
  147.         dir_list.h.
  148.  
  149.     * message.c: Include <limits.h>.
  150.  
  151.     * Makefile.am (EXTRA_DIST): Add variable to distribute po-gram.y
  152.         and po-hash.y.
  153.  
  154.     * Makefile.am (msgfmt_SOURCES): Fix typo: msgfmt.o -> msgfmt.c.
  155.  
  156. Sat Jun  1 04:33:48 1996  Ulrich Drepper  <drepper@cygnus.com>
  157.  
  158.     * Makefile.in: Remove support for tupdate.  msgmerge is stable
  159.         now.
  160.  
  161. Wed Apr 10 01:20:49 1996  Ulrich Drepper  <drepper@myware>
  162.  
  163.     * message.c (message_print_obsolete): Don't print
  164.     c-format/no-c-format flags for obsolete entries.
  165.  
  166.     * xgettext.c (construct_header): Change DIST to ZONE in header
  167.         entry template.
  168.  
  169.     * message.c (message_merge): Insert POT-Creation-Date field before
  170.         PO-Revision-Date.
  171.  
  172. Tue Apr  9 17:13:34 1996  Ulrich Drepper  <drepper@myware>
  173.  
  174.     * xgettext.c (construct_header): Move POT-Creation-Date line
  175.     before PO-Revision-Date line.
  176.  
  177. Fri Apr  5 12:07:19 1996  Ulrich Drepper  <drepper@myware>
  178.  
  179.     * msgmerge.c: Implement --quiet option to prevent dots printed as
  180.         progress report.
  181.     (merge): Don't print dots if `quiet'.
  182.  
  183.     * msgmerge.c (merge): Nicer statistics message.
  184.  
  185.     * message.c (message_merge): Update POT-Creation-Date field in
  186.     header entry from contents in reference file.
  187.  
  188.     * msgfmt.c (format_directive_message): Better test for unchanged
  189.     fields in header entry.
  190.  
  191.     * xgettext.c (difftm): Is back.
  192.     (construct_header): Print distance to GMT in POT file time stamp.
  193.  
  194.     * xgettext.c (construct_header): Print leading comment and fuzzy
  195.         flag.
  196.  
  197.     * message.c (message_print): Allow translator comment to fill more
  198.         than one line.
  199.  
  200.     * xgettext.c (construct_header): Introduce POT-Creation-Date
  201.         field.
  202.  
  203. Fri Apr  5 03:05:07 1996  Ulrich Drepper  <drepper@myware>
  204.  
  205.     * msgmerge.c (merge): Rename empty in missing.  There might be
  206.     more empty messages which are not missed.
  207.  
  208.     * msgmerge.c (merge): Terminate `.' line if no verbose output is
  209.         selected.
  210.  
  211.     * msgmerge.c (main): Implement -v option to increase verbosity
  212.         level.
  213.     (merge): Print `.' to signal ongoing work.
  214.     Unless verbosity level > 1 don't print information about fuzzy and
  215.     missing matches.  Instead print statistics at the end.
  216.     Suggested by François Pinard and Santiago Vila Doncel.
  217.  
  218. Thu Apr  4 11:59:20 1996  Ulrich Drepper  <drepper@myware>
  219.  
  220.     * xgettext.c (difftm): Remove unused function.
  221.     (construct_header): Don't fill Last-Translator field with information
  222.     about curent user but instead constant text mentioning xgettext.
  223.  
  224.     * message.c (message_list_search_fuzzy): Initialize mp before
  225.         using it.
  226.  
  227.     * message.c (message_print): Normalize printed messages even more.
  228.     Don't print fuzzy flag is msgstr is empty.
  229.  
  230.     * message.c (message_list_search_fuzzy): Don't try to match
  231.     against msgid if none if the msgstr of this message in non-empty.
  232.  
  233. Thu Apr  4 01:57:37 1996  Ulrich Drepper  <drepper@myware>
  234.  
  235.     * msgfmt.c (format_directive_message): When testing header entry
  236.     also check whether they still contain the initial values.
  237.     Suggested by François Pinard.
  238.  
  239. Tue Apr  2 16:19:42 1996  Ulrich Drepper  <drepper@myware>
  240.  
  241.     * xgettext.c (main): Add "warning" to message about unknown input
  242.         file type.
  243.  
  244.     * Makefile.in (all-gettext): New goal.  Same as all.
  245.  
  246.     * xgettext.c (usage): Rearange help strings.  One of them was too
  247.     long for some dumb catgets programs.  Reported by Marcus Daniels.
  248.  
  249.     * msgfmt.c (format_directive_message): Check for standard header
  250.         entry fields.
  251.  
  252.     * xgettext.c (construct_header): MIME-VERSION should be written
  253.         MIME-Version.
  254.  
  255.     * msgmerge.c (main): Don't recognize -f option anymore.  This is
  256.         the default now.
  257.  
  258.     * msgfmt.c (format_debrief): New function.  Warn if no header
  259.         entry is found.
  260.     (format_directive_message): Remember if header entry is found.
  261.  
  262. Tue Apr  2 11:12:15 1996  Ulrich Drepper  <drepper@myware>
  263.  
  264.     * msgfmt.c (format_constructor): New function.  Initialize
  265.         is_c_format field.
  266.     (format_directive_message): Clear is_c_format field for next message
  267.     at the end.
  268.  
  269.     * xgettext.c, po-lex.h, po-lex.c, po-gram.y, msgmerge.c, msgfmt.c,
  270.     msgcmp.c: Use gram_error_at_line instead of gram_error_with_loc
  271.     and error_at_line instead of error_with_loc.  Roland does not like
  272.     my English.
  273.  
  274. Tue Apr  2 03:27:34 1996  Ulrich Drepper  <drepper@myware>
  275.  
  276.     * msgunfmt.c (main): Removed -S option.  People should think twice
  277.     before using this and so are forced to use the long version.
  278.  
  279. Tue Apr  2 03:25:56 1996  François Pinard  <pinard@iro.umontreal.ca>
  280.  
  281.     * msgunfmt.c (usage): Remove Tab character from message.
  282.  
  283. Tue Apr  2 03:15:16 1996  Marcus Daniels  <marcus@sysc.pdx.edu>
  284.  
  285.     * message.c (significant_c_format_p): If is_c_format is `no' this
  286.         is significant.
  287.  
  288. Tue Apr  2 03:12:24 1996  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  289.  
  290.     * po.c (po_comment_filepos): Make definition static as declaration
  291.         was before.
  292.  
  293.     * msgunfmt.c (usage): Add missing \n to help string.
  294.  
  295. Mon Apr  1 02:37:45 1996  Ulrich Drepper  <drepper@myware>
  296.  
  297.     * xgettext.c (main): When recognizing file type, default to C
  298.     instead of regarding it as an error.  Suggested by Marcus Daniels.
  299.  
  300.     * po.c (po_callback_comment): For now recognize #! also as special
  301.         comment.
  302.  
  303.     * msgmerge.c (merge): Remove --force option.  We now always write
  304.     the result.  It makes no sense to reject the output because some
  305.     messages are not matching.
  306.  
  307.     * po-lex.c (po-gram_error, gram_error_with_loc): Use
  308.     error_message_count instead of gram_nerrors.
  309.     (gram_nerrors): Remove definition.
  310.  
  311.     * po-lex.h (po-gram_error, gram_error_with_loc): Use
  312.     error_message_count instead of gram_nerrors.
  313.  
  314.     * xgettext.c: Remove verbose option and variable.
  315.     (test_whether_c_format): Don't return `possible' is string
  316.     contains no format specifier.
  317.  
  318. Sun Mar 31 23:23:40 1996  Ulrich Drepper  <drepper@myware>
  319.  
  320.     * xget-lex.c (xgettext_lex): Fix typo.  Reported by François
  321.         Pinard.
  322.  
  323. Thu Mar 28 19:01:22 1996  Ulrich Drepper  <drepper@myware>
  324.  
  325.     * po.c (po_callback_comment): Correct handling of special
  326.     comments.  Give whole comment to callback function instead of
  327.     tokenized form.
  328.  
  329. Thu Mar 28 18:37:49 1996  Ulrich Drepper  <drepper@myware>
  330.  
  331.     * xgettext.c (remember_a_message): Always look through comments
  332.     because we have to look for c-format comments.
  333.  
  334.     * message.h, msgmerge.c, xgettext.c, message.c, msgfmt.c:
  335.     Implement more detailed C format string handling.  Basically coded
  336.     by Marcus Daniels.
  337.  
  338. Thu Mar 28 16:52:56 1996  Marcus Daniels  <marcus@sysc.pdx.edu>
  339.  
  340.     * Makefile.in (MSGFMT_OBJ): Add message.o.
  341.  
  342. Wed Mar 27 03:16:01 1996  Ulrich Drepper  <drepper@myware>
  343.  
  344.     * xget-lex.c (xgettext_lex): Correct implementation of comments
  345.         grouped with messages.
  346.  
  347. Tue Mar 26 21:23:54 1996  Ulrich Drepper  <drepper@myware>
  348.  
  349.     * po.c (po_callback_comment): Remove unused variable string.
  350.     Include <ctype.h> because isspace is used.
  351.  
  352.     * message.h (message_list_print): Undo change of Mon Mar 25
  353.     03:34:44 1996.  Don't print trailing comment.  Remove additional
  354.     argument.
  355.  
  356.     * message.c (message_list_print): Undo change of Mon Mar 25
  357.     03:34:44 1996.  Don't print trailing comment.  We now have a
  358.     correct implementation of obsolete entry handling.
  359.     * msgmerge.c: Ditto.
  360.  
  361.     * po-lex.h: Add prototype for po_lex_pass_obsolete_entries.
  362.  
  363.     * po-lex.c (po_gram_lex): Implement handling of comments for
  364.         obsolete entries (#~).
  365.  
  366.     * msgunfmt.c, xgettext.c (main): Undo change of Mon Mar 25
  367.     03:34:44 1996.  Remove added argument to message_list_print again.
  368.  
  369.     * po-lex.c (po_gram_lex): Small optimization in string collection.
  370.  
  371.     * message.c (message_print_obsolete): Obsolete messages are now
  372.     preceded by #~ on each line.
  373.  
  374.     * xgettext.c (remember_a_message): Fix bug with dereferencing
  375.     dangling pointer.  This caused xgettext test 1 to fail.
  376.  
  377.     * xgettext.c (construct_header): Update format for file header.
  378.  
  379.     * xgettext.c (extract_directive_message): Don't report error when
  380.     message variant exists but the value is the same.  Reported by
  381.     Roland McGrath.
  382.  
  383.     * message.c (wrap): Only write characters in escape notation if
  384.     explicitely wanted or if it is one of the well known escapes like
  385.     \n.
  386.  
  387.     * msgunfmt.c (main): Adopt interface to GNU coding standard.  All
  388.     given files on command line are input files.  Output by default is
  389.     written to standard output and can be redirected using -o.
  390.  
  391. Mon Mar 25 04:25:42 1996  Ulrich Drepper  <drepper@myware>
  392.  
  393.     * message.c, message.h (message_list_print): Parameter filename is
  394.         const.
  395.  
  396.     * message.c (wrap): Change line break behaviour a bit.  While it
  397.     is reasonable to break long line containing #: comments
  398.     immediately when reaching the the limit, this could lead to unnice
  399.     results for the strings in msgid and msgstr.  The programmer
  400.     usually knows why the lines are that long.
  401.  
  402.     So we break for now after reaching 2 * PAGE_WIDTH instead of
  403.         PAGE_WIDTH.
  404.  
  405.     * message.c (message_list_print): Print blank line before trailing
  406.         comments.
  407.  
  408.     * message.c (message_print_obsolete): Don't print anything for
  409.     obsolete entries with empty msgstr.
  410.  
  411. Mon Mar 25 03:34:44 1996  Ulrich Drepper  <drepper@myware>
  412.  
  413.     * msgunfmt.c (main): Make program by default read from stdin and
  414.     by default write to stdout in the appropriate argument is not
  415.     given.  Suggested by Franc,ois Pinard.
  416.  
  417.     * msgfmt.c (format_directive_domain): Only check for correct
  418.     format string elements is special comment contains c-format.
  419.  
  420.     * msgfmt.c: Use sizeof instead of strlen to determine length of
  421.     constant string.
  422.  
  423.     * xgettext.c: Implement generation of c-format special comments.
  424.  
  425.     * msgunfmt.c (main): Call message_list_print with additional
  426.         argument set to NULL.
  427.  
  428.     * xgettext.c (main): Call message_list_print with additional
  429.         argument set to NULL;
  430.     (extract_class_ty): We don't have field comment_special anymore, but
  431.     instead flags fuzzy and c_format.
  432.     (extract_constructor): Reset fields fuzzy and c_format.
  433.     (extract_directive_message): Set flags according to special comments,
  434.     not string list.
  435.     (extract_comment_special): Set flags according to special comment.
  436.  
  437.     * message.h (message_ty): We don't have field comment_special
  438.     anymore.  Instead flags fuzzy and c_format.
  439.     (message_comment_special_append): Remove prototype.
  440.     (message_list_print): Add new argument to prototype.
  441.  
  442.     * message.c (message_alloc): We don't have the comment_special,
  443.         but fuzzy and c_format.
  444.     (message_comment_special_append): Remove function.  We now have flags.
  445.     (message_copy, message_merge): Copy fuzzy and c_format flag
  446.     appropriately.
  447.     (message_print, message_print_obsolete): Print special comment using
  448.     flags, not string list.
  449.     (message_list_print): Additional argument with trailing comments.
  450.     Printed at the end if not NULL.
  451.  
  452.     * msgmerge.c (merge_class_ty): New fields fuzzy and c_format for
  453.         flags;
  454.     (trailing_comments): New global variable for list of trailing
  455.     comments in definition file.
  456.     (grammar): Takes an additional argument which if NULL gets the list of
  457.     trailing comments assigned to.
  458.     (main): Call message_list_print with additional argument of trailing
  459.     comments.
  460.     (merge_comment_special): Recognize fuzzy and c-format special comment.
  461.  
  462. Sun Mar 24 17:35:26 1996  Ulrich Drepper  <drepper@myware>
  463.  
  464.     * xgettext.c (usage): Option --output-suffix does not exist
  465.         anymore.
  466.  
  467.     * msgmerge.c (usage): --strict does not have short form -S.
  468.  
  469.     * message.h (message_ty): New field `obsolete'.
  470.  
  471.     * msgmerge.c (merge): Change behaviour not not matched entries.
  472.     Instead of giving a message write them out at the end of the
  473.     regular output and precede each line with `# '.
  474.  
  475.     * message.c (message_list_print): Handle obsolete entries
  476.     separately by printing them at the end and preceded by `# '.
  477.     (message_print_obsolete): New function to print obsolete entries.
  478.  
  479.     * Makefile.in ($(PROGRAMS)): Add generated libraries as
  480.         dependencies for programs.
  481.  
  482.     * Makefile.in (PROGRAMS): Remove msgjoin.
  483.  
  484. Sun Mar 24 01:03:32 1996  Ulrich Drepper  <drepper@myware>
  485.  
  486.     * xgettext.c (extract_comment_filepos): Only add line comment if
  487.         requested by -n option.
  488.  
  489.     * po.c (po_callback_comment): Short by one bug in special comment
  490.         entry copying.
  491.  
  492.     * po.c (po_callback_comment): Handle special comments.  Separate
  493.     them into a list of comma separate entries.
  494.  
  495.     * message.c (message_print): Format of lines containing fuzzy
  496.     comments et.al. is now `#, xxx'.
  497.  
  498.     * Makefile.in: msgjoin program is not anymore generated.
  499.  
  500.     * xgettext.c: First step to implementing general input file
  501.     handling.  The program now recognizes the file type by the file
  502.     name extension and uses the appropriate function.  For now two
  503.     file types are recognized: C/C++ and PO.  Especially handling PO
  504.     files make the msgjoin program obsolete.
  505.  
  506. Sat Mar 23 01:50:00 1996  Ulrich Drepper  <drepper@myware>
  507.  
  508.     * msgfmt.c (verbose): Rename to verbose_level.
  509.     (main): Increment verbose_level each time -v option is given.
  510.     (format_directive_domain): Print some of the diagnostic messages only
  511.     if verbosity level is > 1.  Suggested by Franc,ois Pinard for a
  512.     better interface to PO mode.
  513.  
  514.     * xgettext.c (scan_c_file): Extract all string if `extract-all'
  515.     option is given.  Reported by Roland McGrath.
  516.  
  517. Thu Mar 14 14:55:20 1996  Ulrich Drepper  <drepper@myware>
  518.  
  519.     * msgfmt.c (format_comment_special): Be prepared that special
  520.     comment contains more than one entry, separated by commas.
  521.  
  522.     * message.c (message_print): Special comments are now written in a
  523.     line, separated by commas.
  524.  
  525.     * msgmerge.c (merge): Replace `INEXACT' with `fuzzy'.
  526.  
  527. Thu Mar 14 11:50:48 1996  Marcus Daniels  <marcus@sysc.pdx.edu>
  528.  
  529.     * po-hash.h (po_hash): Change __P to PARAMS in prototype.
  530.  
  531. Fri Mar  1 13:35:01 1996  Ulrich Drepper  <drepper@myware>
  532.  
  533.     * msgfmt.c (main): Set error_one_per_line to 1 to prevent more
  534.     than one error message per line.  Suggested by Franc,ois Pinard.
  535.  
  536.     * po-lex.h (po_gram_error): Don't write source file name in fatal
  537.         message.
  538.     (po_gram_error_with_loc): Ditto.
  539.  
  540.     * po-lex.c (lex_close): Don't write source file name in fatal
  541.         message.
  542.     (po_gram_error): Ditto.
  543.     (po_gram_error_with_loc): Ditto.
  544.  
  545. Fri Mar  1 00:30:49 1996  Ulrich Drepper  <drepper@myware>
  546.  
  547.     * po-lex.h: Use PARAMS instead of __P in header declarations.
  548.  
  549.     * msgcmp.c (compare_methods): Set new field comment_special to
  550.         NULL.
  551.  
  552.     * msgjoin.c (join_methods): Set new field comment_special to NULL.
  553.  
  554.     * xgettext.c (exclude_methods): Set new field comment_special to
  555.         NULL.
  556.  
  557.     * po.h (struct po_method_ty): New field comment_special.
  558.     (po_directive_domain, po_directive_message, po_parse_brief,
  559.     po_parse_debrief, po_comment, po_comment_dot, po_comment_filepos):
  560.     Remove prototypes.  Now are local functions.
  561.  
  562.     * po.c (po_parse_brief, po_parse_debrief, po_directive_domain,
  563.     po_directive_message, po_comment, po_comment_dot,
  564.     po_comment_filepos): Declare functions as local and add
  565.     prototypes.
  566.     (po_comment_special): New function.
  567.     (po_callback_comment): For special comments call po_comment_special.
  568.  
  569.     * msgmerge.c (usage): Add --force in help message.
  570.     (merge_methods): Set special comment callback to NULL.
  571.  
  572.     * po-lex.c (lex_open): Don't set pass_comments to 0.  This has to
  573.     be done in upper layer functions.
  574.     (po_gram_lex): Also pass #! comments up.
  575.  
  576.     * msgfmt.c (main): Make lexer pass comments up.
  577.     (format_comment_special): New function.  Warns about `#! INEXACT'
  578.     comments.
  579.     (format_methods): Add callback for special comment.
  580.  
  581. Wed Feb 14 01:56:14 1996  Ulrich Drepper  <drepper@myware>
  582.  
  583.     * xgettext.c (main): Remove option --output-suffix.  When default
  584.     domain name is "-" write to stdout.
  585.  
  586. Mon Feb 12 02:20:09 1996  Ulrich Drepper  <drepper@myware>
  587.  
  588.     * xgettext.c (main): Implement --output-suffix parameter to
  589.     determine alternative form of suffix for output file.
  590.  
  591.     * xgettext.c, msgjoin.c, msgmerge.c, msgunfmt.c (main): Add
  592.         additional argument to message_list_print call: control output in
  593.         case of empty PO file.
  594.     * message.c (message_list_print): Implement FORCE parameter.
  595.     * message.h: Change prototype.
  596.  
  597. Sun Jan 21 17:24:56 1996  Ulrich Drepper  <drepper@myware>
  598.  
  599.     * Makefile.in (install-exec): Include empty else case for case
  600.     when Perl is not available.  Reported by John David Anglin.
  601.  
  602. Sat Dec 23 12:41:43 1995  Jun Young  <bangjy@nownuri.nowcom.co.kr>
  603.  
  604.     * gettextp.c (usage): Short option for version info is -V.
  605.  
  606. Tue Dec 19 22:10:12 1995  Ulrich Drepper  <drepper@myware>
  607.  
  608.     * Makefile.in (Makefile, tupdate): Explicitly use $(SHELL) for
  609.         running shell scripts.
  610.  
  611. Sat Dec  9 17:06:11 1995  Ulrich Drepper  <drepper@myware>
  612.  
  613.     * xgettext.c, xget-lex.h, xget-lex.c, str-list.h, po.h, po.c,
  614.     po-lex.c, po-hash.y, po-gram.h, open-po.c, msgunfmt.c, msgmerge.c,
  615.     msgjoin.c, msgfmt.c, msgcmp.c, message.h, message.c, gettextp.c:
  616.     Use PARAMS instead of __P.  Suggested by Roland McGrath.
  617.  
  618. Fri Dec  8 01:38:40 1995  Ulrich Drepper  <drepper@myware>
  619.  
  620.     * Makefile.in (PROGRAMS): Add definitions for new msgjoin program.
  621.  
  622.     * msgjoin.c: Initial revision.
  623.  
  624. Wed Dec  6 18:43:14 1995  Ulrich Drepper  <drepper@myware>
  625.  
  626.     * open-po.c (open_po_file): Recognize /dev/stdin as name for
  627.     stdin.  Recognize .pot as valid extension.
  628.  
  629. Wed Dec  6 18:05:11 1995  Ulrich Drepper  <drepper@myware>
  630.  
  631.     * msgmerge.c (main): Sort options in getopt loop.
  632.  
  633. Mon Dec  4 15:37:22 1995  Ulrich Drepper  <drepper@myware>
  634.  
  635.     * msgmerge.c: (main): Remove unused variable `exit_status'.
  636.  
  637. Sun Dec  3 02:51:31 1995  Ulrich Drepper  <drepper@myware>
  638.  
  639.     * xget-lex.h: [xgettext_token_type_ty]: We now have two keyword
  640.     types and also the comma is important.
  641.  
  642.     * xgettext.c (remember_a_message):
  643.     Correct handling of -c option.  This is not a
  644.     string to prepend to output.  Instead it selects single strings to
  645.     include (instead of all).  Reported by Marcus Daniels.
  646.     (scan_c_file): Extend state machine.  We have to retrieve the second
  647.     argument for the keywords `dgettext' and `dcgetetxt`.
  648.  
  649.     * xget-lex.c (phase5_get): Recognize ','.
  650.     (xgettext_lex): Pass ',' on caller.
  651.     Return different value for keywords `dgetetxt' and `dcgettext`.
  652.  
  653.     * xget-lex.c (xgettext_lex): `gettext_noop' is an default keyword.
  654.  
  655.     * msgunfmt.c (usage):
  656.     Message should not contain TABs.  Reported by Franc,ois Pinard.
  657.  
  658.     * msgunfmt.c (usage):
  659.     Correct typo: Uniforun -> Uniforum.  Reported by Franc,ois Pinard.
  660.  
  661. Mon Nov 20 21:12:52 1995  Ulrich Drepper  <drepper@myware>
  662.  
  663.     * po-lex.c, message.c: Some more pretty printing.
  664.  
  665.     * message.c (wrap): Don't support '\a' and '\v'.
  666.  
  667.     * xget-lex.c (phase7_getc): Don't support '\v'.
  668.  
  669.     * po-lex.c (control_sequence): Don't support '\v'.
  670.  
  671.     * gettextp.c (expand_escape): Don't support \a and \v.
  672.  
  673.     * msgcmp.c (compare): Really define static.
  674.  
  675. Thu Nov 16 22:42:33 1995  Ulrich Drepper  <drepper@myware>
  676.  
  677.     * msgmerge.c (merge): Remove additional parameter in in prototype.
  678.  
  679.     * xgettext.c: Reomved unused type definition.  Patch by Peter Miller.
  680.  
  681.     * xget-lex.c: Correct some comments and better implementation of
  682.     -k option.  Patch by Peter Miller.
  683.  
  684.     * po.h: Fix typos.  By Peter Miller.
  685.  
  686.     * po-lex.c (po_gram_lex): Prevent accumulation of #! comments.
  687.  
  688.     * po-gram.y (comments): Remove unused rule.
  689.  
  690.     * msgmerge.c: Implement new options sort-by-file and sort-output.
  691.     Patches by Peter Miller.
  692.  
  693.     * msgcmp.c (domain): Remove unused global variable.
  694.     (domain_directive): Remove unused function.
  695.  
  696.     * message.h: Fix comment for MESSAGE_DOMAIN_DEFAULT definition.
  697.  
  698.     * message.c (message_print): Correct typo.
  699.     Clarify comments about ANSI escape sequences.
  700.     Patches by Peter Miller.
  701.  
  702.     * Makefile.in (DISTFILES): Remove $(COMSRCS).
  703.     (MSGFMT_OBJ): Correct indentation.  Patches by Peter Miller.
  704.  
  705. Sun Nov 12 12:52:29 1995  Ulrich Drepper  <drepper@myware>
  706.  
  707.     * xgettext.c (line, string, comment): Remove unused global variables.
  708.     (read_name_from_file): Remove unused variable `cp'.
  709.  
  710.     * msgmerge.c (merge): Add missing return statement.
  711.  
  712.     * msgfmt.c (check_pair): Correctly pair comparisons.
  713.  
  714.     * msgcmp.c (domain_list, mlp): Remove unused global variables.
  715.  
  716. Sat Nov 11 21:39:17 1995  Ulrich Drepper  <drepper@myware>
  717.  
  718.     * message.c (message_list_print):
  719.     Prevent output if we have no (real) entry.
  720.  
  721.     * xgettext.c (remember_a_message): Implement exclude file handling.
  722.  
  723. Sat Nov 11 17:38:05 1995  Ulrich Drepper  <drepper@myware>
  724.  
  725.     * msgunfmt.c: Fix message.
  726.  
  727.     * xgettext.c: Use string handling from str-list and .po file
  728.     handling use xget-lex et.al.
  729.  
  730.     * xget-lex.h, xget-lex.c, str-list.h, str-list.c, po.h:
  731.     Initial revision.
  732.  
  733.     * po-lex.h: Allow variable upper limit of errors.
  734.     New prototypes.
  735.  
  736.     * po-lex.c: Allow variable upper limit of errors.
  737.     Make comment's text available to the caller.
  738.  
  739.     * po.c, po-hash.y, po-hash.h: Initial revision.
  740.  
  741.     * po-gram.y: Add handling of comments.
  742.  
  743.     * po-gram.h: Remove all but one declaration.
  744.  
  745.     * msgunfmt.c, msgmerge.c: Initial revision.
  746.  
  747.     * msgfmt.c: Adopt for new interface to parser.
  748.  
  749.     * msgcmp.c: Move lot's of general code to other files.
  750.  
  751.     * message.h, message.c:
  752.     Extended functionality for Peter Miller's pseudo-OO programming.
  753.  
  754.     * Makefile.in: Rewrite after adding rules for new programs.
  755.  
  756. Fri Nov 10 10:01:37 1995  Ulrich Drepper  <drepper@myware>
  757.  
  758.     * Makefile.in (PROGRAMS): Add new programs msgmerge and msgunfmt.
  759.  
  760. Thu Nov  9 01:29:46 1995  Ulrich Drepper  <drepper@myware>
  761.  
  762.     * gettextp.c (usage): Split message in two parts.
  763.  
  764.     * xgettext.c (usage): Split message in three parts.
  765.  
  766.     * xgettext.c (main):
  767.     Print warning if --files-from option and file names on command
  768.     line are given.
  769.  
  770.     * xgettext.c (long_options):
  771.     Mixed up `default-domain' and `directory' values.
  772.  
  773. Wed Nov  8 23:31:34 1995  Ulrich Drepper  <drepper@myware>
  774.  
  775.     * xgettext.c: Implement -D and -f option.
  776.  
  777. Tue Nov  7 13:44:44 1995  Ulrich Drepper  <drepper@myware>
  778.  
  779.     * Makefile.in (LIBS): One @LIBS@ must be @INTLLIBS@.
  780.  
  781.     * Makefile.in (LIBS): Correct definition.  We must be prepared to
  782.     use two different libintl.a libraries.
  783.     (po-gram.gen.c): Don't use $< in non-implicit rule.
  784.  
  785.     * Makefile.in (install-exec): Use `test -n' instead of
  786.     `test XXX != ""'.  Proposed by Franc,ois Pinard.
  787.  
  788. Sun Nov  5 23:59:03 1995  Ulrich Drepper  <drepper@myware>
  789.  
  790.     * Makefile.in (INSTALL_PROGRAM): Do not specify mode.
  791.  
  792. Sun Nov  5 21:13:57 1995  Ulrich Drepper  <drepper@myware>
  793.  
  794.     * xgettext.c, msgfmt.c:
  795.     Comments describing what has to be done should start with FIXME.
  796.  
  797. Sun Nov  5 19:39:56 1995  Ulrich Drepper  <drepper@myware>
  798.  
  799.     * Makefile.in (dist-gettext): Make synonym for dist.
  800.  
  801. Sun Nov  5 18:11:15 1995  Ulrich Drepper  <drepper@myware>
  802.  
  803.     * po-lex.h (gram_error, gram_error_with_loc):
  804.     Don't define macros when !__STDC__
  805.     even when using gcc.
  806.  
  807.     * po-lex.c (gram_error, gram_error_with_loc):
  808.     Compile if !__STDC__ even if using gcc.
  809.  
  810.     * Makefile.in (po-gram.gen.c po-gram.gen.h):
  811.     Remove file prior of generation.
  812.  
  813. Sun Nov  5 11:39:21 1995  Ulrich Drepper  <drepper@myware>
  814.  
  815.     * Makefile.in (dist): Suppress error message when ln failed.
  816.     Get files from $(srcdir) explicitly.
  817.  
  818.     * xgettext.c (process_c_source):
  819.     Make gettext_noop the forth builtin marker.
  820.  
  821. Fri Nov  3 00:57:52 1995  Ulrich Drepper  <drepper@myware>
  822.  
  823.     * msgfmt.c (main): Don't free fname when no suffix was added.
  824.  
  825. Thu Nov  2 22:55:44 1995  Ulrich Drepper  <drepper@myware>
  826.  
  827.     * Makefile.in (dist): Also remove msgcmp.
  828.  
  829. Tue Oct 31 22:27:52 1995  Ulrich Drepper  <drepper@myware>
  830.  
  831.     * msgfmt.c: New option --strict: Only if this is given the .mo
  832.     file ending is forced.
  833.  
  834.     * msgfmt.c (message_directive):
  835.     Call error_with_loc with correct parameters.
  836.  
  837.     * msgfmt.c (message_directive):
  838.     Ignores empty message does not count as fatal error.
  839.  
  840.     * Makefile.in (po-gram.gen.c):
  841.     Add g suffix to make multiple substitution in one
  842.     line possible.
  843.  
  844. Mon Oct 30 22:35:41 1995  Ulrich Drepper  <drepper@myware>
  845.  
  846.     * po-gram.h:
  847.     Don't give defines for translation of yy* symbols.  This is not enough
  848.     to be able to have more than one parser.  See src/Makefile for the way
  849.     we chose.
  850.  
  851.     * Makefile.in (po-gram.gen.c):
  852.     Rewrite generated source while copying.  This is the
  853.     only portable way to get more than one parser in the same program.
  854.     Patch by Peter Miller.
  855.  
  856. Sun Oct 29 10:49:59 1995  Ulrich Drepper  <drepper@myware>
  857.  
  858.     * Makefile.in (INSTALL_SCRIPT): New variable.
  859.     (install-exec): Install tupdate using INSTALL_SCRIPT to prevent error
  860.     when using strip flag.
  861.  
  862. Sat Oct 28 14:39:33 1995  Ulrich Drepper  <drepper@myware>
  863.  
  864.     * po-gram.h: Include <sys/types.h>.
  865.  
  866.     * xgettext.c (main):
  867.     Honour -n option even if --omit-header is given.  By Peter Miller.
  868.  
  869.     * msgcmp.c (check_domain_coverage):
  870.     No double space in message.  By Peter Miller.
  871.  
  872.     * msgcmp.c (grammar):
  873.     Close input file after coverage check.  Patch by Peter Miller.
  874.  
  875. Wed Sep 27 20:27:26 1995  Ulrich Drepper  <drepper@myware>
  876.  
  877.     * msgcmp.c:
  878.     Don't try to include <string.h>.  This is done in "system.h".
  879.  
  880.     * po-lex.c (gram_error, gram_error_with_loc):
  881.     Add argument definition for K&R style.
  882.     (gram_error, gram_error_with_loc): We increase gram_nerrors,
  883.     not nerrors.  Reported by Francesco Potorti`.
  884.  
  885. Tue Sep 26 10:03:29 1995  Ulrich Drepper  <drepper@myware>
  886.  
  887.     * po-gram.h (yyparse): Add redefinition to gram_parse.
  888.  
  889.     * Makefile.in (YFLAGS):
  890.     Don't use -p option.  Stupid old yaccs do not know it.
  891.  
  892.     * po-lex.c: Include po-gram.h to get redefinitions of yy* symbols.
  893.  
  894.     * po-gram.h (yylex, yylval, yyerror):
  895.     Redefine these symbols to gram_* because the
  896.     yacc is now called without -p option.
  897.  
  898.     * Makefile.in (LIBS):
  899.     Undid last change.  On some systems libintl.a is not
  900.     completely self-contained.  alloca() is miisong e.g. on HP-UX.
  901.  
  902. Mon Sep 25 22:35:55 1995  Ulrich Drepper  <drepper@myware>
  903.  
  904.     * msgfmt.c (add_mo_suffix): Fix typo.
  905.  
  906.     * po-lex.h: Include <sys/types.h>.
  907.     (lex_open): Argument is now `const char *'.
  908.  
  909.     * msgfmt.c (add_mo_suffix):
  910.     Allow .gmo suffix.  Great idea by Marcus Daniels.
  911.  
  912. Sat Sep 23 08:20:54 1995  Ulrich Drepper  <drepper@myware>
  913.  
  914.     * po-gram.y, po-lex.c: Include error.h.
  915.  
  916.     * open-po.c (open_po_file):
  917.     Remove unused variables `path_dir' and `open_po_file'.
  918.  
  919. Thu Sep 21 15:30:36 1995  Ulrich Drepper  <drepper@myware>
  920.  
  921.     * Makefile.in (LIBS):
  922.     using libnlsut.a twice is not necessary anymore.  libintl.a is
  923.     selfcontained.
  924.  
  925.     * gettextp.c (main):
  926.     Use dcgettext__ and bindtextdomain__ instead of __dcgettext
  927.     and __bindtextdomain.
  928.  
  929.     * msgfmt.c, xgettext.c (exit_status):
  930.     New variables.  Contains exit status for the case the program
  931.     ends normally.  Changed when non-fatal error messages are given.
  932.  
  933. Wed Sep 20 09:16:57 1995  Ulrich Drepper  <drepper@myware>
  934.  
  935.     * Makefile.in (xgettext): No also link po-gram.gen.o and po-lex.o.
  936.  
  937.     * po-lex.c: Pretty print comments.
  938.     Do some CSE in computation of hex value.
  939.  
  940.     * xgettext.c (read_po_file): Now use the generated scanner.
  941.     (domain_directive, message_directive): New functions needed for
  942.      scanner.
  943.     (add_id_str): Correct test for exclude files.  The messages in the
  944.      exclude table are in raw format, not C format.
  945.     (write_out_domain): Check for zero messages and don't write anything in
  946.     this case.
  947.  
  948.     * po-lex.c (lex_open): Argument NAME is now const.
  949.     (gram_error): Move VARARGS1 comment to right place.
  950.     (control_sequence): Pretty print some comments.
  951.  
  952. Mon Sep 18 21:23:55 1995  Ulrich Drepper  <drepper@myware>
  953.  
  954.     * msgfmt.c (add_mo_suffix): Really check for not .mo suffix.
  955.  
  956.     * xgettext.c (write_out_domain):
  957.     Write file names in #: lines to file, not stdout.
  958.  
  959.     * po-gram.y (grammar):
  960.     Remove function.  This allows sharing this file in different
  961.     programs.
  962.  
  963.     * domain.h (msg_domain): Member DOMAIN_NAME is now const.
  964.  
  965.     * Makefile.in (PROGRAMS): Add msgcmp.
  966.     (HEADERS): Add message.h.
  967.     (SOURCES): Add message.c and msgcmp.c.
  968.     (OBJECTS): Add message.o and msgcmp.o.
  969.     (msgcmp): Rule to construct program.
  970.  
  971.     * message.h, message.c: Initial revision
  972.  
  973.     * msgfmt.c (grammar): Close comment so that function is seen.
  974.     (message_directive): MSGID and MSGSTR are not const.
  975.  
  976.     * msgcmp.c: Initial revision
  977.  
  978.     * po-gram.h (message_directive):
  979.     MSGID and MSGSTR argument are not const.
  980.  
  981.     * po-gram.h (grammar): Remove prototype.  Is now locally defined.
  982.  
  983.     * po-lex.h (gram_error, gram_error_with_loc):
  984.     Protect the instructions by do while (0).
  985.  
  986.     * msgfmt.c (grammar):
  987.     Define function here.  This allows sharing the grammar file
  988.     with the msgcmp program.
  989.  
  990.     * msgfmt.c (domain_directive): Free memory of NAME if not needed.
  991.     (new_domain): Do not duplicate filename, use it as it is.
  992.  
  993.     * msgfmt.c (message_directive):
  994.     Free parameter string memory here if necessary.
  995.     Was done in po-gram.y before.
  996.  
  997.     * po-gram.h: Remove comment after closing #endif.
  998.  
  999.     * po-gram.h (grammar): Name parameter in prototype.
  1000.  
  1001. Sun Sep 17 23:29:30 1995  Ulrich Drepper  <drepper@myware>
  1002.  
  1003.     * xgettext.c (read_po_file): We don't have a search path anymore,
  1004.      so third argument to open_po_file is not needed anymore.  Reduce
  1005.      argument list by this parameter, too.
  1006.  
  1007.     * po-lex.c (lex_open):
  1008.     We don't have a search path anymore, so third argument to
  1009.     ope_po_file is not needed anymore.
  1010.  
  1011.     * open-po.c (open_po_file): Remove unused `use_path' parameter.
  1012.  
  1013.     * Makefile.in (HEADERS): Add po-gram.h and po-lex.h.
  1014.  
  1015.     * po-gram.h, po-lex.h: Initial revision
  1016.  
  1017.     * Makefile.in (YACC, YFLAGS): New program used for .po file grammar.
  1018.     (SOURCES): Add po-gram.y and po-lex.c.
  1019.     (GENHEADERS, GENSOURCES): New variables for generated headers
  1020.      and sources.
  1021.     (OBJECTS): Add po-gram.gen.o and po-lex.o.
  1022.     Add rules for new files and add to dependency list for msgfmt.
  1023.  
  1024.     * po-lex.c, po-gram.y: Initial revision
  1025.  
  1026.     * xgettext.c: Remove input path handling.
  1027.     Adapt for new hashing functions return values.
  1028.  
  1029.     * msgfmt.c:
  1030.     Rewrite .po file handling.  Use Peter Millers .po file Yacc grammar.
  1031.  
  1032.     * open-po.c: Remove handling of input path.
  1033.  
  1034.     * xgettext.c (write_out_domain):
  1035.     Split #: lines each 80 columns.  Based on a patch by
  1036.     Peter Miller.
  1037.  
  1038.     * Makefile.in: hash.[ch] moved from src/ to lib/ subdirectory.
  1039.  
  1040. Wed Aug 23 21:13:11 1995  Ulrich Drepper  <drepper@myware>
  1041.  
  1042.     * tupdate.in: Don't print comment in front of obsolete entries.
  1043.  
  1044. Tue Aug 22 22:16:31 1995  Ulrich Drepper  <drepper@myware>
  1045.  
  1046.     * Makefile.in (AR, RANLIB): Remove definition.  Not needed here.
  1047.     Reported by Franc,ois Pinard.
  1048.  
  1049. Sat Aug 19 17:38:22 1995  Ulrich Drepper  <drepper@myware>
  1050.  
  1051.     * Makefile.in (install-src):
  1052.     Make behave like install.  I.e. really install the catalogs.
  1053.  
  1054. Sat Aug 19 00:57:07 1995  Ulrich Drepper  <drepper@myware>
  1055.  
  1056.     * Makefile.in (SCRIPTS):
  1057.     New variable.  Contains names of scipts to be generated and
  1058.     installed.  For now it is tupdate.
  1059.     (PROGRAMS): Remove tupdate.
  1060.     (all): Also depend on $(SCRIPTS).
  1061.  
  1062. Fri Aug 18 13:02:04 1995  Ulrich Drepper  <drepper@myware>
  1063.  
  1064.     * Makefile.in (PROGRAMS): Add tupdate.
  1065.     (tupdate): New rule.  Rebuild tupdate if tupdate.in or
  1066.      ../config.status changed.
  1067.  
  1068.     * tupdate.in: Correct case where message is new: no really print msgid.
  1069.     Better help message by Franc,ois Pinard.
  1070.     Recognize #\t as comment.
  1071.     Print comment for now obsolete entries.
  1072.     Handle real comments (translator comments and tupdate generate obsolete
  1073.     entries).
  1074.  
  1075.     * gettextp.c (usage): Better help message.
  1076.     (usage): Add -s description to help screen.
  1077.  
  1078. Mon Aug 14 23:50:48 1995  Ulrich Drepper  <drepper@myware>
  1079.  
  1080.     * Makefile.in (install-src): New no-op goal.
  1081.  
  1082. Thu Aug 10 11:26:45 1995  Ulrich Drepper  <drepper@myware>
  1083.  
  1084.     * tupdate.in: Don't print two " in front of commented out msgstrs.
  1085.  
  1086. Wed Aug  9 09:10:30 1995  Ulrich Drepper  <drepper@myware>
  1087.  
  1088.     * hash.c:
  1089.     Better implementation.  Rehashing is now much faster because the
  1090.      hashing value stored in the `used' field is reused.
  1091.     (insert_entry): Split into two function.  `insert_entry_2' now does the
  1092.     the work while in `insert_entry' the checks are done.
  1093.     (lookup_2): New function.  Expects the search key to be NUL
  1094.      terminated.  This is the case when the key is already in the
  1095.      hash table when rehashing.
  1096.  
  1097.     * msgfmt.c (write_table):
  1098.     Third argument to `iterate_table' is now a `const' pointer.
  1099.  
  1100.     * hash.h (iterate_table): Third arguemtn is `const' pointer.
  1101.  
  1102.     * xgettext.c (struct id_str): Make fields `const' pointers.
  1103.  
  1104. Fri Aug  4 22:45:39 1995  Ulrich Drepper  <drepper@myware>
  1105.  
  1106.     * msgfmt.c (main): Fix typo: me -> we.
  1107.  
  1108.     * msgfmt.c (output_file_open): Remove this unused variable.
  1109.     Reported by Jim Meyering.
  1110.  
  1111.     * Makefile.in (dist): Remove `copying instead' message.
  1112.  
  1113.     * gettextp.c: Start to implement non-Uniforum behaviour.
  1114.     Implemented new mode where gettext behaves like `echo',
  1115.      while translating the messages available in the specified test.
  1116.     New option: -d, -e, -E, also available in normal mode:
  1117.     -E: ignored.
  1118.     -e: enable expansion of some escape sequences.
  1119.     -d: specify text domain to use.
  1120.     New option: -s: enable `echo' mode.
  1121.  
  1122. Thu Aug  3 18:25:37 1995  Ulrich Drepper  <drepper@myware>
  1123.  
  1124.     * msgfmt.c (usage):
  1125.     Fix typo: anormalies -> anomalies.
  1126.       Reported by Karl Anders O/ygard.
  1127.  
  1128. Wed Aug  2 18:51:08 1995  Ulrich Drepper  <drepper@myware>
  1129.  
  1130.     * Makefile.in (ID, TAGS): Do not use $^.
  1131.  
  1132.     * xgettext.c (write-header): Add `Content-Type' field.
  1133.  
  1134. Tue Aug  1 20:07:58 1995  Ulrich Drepper  <drepper@myware>
  1135.  
  1136.     * Makefile.in (distclean): Remove ID file.
  1137.  
  1138.     * Makefile.in (TAGS, ID): Use $^ as command argument.
  1139.     (TAGS): Give etags -o option t write to current directory,
  1140.      not $(srcdir).
  1141.     (ID): Use $(srcdir) instead os $(top_srcdir)/src.
  1142.  
  1143. Mon Jul 31 20:57:48 1995  Ulrich Drepper  <drepper@myware>
  1144.  
  1145.     * msgfmt.c (process_po_file):
  1146.     Quote msgstr in message "empty `msgstr' entry ignored".
  1147.     Report by Karl Anders O/ygard.
  1148.  
  1149. Sun Jul 30 12:14:29 1995  Ulrich Drepper  <drepper@myware>
  1150.  
  1151.     * Makefile.in (LIBS): Always use ../intl/libintl.a.
  1152.     (all): Always depend on ../intl/libintl.a.
  1153.  
  1154. Tue Jul 25 00:15:01 1995  Ulrich Drepper  <drepper@myware>
  1155.  
  1156.     * msgfmt.c (process_po_file): Correct problem with empty lines.
  1157.  
  1158. Sun Jul 23 22:47:56 1995  Ulrich Drepper  <drepper@myware>
  1159.  
  1160.     * msgfmt.c (process_po_file):
  1161.     Give a message when a sole msgid is found at the end of file.
  1162.  
  1163. Wed Jul 19 01:52:13 1995  Ulrich Drepper  <drepper@myware>
  1164.  
  1165.     * Makefile.in (PROGRAMS): Always compile all three programs.
  1166.  
  1167.     * gettextp.c: Include libgettext.h explicitly, in addition to
  1168.      libintl.h.  On system having libintl.h provided by the C library
  1169.      this assures to have the prototypes for the function defined in
  1170.      GNU gettext library.
  1171.     Use __bindtextdomain and __dgettext instead of bindtextdomain and
  1172.      dgettext resp.
  1173.     Swap arguments in bindtextdomain call.
  1174.  
  1175. Tue Jul 18 23:57:16 1995  Ulrich Drepper  <drepper@myware>
  1176.  
  1177.     * xgettext.c (add_id_str):
  1178.     `free(msgstr)' can fail on system not allowing free(0).
  1179.     Reported by Francesco Potorti`.
  1180.  
  1181. Tue Jul 18 19:43:41 1995  Ulrich Drepper  <drepper@myware>
  1182.  
  1183.     * xgettext.c (getpwuid):
  1184.      Define prototype if !defined _POSIX_VERSION.
  1185.  
  1186.     * hash.c: Don't include malloc.h and string.h because it will be
  1187.      done in system.h.
  1188.  
  1189.     * msgfmt.c: Don't include malloc.h because it will be done in
  1190.      system.h.
  1191.  
  1192. Sat Jul 15 00:45:31 1995  Ulrich Drepper  <drepper@myware>
  1193.  
  1194.     * xgettext.c (main):
  1195.     Disable line_comment option when omit_header is selected.
  1196.     (write_out_domain): Don't write empty line if !line_comment.
  1197.  
  1198.     * Makefile.in (DISTFILES):
  1199.     Due shorted file names now distribute tupdate.in.
  1200.     (install, clean): Handle tupdate, not tupdate.perl.
  1201.  
  1202.     * tupdate.in: Rename tupdate.perl.in to tupdate.in to fit in 14
  1203.      character file systems.
  1204.  
  1205. Thu Jul 13 22:21:22 1995  Ulrich Drepper  <drepper@myware>
  1206.  
  1207.     * Makefile.in (install): Test whether Perl was found before
  1208.      installing.
  1209.  
  1210.     * tupdate.perl.in: Make die message more GNU-like.
  1211.  
  1212.     * gettextp.c (usage):
  1213.     Protect prototypes with __P and use K&R form for parameters.
  1214.  
  1215.     * xgettext.c (main):
  1216.     Don't use 100u; poor K&R compilers need (unsigned) 100.
  1217.  
  1218.     * open-po.c (xstrdup): Protect prototype with __P.
  1219.  
  1220.     * msgfmt.c (usage, new_domain, process_po_file, compare_id,
  1221.      write_table, check_pair): Protect prototypes with __P.
  1222.  
  1223.     * hash.c (xmalloc): Protect prototype with __P.
  1224.  
  1225. Thu Jul 13 01:39:47 1995  Ulrich Drepper  <drepper@myware>
  1226.  
  1227.     * Makefile.in (check): New no-op goal.
  1228.  
  1229. Wed Jul 12 10:40:54 1995  Ulrich Drepper  <drepper@myware>
  1230.  
  1231.     * tupdate.perl.in: Implement --help and --version options
  1232.  
  1233.     * xgettext.c: Add --string-limit option to specify limit on string
  1234.      length.
  1235.       Only warned when verbose mode is selected.
  1236.       Add --verbose option.
  1237.       Help message now correctly says --version == -V.
  1238.  
  1239. Tue Jul 11 22:57:54 1995  Ulrich Drepper  <drepper@myware>
  1240.  
  1241.     * xgettext.c (usage): Split help string because it breaks 1024
  1242.      byte limit.
  1243.  
  1244.     * Makefile.in (install-exec): Install tupdate.
  1245.  
  1246.     * xgettext.c (stdlib.h): Protect inclusion by STDC_HEADERS.
  1247.     (assert): No assertions anymore.
  1248.     (HAVE_STRTOUL): strtoul is now substituted when not available.
  1249.     Add warning about too long strings (some systems have limits
  1250.      for strings in their compiler and/or tools).  E.g. Sinix's
  1251.      gencat program.
  1252.  
  1253.     * msgfmt.c (printf.h): Include always
  1254.     (assert): No assertions anymore (all bugs are gone :-).
  1255.     (HAVE_STRTOUL): Not needed anymore because we substitute
  1256.      strtoul if not present.
  1257.  
  1258.     * Makefile.in (DISTFILES,distclean): tupdate.perl is now found here.
  1259.  
  1260. Tue Jul 11 01:31:03 1995  Ulrich Drepper  <drepper@myware>
  1261.  
  1262.     * Makefile.in: msgfmt.o depends on ../lib/printf.h.
  1263.  
  1264.     * msgfmt.c: protect inclusion of malloc.h and stdlib.h.
  1265.       Don't use GCC's `case b ... e:' feature (NeXT's gcc is
  1266.      gcc-2.xx but does not understand this. Grrr!).
  1267.  
  1268.     * open-po.c: Protect inclusion of string.h and stdlib.h.
  1269.  
  1270.     * hash.c: Pretty print #define.
  1271.     (init_hash, insert_entry): Cast result of calloc.
  1272.     (insert_entry): Remove non-ANSI `(type *) var = ...' by
  1273.      `*(type **) &var = ...'.
  1274.     (compute_hashval): Cast constant to unsigned long (default: int).
  1275.       Has effects on 64-bit machines.
  1276.  
  1277. Tue Jul  4 00:39:58 1995  Ulrich Drepper  <drepper@myware>
  1278.  
  1279.     * xgettext.c: Don't write "Version:" field for msgid "".
  1280.  
  1281. Mon Jul  3 23:02:04 1995  Ulrich Drepper  <drepper@myware>
  1282.  
  1283.     * xgettext.c, msgfmt.c: Better comment.
  1284.  
  1285.     * Makefile.in: Pretty print with Franc,ois.
  1286.     Fix typo in dependencies.
  1287.     Even more dependency corrections.
  1288.     Correct dependencies of open-po.c.
  1289.     Remove unneeded $(srcdir) from Makefile.in dependency.
  1290.     (LIBS): Correct for building in different directory.
  1291.     (INCLUDES): Correct for building in different directory.
  1292.     (DEFS): Rename DEF_MSG_DOM_DIR to LOCALEDIR.
  1293.     (INCLUDE): Don't use -I paths when not needed.
  1294.  
  1295.     * hash.c: Include malloc.c and protect string.h inclusion.
  1296.  
  1297.     * gettextp.c: Protect include of stdlib.h declare prototype for
  1298.      getenv if not __STDC__.
  1299.     Include system.h for EXIT_FAILURE.
  1300.     (main, usage): Replace DEF_MSG_DOM_DIR by LOCALEDIR.
  1301.  
  1302.     * open-po.c: Include system.h for EXIT_FAILURE.
  1303.  
  1304.     * msgfmt.c: Fix typo in !__STDC__ path.
  1305.     (process_po_file): Change for new .po file format.
  1306.  
  1307.     * xgettext.c (main): Rename DEF_MSG_DOM_DIR to LOCALEDIR.
  1308.     Update to new .po file format because Solaris' msgfmt can only
  1309.      handle ANSI C style multi-line strings.
  1310.  
  1311. Sun Jul  2 21:31:00 1995  Ulrich Drepper  <drepper@myware>
  1312.  
  1313.     * gettextp.c: gettextp.c (usage): Fix typo in help message.
  1314.     Reported by Franc,ois Pinard.
  1315.  
  1316. Sun Jul  2 02:12:41 1995  Ulrich Drepper  <drepper@myware>
  1317.  
  1318.     * First official release.  This directory contains the
  1319.     source code for the programs specified in the Uniforum proposal
  1320.     for internationalization.
  1321.