[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Add missing functions to argz
From: |
David Lutterkort |
Subject: |
[PATCH 0/2] Add missing functions to argz |
Date: |
Wed, 28 May 2008 16:06:48 -0700 |
These two patches add all the argz_* functions present in glibc-2.7 that
were not in gnulib yet. The functions are taken pretty much verbatim from
glibc. The only changes are addition of a few asserts and using public
interfaces where the glibc sources used __ functions.
Since the argz module now depends on stpcpy, the first patch changes the
license on stpcpy to LGPLv2+ so that 'gnulib-tool --lgpl=2' does not
choke. I believe that that change is ok, since stpcpy was also taken from
glibc. If it is not, I can rework the patch to avoid using stpcpy.
David
- [PATCH 0/2] Add missing functions to argz,
David Lutterkort <=
- Re: [PATCH 0/2] Add missing functions to argz, Eric Blake, 2008/05/28
- [PATCH 2/2] Add missing argz_* functions from glibc, David Lutterkort, 2008/05/28
- Re: [PATCH 2/2] Add missing argz_* functions from glibc, Ralf Wildenhues, 2008/05/29
- Re: [PATCH 2/2] Add missing argz_* functions from glibc, David Lutterkort, 2008/05/29
- Re: [PATCH 2/2, updated] Add missing argz_* functions from glibc, David Lutterkort, 2008/05/29