summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing includeSergey Poznyakoff2021-09-091-0/+1
* Fix stack overflow in print_usageSergey Poznyakoff2021-09-091-1/+1
* Reset TERM for dejagnu testsuiteSergey Poznyakoff2021-09-071-0/+1
* Fix testing with DejaGNU 1.6.3Sergey Poznyakoff2021-09-075-33/+35
* Determine if st_mtim is present in struct statSergey Poznyakoff2021-09-074-7/+27
* Fix file header validationSergey Poznyakoff2021-09-051-2/+2
* Revert "Request gettext version 0.18 or newer"Sergey Poznyakoff2021-09-051-1/+1
* Request gettext version 0.18 or newerSergey Poznyakoff2021-09-041-1/+1
* Minor changeSergey Poznyakoff2021-09-031-1/+1
* gdbm_fuzzer: use atexit to free memory allocated for script bufferSergey Poznyakoff2021-09-031-0/+12
* Add seed builder script and runcom file for gdbm_fuzzerSergey Poznyakoff2021-09-032-0/+140
* Add gdbm_fuzzer.cSergey Poznyakoff2021-09-031-0/+188
* Change semantics of the errorexit variable.Sergey Poznyakoff2021-09-034-182/+261
* Minor changeSergey Poznyakoff2021-09-031-1/+4
* bootstrap: options for disable po download and for updating po filesSergey Poznyakoff2021-09-031-27/+69
* Minor changeSergey Poznyakoff2021-09-031-233/+380
* gdbmtool: new command "perror"; new options -t, -T; improve timing outputSergey Poznyakoff2021-09-033-14/+162
* gdbmtool: optionally print command trace (controlled by the "trace" variable)Sergey Poznyakoff2021-09-032-2/+66
* gdbmtool: optionally print real execution time at the end of each commandSergey Poznyakoff2021-09-032-1/+19
* run_command: use error code from beginSergey Poznyakoff2021-09-031-1/+2
* Allow for [+-]all in the errormask valueSergey Poznyakoff2021-09-031-0/+5
* New gdbmtool variables: errorexit and errormask.Sergey Poznyakoff2021-09-035-76/+338
* Add gdbmshell.c to POTFILES.inSergey Poznyakoff2021-09-033-1/+5
* Version 1.21 releasedv1.21Sergey Poznyakoff2021-09-023-10/+12
* Version 1.21Sergey Poznyakoff2021-08-272-4/+3
* Minor fixSergey Poznyakoff2021-08-181-1/+0
* Revise gdbmtool error messagesSergey Poznyakoff2021-08-133-45/+62
* gdbmtool: always provide stdin streamSergey Poznyakoff2021-08-136-26/+46
* Re-implement input history handling to minimize linking requirementsSergey Poznyakoff2021-08-139-105/+139
* Update docsSergey Poznyakoff2021-08-122-15/+99
* Fix NULL dereference in gdbmshell. Undefine "fd" upon closing the database.Sergey Poznyakoff2021-08-123-6/+35
* gdbmtool: setting database option affects the current databaseSergey Poznyakoff2021-08-123-11/+50
* gdbmshell: get rid of remaining globalsSergey Poznyakoff2021-08-128-117/+299
* gdbmtool: bugfixesSergey Poznyakoff2021-08-122-19/+25
* Fix duplicated mmap in gdbm_recoverSergey Poznyakoff2021-08-111-6/+7
* Minor fixSergey Poznyakoff2021-08-111-1/+1
* Minor change in argv streamSergey Poznyakoff2021-08-111-1/+1
* Fix memory leaks in gdbm_fd_openSergey Poznyakoff2021-08-111-12/+11
* Move gdbmtool shell functions to the library.Sergey Poznyakoff2021-08-106-2406/+2567
* gdbmtool: separate command parameters and environmentSergey Poznyakoff2021-08-103-140/+207
* gdbmtool: rewrite handler parameter functions; fix memory leaksSergey Poznyakoff2021-08-107-52/+168
* BugfixesSergey Poznyakoff2021-08-102-1/+4
* Update gdbm.texiSergey Poznyakoff2021-08-101-13/+13
* Update docs. Rename some error codes.Sergey Poznyakoff2021-08-099-145/+334
* Make parseopt reentrant.Sergey Poznyakoff2021-08-091-0/+3
* Version 1.20.91. Minor changes in translatable strings.Sergey Poznyakoff2021-08-093-6/+10
* Document new gdbmtool optionsxheaderSergey Poznyakoff2021-08-081-0/+31
* gdbmtool: new option to open the database at a given file descriptorSergey Poznyakoff2021-08-082-8/+29
* Fix the docsSergey Poznyakoff2021-08-042-24/+29
* Fix representation of multibyte strings in gdbmtool outputSergey Poznyakoff2021-08-041-23/+49