]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add a comment.
authorBruno Haible <bruno@clisp.org>
Sat, 29 Jan 2011 02:19:33 +0000 (03:19 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 7 Jun 2011 21:39:45 +0000 (23:39 +0200)
ChangeLog
gettext-tools/ChangeLog
gettext-tools/woe32dll/export.h
m4/woe32-dll.m4

index 4bd04b270e97f0930f6accac98334c0e5240b37f..9d765023039b8ef6cd662dc99191bb8a96a9f0a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-28  Bruno Haible  <bruno@clisp.org>
+
+       Add a comment.
+       * m4/woe32-dll.m4: Add a reference to the woe32dll writeup.
+
 2010-12-10  Bruno Haible  <bruno@clisp.org>
 
        Update after gnulib changed.
index bf37a17541b9ddbde76ebebba4061abb0ccc2783..2c71157cd31078c6ebfbc93afa63aeb40b8c36b2 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-28  Bruno Haible  <bruno@clisp.org>
+
+       Add a comment.
+       * woe32dll/export.h: Add a reference to the woe32dll writeup.
+
 2010-10-10  Bruno Haible  <bruno@clisp.org>
 
        Rely more on libtool.
index 6404832142591782d032f197ce25a2e2da89633e..717f694df8aa03ab1f6a5babebb12756b8fac763 100644 (file)
@@ -1,5 +1,5 @@
 /* Exporting symbols from Cygwin shared libraries.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2006.
 
    This program is free software: you can redistribute it and/or modify
@@ -87,7 +87,9 @@
    Note: --export-all-symbols is the default when no other symbol is explicitly
    exported.  This means, the use of an explicit export on the variables has
    the effect of no longer exporting the functions! - until the option
-   --export-all-symbols is used.  */
+   --export-all-symbols is used.
+
+   See <http://www.haible.de/bruno/woe32dll.html> for more details.  */
 
  /* IMP(x) is a symbol that contains the address of x.  */
 #define IMP(x) _imp__##x
index 6b5a037bd25b286f188d9e7d9156ecccb2534251..fc2ae0763c53397d05a0cb7c700af7d07965bb2d 100644 (file)
@@ -1,5 +1,5 @@
-# woe32-dll.m4 serial 2
-dnl Copyright (C) 2005-2006 Free Software Foundation, Inc.
+# woe32-dll.m4 serial 3
+dnl Copyright (C) 2005-2006, 2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -25,6 +25,7 @@ dnl From Bruno Haible.
 #     exported struct variable, or to a particular element of an exported
 #     array variable), requiring code modifications.  One platform
 #     dictates code modifications on all platforms.
+# See <http://www.haible.de/bruno/woe32dll.html> for more details.
 AC_DEFUN([gl_WOE32_DLL],
 [
   AC_REQUIRE([AC_CANONICAL_HOST])