home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gdbm-1.7.1.tar.gz / gdbm-1.7.1.tar / gdbm-1.7.1 / README < prev    next >
Text File  |  1993-11-16  |  2KB  |  52 lines

  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.7.1 of GNU dbm.
  5.  
  6. To compile gdbm:
  7.  
  8.    a)  configure <config parameters like -prefix ... see INSTALL>
  9.    b)  make
  10.  
  11. To Install
  12.  
  13.    a)  make install
  14.  
  15. (You might want to "make -n install" to make sure it will put things
  16. were you want them.)
  17.  
  18. Please report bugs to
  19.     bug-gnu-utils@prep.ai.mit.edu
  20.  
  21. ------------------------------------------
  22.  
  23. The files are:
  24.  
  25. INSTALL        - Installation tips and information.
  26. NEWS        - New and changed things.
  27. COPYING        - Copying information.
  28. README        - This file.
  29.  
  30. bucket.c, extern.h, falloc.c, findkey.c, gdbm.proto, gdbmclose.c,
  31. gdbmconst.h gdbmdefs.h, gdbmdelete.c, gdbmerrno.h, gdbmfetch.c, gdbmsync.c,
  32. gdbmopen.c, gdbmreorg.c, gdbmseq.c, gdbmstore.c, global.c, gndbm.h,
  33. hash.c systems.h, update.c, version.c - Source for GNU dbm library.
  34.  
  35. dbm.h dbminit.c, delete.c, fetch.c, seq.c, store.c - Source for the
  36. DBM interface.
  37.  
  38. dbmclose.c, dbmdelete.c, dbmdirfno.c, dbmfetch.c, dbmopen.c, dbmpagfno.c
  39. dbmseq.c, dbmstore.c, ndbm.h - Source for the NDBM interface.
  40.  
  41. Makefile     - Makefile, will make gdbm.a  (BSD and SYSV)
  42. testgdbm.c    - A simple test program.
  43. testdbm.c    - A simple test program.
  44. testndbm.c    - A simple test program.
  45. conv2gdbm.c    - A dbm database conversion program.
  46.  
  47. gdbm.3, gdbm.texinfo - Documentation for gdbm.
  48.  
  49. The author of GNU dbm may be reached via e-mail to <phil@cs.wwu.edu>,
  50. and the current maintainer may be reached at <downsj@csos.orst.edu>.
  51. E-mail may be sent to either, or both, of these people.
  52.