This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] string: add strverscmp


On Jun 14 15:28, Yaakov Selkowitz wrote:
> The actual implementation is from musl (MIT license).
> 
> Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
> ---
>  newlib/libc/include/string.h    |  4 ++
>  newlib/libc/string/Makefile.am  |  4 +-
>  newlib/libc/string/Makefile.in  | 12 ++++-
>  newlib/libc/string/strings.tex  |  1 +
>  newlib/libc/string/strverscmp.c | 99 +++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 118 insertions(+), 2 deletions(-)
>  create mode 100644 newlib/libc/string/strverscmp.c

ACK, please apply (including matching Cygwin patch).


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: signature.asc
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]