summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAntti-Juhani Kaijanaho <ajk@debian.org>2006-02-26 00:54:21 +0100
committerAntti-Juhani Kaijanaho <ajk@debian.org>2006-02-26 00:54:21 +0100
commiteb7a671fd1a46d551ae365eb3423d3aa9f8cd7f5 (patch)
treece8c219468aecee5d2b3634a79d962213059f12d /debian
parent3ecdfa5d2ce8e020d7ef2bcbd80adcba59a31ae7 (diff)
downloaddctrl-tools-eb7a671fd1a46d551ae365eb3423d3aa9f8cd7f5.tar.gz
Fix #348540; also do some related additional changes
* Closes: #348540 (grep-dctrl: stores whole input in memory) Reported by Christoph Berg <myon@debian.org>. - fsaf.c: Prefer reusing the current buffer instead of enlarging it, when not using mmap(2). - fsaf.h,fsaf.c: Fix invalidation for non-mmap buffers. * fsaf.h,fsaf.c: Make it possible to turn off mmapping. * fsaf.h,fsaf.c: Preallocate a 64KB buffer when not mmapping. * grep-dctrl.c,sort-dctrl.c,tbl-dctrl.c: Make mmap optional (defaults to no mmapping; new option --mmap).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7908914..a4ddae6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,15 @@ dctrl-tools (2.8.1) UNRELEASED; urgency=low
-q and --silent
Closes: #326662 (tbl-dctrl --help output lies about options)
Reported by Frank Lichtenheld <djpig@debian.org>.
+ * Closes: #348540 (grep-dctrl: stores whole input in memory)
+ Reported by Christoph Berg <myon@debian.org>.
+ - fsaf.c: Prefer reusing the current buffer instead of enlarging it,
+ when not using mmap(2).
+ - fsaf.h,fsaf.c: Fix invalidation for non-mmap buffers.
+ * fsaf.h,fsaf.c: Make it possible to turn off mmapping.
+ * fsaf.h,fsaf.c: Preallocate a 64KB buffer when not mmapping.
+ * grep-dctrl.c,sort-dctrl.c,tbl-dctrl.c:
+ Make mmap optional (defaults to no mmapping; new option --mmap).
-- Antti-Juhani Kaijanaho <ajk@debian.org> Sat, 25 Feb 2006 20:49:17 +0200