• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..12-Feb-201519

aclocal.m4H A D18-Oct-2011115 KiB

autoconf.hH A D08-Dec-20112.6 KiB

autoconf.h.inH A D18-Oct-20112.4 KiB

bucket.cH A D18-Oct-201111.3 KiB

ChangeLogH A D18-Oct-201117.7 KiB

close.cH A D18-Oct-20111.7 KiB

config.guessH A D18-Oct-201139 KiB

config.logH A D08-Dec-201122.8 KiB

config.statusH A D08-Dec-201128.8 KiB

config.subH A D18-Oct-201128.9 KiB

configureH A D18-Oct-2011259.6 KiB

configure.inH A D18-Oct-2011588

conv2gdbm.cH A D18-Oct-20114.2 KiB

COPYINGH A D18-Oct-201117.6 KiB

dbm.hH A D18-Oct-20111.5 KiB

dbmclose.cH A D18-Oct-20111.4 KiB

dbmdelete.cH A D18-Oct-20111.5 KiB

dbmdirfno.cH A D18-Oct-20111.5 KiB

dbmfetch.cH A D18-Oct-20111.9 KiB

dbminit.cH A D18-Oct-20113.8 KiB

dbmopen.cH A D18-Oct-20114.6 KiB

dbmpagfno.cH A D18-Oct-20111.5 KiB

dbmrdonly.cH A D18-Oct-20111.5 KiB

dbmseq.cH A D18-Oct-20112.3 KiB

dbmstore.cH A D18-Oct-20111.6 KiB

delete.cH A D18-Oct-20111.5 KiB

extern.hH A D18-Oct-20111.4 KiB

falloc.cH A D18-Oct-201114.3 KiB

fetch.cH A D18-Oct-20111.9 KiB

findkey.cH A D18-Oct-20115.5 KiB

gdbm.3H A D18-Oct-201114.6 KiB

gdbm.hH A D08-Dec-20114.6 KiB

gdbm.infoH A D18-Oct-201125.4 KiB

gdbm.protoH A D18-Oct-20113.7 KiB

gdbm.proto2H A D18-Oct-2011229

gdbm.texinfoH A D18-Oct-201126.9 KiB

gdbmclose.cH A D18-Oct-20112.2 KiB

gdbmconst.hH A D18-Oct-20112.8 KiB

gdbmdefs.hH A D18-Oct-20117.5 KiB

gdbmdelete.cH A D18-Oct-20113.8 KiB

gdbmerrno.cH A D18-Oct-20112.2 KiB

gdbmerrno.hH A D18-Oct-20112 KiB

gdbmexists.cH A D18-Oct-20111.6 KiB

gdbmfdesc.cH A D18-Oct-20111.5 KiB

gdbmfetch.cH A D18-Oct-20112.6 KiB

gdbmopen.cH A D18-Oct-201113 KiB

gdbmreorg.cH A D18-Oct-20115.9 KiB

gdbmseq.cH A D18-Oct-20114.4 KiB

gdbmsetopt.cH A D18-Oct-20112.9 KiB

gdbmstore.cH A D18-Oct-20115.6 KiB

gdbmsync.cH A D18-Oct-20111.5 KiB

getopt.cH A D18-Oct-201120.4 KiB

getopt.hH A D18-Oct-20114.3 KiB

global.cH A D18-Oct-20111.7 KiB

hash.cH A D18-Oct-20112 KiB

INSTALLH A D18-Oct-20115.6 KiB

install-shH A D18-Oct-20115.5 KiB

libtoolH A D08-Dec-2011144.4 KiB

ltmain.shH A D18-Oct-2011135.7 KiB

MakefileH A D19-Dec-20118.4 KiB

Makefile.inH A D18-Oct-20117.9 KiB

mkinstalldirsH A D18-Oct-2011619

ndbm.hH A D18-Oct-20112 KiB

NEWSH A D18-Oct-20113.2 KiB

proto.hH A D18-Oct-20112.8 KiB

READMEH A D18-Oct-20111.6 KiB

seq.cH A D18-Oct-20112.3 KiB

store.cH A D18-Oct-20111.6 KiB

systems.hH A D18-Oct-20113.5 KiB

testdbm.cH A D18-Oct-20114.8 KiB

testgdbm.cH A D18-Oct-201113.2 KiB

testndbm.cH A D18-Oct-20114.9 KiB

update.cH A D18-Oct-20113.8 KiB

version.cH A D18-Oct-20111.4 KiB

README

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