Added very primitive documentation files. master ver1_0_0
authorshort <>
Thu, 17 Feb 2000 16:49:28 +0000 (16:49 +0000)
committershort <>
Thu, 17 Feb 2000 16:49:28 +0000 (16:49 +0000)
Release: Version 1.0.0.

AUTHORS [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
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 (file)
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 <short@ucw.cz> 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 (file)
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