aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-05-14 10:16:09 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2013-05-14 10:16:09 +0000
commite0fba6888fc9ee90d27ac03a06844b22bad101be (patch)
tree873f30cd678e3d2bfad4fd5e3ce4a9d878156037 /ChangeLog
parent10201217d141314a78a7937027bfdbdb7c994a43 (diff)
downloadgdbm-e0fba6888fc9ee90d27ac03a06844b22bad101be.tar.gz
gdbm-e0fba6888fc9ee90d27ac03a06844b22bad101be.tar.bz2
Cleanup.
* src/datconv.c (s_float): Use strtod. (datum_scan_notag, datum_scan_tag): Made static. (dsprint): New function. * src/gdbmtool.c (status_handler): Print ket and content definitions. (slist_new): Bugfix (missing return statement). * src/gdbmtool.h: Add new prototypes. * src/lex.l: Remove unused variables, set option nounput.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddbdaa4..0708eb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2013-05-14 Sergey Poznyakoff <gray@gnu.org.ua>
+ Cleanup.
+
+ * src/datconv.c (s_float): Use strtod.
+ (datum_scan_notag, datum_scan_tag): Made static.
+ (dsprint): New function.
+ * src/gdbmtool.c (status_handler): Print ket and
+ content definitions.
+ (slist_new): Bugfix (missing return statement).
+ * src/gdbmtool.h: Add new prototypes.
+ * src/lex.l: Remove unused variables, set option
+ nounput.
+
+2013-05-14 Sergey Poznyakoff <gray@gnu.org.ua>
+
Implement rc files and "source" command; improve lexical analyzer.
* src/gdbmtool.c (interactive): Move to lex.l;

Return to:

Send suggestions and report system problems to the System administrator.