diff options
author | Ed J <etj@cpan.org> | 2014-12-29 11:59:40 +0000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2015-01-13 16:29:36 +1100 |
commit | ac0e53cd2e68c3cd1b17197f1802e71896bf36aa (patch) | |
tree | d15ea7a8abf0f8f0197b67ad4bb7a5eb03881311 /ext/SDBM_File/README.too | |
parent | 6b10655d3ee68e96dae350f9c241e9e592f7c674 (diff) | |
download | perl-ac0e53cd2e68c3cd1b17197f1802e71896bf36aa.tar.gz |
Simplify ext/SDBM_File layout and build
Tony: fix MANIFEST
Diffstat (limited to 'ext/SDBM_File/README.too')
-rw-r--r-- | ext/SDBM_File/README.too | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ext/SDBM_File/README.too b/ext/SDBM_File/README.too new file mode 100644 index 0000000000..cc86fb4dd5 --- /dev/null +++ b/ext/SDBM_File/README.too @@ -0,0 +1,14 @@ +This version of sdbm merely has all the dbm_* names translated to sdbm_* +so that we can link ndbm and sdbm into the same executable. (It also has +the bad() macro redefined to allow a zero-length key.) + + +Fri Apr 15 10:15:30 EDT 1994. + +Additional portability/configuration changes for libsdbm by Andy Dougherty +doughera@lafayette.edu. + + +Mon Mar 22 03:24:47 PST 1999. + +sdbm_exists added to the library by Russ Allbery <rra@stanford.edu>. |