sed-devel
[Top][All Lists]
Advanced

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

PATCH: use gnulib modules instead of custom code


From: Assaf Gordon
Subject: PATCH: use gnulib modules instead of custom code
Date: Tue, 31 Jul 2018 00:56:25 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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


Comments welcomed,
 - assaf

Attachment: sed-use-gnulib-modules.patch.gz
Description: application/gzip


reply via email to

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