[Perl/perl5] 0f875b: gdbm: make sure basic error codes are always defined

2022-04-10 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0f875b7c4180f248f0fec87711de88c22cbc2009 https://github.com/Perl/perl5/commit/0f875b7c4180f248f0fec87711de88c22cbc2009 Author: Sergey Poznyakoff Date: 2022-04-10 (Sun, 10 Apr 2022) Changed paths: M ext

[Perl/perl5] 0bf6e4: gdbm: make sure basic error codes are always defined

2022-04-09 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/gray/gdbm-macro Home: https://github.com/Perl/perl5 Commit: 0bf6e453caa8d3eba9bb94782132bdfe14cfc9f8 https://github.com/Perl/perl5/commit/0bf6e453caa8d3eba9bb94782132bdfe14cfc9f8 Author: Sergey Poznyakoff Date: 2022-04-09 (Sat, 09 Apr 2022)

[Perl/perl5] b5d8c4: Fix definition of ITEM_NOT_FOUND for pre-1.13 vers...

2022-03-04 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/gh-19482-maint-5.34-gdbm-problem-20220303 Home: https://github.com/Perl/perl5 Commit: b5d8c464eb23a35393788e20c0295a00e00d4364 https://github.com/Perl/perl5/commit/b5d8c464eb23a35393788e20c0295a00e00d4364 Author: Sergey Poznyakoff Date: 2022-03-04 (Fri, 04 M

[Perl/perl5] f03835: Fix definition of ITEM_NOT_FOUND for pre-1.13 vers...

2022-03-03 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/gh-19482-maint-5.34-gdbm-problem-20220303 Home: https://github.com/Perl/perl5 Commit: f03835b2aba5276eac15b30196893d0f9926821e https://github.com/Perl/perl5/commit/f03835b2aba5276eac15b30196893d0f9926821e Author: Sergey Poznyakoff Date: 2022

[Perl/perl5] 2fb69a: Fix Memoize tests, where GDBM_File is involved

2021-10-17 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2fb69afd11f0d2b487eaeb5b057e20b86053fd34 https://github.com/Perl/perl5/commit/2fb69afd11f0d2b487eaeb5b057e20b86053fd34 Author: Sergey Poznyakoff Date: 2021-10-18 (Mon, 18 Oct 2021) Changed paths: M cpa

[Perl/perl5] 1d7b70: GDBM_File: Implement crash-tolerance and export/im...

2021-10-13 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 1d7b70436255bf0e7e5c9a8db29ffbf04371b978 https://github.com/Perl/perl5/commit/1d7b70436255bf0e7e5c9a8db29ffbf04371b978 Author: Sergey Poznyakoff Date: 2021-10-14 (Thu, 14 Oct 2021) Changed paths: M MAN

[Perl/perl5] b90812: Remove remaining type checks

2021-10-12 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/gray/gdbm-crashtolerance Home: https://github.com/Perl/perl5 Commit: b90812bf0a7a088bf645c3e0643a0414fbc7c672 https://github.com/Perl/perl5/commit/b90812bf0a7a088bf645c3e0643a0414fbc7c672 Author: Sergey Poznyakoff Date: 2021-10-12 (Tue, 12 O

[Perl/perl5] 0c8c11: Use SvTRUE to check for true value. Remove unnece...

2021-10-11 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/gray/gdbm-crashtolerance Home: https://github.com/Perl/perl5 Commit: 0c8c11ed7e9c6b48f472a3d77003c4227109a8d9 https://github.com/Perl/perl5/commit/0c8c11ed7e9c6b48f472a3d77003c4227109a8d9 Author: Sergey Poznyakoff Date: 2021-10-11 (Mon, 11 O

[Perl/perl5] 4e87b5: Bugfix

2021-10-10 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/gray/gdbm-crashtolerance Home: https://github.com/Perl/perl5 Commit: 4e87b575c277d456840c8cf8f9f4ec28c8ade875 https://github.com/Perl/perl5/commit/4e87b575c277d456840c8cf8f9f4ec28c8ade875 Author: Sergey Poznyakoff Date: 2021-10-10 (Sun, 10 O

[Perl/perl5] 66a4b8: GDBM_File: Implement crash-tolerance and export/im...

2021-10-09 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/gray/gdbm-crashtolerance Home: https://github.com/Perl/perl5 Commit: 66a4b85cc70e7db53b40b22de95cdf30724649c8 https://github.com/Perl/perl5/commit/66a4b85cc70e7db53b40b22de95cdf30724649c8 Author: Sergey Poznyakoff Date: 2021-10-09 (Sat, 09 O

[Perl/perl5] aacd23: Fix GDBM_File to compile with version 1.20 and ear...

2021-06-23 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: aacd2398e766500cb5d83c4d76b642fcf31d997a https://github.com/Perl/perl5/commit/aacd2398e766500cb5d83c4d76b642fcf31d997a Author: Sergey Poznyakoff Date: 2021-06-23 (Wed, 23 Jun 2021) Changed paths: M ext

[Perl/perl5] 50f2f7: Fix GDBM_File to compile with version 1.20 and ear...

2021-06-22 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/graygnuorg/GDBM_File-20210622 Home: https://github.com/Perl/perl5 Commit: 50f2f79ba01c054b06bf1e8c98caf6bfe65ec359 https://github.com/Perl/perl5/commit/50f2f79ba01c054b06bf1e8c98caf6bfe65ec359 Author: Sergey Poznyakoff Date: 2021-06-23 (Wed,

[Perl/perl5] d58f10: Fix GDBM_File to compile with version 1.20 and ear...

2021-06-22 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/graygnuorg/GDBM_File-20210622 Home: https://github.com/Perl/perl5 Commit: d58f10d853bc4ba8c0d9f5d0d7494d23debbb413 https://github.com/Perl/perl5/commit/d58f10d853bc4ba8c0d9f5d0d7494d23debbb413 Author: Sergey Poznyakoff Date: 2021-06-22 (Tue,

[Perl/perl5] e03e7c: Improve GDBM_File

2021-01-06 Thread Sergey Poznyakoff via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: e03e7cdb6e3945a4eccf1c80f087b043ef8045f5 https://github.com/Perl/perl5/commit/e03e7cdb6e3945a4eccf1c80f087b043ef8045f5 Author: Sergey Poznyakoff Date: 2021-01-06 (Wed, 06 Jan 2021) Changed paths: M AUT