diff packages/services/compress/zlib/current/ChangeLog @ 1622:812bf7d5e7fc

* src/inffixed.h: added "const" to tables that do not change in order to save RAM. Ca. 4k.
author jlarmour
date Thu, 29 Apr 2004 08:05:25 +0000
parents c92d7972c02c
children 91a37e2314f4
line wrap: on
line diff
--- a/packages/services/compress/zlib/current/ChangeLog
+++ b/packages/services/compress/zlib/current/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-29  Oyvind Harboe <oyvind.harboe@zylin.com>
+	
+	* src/inffixed.h: added "const" to tables that do not 
+	change in order to save RAM. Ca. 4k.
+
 2003-11-20  Andrew Lunn  <andrew.lunn@ascom.ch>
 
 	* tests/zlib[12].c: Modified the text to the gcc3.3 friendly.