[all-commits] [llvm/llvm-project] bc45ba: [libc] Add strtok_r implementation.

Chris Gyurgyik via All-commits all-commits at lists.llvm.org
Thu Aug 13 12:53:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bc45bab7eb6d6138442ba0dfab11faa734566ebf
      https://github.com/llvm/llvm-project/commit/bc45bab7eb6d6138442ba0dfab11faa734566ebf
  Author: parallels <parallels at fedora-30.shared>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/posix.td
    M libc/src/string/CMakeLists.txt
    M libc/src/string/string_utils.h
    M libc/src/string/strtok.cpp
    A libc/src/string/strtok_r.cpp
    A libc/src/string/strtok_r.h
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strtok_r_test.cpp

  Log Message:
  -----------
  [libc] Add strtok_r implementation.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D85779




More information about the All-commits mailing list