m4/malloc.m4


Log

Author Commit Date CI Message
Jim Meyering 42d1eda5 2009-01-13T08:48:48 many *.m4 files: improve m4 quoting 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>.
Bruno Haible d339512e 2007-09-09T17:10:10 Oops, invert the direction of the test.
Bruno Haible 097a4725 2007-09-09T13:07:55 Simplify the malloc/realloc/calloc macrology.
Bruno Haible 23631b7e 2007-09-09T13:01:44 New module 'malloc-posix'.
Jim Meyering 58917bb2 2004-03-31T07:34:59 * realloc.m4: Remove file, since now it does no more than 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.
Bruno Haible e059c235 2002-12-31T13:43:06 An independent .m4 file for each module.
Jim Meyering a7d1294b 2002-04-09T17:55:23 (jm_FUNC_MALLOC): Change the `checking ...' message to be more precise. Rather than saying we're checking whether the function `works', say what we're testing.
Jim Meyering 6fe8d749 2001-09-17T21:44:03 Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side need not be expanded by the shell.
Jim Meyering ee76465a 2001-08-12T13:26:00 Quote the first argument in each use of AC_DEFUN.
Jim Meyering 27ef3b86 2000-07-02T15:14:04 fix typo in last change
Jim Meyering a965c003 2000-07-02T12:58:27 Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering 2f209fdc 1999-02-07T05:37:39 Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering e62d4d88 1999-02-07T05:27:24 Use .$ac_objext, not .o
Jim Meyering c281d94c 1999-01-29T05:05:56 Use the 3-argument forms of AC_DEFINE* macros.
Jim Meyering 6273d011 1999-01-10T22:47:01 Use the new 3-arg form of AC_DEFINE instead of my gross kludge.
Jim Meyering c4f6d1bf 1997-11-03T15:18:09 Add insurance: tell xmalloc.c we've done the test.
Jim Meyering d8e38d07 1997-10-26T03:52:27 .