Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
gdbm - A GNU set of database routines which use extensible hashing.
- Description:
Gdbm is a GNU database indexing library, including routines which use
extensible hashing. Gdbm works in a similar way to standard UNIX dbm
routines. Gdbm is useful for developers who write C applications and
need access to a simple and efficient database or who are building C
applications which will use such a database.
If you're a C developer and your programs need access to simple
database routines, you should install gdbm. You'll also need to
install gdbm-devel.
Packages
gdbm-1.8.0-28.el5.src
[143 KiB] |
Changelog
by Jan Horak (2012-04-28):
- added explicit requirement on gdbm into gdbm-devel
Resolves: #671156
|
gdbm-1.8.0-26.2.1.el5_6.1.src
[143 KiB] |
Changelog
by Jan Horak (2011-06-12):
- dbm_* calls should call the underlying gdbm_* calls using then
GDBM_NOLOCK flag (#668689)
|