bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] add new module filevercmp


From: Kamil Dudka
Subject: Re: [PATCH] add new module filevercmp
Date: Sat, 27 Sep 2008 13:31:04 +0000
User-agent: KMail/1.9.7

On Saturday 27 of September 2008 08:47:51 you wrote:
> You should use the c_isalnum and c_isalpha functions in place of the
> macros.  They come from the c-ctype module and the "c-ctype.h" header.
> And I suggest using this macro in place of ISDIGIT:
>
>     #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9)
Hopefully final version of the patch, copyright assignment left as TODO in the 
source code. Patch for coretuils ls and sort should be simple, I'll send it 
on Monday.


Kamil

Attachment: gnulib-filevercmp.patch
Description: Text Data


reply via email to

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