lib/argz.c


Log

Author Commit Date CI Message
Jim Meyering d60f3b0c 2011-01-01T20:17:23 maint: update almost all copyright ranges to include 2011 Run the new "make update-copyright" rule.
Bruno Haible aeb898d8 2010-03-25T07:48:14 Minor formatting changes.
Jim Meyering b2e2010c 2010-01-01T10:31:12 update nearly all FSF copyright year lists to include 2010 Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
Jim Meyering 3030c5b5 2009-12-28T10:50:36 update nearly all FSF copyright year lists to include 2009 The files named by the following are exempted: grep -v '^#' config/srclist.txt|grep -v '^$' \ | while read src dst; do test -f "$dst" && { echo "$dst"; continue; } test -d "$dst" || continue echo "$dst"/$(basename "$src") done > exempt git ls-files tests/unictype >> exempt In the remaining files, convert to all-interval notation if - there is already at least one year interval like 2000-2003 - the file is maintained by me - the file is in lib/uni*/, where that style already prevails Otherwise, use update-copyright's default.
Bruno Haible 441aa304 2009-12-10T20:28:30 Use spaces for indentation, not tabs.
Jim Meyering eb61774d 2008-06-03T11:42:12 generate argz.c and argz.in.h from glibc sources * config/argz.mk: New file, with rules to generate the two files. * modules/argz (Depends-on): Add mempcpy, stpcpy, strndup and strnlen. Suggested by David Lutterkort. * m4/argz.m4: Require AC_C_RESTRICT. Check only for the existence of one function, argz_replace, since it seems to have been added most recently. Also, remove the side effect of defining HAVE_ARGZ_* symbols. * lib/argz.c: Now generated directly from glibc sources, rather than imported from libtool. Includes the following additional functions: argz_extract, argz_create, argz_delete, str_append, argz_replace. * lib/argz.in.h: Likewise. * config/srclist.txt: Reflect that argz* files are no longer pulled from libtool.
Jim Meyering a0bdb062 2008-05-20T08:45:49 remove trailing blanks
Karl Berry 25071b01 2008-02-27T00:09:20 Sync from Libtool: * libltdl/argz.c (argz_add, argz_count): New functions. * libltdl/argz.in.h: Declare them. Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
Karl Berry 4c6e1f1d 2007-03-29T15:02:55 autoupdate
Ralf Wildenhues 5a7735c2 2007-01-27T16:51:39 Fix Copyright years.
Ralf Wildenhues 2881adf0 2007-01-27T16:49:19 Sync from Libtool. * lib/argz.c: Do not include strings.h nor memory.h, include string.h unconditionally. Patch by Simon Josefsson.
Ralf Wildenhues 8e99d1a0 2006-10-24T20:40:29 * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform to gnulib's policy of including config.h unconditionally.
Ralf Wildenhues 4bb4eeab 2006-08-29T06:15:19 Sync from Libtool: * libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code sharing with gnulib. Report by Eric Blake.
Karl Berry 69d12657 2005-09-18T12:30:04 srclist.update
Karl Berry 21166046 2005-09-15T11:53:22 autoupdate
Karl Berry 5f6fdf96 2005-06-04T11:44:47 need terminating */ for argz.c; what about others?
Karl Berry cdfe0337 2005-06-02T13:06:56 autoupdate
Paul Eggert 267a39ba 2005-05-14T06:03:57 *** empty log message ***
Paul Eggert 06a94670 2004-06-22T18:28:11 Add argz module, which is autoupdated from libtool.