aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-05-16 20:30:07 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2013-05-16 20:30:07 +0000
commit78c8bbc4157d577c291b289602794ecd1ff24c42 (patch)
tree288be46fb3bd79e6a7bf01ee90a17b6511cd1b99 /ChangeLog
parent979486e1b46a894fc9de2abe6eb8985536a5013c (diff)
downloadgdbm-78c8bbc4157d577c291b289602794ecd1ff24c42.tar.gz
gdbm-78c8bbc4157d577c291b289602794ecd1ff24c42.tar.bz2
Provide support for a simplified "define" construct.
* doc/gdbm.texinfo: Document the "define" statement. * src/datconv.c: Support short and ushort data types. * src/gdbmtool.c: Don't call checkdb prior to handling the "hash" command. * src/gram.y: Support simplified definition construct: "define key|content type".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b3a825..087bd07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
2013-05-16 Sergey Poznyakoff <gray@gnu.org.ua>
+ Provide support for a simplified "define" construct.
+
+ * doc/gdbm.texinfo: Document the "define" statement.
+ * src/datconv.c: Support short and ushort data types.
+ * src/gdbmtool.c: Don't call checkdb prior to handling
+ the "hash" command.
+ * src/gram.y: Support simplified definition construct:
+ "define key|content type".
+
+2013-05-16 Sergey Poznyakoff <gray@gnu.org.ua>
+
Improve handling of the variables.
-
+
* src/gdbmtool.c (opendb): Allow for unset variables.
* src/gram.y: Improve error detection.
* src/lex.l: Handle multiline strings.

Return to:

Send suggestions and report system problems to the System administrator.