From 2855398ad0fd631f11c2395da59bc3941fa75e5f Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 17 Feb 2000 16:49:28 +0000 Subject: [PATCH] Added very primitive documentation files. Release: Version 1.0.0. --- AUTHORS | 15 +++++++++++++++ README | 20 ++++++++++++++++++++ TODO | 4 ++++ 3 files changed, 39 insertions(+) create mode 100644 AUTHORS create mode 100644 README create mode 100644 TODO diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..d81be9c --- /dev/null +++ b/AUTHORS @@ -0,0 +1,15 @@ +Author of VarBuf Library: +----------------------------------------------- + +Name: Jan Kratochvil + +e-Mail: short@ucw.cz + +Phone: +420602431329 or + +420603431329 + +Homepage: http://atrey.karlin.mff.cuni.cz/~short/ + +Snail-mail: K ovcinu 44 + 182 00, Praha 8 + Czech Republic diff --git a/README b/README new file mode 100644 index 0000000..7273c4a --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +VarBuf Library, version 1.0.0 +----------------------------- + + Homepage of VarBuf Library: http://atrey.karlin.mff.cuni.cz/~short/sw/#vblib + + This library is still not much cleaned up. It was originally developed for +Czech companies Geoinvest (http://www.geoinvest.cz/) / Princip +(http://www.princip.cz/) which were so kind to let me release it. + + This library enables application to easily do input/output functions (like +read/write, printf etc.) with memory streams while using performance effective +functions. Simple buffer copying/moving would be possible but it would case a +major performance hit if not using algorithms implemented in this library. + + Please *REALLY* let me now if you are at least somehow +interested in this library, proper documentation still not written etc. + + +Happy using VarBuf Library, +Jan Kratochvil diff --git a/TODO b/TODO new file mode 100644 index 0000000..832a7c9 --- /dev/null +++ b/TODO @@ -0,0 +1,4 @@ +functions splitting for static library availability +autoconf/automake +to remove attribute((...)) dependence +proper documentation -- 1.8.3.1