Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
| | | | | Run the new "make update-copyright" rule. | ||||
* | Make the module 'malloc-gnu' work again on AIX and OSF/1. | Bruno Haible | 2010-08-29 | 1 | -3/+3 |
| | |||||
* | Modernize AC_TRY_COMPILE invocations. | Bruno Haible | 2010-08-26 | 1 | -6/+10 |
| | |||||
* | Fix HAVE_MALLOC_POSIX misnomer. | Bruno Haible | 2010-06-22 | 1 | -1/+1 |
| | |||||
* | Use modern idiom for malloc() replacement. | Bruno Haible | 2010-06-21 | 1 | -5/+26 |
| | |||||
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
| | | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081 | ||||
* | many *.m4 files: improve m4 quoting | Jim Meyering | 2009-01-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | 99% of this change was performed by running the following commands: git ls-files | grep '\.m4$' | xargs perl -pi \ -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g' perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4 The remainder were to add Copyright dates, increment serial numbers, undo some changes in comments, exclude m4/intl.m4, and add quotes around the "1" in ",1" where the unusual spacing prohibited the above regexps from doing the job. For more details, see <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>. | ||||
* | Oops, invert the direction of the test. | Bruno Haible | 2007-09-09 | 1 | -1/+1 |
| | |||||
* | Simplify the malloc/realloc/calloc macrology. | Bruno Haible | 2007-09-09 | 1 | -9/+16 |
| | |||||
* | New module 'malloc-posix'. | Bruno Haible | 2007-09-09 | 1 | -0/+34 |
| | |||||
* | * realloc.m4: Remove file, since now it does no more than | Jim Meyering | 2004-03-31 | 1 | -25/+0 |
| | | | | | | AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via the `configure.ac' section of module/realloc. * malloc.m4: Likewise, but for AC_FUNC_MALLOC. | ||||
* | An independent .m4 file for each module. | Bruno Haible | 2002-12-31 | 1 | -26/+16 |
| | |||||
* | (jm_FUNC_MALLOC): Change the `checking ...' message | Jim Meyering | 2002-04-09 | 1 | -3/+4 |
| | | | | | to be more precise. Rather than saying we're checking whether the function `works', say what we're testing. | ||||
* | Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side ↵ | Jim Meyering | 2001-09-17 | 1 | -3/+3 |
| | | | | need not be expanded by the shell. | ||||
* | Quote the first argument in each use of AC_DEFUN. | Jim Meyering | 2001-08-12 | 1 | -2/+2 |
| | |||||
* | fix typo in last change | Jim Meyering | 2000-07-02 | 1 | -1/+1 |
| | |||||
* | Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with ↵ | Jim Meyering | 2000-07-02 | 1 | -3/+2 |
| | | | | AC_LIBOBJ([function_name]). | ||||
* | Use AC_SUBST(LIBOBJS) since we set LIBOBJS. | Jim Meyering | 1999-02-07 | 1 | -0/+1 |
| | |||||
* | Use .$ac_objext, not .o | Jim Meyering | 1999-02-07 | 1 | -1/+1 |
| | |||||
* | Use the 3-argument forms of AC_DEFINE* macros. | Jim Meyering | 1999-01-29 | 1 | -7/+3 |
| | |||||
* | Use the new 3-arg form of AC_DEFINE instead of my gross kludge. | Jim Meyering | 1999-01-10 | 1 | -9/+3 |
| | |||||
* | Add insurance: tell xmalloc.c we've done the test. | Jim Meyering | 1997-11-03 | 1 | -0/+11 |
| | |||||
* | . | Jim Meyering | 1997-10-26 | 1 | -0/+33 |