sed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCH: use gnulib modules instead of custom code


From: Jim Meyering
Subject: Re: PATCH: use gnulib modules instead of custom code
Date: Wed, 1 Aug 2018 16:52:22 +0200

On Tue, Jul 31, 2018, 08:56 Assaf Gordon <address@hidden> wrote:

> Hello,
>
> Several functions in the sed codebase have equivalent modules in gnulib
> (likely did not exist when the code was originally written).
>
> These 5 patches replace them:
>
> sed: replace myname with gnulib's progname
> sed: replace ck_realloc with gnulib's xrealloc/xnrealloc
> sed: replace MALLOC/ck_malloc with gnulib's XCALLOC
> sed: replace ck_strdup with gnulib's xstrdup
> sed: replcae ck_memdup with gnulib's xmemdup


Thanks a lot for doing all that. Those have irritated me for some time.
Can't review at this moment, but will tomorrow.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]