Paul Eggert
a3fd683de3
version-etc: new year
...
* build-aux/gendocs.sh (version):
* doc/gendocs_template:
* doc/gendocs_template_min:
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR):
Update copyright dates by hand in templates and the like.
* all files: Run 'make update-copyright'.
2017-01-01 02:59:23 +00:00
Paul Eggert
71090a2a31
version-etc: new year
...
* build-aux/gendocs.sh (version):
* doc/gendocs_template:
* doc/gendocs_template_min:
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR):
Update copyright dates by hand in templates and the like.
* all files: Run 'make update-copyright'.
2016-01-01 00:57:21 -08:00
Paul Eggert
b9bfe78424
version-etc: new year
...
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date.
* all files: Run 'make update-copyright'.
2014-12-31 17:47:54 -08:00
Eric Blake
1276a2c5f2
maint: update copyright
...
I ran 'make update-copyright'.
Signed-off-by: Eric Blake <eblake@redhat.com >
2014-01-01 00:07:10 -07:00
Eric Blake
9fc81090f6
maint: update all copyright year number ranges
...
Run "make update-copyright". Compare to commit 1602f0a from last year.
Signed-off-by: Eric Blake <eblake@redhat.com >
2013-01-01 00:50:58 +00:00
Jim Meyering
1602f0afed
maint: update all copyright year number ranges
...
Run "make update-copyright".
2012-01-01 10:04:58 +01:00
Jim Meyering
d60f3b0c6b
maint: update almost all copyright ranges to include 2011
...
Run the new "make update-copyright" rule.
2011-01-01 22:12:59 +01:00
Bruno Haible
2c4321f6d6
Modernize AC_TRY_COMPILE invocations.
2010-08-26 22:45:33 +02:00
Jim Meyering
b2e2010c7c
update nearly all FSF copyright year lists to include 2010
...
Use the same procedure as for 2009, outlined in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
2010-01-01 10:42:00 +01:00
Bruno Haible
ee4cfaab39
Followup to 2008-12-22: Remove unnecessary AC_FUNC_MBRTOWC invocations.
2009-03-10 01:19:40 +01:00
Jim Meyering
42d1eda5dc
many *.m4 files: improve m4 quoting
...
99% of this change was performed by running the following commands:
git ls-files | grep '\.m4$' | xargs perl -pi \
-e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
-e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
-e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
-e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
The remainder were to add Copyright dates, increment serial numbers,
undo some changes in comments, exclude m4/intl.m4, and add quotes
around the "1" in ",1" where the unusual spacing prohibited the
above regexps from doing the job. For more details, see
<http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175 >.
2009-01-14 11:24:37 +01:00
Bruno Haible
b3fa560fc4
Rename gl_FUNC_MBRTOWC to AC_FUNC_MBRTOWC.
2008-12-18 00:57:10 +01:00
Eric Blake
96f7b7d91a
* modules/fnmatch (Depends-on): Depend on wchar.
...
* lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
* m4/fnmatch.m4: Likewise.
* modules/mbchar (Makefile.am): Assume <wchar.h>.
* m4/mbchar.m4: Likewise.
* modules/mbswidth (Depends-on): Depend on wchar.
* lib/mbswidth.c: Assume <wchar.h>.
* m4/mbswidth.m4: Likewise.
* modules/quotearg (Depends-on): Depend on wchar.
* lib/quotearg.c: Assume <wchar.h>.
* m4/quotearg.m4: Likewise.
* modules/regex (Depends-on): Depend on wchar.
* lib/regex_internal.h: Assume <wchar.h>.
* m4/regex.m4: Likewise.
* modules/stdint (Depends-on): Depend on wchar.
* lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
* m4/stdint.m4: Likewise.
* tests/test-stdint.c [HAVE_WINT_T]: Likewise.
* modules/strftime (Depends-on): Depend on wchar.
* lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
* modules/strtol (Depends-on): Depend on wchar.
* lib/strtol.c: Assume <wchar.h>.
* modules/wcwidth (Depends-on): Depend on wchar.
* lib/wcwidth.h: Assume <wchar.h>.
* m4/wcwidth.m4: Likewise.
2007-01-16 16:31:23 +00:00
Paul Eggert
db844e48b4
* lib/mbchar.h: Just include <wctype.h>; the wctype module
...
handles its gotchas now.
* lib/mbswidth.c: Likewise.
* lib/wcwidth.h: Likewise.
* m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
and iswcntrl; the wctype module does this stuff now.
* m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
* m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
* modules/mbchar (Depends-on): Add wctype.
* modules/mbswidth (Depends-on): Likewise.
* modules/wcwidth (Depends-on): Likewise.
2006-12-27 19:54:25 +00:00
Bruno Haible
e1c5c74989
Avoid warning at configure time with "gcc -Wall".
2006-09-22 20:10:26 +00:00
Eric Blake
f5e6e9801a
* mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
...
* wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
2006-06-28 13:10:12 +00:00
Bruno Haible
52aceb00a8
Use an all-permissive copyright notice, recommended by RMS.
2005-01-18 13:07:56 +00:00
Bruno Haible
3f55dd0508
Add a copyright notice.
2004-10-01 19:59:45 +00:00
Jim Meyering
23fe10e274
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
2004-04-18 18:12:50 +00:00
Bruno Haible
d65bac0ebe
Fix portability problem with Tru64 and BSD/OS.
2004-03-18 13:36:53 +00:00
Bruno Haible
e059c2358a
An independent .m4 file for each module.
2002-12-31 13:43:06 +00:00
Bruno Haible
faa26ee79d
Oops, forgot to increment the serial number.
2002-12-18 13:44:25 +00:00
Bruno Haible
d9aec2c8e9
Update for change made on 2001-08-03 in mbswidth.c.
2002-12-17 11:47:27 +00:00
Jim Meyering
e4f73bc167
Reflect name change: s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
2002-06-21 17:41:02 +00:00
Jim Meyering
ee76465ad8
Quote the first argument in each use of AC_DEFUN.
2001-08-12 13:26:00 +00:00
Jim Meyering
939b67e699
(jm_PREREQ_MBSWIDTH): No longer requires AM_C_PROTOTYPES.
...
Check for iswcntrl, mbsinit. Use AC_TRY_COMPILE, not AC_CHECK_DECLS,
for portability to Autoconf 2.13.
2001-08-04 17:00:11 +00:00
Jim Meyering
7b64121be2
bump serial number
2001-02-17 09:35:11 +00:00
Jim Meyering
0829453411
(jm_PREREQ_MBSWIDTH):
...
Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
2001-02-17 09:34:14 +00:00
Jim Meyering
9880c90adc
(jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
2000-07-24 06:42:17 +00:00
Jim Meyering
58bf49da00
*** empty log message ***
2000-07-17 20:40:18 +00:00