From dd6bb6c6b8298ebeff2d1882becb36580b969d6f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 23 Jul 2021 16:43:57 +0000 Subject: New 2.11.0.0 branch with several modifications - libbiguint removed - cdb_make changed to cdbmake (because different ui) - cdb redesigned Signed-off-by: Laurent Bercot --- doc/index.html | 2 +- doc/libbiguint/index.html | 388 -------------------------------------------- doc/libskarnet.html | 1 - doc/libstddjb/cdb_make.html | 28 ---- doc/libstddjb/cdbmake.html | 28 ++++ doc/libstddjb/index.html | 2 +- doc/upgrade.html | 12 ++ 7 files changed, 42 insertions(+), 419 deletions(-) delete mode 100644 doc/libbiguint/index.html delete mode 100644 doc/libstddjb/cdb_make.html create mode 100644 doc/libstddjb/cdbmake.html (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 203d4d2..3b5dba0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ with a standard C development environment

Download

diff --git a/doc/libstddjb/cdb_make.html b/doc/libstddjb/cdb_make.html deleted file mode 100644 index 767601b..0000000 --- a/doc/libstddjb/cdb_make.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - skalibs: the cdb_make header - - - - - - -

-libstddjb
-libskarnet
-skalibs
-Software
-skarnet.org -

- -

The skalibs/cdb_make.h header

- -

- TODO: write this documentation page. (Sorry!) -

- - - diff --git a/doc/libstddjb/cdbmake.html b/doc/libstddjb/cdbmake.html new file mode 100644 index 0000000..1ff9cbe --- /dev/null +++ b/doc/libstddjb/cdbmake.html @@ -0,0 +1,28 @@ + + + + + + skalibs: the cdbmake header + + + + + + +

+libstddjb
+libskarnet
+skalibs
+Software
+skarnet.org +

+ +

The skalibs/cdbmake.h header

+ +

+ TODO: write this documentation page. (Sorry!) +

+ + + diff --git a/doc/libstddjb/index.html b/doc/libstddjb/index.html index 2947530..e10482e 100644 --- a/doc/libstddjb/index.html +++ b/doc/libstddjb/index.html @@ -55,7 +55,7 @@ wrappers around I/O functions, extra I/O functions
  • skalibs/bytestr.h: basic operations on strings and byte arrays
  • skalibs/cdb.h: how to read cdb files
  • -
  • skalibs/cdb_make.h: how to write +
  • skalibs/cdbmake.h: how to write cdb files
  • skalibs/direntry.h: portable directory operations
  • skalibs/djbtime.h: conversions between date and time formats
  • diff --git a/doc/upgrade.html b/doc/upgrade.html index fec512e..17b4ecf 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -16,6 +16,18 @@ skarnet.org

    +

    in 2.11.0.0

    + + +

    in 2.10.0.3