• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D21-Aug-201125.8 KiB505418

ChangeLogH A D21-Aug-201126.3 KiB991648

LTmakefileH A D03-May-202210.3 KiB319230

LTmakefile.inH A D21-Aug-201110.2 KiB319230

Makefile.inH A D03-May-202217.9 KiB647436

NEWSH A D21-Aug-20111.4 KiB4426

READMEH A D21-Aug-20111.6 KiB5135

RISCmakefileH A D21-Aug-20113.3 KiB141103

THANKSH A D21-Aug-20111,009 4630

VCmakefileH A D21-Aug-20117.7 KiB249163

cabin.cH A D21-Aug-201192.6 KiB3,5303,061

cabin.hH A D21-Aug-201169.3 KiB1,545340

cbcodec.cH A D21-Aug-201126.5 KiB1,0801,003

cbtest.cH A D21-Aug-201124.6 KiB925833

config.statusH A D03-May-202220.9 KiB716558

configureH A D03-May-2022109.8 KiB3,9143,221

configure.inH A D03-May-20227 KiB313259

crmgr.cH A D21-Aug-201121.8 KiB957832

crtest.cH A D21-Aug-201121.8 KiB874786

crtsv.cH A D21-Aug-20116.4 KiB267200

curia.cH A D21-Aug-201132.1 KiB1,193987

curia.hH A D21-Aug-201122.7 KiB47580

depot.cH A D21-Aug-201166.3 KiB2,2201,853

depot.hH A D21-Aug-201122.2 KiB493118

dpmgr.cH A D21-Aug-201120.7 KiB917792

dptest.cH A D21-Aug-201120.9 KiB837749

dptsv.cH A D21-Aug-20116.2 KiB262195

hovel.cH A D21-Aug-201115.5 KiB569472

hovel.hH A D21-Aug-201112.4 KiB27994

hvmgr.cH A D21-Aug-201113.3 KiB583497

hvtest.cH A D21-Aug-20116.7 KiB273207

myconf.cH A D21-Aug-201126.8 KiB1,114838

myconf.hH A D21-Aug-201112.6 KiB594333

odeum.cH A D21-Aug-201161.9 KiB2,0911,763

odeum.hH A D21-Aug-201126.5 KiB591113

odidx.cH A D21-Aug-201125.3 KiB891787

odmgr.cH A D21-Aug-201126.2 KiB1,086964

odtest.cH A D21-Aug-201117.5 KiB695610

qdbm.defH A D21-Aug-201111 KiB425424

qdbm.pcH A D21-Aug-2011348 1513

qdbm.pc.inH A D21-Aug-2011303 1513

qdbm.specH A D21-Aug-20115.7 KiB219188

qdbm.spec.inH A D21-Aug-20115.8 KiB219192

qmttest.cH A D21-Aug-20118.5 KiB301246

relic.cH A D21-Aug-20117.4 KiB267184

relic.hH A D21-Aug-20116.5 KiB17146

rlmgr.cH A D21-Aug-201110.5 KiB466387

rltest.cH A D21-Aug-20115.8 KiB242176

villa.cH A D21-Aug-201179.5 KiB2,6672,277

villa.hH A D21-Aug-201136.9 KiB759172

vista.cH A D21-Aug-20113.4 KiB172102

vista.hH A D21-Aug-20114.5 KiB13998

vlmgr.cH A D21-Aug-201122.3 KiB969851

vltest.cH A D21-Aug-201140 KiB1,5081,419

vltsv.cH A D21-Aug-20116.1 KiB262194

README

1================================================================
2 QDBM: Quick Database Manager
3 Copyright (C) 2000-2007 Mikio Hirabayashi
4================================================================
5
6
7Please read the following documents with a WWW browser.
8How to install QDBM is explained in the specification.
9
10  README         - this file
11  COPYING        - license
12  ChangeLog      - history of enhancement
13  NEWS           - news for users
14  THANKS         - list of contributors
15  spex.html      - specification
16  spex-ja.html   - specification in Japanese
17
18
19Contents of the directory tree is below.
20
21  ./             - sources of QDBM
22  ./plus/        - API for C++ (read `./plus/xspex.html')
23  ./java/        - API for Java (read `./java/jspex.html')
24  ./perl/        - API for Perl (read `./perl/plspex.html')
25  ./ruby/        - API for Ruby (read `./ruby/rbspex.html')
26  ./cgi/         - CGI scripts (read `./cgi/cgispex.html')
27  ./man1/        - manual pages for commands
28  ./man3/        - manual pages for C API
29  ./lab/         - for test and experiment
30  ./bros/        - for comparison with other database managers
31  ./misc/        - miscellaneous files
32
33
34QDBM is released under the terms of the GNU Lesser General Public
35License.  See the file `COPYING' for details.
36
37QDBM was written by Mikio Hirabayashi.  You can contact the author
38by e-mail to `mikio@users.sourceforge.net'.  However, as for
39topics which can be shared among other users, pleae send it to
40the mailing list. To join the mailing list, refer to the following
41URL.
42
43  http://lists.sourceforge.net/lists/listinfo/qdbm-users
44
45
46Thanks.
47
48
49
50== END OF FILE ==
51