lib/safe-write.c


Log

Author Commit Date CI Message
Jim Meyering 1602f0af 2012-01-01T10:04:58 maint: update all copyright year number ranges Run "make update-copyright".
Jim Meyering d60f3b0c 2011-01-01T20:17:23 maint: update almost all copyright ranges to include 2011 Run the new "make update-copyright" rule.
Jim Meyering b2e2010c 2010-01-01T10:31:12 update nearly all FSF copyright year lists to include 2010 Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
Jim Meyering 3030c5b5 2009-12-28T10:50:36 update nearly all FSF copyright year lists to include 2009 The files named by the following are exempted: grep -v '^#' config/srclist.txt|grep -v '^$' \ | while read src dst; do test -f "$dst" && { echo "$dst"; continue; } test -d "$dst" || continue echo "$dst"/$(basename "$src") done > exempt git ls-files tests/unictype >> exempt In the remaining files, convert to all-interval notation if - there is already at least one year interval like 2000-2003 - the file is maintained by me - the file is in lib/uni*/, where that style already prevails Otherwise, use update-copyright's default.
Bruno Haible 57fdfd3f 2007-10-07T19:14:58 Change copyright notice from GPLv2+ to GPLv3+.
Paul Eggert 267a39ba 2005-05-14T06:03:57 *** empty log message ***
Jim Meyering f01f4ae4 2002-12-04T08:03:16 Simply #define SAFE_WRITE and include safe-read.c.
Jim Meyering f877e390 2002-12-03T10:59:31 (safe_write): Change comment to mention SAFE_WRITE_ERROR.
Jim Meyering 32c761fe 2002-12-03T10:55:51 safe-read.c, safe-write.c: Change variable names and comments, but not semantics, to minimize the differences between these two files.
Bruno Haible 2cb98f7c 2002-12-02T18:53:53 Synchronize safe-write with safe-read.
Bruno Haible 849efe76 2002-11-22T16:25:53 Orthogonal approach to read()/write() that handles EINTR and counts > 2^31 correctly.