summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-14 12:09:10 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 00:57:20 +0200
commit5a41b10ef9c94589e8e2a21ad7785c622de6efb3 (patch)
tree61f7bd58277ff96c294380525ebd15a6a2d22f94
parenta12b6699fef829dc69f8799ca475fb83638a7c84 (diff)
downloadexternal_gettext-5a41b10ef9c94589e8e2a21ad7785c622de6efb3.zip
external_gettext-5a41b10ef9c94589e8e2a21ad7785c622de6efb3.tar.gz
external_gettext-5a41b10ef9c94589e8e2a21ad7785c622de6efb3.tar.bz2
Update file list.
-rw-r--r--src/FILES39
1 files changed, 38 insertions, 1 deletions
diff --git a/src/FILES b/src/FILES
index 09a7bf6..b67655e 100644
--- a/src/FILES
+++ b/src/FILES
@@ -102,7 +102,6 @@ msgcomm.c Main source for the 'msgcomm' program.
msgattrib.c Main source for the 'msgattrib' program.
msgcat.c Main source for the 'msgcat' program.
msgconv.c Main source for the 'msgconv' program.
-msgen.c Main source for the 'msgen' program.
msguniq.c Main source for the 'msguniq' program.
msgl-charset.h
@@ -114,6 +113,33 @@ msgexec.c Main source for the 'msgexec' program.
msgfilter.c Main source for the 'msgfilter' program.
msggrep.c Main source for the 'msggrep' program.
++-------------- The 'msgen' program
+| msgl-english.h
+| msgl-english.c
+| English message initialization.
+| msgen.c
+| Main source for the 'msgen' program.
+|
++-------------- The 'msgen' program
+
+po-time.h
+po-time.c
+ Create time stamps for use in PO/POT files.
+
++-------------- The 'msginit' program
+| hostname.c
+| The 'hostname' program.
+| user-email.in
+| Determine the user's email address.
+| urlget.c
+| The 'urlget' program.
+| project-id
+| Determine the package's name.
+| msginit.c
+| Main source for the 'msginit' program.
+|
++-------------- The 'msginit' program
+
+-------------- The 'msgunfmt' program
| msgunfmt.h
| Declarations.
@@ -132,6 +158,8 @@ 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-pascal.c Format string handling for Object Pascal.
format-ycp.c Format string handling for YCP.
@@ -164,6 +192,15 @@ format.c Table of the language dependent format string handlers.
| x-po.h
| x-po.c
| String extractor from PO files.
+| x-lisp.h
+| x-lisp.c
+| String extractor for Common Lisp.
+| x-elisp.h
+| x-elisp.c
+| String extractor for Emacs Lisp.
+| x-librep.h
+| x-librep.c
+| String extractor for librep.
| x-java.h
| x-java.l
| String extractor for Java.