make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] make branch, master, updated. 4.2.1-104-g214865e


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.2.1-104-g214865e
Date: Sun, 16 Sep 2018 01:39:38 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "make".

The branch, master has been updated
       via  214865ed5c66d8e363b16ea74509f23d93456707 (commit)
       via  5d6508a475d66df5fcbbdc2b8800672381303014 (commit)
       via  ac11ec5497b3b20b43a08da463d8a4460db8116b (commit)
      from  d603b2e6ac0f4c2ae69a428e5c63349c289fe1a6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 214865ed5c66d8e363b16ea74509f23d93456707
Author: Paul Smith <address@hidden>
Date:   Sun Sep 16 01:09:10 2018 -0400

    * src/arscan.c (ar_member_touch): [SV 54533] Stop \0 in archive headers

commit 5d6508a475d66df5fcbbdc2b8800672381303014
Author: Paul Smith <address@hidden>
Date:   Sun Sep 16 01:04:10 2018 -0400

    Change output_write() to writebuf(), add readbuf() helper.
    
    * src/misc.c (writebuf, readbuf): Create helper functions that will
    reliably write a buffer to a file descriptor in the face of EINTR
    causing short writes, and read from a file descriptor into a buffer
    in the face of EINTR causing short reads.
    * src/makeint.h: Declare these functions.
    * src/output.c: Remove output_write() and replace with writebuf().
    (_outputs, out_of_memory): Call writebuf(), not output_write().
    * src/arscan.c (ar_scan): Call readbuf() instead of read(2).
    (ar_member_touch): Remove duplicate header write, call writebuf()
    instead of output_write(), and readbuf() instead of read(2).

commit ac11ec5497b3b20b43a08da463d8a4460db8116b
Author: Paul Smith <address@hidden>
Date:   Sat Sep 15 16:11:29 2018 -0400

    * doc/make.texi (Remaking Makefiles): [SV 52273] Note MAKE_RESTARTS

-----------------------------------------------------------------------

Summary of changes:
 doc/make.texi |  5 +++--
 src/arscan.c  | 41 ++++++++++++++++-------------------------
 src/makeint.h |  2 ++
 src/misc.c    | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 src/output.c  | 26 +++-----------------------
 5 files changed, 70 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
make



reply via email to

[Prev in Thread] Current Thread [Next in Thread]