From 000dc8d506457d1239b8b4ecb7d14a746510446e Mon Sep 17 00:00:00 2001 From: clluengo Date: Wed, 16 Jun 2010 09:44:07 +0000 Subject: [PATCH] Added (limited) support for reading data compressed with COMPRESS (old-school ICS files). --- Documentation/Credits.html | 2 +- Documentation/Documentation.html | 2 +- Documentation/Enums.html | 12 +- Documentation/Ics_DataRepresentation.html | 2 +- Documentation/Ics_Error.html | 5 +- Documentation/Ics_Header.html | 2 +- Documentation/Ics_ImelRepresentation.html | 2 +- Documentation/LowLevelFunctions.html | 16 +- Documentation/TopLevelFunctions.html | 28 ++- Documentation/Usage.html | 4 +- Documentation/index.html | 4 +- Documentation/libics.css | 52 +++-- Makefile | 39 ++-- Makefile.am | 4 +- Makefile.bcc | 1 + Makefile.in | 15 +- Makefile.vc6 | 1 + Makefile.vc9 | 1 + README | 5 +- TODO | 25 ++ configure | 2 +- configure.in | 7 +- libics.h | 11 +- libics_binary.c | 12 +- libics_compress.c | 268 ++++++++++++++++++++++ libics_intern.h | 6 +- libics_read.c | 11 +- libics_top.c | 157 ++++++------- 28 files changed, 539 insertions(+), 157 deletions(-) create mode 100644 TODO create mode 100644 libics_compress.c diff --git a/Documentation/Credits.html b/Documentation/Credits.html index cca2e1a..1c34640 100644 --- a/Documentation/Credits.html +++ b/Documentation/Credits.html @@ -10,7 +10,7 @@ -

libics v.1.5 Online Documentation. ©2000-2009 by Cris Luengo and others.

+

libics v.1.5 Online Documentation. ©2000-2010 by Cris Luengo and others.