summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-26 03:40:50 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-26 03:40:50 +0000
commitf96155d58b601c1cc17a97566f9123af0fdeef24 (patch)
tree45467b92489ff3e3b80dbd76ac05cb942cdf396c /quilt.changes
parentaff07add99f56ae67ac58cb334881d3197d97a21 (diff)
downloadquilt-f96155d58b601c1cc17a97566f9123af0fdeef24.tar.gz
- lib/backup-files.c: Stop using ftw and implement our own dir
walking: ftw is a portability nightmare. The foreachdir function is based a proposal from Gary V. Vaughan <gary@gnu.org>, thanks!
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index d1439a6..09d0c67 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Thu Jan 26 04:20:31 CET 2006 - agruen@suse.de
+
+- lib/backup-files.c: Stop using ftw and implement our own dir
+ walking: ftw is a portability nightmare. The foreachdir function
+ is based a proposal from Gary V. Vaughan <gary@gnu.org>, thanks!
+
+-------------------------------------------------------------------
Wed Jan 25 21:41:08 CET 2006 - agruen@suse.de
- quilt/import.in: Improve the help text.