]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tweaks.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Dec 2003 12:43:16 +0000 (12:43 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:27 +0000 (12:11 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index 791ee3bdf8b7ca5e893eed45bd2ce508225262f7..2baf98708d0231ab659280d7946a95fca73e76e9 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-06  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (Triggering): Use ANSI C function declaration.
+       (Perl): Update.
+
 2003-11-30  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.13 released.
index badb609e76d9a93b32fbcff1beefba281f3eb697..b46e2bcb3da06ea4159fa64243e0e044b57bfad2 100644 (file)
@@ -1803,9 +1803,7 @@ the same code in every program, as demonstrated below:
 @example
 @group
 int
-main (argc, argv)
-     int argc;
-     char argv;
+main (int argc, char *argv[])
 @{
   @dots{}
   setlocale (LC_ALL, "");
@@ -8645,7 +8643,7 @@ which is available on the Comprehensive Perl Archive Network CPAN,
 http://www.cpan.org/).
 
 @item Use or emulate GNU gettext
-emulate
+platform dependent: gettext_pp emulates, gettext_xs uses GNU gettext
 
 @item Extractor
 @code{xgettext -k__ -k\$__ -k%__ -k__x -k__n:1,2 -k__nx:1,2 -k__xn:1,2 -kN__ -k}