From 05fa76dfce5311161abbc64c12acbaf56f298e97 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 21 May 2013 20:43:02 +0000 Subject: New function gdbm_count. * configure.ac: Check for unsigned long long, define substitution variable GDBM_COUNT_T. * src/gdbmcount.c: New file. * src/Makefile.am (libgdbm_la_SOURCES): Add gdbmcount.c. * src/bucket.c (_gdbm_read_bucket_at): New function. * src/gdbm.h.in (gdbm_count_t): New typedef. (gdbm_count): New proto. * src/gdbmdefs.h (GDBM_DIR_COUNT): New define. * src/proto.h (_gdbm_read_bucket_at): New proto. * src/var.c: New variable "filemode". * src/gdbmtool.c: Use gdbm_count. Various bugfixes. * NEWS: Update. * doc/gdbm.texinfo: Update. --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb37efc..b733844 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2013-05-21 Sergey Poznyakoff + + New function gdbm_count. + + * configure.ac: Check for unsigned long long, define + substitution variable GDBM_COUNT_T. + * src/gdbmcount.c: New file. + * src/Makefile.am (libgdbm_la_SOURCES): Add gdbmcount.c. + * src/bucket.c (_gdbm_read_bucket_at): New function. + * src/gdbm.h.in (gdbm_count_t): New typedef. + (gdbm_count): New proto. + * src/gdbmdefs.h (GDBM_DIR_COUNT): New define. + * src/proto.h (_gdbm_read_bucket_at): New proto. + * src/var.c: New variable "filemode". + + * src/gdbmtool.c: Use gdbm_count. Various bugfixes. + + * NEWS: Update. + * doc/gdbm.texinfo: Update. + 2013-05-17 Sergey Poznyakoff Update the docs. -- cgit v1.2.1