summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bootstrap: options for disable po download and for updating po filesfuzzSergey Poznyakoff2021-08-291-27/+69
* Minor changeSergey Poznyakoff2021-08-271-233/+380
* gdbmtool: new command "perror"; new options -t, -T; improve timing outputSergey Poznyakoff2021-08-273-14/+162
* gdbmtool: optionally print command trace (controlled by the "trace" variable)Sergey Poznyakoff2021-08-172-2/+66
* gdbmtool: optionally print real execution time at the end of each commandSergey Poznyakoff2021-08-172-1/+19
* run_command: use error code from beginSergey Poznyakoff2021-08-161-1/+2
* Allow for [+-]all in the errormask valueSergey Poznyakoff2021-08-161-0/+5
* New gdbmtool variables: errorexit and errormask.Sergey Poznyakoff2021-08-166-77/+338
* 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
* Fix the representation of octal escapes in gdbmtool outputSergey Poznyakoff2021-08-041-2/+2
* gdbmtool: fix help output representationSergey Poznyakoff2021-08-031-3/+15
* New macro: ARRAY_SIZESergey Poznyakoff2021-08-034-12/+14
* gdbmtool: control the format in which new databases are createdSergey Poznyakoff2021-08-036-39/+82
* Preserve the database format across dump/restoreSergey Poznyakoff2021-08-032-3/+30
* Fix typosSergey Poznyakoff2021-08-032-3/+3
* Various fixesSergey Poznyakoff2021-08-027-82/+305
* Fix gdbm_recoverSergey Poznyakoff2021-08-021-0/+7
* Fix numsync comparisonSergey Poznyakoff2021-08-022-2/+7
* New gdbmtool command: snapshotSergey Poznyakoff2021-08-014-11/+298
* Fix a typo.Sergey Poznyakoff2021-08-011-1/+1
* Changes in the docs. Minor improvements in gdbm_latest_snapshot.Sergey Poznyakoff2021-07-314-118/+129
* Update the documentationSergey Poznyakoff2021-07-314-217/+190
* Minor fixSergey Poznyakoff2021-07-301-1/+1
* Minor changeSergey Poznyakoff2021-07-303-10/+8
* Avoid eventual alignment problemsSergey Poznyakoff2021-07-305-30/+75
* Minor fixSergey Poznyakoff2021-07-291-1/+2
* Various bugfixes.Sergey Poznyakoff2021-07-295-9/+7