summaryrefslogtreecommitdiff
path: root/build-aux/depcomp
Commit message (Collapse)AuthorAgeFilesLines
* autoupdateKarl Berry2023-01-041-1/+1
|
* scratch_buffer: adjust to glibc changesPaul Eggert2022-11-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Problem reported by Karl Berry in: https://lists.gnu.org/r/bug-gnulib/2022-11/msg00004.html * build-aux/depcomp, doc/make-stds.texi, lib/malloc/scratch_buffer.h: Autoupdate. * build-aux/install-reloc (func_create_wrapper): Omit removed file scratch_buffer_dupfree.c. * config/srclist.txt: Remove lib/malloc/scratch_buffer_dupfree.c * lib/canonicalize-lgpl.c: Merge changes from glibc through its commit ef0700004bf0dccf493a5e8e21f71d9e7972ea9f dated 2022-07-05 11:04:45 +0200. (__strdup) [!_LIBC]: New macro. (struct realpath_bufs): New type. (realpath_stk): Use it as the extra argument. All uses changed. No longer any need for noinline or GCC_BOGUS_WRETURN_LOCAL_ADDR. * lib/canonicalize.c (struct realpath_bufs) (canonicalize_filename_mode_stk): Likewise. * lib/malloc/scratch_buffer_dupfree.c: Remove, since it was removed in glibc. * lib/scratch_buffer.h (scratch_buffer_dupfree) [0]: (__libc_scratch_buffer_dupfree): Remove decls. * modules/relocatable-prog-wrapper (Files): * modules/scratch_buffer (Files, lib_SOURCES): Remove lib/malloc/scratch_buffer_dupfree.c.
* autoupdateKarl Berry2022-01-191-1/+0
|
* autoupdateKarl Berry2022-01-131-1/+1
|
* autoupdateKarl Berry2021-07-121-1/+1
|
* autoupdateKarl Berry2020-01-041-1/+1
|
* autoupdateKarl Berry2019-10-151-1/+1
|
* autoupdatePaul Eggert2018-03-061-2/+2
|
* autoupdateKarl Berry2018-01-051-1/+1
|
* autoupdateKarl Berry2017-09-201-0/+35
|
* autoupdatePaul Eggert2017-09-161-2/+2
|
* build-aux/mdate-shKarl Berry2017-01-031-1/+1
|
* Revert copyright-year change to synced filesPaul Eggert2017-01-021-1/+1
| | | | | Problem reported by Karl Berry in: http://lists.gnu.org/archive/html/bug-gnulib/2017-01/msg00019.html
* version-etc: new yearPaul Eggert2017-01-011-1/+1
| | | | | | | | | | * 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'.
* autoupdatePaul Eggert2016-01-121-2/+2
|
* autoupdateKarl Berry2015-01-061-1/+1
|
* revert copyright updates in slaved filesKarl Berry2015-01-011-1/+1
|
* autoupdateKarl Berry2013-06-071-1/+2
|
* autoupdateKarl Berry2013-01-011-1/+1
|
* autoupdateKarl Berry2012-12-291-35/+0
|
* autoupdateKarl Berry2012-11-281-202/+205
|
* autoupdateKarl Berry2012-10-291-2/+9
|
* autoupdateKarl Berry2012-08-051-1/+74
|
* autoupdateKarl Berry2012-03-281-11/+20
|
* autoupdateKarl Berry2012-03-151-1/+1
|
* autoupdateKarl Berry2012-03-081-0/+13
|
* autoupdateKarl Berry2012-02-181-2/+1
|
* autoupdateKarl Berry2012-02-101-23/+21
|
* autoupdateKarl Berry2012-01-071-20/+20
|
* autoupdateKarl Berry2011-12-101-2/+2
|
* autoupdateKarl Berry2011-04-171-2/+2
|
* autoupdateKarl Berry2011-04-121-2/+2
|
* autoupdateKarl Berry2011-04-111-3/+5
|
* autoupdateKarl Berry2011-04-101-4/+6
|
* autoupdateKarl Berry2010-10-081-4/+58
|
* autoupdateKarl Berry2009-05-181-1/+1
|
* autoupdateKarl Berry2009-05-051-2/+3
|
* autoupdateKarl Berry2009-04-231-2/+8
|
* autoupdateKarl Berry2009-03-051-11/+17
|
* build-aux/depcomp: restore lost x bitEric Blake2009-03-041-0/+0
| | | | Signed-off-by: Eric Blake <ebb9@byu.net>
* autoupdateKarl Berry2009-03-041-9/+39
|
* execKarl Berry2008-01-241-0/+0
|
* autoupdateKarl Berry2008-01-241-3/+1
|
* autoupdateKarl Berry2007-07-081-1/+1
|
* autoupdateKarl Berry2007-03-291-14/+19
|
* autoupdateKarl Berry2006-10-161-1/+1
|
* Sync from Automake.Paul Eggert2006-10-141-1/+14
| | | | | | | | | | | | | | | | | | | | | * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m, which incorrectly sets the mode of an existing destination directory. In some cases the unpatched install-sh could do the equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD system. We hope this is rare in practice, but it's clearly worth fixing. Problem reported by Alex Unleashed in <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>. Also, don't bother to check for -m bugs unless we're using -m; suggested by Stepan Kasal. 2006-10-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Sync from Automake. * build-aux/depcomp (gcc3): Put dependency extraction flags before the `-c' flag, so they appear at the same position as in %FASTDEP% mode in depend2.am. Fixes build failure for FreeBSD's c89, which ignores unknown options only after the first non-option. Bug report against M4 by Nelson H. F. Beebe.
* Sync from upstream.Paul Eggert2006-07-091-2/+2
|
* autoupdateKarl Berry2006-05-111-5/+5
|
* autoupdateKarl Berry2006-01-071-3/+44
|