1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00
elinks/src/encoding
Rich Felker d2b8e06f41 gzip_read: always call gzclearerr
This is necessary when using a POSIX-compliant stdio implementation, which
will set the FILE error flag when input from the pipe is exhausted, causing
all subsequent reads to fail.
2006-11-05 04:53:42 +00:00
..
bzip2.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
bzip2.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
encoding.c Gradual rendering in pager mode. ELinks is almost as good as less. 2006-05-05 21:12:10 +02:00
encoding.h lzma encoding support using LZMA SDK. Original lzma executable decompresses faster than this code. I have no idea why. 2006-03-24 12:30:54 +01:00
gzip.c gzip_read: always call gzclearerr 2006-11-05 04:53:42 +00:00
gzip.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
lzma.c lzma files with end of stream marker are handled by allocating 2006-04-07 19:55:07 +02:00
lzma.h Missing lzma.h 2006-03-25 11:40:09 +01:00
LzmaDecode.c Trim trailing whitespaces. 2006-05-31 19:34:49 +02:00
LzmaDecode.h Trim trailing whitespaces. 2006-05-31 19:34:49 +02:00
Makefile lzma encoding support using LZMA SDK. Original lzma executable decompresses faster than this code. I have no idea why. 2006-03-24 12:30:54 +01:00