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

..29-Mar-2016141

aclocal.m4H A D13-Aug-2013115 KiB

autoconf.hH A D10-Feb-20162.6 KiB

autoconf.h.inH A D13-Aug-20132.4 KiB

bucket.cH A D13-Aug-201311.3 KiB

ChangeLogH A D13-Aug-201317.7 KiB

close.cH A D13-Aug-20131.7 KiB

config.guessH A D13-Aug-201339 KiB

config.subH A D13-Aug-201328.9 KiB

configureH A D13-Aug-2013259.6 KiB

configure.inH A D13-Aug-2013588

conv2gdbm.cH A D13-Aug-20134.2 KiB

COPYINGH A D13-Aug-201317.6 KiB

dbm.hH A D13-Aug-20131.5 KiB

dbmclose.cH A D13-Aug-20131.4 KiB

dbmdelete.cH A D13-Aug-20131.5 KiB

dbmdirfno.cH A D13-Aug-20131.5 KiB

dbmfetch.cH A D13-Aug-20131.9 KiB

dbminit.cH A D13-Aug-20133.8 KiB

dbmopen.cH A D13-Aug-20134.6 KiB

dbmpagfno.cH A D13-Aug-20131.5 KiB

dbmrdonly.cH A D13-Aug-20131.5 KiB

dbmseq.cH A D13-Aug-20132.3 KiB

dbmstore.cH A D13-Aug-20131.6 KiB

delete.cH A D13-Aug-20131.5 KiB

extern.hH A D13-Aug-20131.4 KiB

falloc.cH A D13-Aug-201314.3 KiB

fetch.cH A D13-Aug-20131.9 KiB

findkey.cH A D13-Aug-20135.5 KiB

gdbm.3H A D13-Aug-201314.6 KiB

gdbm.hH A D13-Aug-20134.6 KiB

gdbm.infoH A D13-Aug-201325.4 KiB

gdbm.protoH A D13-Aug-20133.7 KiB

gdbm.proto2H A D13-Aug-2013229

gdbm.texinfoH A D13-Aug-201326.9 KiB

gdbmclose.cH A D13-Aug-20132.2 KiB

gdbmconst.hH A D13-Aug-20132.8 KiB

gdbmdefs.hH A D13-Aug-20137.5 KiB

gdbmdelete.cH A D13-Aug-20133.8 KiB

gdbmerrno.cH A D13-Aug-20132.2 KiB

gdbmerrno.hH A D13-Aug-20132 KiB

gdbmexists.cH A D13-Aug-20131.6 KiB

gdbmfdesc.cH A D13-Aug-20131.5 KiB

gdbmfetch.cH A D13-Aug-20132.6 KiB

gdbmopen.cH A D13-Aug-201313 KiB

gdbmreorg.cH A D13-Aug-20135.9 KiB

gdbmseq.cH A D13-Aug-20134.4 KiB

gdbmsetopt.cH A D13-Aug-20132.9 KiB

gdbmstore.cH A D13-Aug-20135.6 KiB

gdbmsync.cH A D13-Aug-20131.5 KiB

getopt.cH A D13-Aug-201320.4 KiB

getopt.hH A D13-Aug-20134.3 KiB

global.cH A D13-Aug-20131.7 KiB

hash.cH A D13-Aug-20132 KiB

INSTALLH A D13-Aug-20135.6 KiB

install-shH A D13-Aug-20135.5 KiB

ltmain.shH A D13-Aug-2013135.7 KiB

Makefile.inH A D13-Aug-20137.9 KiB

mkinstalldirsH A D13-Aug-2013619

ndbm.hH A D13-Aug-20132 KiB

NEWSH A D13-Aug-20133.2 KiB

proto.hH A D13-Aug-20132.8 KiB

READMEH A D13-Aug-20131.6 KiB

seq.cH A D13-Aug-20132.3 KiB

store.cH A D13-Aug-20131.6 KiB

systems.hH A D13-Aug-20133.5 KiB

testdbm.cH A D13-Aug-20134.8 KiB

testgdbm.cH A D13-Aug-201313.2 KiB

testndbm.cH A D13-Aug-20134.9 KiB

update.cH A D13-Aug-20133.8 KiB

version.cH A D13-Aug-20131.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