]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update file list.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Sep 2003 08:35:48 +0000 (08:35 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:01 +0000 (12:11 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/FILES

index 77d2859c1e2c9f9cc406aaced1b8bf0005bc6e21..36641cdfdf9af0d7982c68a0a73b8aa8ae68369f 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-18  Bruno Haible  <bruno@clisp.org>
+
+       * FILES: Update.
+
 2003-09-14  Bruno Haible  <bruno@clisp.org>
 
        More reliable checking for read errors.
        * user-email.in: Use 'gettext' instead of @PACKAGE@.
 
 
-See ChangeLog.0 for earlier changes.
\ No newline at end of file
+See ChangeLog.0 for earlier changes.
index 6f9c17a0ffd0ea981ffb1beb79530d8955530bf4..bb48ecdcec5dfa69a3ab2040f4b78a4b2a34a1c8 100644 (file)
@@ -97,6 +97,9 @@ msgcmp.c        Main source for the 'msgcmp' program.
 | msgl-equal.h
 | msgl-equal.c
 |               Comparing two lists-of-messages.
+| plural-count.h
+| plural-count.c
+|               Extracting the plural count of a header of a lists-of-messages.
 | msgmerge.c
 |               Main source for the 'msgmerge' program.
 |
@@ -159,6 +162,7 @@ plural-table.c
 |               Reading Java ResourceBundle files.
 | read-tcl.h
 | read-tcl.c
+| msgunfmt.tcl
 |               Reading Tcl .msg files.
 | msgunfmt.c
 |               Main source for the 'msgunfmt' program.
@@ -166,17 +170,22 @@ plural-table.c
 +-------------- The 'msgunfmt' program
 
 format.h        Declarations of the language dependent format string handlers.
-format-c.c      Format string handling for C.
-format-python.c Format string handling for Python.
-format-lisp.c   Format string handling for Common Lisp.
-format-elisp.c  Format string handling for Emacs Lisp.
-format-librep.c Format string handling for librep.
-format-java.c   Format string handling for Java.
-format-awk.c    Format string handling for awk.
-format-pascal.c Format string handling for Object Pascal.
-format-ycp.c    Format string handling for YCP.
-format-tcl.c    Format string handling for Tcl.
-format-php.c    Format string handling for PHP.
+format-invalid.h  Declarations of some error messages for invalid strings.
+format-c.c             Format string handling for C.
+format-sh.c            Format string handling for Shell.
+format-python.c        Format string handling for Python.
+format-lisp.c          Format string handling for Common Lisp.
+format-elisp.c         Format string handling for Emacs Lisp.
+format-librep.c        Format string handling for librep.
+format-java.c          Format string handling for Java.
+format-awk.c           Format string handling for awk.
+format-pascal.c        Format string handling for Object Pascal.
+format-ycp.c           Format string handling for YCP.
+format-tcl.c           Format string handling for Tcl.
+format-perl.c          Format string handling for Perl.
+format-perl-brace.c    Format string handling for Perl, braced syntax.
+format-php.c           Format string handling for PHP.
+format-gcc-internal.c  Format string handling GCC internal.
 format.c        Table of the language dependent format string handlers.
 
 +-------------- The 'msgfmt' program
@@ -207,8 +216,12 @@ format.c        Table of the language dependent format string handlers.
 | x-c.c
 |               String extractor for C.
 | x-po.h
+| x-properties.h
 | x-po.c
-|               String extractor from PO files.
+|               String extractor from PO files and Java .properties files.
+| x-sh.h
+| x-sh.c
+|               String extractor for Shell.
 | x-python.h
 | x-python.c
 |               String extractor for Python.
@@ -236,6 +249,9 @@ format.c        Table of the language dependent format string handlers.
 | x-tcl.h
 | x-tcl.c
 |               String extractor for Tcl.
+| x-perl.h
+| x-perl.c
+|               String extractor for Perl.
 | x-php.h
 | x-php.c
 |               String extractor for PHP.
@@ -249,3 +265,11 @@ format.c        Table of the language dependent format string handlers.
 |               Main source for the 'xgettext' program.
 |
 +-------------- The 'xgettext' program
+
++-------------- The 'gettextpo' library
+|
+| gettext-po.h
+| gettext-po.c
+|               Public API for reading PO files.
+|
++-------------- The 'gettextpo' library