1 | GNU dbm is a set of database routines that use extendible hashing and |
---|
2 | works similar to the standard UNIX dbm routines. |
---|
3 | |
---|
4 | This is release 1.8 of GNU dbm. |
---|
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 | |
---|
19 | To install the optional dbm and ndbm compatibility headers: |
---|
20 | |
---|
21 | a) make install-compat |
---|
22 | |
---|
23 | (You might want to "make -n install" to make sure it will put things |
---|
24 | were you want them.) |
---|
25 | |
---|
26 | Please report bugs to |
---|
27 | bug-gnu-utils@prep.ai.mit.edu |
---|
28 | |
---|
29 | ------------------------------------------ |
---|
30 | |
---|
31 | The files are: |
---|
32 | |
---|
33 | INSTALL - Installation tips and information. |
---|
34 | NEWS - New and changed things. |
---|
35 | COPYING - Copying information. |
---|
36 | README - This file. |
---|
37 | |
---|
38 | bucket.c, extern.h, falloc.c, findkey.c, gdbm.proto, gdbmclose.c, |
---|
39 | gdbmconst.h gdbmdefs.h, gdbmdelete.c, gdbmerrno.h, gdbmfdesc.c, gdbmfetch.c, |
---|
40 | gdbmsync.c, gdbmopen.c, gdbmreorg.c, gdbmseq.c, gdbmstore.c, global.c, gdbm.h, |
---|
41 | hash.c systems.h, update.c, version.c - Source for GNU dbm library. |
---|
42 | |
---|
43 | dbm.h dbminit.c, delete.c, fetch.c, seq.c, store.c - Source for the |
---|
44 | DBM interface. |
---|
45 | |
---|
46 | dbmclose.c, dbmdelete.c, dbmdirfno.c, dbmfetch.c, dbmopen.c, dbmpagfno.c |
---|
47 | dbmseq.c, dbmstore.c, ndbm.h - Source for the NDBM interface. |
---|
48 | |
---|
49 | Makefile - Makefile, will make gdbm.a (BSD and SYSV) |
---|
50 | testgdbm.c - A simple test program. |
---|
51 | testdbm.c - A simple test program. |
---|
52 | testndbm.c - A simple test program. |
---|
53 | conv2gdbm.c - A dbm database conversion program. |
---|
54 | |
---|
55 | gdbm.3, gdbm.texinfo - Documentation for gdbm. |
---|
56 | |
---|
57 | The author of GNU dbm may be reached via e-mail to <phil@cs.wwu.edu>, |
---|
58 | and the current maintainer may be reached at <downsj@downsj.com>. |
---|
59 | E-mail may be sent to either, or both, of these people. |
---|