summaryrefslogtreecommitdiff
path: root/src/testgdbm.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite gdbmtool parser.Sergey Poznyakoff2013-05-111-1377/+0
* Add new prompt escapes.Sergey Poznyakoff2013-05-091-1/+29
* Rename testgdbm to gdbmtool. Improve documentation.Sergey Poznyakoff2013-05-081-18/+89
* Improve testgdbm; install some more bugfixes.Sergey Poznyakoff2013-05-081-82/+71
* Improve testgdbmSergey Poznyakoff2011-11-161-144/+242
* Update the docs. Improve dump/load utilities.Sergey Poznyakoff2011-11-151-11/+13
* Implement new dump format. Add new utilities: gdbm_dump and gdbm_load.Sergey Poznyakoff2011-11-131-90/+52
* Minor fixSergey Poznyakoff2011-11-131-0/+1
* Minor fixes.Sergey Poznyakoff2011-11-121-2/+2
* Use SEEK_SET instead of L_SET.Sergey Poznyakoff2011-11-111-2/+2
* Fix bug #150.Sergey Poznyakoff2011-10-051-4/+12
* Minor fix.Sergey Poznyakoff2011-08-241-8/+6
* Implement multi-character commands in testgdbm.Sergey Poznyakoff2011-08-241-71/+144
* Internationalization.Sergey Poznyakoff2011-08-161-114/+129
* Verify preprocessor directives. Pass them through cppi toSergey Poznyakoff2011-08-131-1/+1
* Change internal command invocation mechanism: the begin handlerSergey Poznyakoff2011-08-071-251/+428
* (error): Bugfix.Sergey Poznyakoff2011-08-051-1/+1
* Don't include extern.hSergey Poznyakoff2011-08-051-1/+0
* Remove unused variables, fix format specs.Sergey Poznyakoff2011-08-031-23/+19
* Update copyright headers.Sergey Poznyakoff2011-08-031-5/+5
* Add tests.Sergey Poznyakoff2011-08-021-2/+1
* Support --help and --version for the sake of make distcheck.Sergey Poznyakoff2011-08-011-0/+14
* Use GDBM_FILE instead of gdbm_file_info *.Sergey Poznyakoff2011-08-011-4/+3
* Add support for opening files without mmap.Jason Downs2008-11-301-1/+6
* The library was not working on Solaris due to file locking. fcntl locks areJason Downs2008-11-301-7/+25
* Initial revisionJason Downs2008-11-211-0/+925