aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-05-08 06:01:34 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2013-05-08 06:01:34 +0000
commitba9cdb6852c04f24e87b67049918b0794b53dce9 (patch)
tree7d2afbffead39f1e6504d2d891b6de32b3e8b3a5 /compat
parentd44007e1cb5feeeee7dfa57a1c19a93e98392b02 (diff)
downloadgdbm-ba9cdb6852c04f24e87b67049918b0794b53dce9.tar.gz
gdbm-ba9cdb6852c04f24e87b67049918b0794b53dce9.tar.bz2
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) <minlen>: 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.
Diffstat (limited to 'compat')
-rw-r--r--compat/dbmdirfno.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/dbmdirfno.c b/compat/dbmdirfno.c
index a586c7a..3707ca0 100644
--- a/compat/dbmdirfno.c
+++ b/compat/dbmdirfno.c
@@ -1,7 +1,7 @@
-/* dbmdirfno.c - The .pag file number for NDBM interface. */
+/* dbmdirfno.c - The .dir file number for NDBM interface. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990, 1991, 1993, 2007, 2011 Free Software Foundation,
+ Copyright (C) 1990, 1991, 1993, 2007, 2011, 2013 Free Software Foundation,
Inc.
GDBM is free software; you can redistribute it and/or modify

Return to:

Send suggestions and report system problems to the System administrator.