X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2FChangeLog;h=a8f897ef18a38d067474248e66a3d2395ab27f79;hb=e1fb96f07a06f3133f54702ed8706493989789fe;hp=819cb1279822a9ac7d55cbef0004a599660e1c4f;hpb=a0f88151da33f2537632898156c32a7009178d50;p=pspp-builds.git diff --git a/src/data/ChangeLog b/src/data/ChangeLog index 819cb127..a8f897ef 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,16 @@ +2007-10-08 Ben Pfaff + + Fix bug #21280. Thanks to John Darrington for review. + + * file-name.c (create_stream): New function. + + * por-file-writer.c (pfm_open_writer): Use fh_open to open the + file handle before creating the file, to ensure that we don't + truncate a file that we're reading. Make code easier to read by + using create_stream. + + * sys-file-write.c (sfm_open_writer): Ditto. + 2007-10-01 Ben Pfaff Fix bug #21192. Thanks to John Darrington for review.