about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-05-15 08:38:59 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-05-15 08:38:59 +0000
commita2a1c2411a4bae2e1428ca2404458c978f8f5920 (patch)
treef294a84d5a51b3911f8166fa548b7ffbef081c2a /ChangeLog
parent6f17b7c2e225eacfeba20ba18e3842a1ecf90122 (diff)
downloadzsh-a2a1c2411a4bae2e1428ca2404458c978f8f5920.tar.gz
zsh-a2a1c2411a4bae2e1428ca2404458c978f8f5920.tar.xz
zsh-a2a1c2411a4bae2e1428ca2404458c978f8f5920.zip
calculate the length of the region to map (for mapped zwc files) correctly, including the offset-page-boundary-adjustment (14346)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e145bd2d..fc4f17659 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-05-15  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 14346: Src/parse.c: calculate the length of the region to map
+	(for mapped zwc files) correctly, including the
+	offset-page-boundary-adjustment
+
 2001-05-15  Clint Adams  <clint@zsh.org>
 
 	* 14341: Completion/Unix/Command/.distfiles,