ftp.nice.ch/pub/next/unix/database/gdbm-1.7.3.s.tar.gz#/gdbm-1.7.3

COPYING
 
ChangeLog
 
INSTALL
 
Makefile.in
 
NEWS
 
README
 
alloca.c
[View alloca.c] 
autoconf.h.in
 
bucket.c
[View bucket.c] 
close.c
[View close.c] 
configure
 
configure.in
 
conv2gdbm.c
[View conv2gdbm.c] 
dbm.h
[View dbm.h] 
dbmclose.c
[View dbmclose.c] 
dbmdelete.c
[View dbmdelete.c] 
dbmdirfno.c
[View dbmdirfno.c] 
dbmfetch.c
[View dbmfetch.c] 
dbminit.c
[View dbminit.c] 
dbmopen.c
[View dbmopen.c] 
dbmpagfno.c
[View dbmpagfno.c] 
dbmrdonly.c
[View dbmrdonly.c] 
dbmseq.c
[View dbmseq.c] 
dbmstore.c
[View dbmstore.c] 
delete.c
[View delete.c] 
extern.h
[View extern.h] 
falloc.c
[View falloc.c] 
fetch.c
[View fetch.c] 
findkey.c
[View findkey.c] 
gdbm.3
 
gdbm.info
 
gdbm.proto
 
gdbm.proto2
 
gdbm.texinfo
 
gdbmclose.c
[View gdbmclose.c] 
gdbmconst.h
[View gdbmconst.h] 
gdbmdefs.h
[View gdbmdefs.h] 
gdbmdelete.c
[View gdbmdelete.c] 
gdbmerrno.c
[View gdbmerrno.c] 
gdbmerrno.h
[View gdbmerrno.h] 
gdbmexists.c
[View gdbmexists.c] 
gdbmfetch.c
[View gdbmfetch.c] 
gdbmopen.c
[View gdbmopen.c] 
gdbmreorg.c
[View gdbmreorg.c] 
gdbmseq.c
[View gdbmseq.c] 
gdbmsetopt.c
[View gdbmsetopt.c] 
gdbmstore.c
[View gdbmstore.c] 
gdbmsync.c
[View gdbmsync.c] 
getopt.c
[View getopt.c] 
getopt.h
[View getopt.h] 
global.c
[View global.c] 
hash.c
[View hash.c] 
ndbm.h
[View ndbm.h] 
proto.h
[View proto.h] 
samp1.cc
 
seq.c
[View seq.c] 
store.c
[View store.c] 
systems.h
[View systems.h] 
testdbm.c
[View testdbm.c] 
testgdbm.c
[View testgdbm.c] 
testndbm.c
[View testndbm.c] 
update.c
[View update.c] 
version.c
[View version.c] 

README

GNU dbm is a set of database routines that use extendible hashing and
works similar to the standard UNIX dbm routines.

This is release 1.7.3 of GNU dbm.

To compile gdbm:

   a)  configure <config parameters like -prefix ... see INSTALL>
   b)  make 

To compile the optional test and conversion programs:

   a)  make progs

To install the basic package:

   a)  make install

To install the optional dbm and ndbm compatibility headers:

   a)  make install-compat

(You might want to "make -n install" to make sure it will put things
were you want them.)

Please report bugs to
	bug-gnu-utils@prep.ai.mit.edu

------------------------------------------

The files are:

INSTALL		- Installation tips and information.
NEWS		- New and changed things.
COPYING		- Copying information.
README		- This file.

bucket.c, extern.h, falloc.c, findkey.c, gdbm.proto, gdbmclose.c,
gdbmconst.h gdbmdefs.h, gdbmdelete.c, gdbmerrno.h, gdbmfetch.c, gdbmsync.c,
gdbmopen.c, gdbmreorg.c, gdbmseq.c, gdbmstore.c, global.c, gndbm.h,
hash.c systems.h, update.c, version.c - Source for GNU dbm library.

dbm.h dbminit.c, delete.c, fetch.c, seq.c, store.c - Source for the
DBM interface.

dbmclose.c, dbmdelete.c, dbmdirfno.c, dbmfetch.c, dbmopen.c, dbmpagfno.c
dbmseq.c, dbmstore.c, ndbm.h - Source for the NDBM interface.

Makefile 	- Makefile, will make gdbm.a  (BSD and SYSV)
testgdbm.c	- A simple test program.
testdbm.c	- A simple test program.
testndbm.c	- A simple test program.
conv2gdbm.c	- A dbm database conversion program.

gdbm.3, gdbm.texinfo - Documentation for gdbm.

The author of GNU dbm may be reached via e-mail to <phil@cs.wwu.edu>,
and the current maintainer may be reached at <downsj@csos.orst.edu>.
E-mail may be sent to either, or both, of these people.

------------------------------------------

Future versions of GDBM may be far, far more UNIX dependent than the
library is, currently.  If you are/have ported GDBM to non-UNIX like
operating systems, please send e-mail to <downsj@csos.orst.edu>.
Please include information about your port, including the type of
operating system, your reasons for doing the port, and what changes
you have made.

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.