|
886f8503
|
2011-05-21T23:35:46
|
|
relocatable-prog-wrapper: Assume strerror() exists.
* modules/relocatable-prog-wrapper (Files): Remove lib/strerror.c,
m4/strerror.m4.
(configure.ac): Don't invoke gl_FUNC_STRERROR_SEPARATE.
* lib/relocwrapper.c: Remove mention of strerror module.
* lib/strerror.c: Assume REPLACE_STRERROR is 1.
* m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Remove macro.
(gl_FUNC_STRERROR): Inline it here. Don't define REPLACE_STRERROR as a
C macro.
|
|
d14f18bd
|
2011-04-09T18:05:54
|
|
relocatable-prog-wrapper: Update after module 'areadlink' changed.
* lib/relocwrapper.c: Update dependencies hierarchy.
* modules/relocatable-prog-wrapper (Files): Add lib/careadlinkat.[hc],
lib/allocator.[hc].
|
|
cc0adb39
|
2010-12-19T11:59:10
|
|
relocatable-prog-wrapper: Separate from relocatable-prog.
* modules/relocatable-prog (Makefile.am): Define uninstall-hook and
uninstall-relocwrapper rule here.
* modules/relocatable-prog-wrapper (Makefile.am): ... not here.
Reported by Ian Beckwith <ianb@erislabs.net>.
|
|
2c6d71bc
|
2010-11-22T20:50:41
|
|
Uninstall ".bin" files installed by relocwrapper.
* modules/relocatable-prog-wrapper (uninstall-relocwrapper):
Recursively run "make uninstall" with ".bin" prefixed to EXEEXT,
unless it is already there.
|
|
050d87a6
|
2010-10-10T20:16:39
|
|
rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]
* lib/float+.h (verify_sizeof_flt, verify_sizeof_dbl):
(verify_sizeof_ldbl): Rewrite 2*X-1 to X?1:-1.
* lib/malloca.c: Include "verify.h".
(verify1): Remove, replacing with a verify call.
* lib/relocwrapper.c (verify1): Likewise.
* lib/vasnprintf.c (mp_limb_verify, mp_twolimb_verify, TCHAR_T_verify):
Likewise.
* modules/malloca (Depends-on): Add 'verify'.
* modules/relocatable-prog-wrapper (Depends-on): Add 'verify'.
* modules/vasnprintf (Depends-on): Add 'verify'.
* modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
* modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
* modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
* modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
* modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
* modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
* modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
|
|
8bd1168a
|
2009-10-02T09:18:16
|
|
relocatable-prog-wrapper: Add missing dependency on double-slash-root.
|
|
ed613b9e
|
2009-09-19T11:21:19
|
|
canonicalize-lgpl: adjust clients to use correct header
* m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
(gl_CANONICALIZE_LGPL): Use correct shell quoting.
* modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
* lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
* lib/progreloc.c (includes): Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
5593e81f
|
2009-09-19T05:19:32
|
|
relocatable-prog-wrapper: fix build
* modules/relocatable-prog-wrapper (Files): Update name of
canonicalize m4 file, broken on 2009-09-17.
Reported by emad hajjar <aleppos@hotmail.com>.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
5a1286a9
|
2009-03-26T05:11:07
|
|
Fix a problem with --enable-relocatable on Solaris 7.
|
|
17fda904
|
2008-12-14T12:41:47
|
|
Add missing dependency.
|
|
ff66edf9
|
2008-04-04T04:23:39
|
|
relocatable-prog-wrapper needs the gl_ENVIRON macro.
|
|
f5b1f897
|
2008-01-04T15:44:57
|
|
Modules intprops and string needed by relocatable-prog-wrapper.
|
|
3f443c98
|
2007-12-26T16:25:28
|
|
Fix link error in relocatability wrappers, due to xalloc_die().
|
|
81e61b22
|
2007-12-26T16:20:10
|
|
Split setenv module into setenv and unsetenv. Get rid of setenv.h.
|
|
c88c4b13
|
2007-09-30T04:17:42
|
|
Change xreadlink module to use areadlink.
|
|
a717329a
|
2007-06-14T14:35:52
|
|
Missing part of allocsa -> malloca transition.
* modules/relocatable-prog-wrapper: gl_ALLOCSA should be
gl_MALLOCA.
|
|
90988ede
|
2007-06-09T11:11:14
|
|
Update after allocsa -> malloca renaming.
|
|
9f88c0b0
|
2007-04-06T14:36:56
|
|
Assume 'long double' exists.
|
|
4f1ef93b
|
2007-03-04T15:33:48
|
|
Compile relocatable.c only if --enable-relocatable was specified.
|
|
029f4d9a
|
2007-03-03T23:59:53
|
|
Oops. readlink.h doesn't exist.
|
|
ea669847
|
2007-03-03T20:14:01
|
|
Description of the wrapper for relocatable programs.
|