|
5b92dd0a
|
2024-01-01T10:31:48
|
|
maint: run 'make update-copyright'
|
|
32a72f45
|
2023-01-01T01:14:21
|
|
maint: run 'make update-copyright'
|
|
eec12c00
|
2022-01-01T09:43:19
|
|
maint: run 'make update-copyright'
|
|
cc6d9794
|
2021-02-07T19:25:29
|
|
havelib: Add support for MidnightBSD.
* build-aux/config.rpath: Treat MidnightBSD like FreeBSD >= 4.
|
|
4b948321
|
2021-01-01T07:28:52
|
|
maint: run 'make update-copyright'
|
|
2cdc1baf
|
2020-01-01T00:00:18
|
|
maint: Run 'make update-copyright'
|
|
5f8e536e
|
2019-11-14T00:09:54
|
|
havelib: Revert last change.
* build-aux/config.rpath: Revert last change. We can add msys2 support
when it has been added to libtool.m4 upstream.
|
|
ba23291b
|
2019-11-09T12:02:24
|
|
config: add msys support
Requested by Arnold Robbins in:
https://lists.gnu.org/r/bug-gnulib/2019-11/msg00008.html
He also requested a change to config.guess, which I’ll forward
upstream.
* build-aux/ar-lib (func_file_conv):
* build-aux/compile (func_file_conv):
* build-aux/config.rpath (wl, with_gnu_ld)
(hardcode_libdir_flag_spec, libext, shrext, library_names_spec):
Treat msys like cygwin.
|
|
e6633650
|
2019-01-01T00:25:11
|
|
maint: Run 'make update-copyright'
|
|
281b825e
|
2018-01-01T00:57:25
|
|
maint: Run 'make update-copyright'
|
|
a3fd683d
|
2017-01-01T02:59:23
|
|
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'.
|
|
71090a2a
|
2016-01-01T00:56:19
|
|
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'.
|
|
b9bfe784
|
2015-01-01T01:38:23
|
|
version-etc: new year
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date.
* all files: Run 'make update-copyright'.
|
|
b1b4baa3
|
2014-05-30T16:15:27
|
|
printf, config.rpath: Port to FreeBSD 10.
Problem reported by Tijl Coosemans in:
http://lists.gnu.org/archive/html/bug-gnulib/2014-05/msg00078.html
* build-aux/config.rpath (hardcode_libdir_flag_spec)
(hardcode_direct): Simplify FreeBSD configuration.
(library_names_spec): Don't mishandle FreeBSD 10+.
* m4/printf.m4 (gl_PRINTF_SIZES_C99, gl_PRINTF_LONG_DOUBLE)
(gl_PRINTF_INFINITE_LONG_DOUBLE, gl_PRINTF_DIRECTIVE_F)
(gl_SNPRINTF_TRUNCATION_C99, gl_SNPRINTF_RETVAL_C99)
(gl_SNPRINTF_DIRECTIVE_N, gl_VSNPRINTF_ZEROSIZE_C99):
Don't mishandle FreeBSD 10+ when cross-compiling.
|
|
1276a2c5
|
2014-01-01T00:04:40
|
|
maint: update copyright
I ran 'make update-copyright'.
Signed-off-by: Eric Blake <eblake@redhat.com>
|
|
9fc81090
|
2013-01-01T00:50:58
|
|
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>
|
|
f5883a30
|
2012-01-24T13:06:35
|
|
havelib: Modern quoting.
* build-aux/config.rpath: Quote 'like this', not `like this', as per
the recent change to the GNU coding standards.
|
|
1602f0af
|
2012-01-01T10:04:58
|
|
maint: update all copyright year number ranges
Run "make update-copyright".
|
|
f0ff0371
|
2011-02-18T03:33:16
|
|
Oops, fix syntax error in last config.rpath commit.
|
|
acd561dd
|
2011-02-18T01:33:51
|
|
havelib: Update config.rpath.
* build-aux/config.rpath: Update to match libtool.m4 from libtool-2.4.
|
|
4fc71678
|
2011-01-27T19:08:29
|
|
Prepare for supporting FreeBSD 10.
* build-aux/config.rpath: Remove handling of freebsd1* which soon would
match FreeBSD 10.0.
|
|
d60f3b0c
|
2011-01-01T20:17:23
|
|
maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
|
|
b2e2010c
|
2010-01-01T10:31:12
|
|
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
|
|
3030c5b5
|
2009-12-28T10:50:36
|
|
update nearly all FSF copyright year lists to include 2009
The files named by the following are exempted:
grep -v '^#' config/srclist.txt|grep -v '^$' \
| while read src dst; do
test -f "$dst" && { echo "$dst"; continue; }
test -d "$dst" || continue
echo "$dst"/$(basename "$src")
done > exempt
git ls-files tests/unictype >> exempt
In the remaining files, convert to all-interval notation if
- there is already at least one year interval like 2000-2003
- the file is maintained by me
- the file is in lib/uni*/, where that style already prevails
Otherwise, use update-copyright's default.
|
|
24743e1d
|
2008-09-07T14:44:03
|
|
Update according to libtool-2.2.6.
|
|
9b863cbe
|
2008-01-09T07:18:35
|
|
Support AIX 6.1 and higher.
* build-aux/config.libpath: Likewise.
* build-aux/config.rpath: Likewise.
|
|
d2d5d549
|
2007-06-27T22:59:42
|
|
Upgrade to libtool-1.5.24.
|
|
aa07a281
|
2007-01-02T20:53:28
|
|
Improve support for OpenBSD.
|
|
d5d5cf59
|
2006-05-15T12:38:41
|
|
Improve support for Sun C 5.9 on Linux.
|
|
5d1ef2f4
|
2006-05-08T19:55:10
|
|
Newest config.rpath from gettext CVS.
|
|
04976ebe
|
2005-12-30T21:01:32
|
|
autoupdate
|
|
81fc972d
|
2005-12-28T14:12:32
|
|
Upgrade to libtool-1.5.22.
|
|
1e3bc534
|
2005-03-22T15:00:31
|
|
Moved here from config/config.rpath.
|