[libc-commits] [PATCH] D141236: [libc] Implement str{,n}casecmp

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jan 10 10:55:31 PST 2023


abrachet updated this revision to Diff 487886.

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141236/new/

https://reviews.llvm.org/D141236

Files:
  libc/config/baremetal/entrypoints.txt
  libc/config/darwin/arm/entrypoints.txt
  libc/config/gpu/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/arm/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/spec/bsd_ext.td
  libc/src/__support/ctype_utils.h
  libc/src/ctype/tolower.cpp
  libc/src/string/CMakeLists.txt
  libc/src/string/strcasecmp.cpp
  libc/src/string/strcasecmp.h
  libc/src/string/strncasecmp.cpp
  libc/src/string/strncasecmp.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strcasecmp_test.cpp
  libc/test/src/string/strcmp_test.cpp
  libc/test/src/string/strncasecmp_test.cpp
  libc/test/src/string/strncmp_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141236.487886.patch
Type: text/x-patch
Size: 15953 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230110/5f1d0ee3/attachment.bin>


More information about the libc-commits mailing list