[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 21:39:06 PST 2023


This revision was automatically updated to reflect the committed changes.
abrachet marked an inline comment as done.
Closed by commit rGe9d571d3b682: [libc] Implement str{,n}casecmp (authored by abrachet).
Herald added a project: libc-project.

Changed prior to commit:
  https://reviews.llvm.org/D141236?vs=487886&id=488076#toc

Repository:
  rG LLVM Github Monorepo

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.488076.patch
Type: text/x-patch
Size: 16306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230111/5c4d7488/attachment.bin>


More information about the libc-commits mailing list