From ba9cdb6852c04f24e87b67049918b0794b53dce9 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 8 May 2013 06:01:34 +0000 Subject: Improve testgdbm; install some more bugfixes. * src/gdbmdefs.h: Fix typo in a comment. * src/gdbmdump.c (gdbm_dump_to_file): Improve error checking. * src/testgdbm.c: Improve interactive usage. (command) : Rename to len. (command_tab): Initialize len. (set_minimal_abbreviations): Remove. (sort_commands): New function. (find_command): Print possible alternatives in case of ambiguous input. (main): Reset param.argc after freeing previous arguments. Continue silently if find_command returns NULL. --- ChangeLog | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1064411..f02afc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,24 @@ +2013-05-08 Sergey Poznyakoff + + Bugfixes. + + * src/gdbmdefs.h: Fix typo in a comment. + * src/gdbmdump.c (gdbm_dump_to_file): Improve error + checking. + * src/testgdbm.c: Improve interactive usage. + (command) : Rename to len. + (command_tab): Initialize len. + (set_minimal_abbreviations): Remove. + (sort_commands): New function. + (find_command): Print possible alternatives in case of + ambiguous input. + (main): Reset param.argc after freeing previous arguments. + Continue silently if find_command returns NULL. + 2013-05-07 Sergey Poznyakoff Bugfix. - + * src/gdbmreorg.c: Call _gdbm_mapped_init when the database structure is fully initialized (Puszcza bug #171). -- cgit v1.2.1