1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/encoding
Kalle Olavi Niemitalo 20ba46ddde Remove decode_encoded and associated backend functions.
This function was unused and only the dummy backend implemented it
correctly.  Fixing bug 534 will probably require adding this function
back again, but I think it will be easier to do it from scratch than
fix the bogus implementations we had here.
2007-02-24 23:03:24 +02:00
..
bzip2.c Remove decode_encoded and associated backend functions. 2007-02-24 23:03:24 +02:00
bzip2.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
encoding.c Remove decode_encoded and associated backend functions. 2007-02-24 23:03:24 +02:00
encoding.h Remove decode_encoded and associated backend functions. 2007-02-24 23:03:24 +02:00
gzip.c Remove decode_encoded and associated backend functions. 2007-02-24 23:03:24 +02:00
gzip.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
lzma.c Remove decode_encoded and associated backend functions. 2007-02-24 23:03:24 +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