From a4582bcdba90b473aa77ba5b1e43f15d95df3fbc Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 29 Jan 2011 03:19:33 +0100 Subject: [PATCH] Add a comment. --- ChangeLog | 5 +++++ gettext-tools/ChangeLog | 5 +++++ gettext-tools/woe32dll/export.h | 6 ++++-- m4/woe32-dll.m4 | 5 +++-- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4bd04b270..9d7650230 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-01-28 Bruno Haible + + Add a comment. + * m4/woe32-dll.m4: Add a reference to the woe32dll writeup. + 2010-12-10 Bruno Haible Update after gnulib changed. diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index bf37a1754..2c71157cd 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2011-01-28 Bruno Haible + + Add a comment. + * woe32dll/export.h: Add a reference to the woe32dll writeup. + 2010-10-10 Bruno Haible Rely more on libtool. diff --git a/gettext-tools/woe32dll/export.h b/gettext-tools/woe32dll/export.h index 640483214..717f694df 100644 --- a/gettext-tools/woe32dll/export.h +++ b/gettext-tools/woe32dll/export.h @@ -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 , 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 for more details. */ /* IMP(x) is a symbol that contains the address of x. */ #define IMP(x) _imp__##x diff --git a/m4/woe32-dll.m4 b/m4/woe32-dll.m4 index 6b5a037bd..fc2ae0763 100644 --- a/m4/woe32-dll.m4 +++ b/m4/woe32-dll.m4 @@ -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 for more details. AC_DEFUN([gl_WOE32_DLL], [ AC_REQUIRE([AC_CANONICAL_HOST]) -- 2.47.2