Skip to content

Commit

Permalink
gnulib: add memcasecmp for xstring::eq_nc
Browse files Browse the repository at this point in the history
  • Loading branch information
lavv17 committed Feb 26, 2016
1 parent a2e80ed commit cd23a1d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions bootstrap.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ gnulib_modules="
longlong
lstat
mbswidth
memcasecmp
memmem
mktime
modechange
Expand Down
2 changes: 2 additions & 0 deletions lib/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -300,3 +300,5 @@ glthread
/time_rz.c
/timegm.c
stddef.h
/memcasecmp.c
/memcasecmp.h
1 change: 1 addition & 0 deletions m4/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,4 @@
/flexmember.m4
/time_rz.m4
/timegm.m4
/memcasecmp.m4
5 changes: 3 additions & 2 deletions m4/gnulib-cache.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2002-2015 Free Software Foundation, Inc.
# Copyright (C) 2002-2016 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -27,7 +27,7 @@


# Specification in the form of a command-line invocation:
# gnulib-tool --import --local-dir=gl --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl alloca-opt arpa_inet crypto/md5 crypto/sha1 environ filemode fnmatch fnmatch-gnu getopt-gnu gettext gettimeofday git-version-gen glob human iconv_open inet_pton lchown longlong lstat mbswidth memmem mktime modechange parse-datetime passfd poll readlink regex sockets socklen strdup-posix strftime strptime strstr strtok_r unsetenv vsnprintf vsnprintf-posix wcwidth
# gnulib-tool --import --local-dir=gl --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl alloca-opt arpa_inet crypto/md5 crypto/sha1 environ filemode fnmatch fnmatch-gnu getopt-gnu gettext gettimeofday git-version-gen glob human iconv_open inet_pton lchown longlong lstat mbswidth memcasecmp memmem mktime modechange parse-datetime passfd poll readlink regex sockets socklen strdup-posix strftime strptime strstr strtok_r unsetenv vsnprintf vsnprintf-posix wcwidth

# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([gl])
Expand All @@ -52,6 +52,7 @@ gl_MODULES([
longlong
lstat
mbswidth
memcasecmp
memmem
mktime
modechange
Expand Down

0 comments on commit cd23a1d

Please sign in to comment.