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