|
0
|
1 |
1999-05-01 Bruce Guenter <bguenter@mikhail.qcc.sk.ca>
|
|
|
2 |
|
|
|
3 |
* cdb_writer.cc (cdb_writer): Added "mode" parameter, passed to
|
|
|
4 |
the fdobuf constructor, to set the file permissions.
|
|
|
5 |
|
|
|
6 |
1999-04-01 Bruce Guenter <bguenter@mikhail.qcc.sk.ca>
|
|
|
7 |
|
|
|
8 |
* cdb_reader.cc: Converted to using fdbuf routines.
|
|
|
9 |
|
|
|
10 |
* cdb_get.cc: Converted to using fdbuf routines.
|
|
|
11 |
|
|
|
12 |
* cdb_writer.cc: Converted to using fdbuf routines.
|
|
|
13 |
|
|
|
14 |
1999-03-19 Bruce Guenter <bguenter@mikhail.qcc.sk.ca>
|
|
|
15 |
|
|
|
16 |
* internal.h: Renamed cdb_internal.h to this.
|
|
|
17 |
|
|
|
18 |
1999-03-18 Bruce Guenter <bguenter@mikhail.qcc.sk.ca>
|
|
|
19 |
|
|
|
20 |
* cdb_internal.h: Moved several internal functions into here
|
|
|
21 |
instead of in the main header file; fixed some signed char
|
|
|
22 |
conversion bugs.
|
|
|
23 |
|
|
|
24 |
* cdb_get.cc (seek): Typo: & should have been *.
|
|
|
25 |
(seek): Don't reassign value of "pos" until after its used to set
|
|
|
26 |
lenhash.
|
|
|
27 |
|
|
|
28 |
1999-03-16 Bruce Guenter <bguenter@mikhail.qcc.sk.ca>
|
|
|
29 |
|
|
|
30 |
* cdb_writer.cc (abort): Protect the close and unlink calls
|
|
|
31 |
against repeated or extraneous calls, to prevent unlinking an
|
|
|
32 |
existing temporary file.
|
|
|
33 |
|
|
|
34 |
* cdb_writer.cc: These routines now call the new C++ cdbmake
|
|
|
35 |
routines.
|
|
|
36 |
|
|
|
37 |
* cdb_make.cc: Copied the contents of cdb-0.55/cdbmake_*.c into
|
|
|
38 |
here and converted into C++ style code.
|
|
|
39 |
|
|
|
40 |
1999-03-15 Bruce Guenter <bguenter@mikhail.qcc.sk.ca>
|
|
|
41 |
|
|
|
42 |
* cdb_getrec.cc (cdb_getrec): Simply call cdb_reader::get in this
|
|
|
43 |
function.
|
|
|
44 |
|
|
|
45 |
* cdb_get.cc (get): Moved all of cdb_getrec into cdb_reader::get
|
|
|
46 |
and cdb_reader::seek, and optimized it for multiple reads (only
|
|
|
47 |
read the header once and store it).
|
|
|
48 |
|