]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update exports for cygwin, mingw.
authorBruno Haible <bruno@clisp.org>
Fri, 20 Oct 2006 11:50:33 +0000 (11:50 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:10 +0000 (12:14 +0200)
gettext-tools/ChangeLog
gettext-tools/src/ChangeLog
gettext-tools/src/read-po.h
gettext-tools/src/read-properties.h
gettext-tools/src/read-stringtable.h
gettext-tools/src/write-po.h
gettext-tools/src/write-properties.h
gettext-tools/src/write-stringtable.h
gettext-tools/woe32dll/gettextsrc-exports.c

index d7e3bfd53cd4345f58eafa422ffe6acbb56b679f..666b8c759d58fba8fee3ad2843373edbaa9907b6 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-18  Bruno Haible  <bruno@clisp.org>
+
+       * woe32dll/gettextsrc-exports.c: Add {input,output}_format_*.
+
 2006-10-16  Bruno Haible  <bruno@clisp.org>
 
        * libgettextpo: New directory.
index 8459babeefc9cfb908046727635a58f35c91677d..699e50125ffad097b44c183970b93090a2cd8f69 100644 (file)
@@ -1,3 +1,12 @@
+2006-10-18  Bruno Haible  <bruno@clisp.org>
+
+       * read-po.h (input_format_po): Mark as DLL_VARIABLE.
+       * read-properties.h (input_format_properties): Likewise.
+       * read-stringtable.h (input_format_stringtable): Likewise.
+       * write-po.h (output_format_po): Likewise.
+       * write-properties.h (output_format_properties): Likewise.
+       * write-stringtable.h (output_format_stringtable): Likewise.
+
 2006-10-16  Bruno Haible  <bruno@clisp.org>
 
        * gettext-po.h.in: Move to ../libgettextpo/.
index 0cbd4e9c627c79cccb244baf48e8976e128dc38a..e8df49294610597ad5de0aa28cc3972b9c5ba566 100644 (file)
@@ -22,6 +22,6 @@
 #include "read-catalog-abstract.h"
 
 /* Describes a .po / .pot file parser.  */
-extern const struct catalog_input_format input_format_po;
+extern DLL_VARIABLE const struct catalog_input_format input_format_po;
 
 #endif /* _READ_PO_H */
index 993f97e6d1ac8d9352aa7358f43496988d97a9a0..f0cf84cf6c1d4c9b62998878f06b5d2da7d40338 100644 (file)
@@ -22,6 +22,6 @@
 #include "read-catalog-abstract.h"
 
 /* Describes a .properties file parser.  */
-extern const struct catalog_input_format input_format_properties;
+extern DLL_VARIABLE const struct catalog_input_format input_format_properties;
 
 #endif /* _READ_PROPERTIES_H */
index 8f50ba831dc100af5954103096be863594aa9536..4e2d3b2a79ab1c86fd49fef54388a3ab2055d8f1 100644 (file)
@@ -22,6 +22,6 @@
 #include "read-catalog-abstract.h"
 
 /* Describes a .strings file parser.  */
-extern const struct catalog_input_format input_format_stringtable;
+extern DLL_VARIABLE const struct catalog_input_format input_format_stringtable;
 
 #endif /* _READ_STRINGTABLE_H */
index 1095047a89e9d3c8d40ad1936e0096edea9a050f..e5c2a8639eef86ad6ca6abad86cac789bc0f7e66 100644 (file)
@@ -62,7 +62,7 @@ extern void
        message_print_style_escape (bool flag);
 
 /* Describes a PO file in .po syntax.  */
-extern const struct catalog_output_format output_format_po;
+extern DLL_VARIABLE const struct catalog_output_format output_format_po;
 
 
 #ifdef __cplusplus
index def010a2feec8ad59ed3021ad51dd0bf169f720a..0ef5672d9a555b30750dde3bd4cd6d6acb7111e2 100644 (file)
@@ -22,6 +22,6 @@
 #include "write-catalog.h"
 
 /* Describes a PO file in Java .properties syntax.  */
-extern const struct catalog_output_format output_format_properties;
+extern DLL_VARIABLE const struct catalog_output_format output_format_properties;
 
 #endif /* _WRITE_PROPERTIES_H */
index e2fd6b9a67b711b74afeacaa3e9dd334c4b5334a..12f0b01b542aeca8e302a211d2bdb8a68b7bb4d1 100644 (file)
@@ -22,6 +22,6 @@
 #include "write-catalog.h"
 
 /* Describes a PO file in .strings syntax.  */
-extern const struct catalog_output_format output_format_stringtable;
+extern DLL_VARIABLE const struct catalog_output_format output_format_stringtable;
 
 #endif /* _WRITE_STRINGTABLE_H */
index 77504fd2cffec8e276ba4325d5f9c4b2a33f1e14..43aad5504bb621766b155b4d246a01a3945dc08d 100644 (file)
@@ -45,11 +45,17 @@ VARIABLE(formatstring_tcl)
 VARIABLE(formatstring_ycp)
 VARIABLE(gram_max_allowed_errors)
 VARIABLE(gram_pos)
+VARIABLE(input_format_po)
+VARIABLE(input_format_properties)
+VARIABLE(input_format_stringtable)
 VARIABLE(less_than)
 VARIABLE(line_comment)
 VARIABLE(more_than)
 VARIABLE(msgcomm_mode)
 VARIABLE(omit_header)
+VARIABLE(output_format_po)
+VARIABLE(output_format_properties)
+VARIABLE(output_format_stringtable)
 VARIABLE(pass_obsolete_entries)
 VARIABLE(plural_table)
 VARIABLE(plural_table_size)