source: trunk/third/gdbm/README @ 15372

Revision 15372, 1.7 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15371, which included commits to RCS files with non-trunk default branches.
Line 
1GNU dbm is a set of database routines that use extendible hashing and
2works similar to the standard UNIX dbm routines.
3
4This is release 1.8 of GNU dbm.
5
6To compile gdbm:
7
8   a)  configure <config parameters like -prefix ... see INSTALL>
9   b)  make
10
11To compile the optional test and conversion programs:
12
13   a)  make progs
14
15To install the basic package:
16
17   a)  make install
18
19To 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
24were you want them.)
25
26Please report bugs to
27        bug-gnu-utils@prep.ai.mit.edu
28
29------------------------------------------
30
31The files are:
32
33INSTALL         - Installation tips and information.
34NEWS            - New and changed things.
35COPYING         - Copying information.
36README          - This file.
37
38bucket.c, extern.h, falloc.c, findkey.c, gdbm.proto, gdbmclose.c,
39gdbmconst.h gdbmdefs.h, gdbmdelete.c, gdbmerrno.h, gdbmfdesc.c, gdbmfetch.c,
40gdbmsync.c, gdbmopen.c, gdbmreorg.c, gdbmseq.c, gdbmstore.c, global.c, gdbm.h,
41hash.c systems.h, update.c, version.c - Source for GNU dbm library.
42
43dbm.h dbminit.c, delete.c, fetch.c, seq.c, store.c - Source for the
44DBM interface.
45
46dbmclose.c, dbmdelete.c, dbmdirfno.c, dbmfetch.c, dbmopen.c, dbmpagfno.c
47dbmseq.c, dbmstore.c, ndbm.h - Source for the NDBM interface.
48
49Makefile        - Makefile, will make gdbm.a  (BSD and SYSV)
50testgdbm.c      - A simple test program.
51testdbm.c       - A simple test program.
52testndbm.c      - A simple test program.
53conv2gdbm.c     - A dbm database conversion program.
54
55gdbm.3, gdbm.texinfo - Documentation for gdbm.
56
57The author of GNU dbm may be reached via e-mail to <phil@cs.wwu.edu>,
58and the current maintainer may be reached at <downsj@downsj.com>.
59E-mail may be sent to either, or both, of these people.
Note: See TracBrowser for help on using the repository browser.