[all-commits] [llvm/llvm-project] a9e0db: [libc] add fputs and puts

michaelrj-google via All-commits all-commits at lists.llvm.org
Wed Sep 21 11:10:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a9e0dbefdd1ae5d46ae4a462d71d6352d2f1c105
      https://github.com/llvm/llvm-project/commit/a9e0dbefdd1ae5d46ae4a462d71d6352d2f1c105
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-09-21 (Wed, 21 Sep 2022)

  Changed paths:
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/docs/stdio.rst
    M libc/spec/stdc.td
    M libc/src/__support/File/file.cpp
    M libc/src/stdio/CMakeLists.txt
    A libc/src/stdio/fputs.cpp
    A libc/src/stdio/fputs.h
    A libc/src/stdio/puts.cpp
    A libc/src/stdio/puts.h
    M libc/test/src/stdio/CMakeLists.txt
    M libc/test/src/stdio/fileop_test.cpp
    A libc/test/src/stdio/puts_test.cpp

  Log Message:
  -----------
  [libc] add fputs and puts

add fputs, puts, and the EOF macro that they use.

Reviewed By: sivachandra

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




More information about the All-commits mailing list