Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 8b8b12225a4af2826a4714f04e9f7464766199c6
https://github.com/Perl/perl5/commit/8b8b12225a4af2826a4714f04e9f7464766199c6
Author: Sergey Poznyakoff <[email protected]>
Date: 2021-11-02 (Tue, 02 Nov 2021)
Changed paths:
M ext/GDBM_File/GDBM_File.pm
M ext/GDBM_File/GDBM_File.xs
M ext/GDBM_File/Makefile.PL
Log Message:
-----------
gdbm: Define error codes; provide the global $gdbm_errno variable.
* ext/GDBM_File/GDBM_File.pm: Export gdbm error codes.
Improve documentation.
* ext/GDBM_File/GDBM_File.xs (BOOT): Define the GDBM_File::gdbm_errno
variable.
(gdbm_errno): Return a value usable both in numeric and string
contexts.
* ext/GDBM_File/Makefile.PL: Define gdbm error codes.
* Document GDBM_* constants used with tie().
Commit: 3b2b4cf85f6e086e6ab585225f51c33cad960b55
https://github.com/Perl/perl5/commit/3b2b4cf85f6e086e6ab585225f51c33cad960b55
Author: Tony Cook <[email protected]>
Date: 2021-11-02 (Tue, 02 Nov 2021)
Changed paths:
M ext/GDBM_File/GDBM_File.pm
Log Message:
-----------
bump $GDBM_File::VERSION
Compare: https://github.com/Perl/perl5/compare/11e7ed3342a4...3b2b4cf85f6e