[all-commits] [llvm/llvm-project] 2f4232: Revert " [libc] Add `ctype.h` locale variants (#10...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Aug 22 10:46:05 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f4232db0b72635b89c2356c8a2c0504b075a0ab
      https://github.com/llvm/llvm-project/commit/2f4232db0b72635b89c2356c8a2c0504b075a0ab
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-08-22 (Thu, 22 Aug 2024)

  Changed paths:
    M libc/config/gpu/entrypoints.txt
    M libc/config/gpu/headers.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/config/linux/x86_64/headers.txt
    M libc/hdr/types/CMakeLists.txt
    R libc/hdr/types/locale_t.h
    M libc/include/CMakeLists.txt
    M libc/include/llvm-libc-macros/CMakeLists.txt
    R libc/include/llvm-libc-macros/locale-macros.h
    M libc/include/llvm-libc-types/CMakeLists.txt
    R libc/include/llvm-libc-types/locale_t.h
    R libc/include/llvm-libc-types/struct_lconv.h
    R libc/include/locale.h.def
    M libc/newhdrgen/yaml/ctype.yaml
    R libc/newhdrgen/yaml/locale.yaml
    M libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    M libc/src/ctype/CMakeLists.txt
    M libc/src/ctype/isalnum.cpp
    R libc/src/ctype/isalnum_l.cpp
    R libc/src/ctype/isalnum_l.h
    M libc/src/ctype/isalpha.cpp
    R libc/src/ctype/isalpha_l.cpp
    R libc/src/ctype/isalpha_l.h
    M libc/src/ctype/isblank.cpp
    R libc/src/ctype/isblank_l.cpp
    R libc/src/ctype/isblank_l.h
    M libc/src/ctype/iscntrl.cpp
    R libc/src/ctype/iscntrl_l.cpp
    R libc/src/ctype/iscntrl_l.h
    M libc/src/ctype/isdigit.cpp
    R libc/src/ctype/isdigit_l.cpp
    R libc/src/ctype/isdigit_l.h
    M libc/src/ctype/isgraph.cpp
    R libc/src/ctype/isgraph_l.cpp
    R libc/src/ctype/isgraph_l.h
    M libc/src/ctype/islower.cpp
    R libc/src/ctype/islower_l.cpp
    R libc/src/ctype/islower_l.h
    M libc/src/ctype/isprint.cpp
    R libc/src/ctype/isprint_l.cpp
    R libc/src/ctype/isprint_l.h
    M libc/src/ctype/ispunct.cpp
    R libc/src/ctype/ispunct_l.cpp
    R libc/src/ctype/ispunct_l.h
    M libc/src/ctype/isspace.cpp
    R libc/src/ctype/isspace_l.cpp
    R libc/src/ctype/isspace_l.h
    M libc/src/ctype/isupper.cpp
    R libc/src/ctype/isupper_l.cpp
    R libc/src/ctype/isupper_l.h
    M libc/src/ctype/isxdigit.cpp
    R libc/src/ctype/isxdigit_l.cpp
    R libc/src/ctype/isxdigit_l.h
    M libc/src/ctype/tolower.cpp
    R libc/src/ctype/tolower_l.cpp
    R libc/src/ctype/tolower_l.h
    M libc/src/ctype/toupper.cpp
    R libc/src/ctype/toupper_l.cpp
    R libc/src/ctype/toupper_l.h
    R libc/src/locale/CMakeLists.txt
    R libc/src/locale/duplocale.cpp
    R libc/src/locale/duplocale.h
    R libc/src/locale/freelocale.cpp
    R libc/src/locale/freelocale.h
    R libc/src/locale/locale.cpp
    R libc/src/locale/locale.h
    R libc/src/locale/localeconv.cpp
    R libc/src/locale/localeconv.h
    R libc/src/locale/newlocale.cpp
    R libc/src/locale/newlocale.h
    R libc/src/locale/setlocale.cpp
    R libc/src/locale/setlocale.h
    R libc/src/locale/uselocale.cpp
    R libc/src/locale/uselocale.h
    M libc/test/src/CMakeLists.txt
    R libc/test/src/locale/CMakeLists.txt
    R libc/test/src/locale/locale_test.cpp
    R libc/test/src/locale/localeconv_test.cpp

  Log Message:
  -----------
  Revert " [libc] Add `ctype.h` locale variants (#102711)"

This reverts commit 8f005f8306dc52577b3b9482d271fb463f0152a5.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list