aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb37efc..b733844 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2013-05-21 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ 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 <gray@gnu.org.ua>
Update the docs.

Return to:

Send suggestions and report system problems to the System administrator.