summaryrefslogtreecommitdiff
path: root/src/gram.y
Commit message (Expand)AuthorAgeFilesLines
* Rearrange the directory structureSergey Poznyakoff2021-11-201-443/+0
* Fix memory leaks in gdbmshellSergey Poznyakoff2021-11-161-0/+9
* Change build process: explicitly require bison and flexSergey Poznyakoff2021-10-171-3/+2
* Change semantics of the errorexit variable.Sergey Poznyakoff2021-09-031-2/+6
* New gdbmtool variables: errorexit and errormask.Sergey Poznyakoff2021-09-031-4/+11
* Revise gdbmtool error messagesSergey Poznyakoff2021-08-131-0/+20
* Re-implement input history handling to minimize linking requirementsSergey Poznyakoff2021-08-131-0/+4
* Various fixesSergey Poznyakoff2021-08-021-1/+7
* Fix minor memory leaks in gdbmtoolSergey Poznyakoff2021-03-221-2/+9
* Update copyright yearsSergey Poznyakoff2021-01-021-2/+1
* Update copyright yearsSergey Poznyakoff2020-12-231-1/+1
* Implement tagged structure initializers.Sergey Poznyakoff2020-10-091-3/+10
* Update copyright yearsSergey Poznyakoff2019-04-081-1/+1
* Various fixesSergey Poznyakoff2018-05-241-0/+2
* gdbmtool: accept commands from command line as well as from fileSergey Poznyakoff2018-05-231-9/+19
* Happy GNU YearSergey Poznyakoff2018-01-011-1/+1
* Happy GNU YearSergey Poznyakoff2017-01-021-2/+2
* Add debug info.Sergey Poznyakoff2016-07-251-1/+3
* Line-editing support in gdbmtoolSergey Poznyakoff2016-07-121-4/+3
* Update copyright yearsSergey Poznyakoff2016-05-161-2/+2
* Minor improvementsSergey Poznyakoff2016-05-161-1/+1
* Provide support for a simplified "define" construct.Sergey Poznyakoff2013-05-161-4/+14
* Improve handling of the variables.Sergey Poznyakoff2013-05-161-1/+7
* Add "pager" variable and "unset" command.Sergey Poznyakoff2013-05-151-4/+32
* Change variable support.Sergey Poznyakoff2013-05-141-10/+14
* Provide "open" and "close" commands; implement new variables.Sergey Poznyakoff2013-05-141-6/+10
* Add "set" and "define" to the main command table.Sergey Poznyakoff2013-05-131-14/+15
* Implement shell variables in gdbmtool.Sergey Poznyakoff2013-05-131-1/+67
* Handle structured key and content data in gdbmtool.Sergey Poznyakoff2013-05-131-6/+148
* Rewrite gdbmtool parser.Sergey Poznyakoff2013-05-111-0/+107