This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Simplify ext/SDBM_File layout and build
[perl5.git] / ext / SDBM_File / README.too
1 This version of sdbm merely has all the dbm_* names translated to sdbm_*
2 so that we can link ndbm and sdbm into the same executable.  (It also has
3 the bad() macro redefined to allow a zero-length key.)
4
5
6 Fri Apr 15 10:15:30 EDT 1994.
7
8 Additional portability/configuration changes for libsdbm by Andy Dougherty
9 doughera@lafayette.edu.
10
11
12 Mon Mar 22 03:24:47 PST 1999.
13
14 sdbm_exists added to the library by Russ Allbery <rra@stanford.edu>.