1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00

15 Commits

Author SHA1 Message Date
Reuben Thomas c2dce527f7 relocatable-lib{,-lgpl}: improve documentation
* doc/relocatable-maint.texi: Document use of relocatable-lib{,-lgpl}.
Various other updates.
2017-07-30 13:54:08 +02:00
Bruno Haible 3a285f29fb relocate: Make it easier to reclaim allocated memory.
* lib/relocatable.h (relocate2): New declaration/macro.
* lib/relocatable.c (relocate2): New function.
* doc/relocatable-maint.texi (Supporting Relocation): Mention the
relocate2 function.
* lib/localcharset.c (relocate2): Define fallback.
(get_charset_aliases): Invoke relocate2 instead of relocate. Free the
allocated memory.
* lib/javaversion.c (relocate2): Define fallback.
(javaexec_version): Invoke relocate2 instead of relocate. Free the
allocated memory.
2017-05-16 20:57:23 +02:00
Daniel Albers 6c7b560bbe relocatable-maint.texi: escape braces
The change causes makeinfo 5.2 to fail:

env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split
--reference-limit=2000 gnulib.texi
./relocatable-maint.texi:153: misplaced {
...

Escaping the braces as per the attached patch seems to fix this.
2014-01-16 06:44:42 -07:00
Reuben Thomas b532ce5d26 relocatable-perl: like relocatable-script, but for Perl scripts
* build-aux/relocatable.pl.in: Add.
* doc/relocatable-maint.texi: Add documentation.
* modules/relocatable-perl: Add.
2014-01-09 21:13:40 -08:00
Ben Pfaff e446f257e2 relocatable-shell: Update suggested usage in maintainer documentation.
Instead of suggesting an inline usage of "sed", that would have to be
cut-and-pasted for every directory to be relocated, suggest a shell
function.

Make the example obviously an example, whereas previously it looked like
it might be literal text.

Thanks to Reuben Thomas <rrt@sc3d.org> for pointing out these issues.  See
http://lists.gnu.org/archive/html/bug-gnulib/2014-01/msg00039.html for
further context.
2014-01-08 22:15:21 -08:00
Ben Pfaff 4779b635ef doc: Improve wording in relocatable-maint.texi.
Reported by Reuben Thomas <rrt@sc3d.org>.
2013-11-18 22:17:47 -08:00
Ben Pfaff bf77633894 Update maintainer documentation for 'relocatable-prog' module. 2010-05-23 12:03:52 -07:00
Bruno Haible 2f31750d4a relocatable: Simplify doc. 2010-04-20 00:45:54 +02:00
Eric Blake d93391bffb relocatable: prefer 'file system' over 'filesystem'
* m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
(gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
* doc/relocatable-maint.texi (Supporting Relocation): Likewise.
* doc/relocatable.texi (Enabling Relocatability): Likewise.
* lib/relocatable.c (compute_curr_prefix): Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
2009-10-10 08:19:42 -06:00
Bruno Haible b8462c0518 Support for stripping executables in --enable-relocatable. 2009-01-17 09:46:08 +01:00
Jim Meyering a0bdb062d7 remove trailing blanks 2008-05-20 08:45:49 +02:00
Bruno Haible 89a7d67b87 Break long line. 2007-03-19 23:29:43 +00:00
Bruno Haible ac19f2d70a Rename module 'relocatable' to 'relocatable-prog'. 2007-03-03 20:39:16 +00:00
Bruno Haible d762128fe8 Recommend to set -D options in CPPFLAGS, not CFLAGS. 2007-03-02 01:53:11 +00:00
Bruno Haible 04f98d2dea Documentation of 'relocatable' module - for maintainers. 2007-03-01 02:08:18 +00:00