Imported Upstream version 0.18.3.2
[platform/upstream/gettext.git] / gettext-tools / src / FILES
1                 Short description of the source files
2                 =====================================
3
4 The msg* and xgettext programs.
5
6 Bottom-up structure:
7
8 str-list.h
9 str-list.c
10                 A list-of-immutable-strings type.
11
12 dir-list.h
13 dir-list.c
14                 Management of the list of directories where PO files are
15                 searched.
16
17 file-list.h
18 file-list.c
19                 Reading a file list from a file. Used by those programs which
20                 accept multiple file arguments and have a --files-from option.
21
22 lang-table.h
23 lang-table.c
24                 Language names according to ISO 639.
25
26 pos.h
27                 Source file positions.
28
29 message.h
30 message.c
31                 The message type, with many utility routines.
32                 A list-of-messages type.
33                 A list-of-lists-of-messages type.
34
35 msgl-ascii.h
36 msgl-ascii.c
37                 Message list test for ASCII character set.
38
39 po-error.h
40 po-error.c
41 po-xerror.h
42 po-xerror.c
43                 Error handling during writing and reading of PO files.
44
45 +-------------- Writing PO files
46 | color.h
47 | color.c
48 |               Color and style handling.
49 | write-catalog.h
50 | write-catalog.c
51 |               Output of a list-of-messages.
52 | write-po.h
53 | write-po.c
54 |               Output of a list-of-messages to a PO file.
55 | write-properties.h
56 | write-properties.c
57 |               Output of a list-of-messages to a Java .properties file.
58 | write-stringtable.h
59 | write-stringtable.c
60 |               Output of a list-of-messages to a NeXTstep/GNUstep .strings
61 |               file.
62 +-------------- Writing PO files
63
64 +-------------- Reading PO files
65 | open-catalog.h
66 | open-catalog.c
67 |               Opening PO files for reading.
68 |
69 | po-charset.h
70 | po-charset.c
71 |               Charset handling while reading PO files.
72 |
73 | po-lex.h
74 | po-lex.c
75 |               Lexical analysis of PO files.
76 |
77 | read-catalog-abstract.h
78 | po-gram.h
79 | po-gram-gen.y
80 | read-po.h
81 | read-po.c
82 | read-properties.h
83 | read-properties.c
84 | read-stringtable.h
85 | read-stringtable.c
86 | read-catalog-abstract.c
87 |               Parsing of PO files and Java .properties and NeXTstep/GNUstep
88 |              .strings files.
89 |         read-catalog-abstract.h
90 |                       General parser structure.
91 |         po-gram.h
92 |         po-gram-gen.y
93 |                       Parsing of PO files, based on po-lex.{h,c}.
94 |         read-po.h
95 |         read-po.c
96 |                       Parsing of PO files.
97 |         read-properties.h
98 |         read-properties.c
99 |                       Parsing of Java .properties files.
100 |         read-stringtable.h
101 |         read-stringtable.c
102 |                       Parsing of NeXTstep/GNUstep .strings files.
103 |         read-catalog-abstract.c
104 |                       Top-level parser functions and callbacks.
105 |
106 | read-catalog.h
107 | read-catalog.c
108 |               Reading of a PO file, returning a list-of-messages.
109 |
110 +-------------- Reading PO files
111
112 msgl-iconv.h
113 msgl-iconv.c
114                 Convert a list-of-messages to another character encoding.
115
116 msgl-cat.h
117 msgl-cat.c
118                 Concatenate message lists from several files, with handling
119                 of duplicate msgids.
120
121 msgcmp.c        Main source for the 'msgcmp' program.
122
123 +-------------- The 'msgmerge' program
124 | msgl-equal.h
125 | msgl-equal.c
126 |               Comparing two lists-of-messages.
127 | plural-count.h
128 | plural-count.c
129 |               Extracting the plural count of a header of a lists-of-messages.
130 | msgmerge.c
131 |               Main source for the 'msgmerge' program.
132 |
133 +-------------- The 'msgmerge' program
134
135 msgl-header.h
136 msgl-header.c
137                 Message list header manipulation.
138
139 msgcomm.c       Main source for the 'msgcomm' program.
140 msgattrib.c     Main source for the 'msgattrib' program.
141 msgcat.c        Main source for the 'msgcat' program.
142 msgconv.c       Main source for the 'msgconv' program.
143 msguniq.c       Main source for the 'msguniq' program.
144
145 msgl-charset.h
146 msgl-charset.c
147                 Compare the encoding of a list-of-messages with the locale
148                 encoding.
149
150 msgexec.c       Main source for the 'msgexec' program.
151 msgfilter.c     Main source for the 'msgfilter' program.
152 msggrep.c       Main source for the 'msggrep' program.
153
154 +-------------- The 'msgen' program
155 | msgl-english.h
156 | msgl-english.c
157 |               English message initialization.
158 | msgen.c
159 |               Main source for the 'msgen' program.
160 |
161 +-------------- The 'msgen' program
162
163 po-time.h
164 po-time.c
165                 Create time stamps for use in PO/POT files.
166
167 plural-table.h
168 plural-table.c
169                 Table of plural form formulas.
170
171 +-------------- The 'msginit' program
172 | hostname.c
173 |               The 'hostname' program.
174 | user-email.sh.in
175 |               Determine the user's email address.
176 | urlget.c
177 |               The 'urlget' program.
178 | project-id
179 |               Determine the package's name.
180 | msginit.c
181 |               Main source for the 'msginit' program.
182 |
183 +-------------- The 'msginit' program
184
185 +-------------- The 'msgunfmt' program
186 | msgunfmt.h
187 |               Declarations.
188 | read-mo.h
189 | read-mo.c
190 |               Reading GNU .mo files.
191 | read-java.h
192 | read-java.c
193 |               Reading Java ResourceBundle files.
194 | read-csharp.h
195 | read-csharp.c
196 | msgunfmt.cs
197 |               Reading C# satellite assemblies.
198 | read-resources.h
199 | read-resources.c
200 | msgunfmt.cs
201 |               Reading C# .resources files.
202 | read-tcl.h
203 | read-tcl.c
204 | msgunfmt.tcl
205 |               Reading Tcl .msg files.
206 | msgunfmt.c
207 |               Main source for the 'msgunfmt' program.
208 |
209 +-------------- The 'msgunfmt' program
210
211 format.h        Declarations of the language dependent format string handlers.
212 format-invalid.h  Declarations of some error messages for invalid strings.
213 format-c.c             Format string handling for C.
214 format-c-parse.h         Format string handling for C, parsing routine.
215 format-sh.c            Format string handling for Shell.
216 format-python.c        Format string handling for Python.
217 format-python-brace.c  Format string handling for Python, braced syntax.
218 format-lisp.c          Format string handling for Common Lisp.
219 format-elisp.c         Format string handling for Emacs Lisp.
220 format-librep.c        Format string handling for librep.
221 format-scheme.c        Format string handling for Scheme.
222 format-java.c          Format string handling for Java.
223 format-csharp.c        Format string handling for C#.
224 format-awk.c           Format string handling for awk.
225 format-pascal.c        Format string handling for Object Pascal.
226 format-ycp.c           Format string handling for YCP.
227 format-tcl.c           Format string handling for Tcl.
228 format-perl.c          Format string handling for Perl.
229 format-perl-brace.c    Format string handling for Perl, braced syntax.
230 format-php.c           Format string handling for PHP.
231 format-gcc-internal.c  Format string handling GCC internal.
232 format-gfc-internal.c  Format string handling GFC internal.
233 format-qt.c            Format string handling for Qt.
234 format-qt-plural.c     Format string handling for Qt plural forms.
235 format-kde.c           Format string handling for KDE.
236 format-boost.c         Format string handling for Boost.
237 format-lua.c           Format string handling for Lua.
238 format-javascript.c    Format string handling for JavaScript.
239 format.c        Table of the language dependent format string handlers.
240
241 plural-exp.c
242                 Parsing plural expressions.
243 plural-eval.h
244 plural-eval.c
245                 Evaluating plural expressions.
246 plural-distrib.h
247                 Value distribution of plural expressions.
248 msgl-check.h
249 msgl-check.c
250                 Checking of messages.
251
252 +-------------- The 'msgfmt' program
253 | msgfmt.h
254 |               Declarations.
255 | write-mo.h
256 | write-mo.c
257 |               Generating GNU .mo files.
258 | write-java.h
259 | write-java.c
260 |               Generating Java ResourceBundle files.
261 | write-csharp.h
262 | write-csharp.c
263 |               Generating C# satellite assemblies.
264 | write-resources.h
265 | write-resources.c
266 | msgfmt.cs
267 |               Generating C# .resources files.
268 | write-tcl.h
269 | write-tcl.c
270 |               Generating Tcl .msg files.
271 | write-qt.h
272 | write-qt.c
273 |               Generating Qt .qm files.
274 | msgfmt.c
275 |               Main source for the 'msgfmt' program.
276 |
277 +-------------- The 'msgfmt' program
278
279 +-------------- The 'xgettext' program
280 | xgettext.h
281 |               Declarations used by the backends.
282 | x-c.h
283 | x-c.c
284 |               String extractor for C.
285 | x-po.h
286 | x-properties.h
287 | x-stringtable.h
288 | x-po.c
289 |               String extractor from PO files and Java .properties and
290 |               NeXTstep/GNUstep .strings files.
291 | x-sh.h
292 | x-sh.c
293 |               String extractor for Shell.
294 | x-python.h
295 | x-python.c
296 |               String extractor for Python.
297 | x-lisp.h
298 | x-lisp.c
299 |               String extractor for Common Lisp.
300 | x-elisp.h
301 | x-elisp.c
302 |               String extractor for Emacs Lisp.
303 | x-librep.h
304 | x-librep.c
305 |               String extractor for librep.
306 | x-scheme.h
307 | x-scheme.c
308 |               String extractor for Scheme.
309 | x-smalltalk.h
310 | x-smalltalk.c
311 |               String extractor for Smalltalk.
312 | x-java.h
313 | x-java.c
314 |               String extractor for Java.
315 | x-csharp.h
316 | x-csharp.c
317 |               String extractor for C#.
318 | x-awk.h
319 | x-awk.c
320 |               String extractor for awk.
321 | x-ycp.h
322 | x-ycp.c
323 |               String extractor for YCP.
324 | x-tcl.h
325 | x-tcl.c
326 |               String extractor for Tcl.
327 | x-perl.h
328 | x-perl.c
329 |               String extractor for Perl.
330 | x-php.h
331 | x-php.c
332 |               String extractor for PHP.
333 | x-rst.h
334 | x-rst.c
335 |               String extractor from .rst files, for Object Pascal.
336 | x-glade.h
337 | x-glade.c
338 |               String extractor from .glade files, GNOME GUI descriptions.
339 | x-lua.h
340 | x-lua.c
341 |               String extractor for Lua.
342 | x-javascript.h
343 | x-javascript.c
344 |               String extractor for JavaScript.
345 | x-vala.h
346 | x-vala.c
347 |               String extractor for Vala.
348 | xgettext.c
349 |               Main source for the 'xgettext' program.
350 |
351 +-------------- The 'xgettext' program