summaryrefslogtreecommitdiff
path: root/m4/malloc.m4
Commit message (Collapse)AuthorAgeFilesLines
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
| | | | Run the new "make update-copyright" rule.
* Make the module 'malloc-gnu' work again on AIX and OSF/1.Bruno Haible2010-08-291-3/+3
|
* Modernize AC_TRY_COMPILE invocations.Bruno Haible2010-08-261-6/+10
|
* Fix HAVE_MALLOC_POSIX misnomer.Bruno Haible2010-06-221-1/+1
|
* Use modern idiom for malloc() replacement.Bruno Haible2010-06-211-5/+26
|
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-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 quotingJim Meyering2009-01-141-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 Haible2007-09-091-1/+1
|
* Simplify the malloc/realloc/calloc macrology.Bruno Haible2007-09-091-9/+16
|
* New module 'malloc-posix'.Bruno Haible2007-09-091-0/+34
|
* * realloc.m4: Remove file, since now it does no more thanJim Meyering2004-03-311-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 Haible2002-12-311-26/+16
|
* (jm_FUNC_MALLOC): Change the `checking ...' messageJim Meyering2002-04-091-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 Meyering2001-09-171-3/+3
| | | | need not be expanded by the shell.
* Quote the first argument in each use of AC_DEFUN.Jim Meyering2001-08-121-2/+2
|
* fix typo in last changeJim Meyering2000-07-021-1/+1
|
* Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with ↵Jim Meyering2000-07-021-3/+2
| | | | AC_LIBOBJ([function_name]).
* Use AC_SUBST(LIBOBJS) since we set LIBOBJS.Jim Meyering1999-02-071-0/+1
|
* Use .$ac_objext, not .oJim Meyering1999-02-071-1/+1
|
* Use the 3-argument forms of AC_DEFINE* macros.Jim Meyering1999-01-291-7/+3
|
* Use the new 3-arg form of AC_DEFINE instead of my gross kludge.Jim Meyering1999-01-101-9/+3
|
* Add insurance: tell xmalloc.c we've done the test.Jim Meyering1997-11-031-0/+11
|
* .Jim Meyering1997-10-261-0/+33