comparison packages/redboot/current/ChangeLog @ 1420:9721661d7ecc

Fixes to zlib decompression - from Ian Campbell
author gthomas
date Fri, 05 Dec 2003 14:15:52 +0000
parents fa9edbd9ccaa
children 170fbc1a5bbc
comparison
equal deleted inserted replaced
1419:fa9edbd9ccaa 1420:9721661d7ecc
1 2003-12-05 Ian Campbell <icampbell@arcom.com>
2
3 * src/decompress.c: Ensure that free'd blocks are returned to the
4 free pool and that adjacent free blocks are merged. Initialise the
5 pool in _zlib_init() so that things are initialised even when
6 gzip_init hasn't been called.
7
1 2003-12-05 Gary Thomas <gary@mlbassoc.com> 8 2003-12-05 Gary Thomas <gary@mlbassoc.com>
2 9
3 * src/io.c (_rb_gets_preloaded): ^A could have moved the cursor to 10 * src/io.c (_rb_gets_preloaded): ^A could have moved the cursor to
4 the wrong location on the screen if ^F/^B had been used. 11 the wrong location on the screen if ^F/^B had been used.
5 12