[15371] | 1 | GNU dbm is a set of database routines that use extendible hashing and |
---|
| 2 | works similar to the standard UNIX dbm routines. |
---|
| 3 | |
---|
[18184] | 4 | This is release 1.8.3 of GNU dbm. |
---|
[15371] | 5 | |
---|
| 6 | To compile gdbm: |
---|
| 7 | |
---|
| 8 | a) configure <config parameters like -prefix ... see INSTALL> |
---|
| 9 | b) make |
---|
| 10 | |
---|
| 11 | To compile the optional test and conversion programs: |
---|
| 12 | |
---|
| 13 | a) make progs |
---|
| 14 | |
---|
| 15 | To install the basic package: |
---|
| 16 | |
---|
| 17 | a) make install |
---|
| 18 | |
---|
[18184] | 19 | To install the optional dbm and ndbm API compatibility library and headers: |
---|
[15371] | 20 | |
---|
| 21 | a) make install-compat |
---|
| 22 | |
---|
| 23 | Please report bugs to |
---|
[18184] | 24 | bug-gnu-utils@gnu.org |
---|
[15371] | 25 | |
---|
| 26 | ------------------------------------------ |
---|
| 27 | |
---|
| 28 | The files are: |
---|
| 29 | |
---|
| 30 | INSTALL - Installation tips and information. |
---|
| 31 | NEWS - New and changed things. |
---|
| 32 | COPYING - Copying information. |
---|
| 33 | README - This file. |
---|
| 34 | |
---|
| 35 | bucket.c, extern.h, falloc.c, findkey.c, gdbm.proto, gdbmclose.c, |
---|
| 36 | gdbmconst.h gdbmdefs.h, gdbmdelete.c, gdbmerrno.h, gdbmfdesc.c, gdbmfetch.c, |
---|
| 37 | gdbmsync.c, gdbmopen.c, gdbmreorg.c, gdbmseq.c, gdbmstore.c, global.c, gdbm.h, |
---|
| 38 | hash.c systems.h, update.c, version.c - Source for GNU dbm library. |
---|
| 39 | |
---|
| 40 | dbm.h dbminit.c, delete.c, fetch.c, seq.c, store.c - Source for the |
---|
| 41 | DBM interface. |
---|
| 42 | |
---|
| 43 | dbmclose.c, dbmdelete.c, dbmdirfno.c, dbmfetch.c, dbmopen.c, dbmpagfno.c |
---|
| 44 | dbmseq.c, dbmstore.c, ndbm.h - Source for the NDBM interface. |
---|
| 45 | |
---|
| 46 | Makefile - Makefile, will make gdbm.a (BSD and SYSV) |
---|
| 47 | testgdbm.c - A simple test program. |
---|
| 48 | testdbm.c - A simple test program. |
---|
| 49 | testndbm.c - A simple test program. |
---|
| 50 | conv2gdbm.c - A dbm database conversion program. |
---|
| 51 | |
---|
| 52 | gdbm.3, gdbm.texinfo - Documentation for gdbm. |
---|
| 53 | |
---|
| 54 | The author of GNU dbm may be reached via e-mail to <phil@cs.wwu.edu>, |
---|
| 55 | and the current maintainer may be reached at <downsj@downsj.com>. |
---|
| 56 | E-mail may be sent to either, or both, of these people. |
---|