[all-commits] [llvm/llvm-project] d078ce: [libc] mbrtowc implementation (#144760)

sribee8 via All-commits all-commits at lists.llvm.org
Fri Jun 20 13:01:20 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d078ce7c98a3f9371d01d526e20f671ca2231667
      https://github.com/llvm/llvm-project/commit/d078ce7c98a3f9371d01d526e20f671ca2231667
  Author: sribee8 <sriya.pratipati at gmail.com>
  Date:   2025-06-20 (Fri, 20 Jun 2025)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/hdr/types/CMakeLists.txt
    A libc/hdr/types/mbstate_t.h
    M libc/include/llvm-libc-types/mbstate_t.h
    M libc/include/wchar.yaml
    M libc/src/__support/wchar/CMakeLists.txt
    A libc/src/__support/wchar/mbrtowc.cpp
    A libc/src/__support/wchar/mbrtowc.h
    M libc/src/__support/wchar/mbstate.h
    M libc/src/wchar/CMakeLists.txt
    A libc/src/wchar/mbrtowc.cpp
    A libc/src/wchar/mbrtowc.h
    M libc/test/src/wchar/CMakeLists.txt
    A libc/test/src/wchar/mbrtowc_test.cpp

  Log Message:
  -----------
  [libc] mbrtowc implementation (#144760)

implemented the internal and public mbrtowc as well as tests for the
public function.

---------

Co-authored-by: Sriya Pratipati <sriyap at google.com>



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