summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2010-09-14 13:49:30 +0200
committerAndreas Gruenbacher <agruen@suse.de>2010-09-17 01:36:53 +0200
commit4b6267d62f56161d0242bef85a7d72d1e16c1d0f (patch)
tree6c69186173ffb5fd6ac36b89c91ea104b2db94ce /ChangeLog
parent0eef74e98122c0fdc29769d1179bba4520231239 (diff)
downloadpatch-4b6267d62f56161d0242bef85a7d72d1e16c1d0f.tar.gz
Add function make_tempfile()
* bootstrap.conf: Use the gnulib tempname module. * src/util.c (make_tempfile): New function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db28f50..95e8688 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
TMPOUTNAME_needs_removal to patch.c.
* src/patch.c (main): Update do_ed_script() call.
+ * bootstrap.conf: Use the gnulib tempname module.
+ * src/util.c (make_tempfile): New function.
+
2010-07-27 Tim Waugh <twaugh@redhat.com>
* src/patch.c: Stops "patch --get 1" from segfaulting.