Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename module 'malloc' -> 'malloc-gnu'. | Bruno Haible | 2010-08-28 | 1 | -1/+1 |
| | |||||
* | argp: avoid memory leak | Eric Blake | 2009-10-29 | 1 | -1/+1 |
| | | | | | | | | | | argp has been leaking memory since commit 79c0a43, in Jul 2006. * modules/argp (Depends-on): Use dirname-lgpl, not dirname. * lib/argp-namefrob.h (__argp_base_name): Use last_component, not base_name, since the latter malloc()s and can call exit(). Signed-off-by: Eric Blake <ebb9@byu.net> | ||||
* | getopt: update client modules | Eric Blake | 2009-08-13 | 1 | -1/+1 |
| | | | | | | | | | * modules/argp (Depends-on): Use getopt-gnu. * modules/git-merge-changelog (Depends-on): Likewise. * modules/long-options (Depends-on): Likewise. * modules/xstrtol (Depends-on): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net> | ||||
* | Avoid warnings from 'aclocal' when AM_XGETTEXT_OPTION is not defined. | Bruno Haible | 2009-08-09 | 1 | -2/+2 |
| | |||||
* | Mark 'memmove' obsolete. | Bruno Haible | 2008-11-02 | 1 | -0/+1 |
| | |||||
* | Mark 'memchr' obsolete. | Bruno Haible | 2008-11-02 | 1 | -0/+1 |
| | |||||
* | Make the functions argp_error, argp_failure known to xgettext. | Colin Watson | 2008-01-14 | 1 | -0/+8 |
| | |||||
* | Fix strerror on Interix. | Eric Blake | 2007-09-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | * lib/string_.h (strerror): Declare replacement. * doc/functions/strerror.texi (strerror): Document the Interix shortcoming. * modules/string (Makefile.am): Support new hooks. * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks. * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to gl_FUNC_STRERROR_SEPARATE. (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug. * lib/strerror.c (rpl_strerror): Provide replacement. * modules/strerror (Depends-on): Add string. (configure.ac): Detect use of module. * tests/test-strerror.c: New file. * modules/strerror-tests: New test module. * modules/argp (Depends-on): Add strerror. * modules/error (Depends-on): Likewise. Reported by Martin Koeppe. Signed-off-by: Eric Blake <ebb9@byu.net> | ||||
* | arp depends on sleep. | Bruno Haible | 2007-05-01 | 1 | -0/+1 |
| | |||||
* | Depend on malloc | Sergey Poznyakoff | 2006-09-09 | 1 | -0/+1 |
| | |||||
* | Remove the 'restrict' module, and modify everybody to use AC_C_RESTRICT | Paul Eggert | 2006-08-09 | 1 | -1/+0 |
| | | | | rather than gl_C_RESTRICT. | ||||
* | (Files): Add argp-pin.c | Sergey Poznyakoff | 2005-12-09 | 1 | -1/+4 |
| | | | | | (Depends-on): dirname (lib_SOURCES): Add argp-pin.c | ||||
* | * modules/argp (Depends-on): Remove unlocked-io. | Paul Eggert | 2005-07-14 | 1 | -2/+0 |
| | | | | | * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO. Instead, test for *_unlocked function declarations directly. | ||||
* | (Depends-on): Add unlocked-io | Sergey Poznyakoff | 2005-07-09 | 1 | -0/+1 |
| | |||||
* | Depend on vsnprintf | Sergey Poznyakoff | 2005-01-11 | 1 | -0/+1 |
| | |||||
* | Remove dependencies on unlocked-io. | Paul Eggert | 2004-10-04 | 1 | -1/+0 |
| | |||||
* | (Maintainer): Replace Simon Josefsson by Sergey Poznyakoff. | Paul Eggert | 2004-09-30 | 1 | -1/+1 |
| | |||||
* | Add a license tag to every module. | Bruno Haible | 2004-09-22 | 1 | -0/+3 |
| | |||||
* | (Files): Add m4/unlocked-io.m4. | Paul Eggert | 2004-08-12 | 1 | -0/+2 |
| | | | | (Depends-on): Add extensions. | ||||
* | Simplify argp by assuming alloca module. | Paul Eggert | 2004-05-18 | 1 | -0/+1 |
| | |||||
* | * modules/argp: Remove dependency on alloca. | Paul Eggert | 2004-05-04 | 1 | -1/+0 |
| | |||||
* | A little more dependencies of the 'argp' module. | Bruno Haible | 2003-10-10 | 1 | -0/+2 |
| | |||||
* | Update. | Bruno Haible | 2003-08-18 | 1 | -1/+5 |
| | |||||
* | New module argp. | Bruno Haible | 2003-06-10 | 1 | -0/+36 |