From aa0eaa5bc642167db8cfb5778cf9a0091401a4f3 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 13 May 2013 16:46:30 +0000 Subject: Implement shell variables in gdbmtool. * src/var.c: New file. * src/datconv.c (datum_format): Remove the "delim" parameter, use "delim1" and "delim2" shell variables instead. * src/gdbmtool.c: Remove "prompt" command. Use "set ps[12]" instead. (print_prompt): Move to lex.l * src/gdbmtool.h (variable_set) (variable_get, variable_print_all): New protos. * src/gram.y: Handle the "set" command. * src/lex.l: Update. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 42a7a71..b650759 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2013-05-13 Sergey Poznyakoff + + Implement shell variables in gdbmtool. + + * src/var.c: New file. + * src/Makefile.am: Add var.c + * src/datconv.c (datum_format): Remove the "delim" + parameter, use "delim1" and "delim2" shell variables + instead. + * src/gdbmtool.c: Remove "prompt" command. Use "set ps[12]" + instead. + (print_prompt): Move to lex.l + * src/gdbmtool.h (variable_set) + (variable_get, variable_print_all): New protos. + * src/gram.y: Handle the "set" command. + * src/lex.l: Update. + 2013-05-13 Sergey Poznyakoff Handle structured key and content data in gdbmtool. -- cgit v1.2.1