summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-18 10:35:01 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-18 10:35:01 +0000
commit20f20c4c8080e6abfb30662010ee4658e4230d14 (patch)
tree3dcfcfbba2933f0a57fe743d3d9c33fc75777765 /quilt.changes
parentac5dbed7235d5f6e7284329b164c0e271fc91297 (diff)
downloadquilt-20f20c4c8080e6abfb30662010ee4658e4230d14.tar.gz
- lib/backup-files.c: use mktemp if mkstemp is not available
(Gary V. Vaughan <gary@gnu.org>). Add a config.h.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 274ecc8..60746bd 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Sun Sep 18 12:32:41 CEST 2005 - agruen@suse.de
+
+- lib/backup-files.c: use mktemp if mkstemp is not available
+ (Gary V. Vaughan <gary@gnu.org>). Add a config.h.
+
+-------------------------------------------------------------------
Sun Sep 18 12:12:47 CEST 2005 - agruen@suse.de
- lib/backup-files.c: switch from alloca to malloc for portability.