[all-commits] [llvm/llvm-project] 5c019b: [libc] Add support for 'string.h' locale variants ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Aug 29 12:20:37 PDT 2024


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

  Changed paths:
    M libc/config/gpu/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/include/string.h.def
    M libc/newhdrgen/yaml/string.yaml
    M libc/spec/stdc.td
    M libc/src/string/CMakeLists.txt
    A libc/src/string/strcoll_l.cpp
    A libc/src/string/strcoll_l.h
    A libc/src/string/strxfrm_l.cpp
    A libc/src/string/strxfrm_l.h

  Log Message:
  -----------
  [libc] Add support for 'string.h' locale variants (#105719)

Summary:
This adds the locale variants of the string functions. As previously,
these do not use the locale information at all and simply copy the
non-locale version which expects the "C" locale.



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