[Perl/perl5]

2020-02-09 Thread Tony Cook
Branch: refs/heads/tonyc/134221-open-temp-modes Home: https://github.com/Perl/perl5

[Perl/perl5]

2020-02-09 Thread Tony Cook
Branch: refs/heads/tonyc/optimize-regcharclass Home: https://github.com/Perl/perl5

[Perl/perl5]

2020-02-09 Thread Tony Cook
Branch: refs/heads/smoke-me/jkeenan/tonycoz-17240-rework-tests Home: https://github.com/Perl/perl5

[Perl/perl5]

2020-02-09 Thread Tony Cook
Branch: refs/heads/tonyc/cygwin-rebase Home: https://github.com/Perl/perl5

[Perl/perl5]

2020-02-09 Thread Tony Cook
Branch: refs/heads/tonyc/cperl-storable Home: https://github.com/Perl/perl5

[Perl/perl5] 81c459: Storable: fix a format string vs argument error

2020-02-26 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 81c45932e79370eb3c7c348514b77fa5864b7233 https://github.com/Perl/perl5/commit/81c45932e79370eb3c7c348514b77fa5864b7233 Author: Tony Cook Date: 2020-02-27 (Thu, 27 Feb 2020) Changed paths: M dist

[Perl/perl5] 9b0354: make freed op re-use closer to O(1)

2020-02-26 Thread Tony Cook
Branch: refs/heads/smoke-me/jkeenan/tonyc/ghpr-17583 Home: https://github.com/Perl/perl5 Commit: 9b035438608e2bc0cfd9fd5719090670a6440bc0 https://github.com/Perl/perl5/commit/9b035438608e2bc0cfd9fd5719090670a6440bc0 Author: Tony Cook Date: 2020-02-26 (Wed, 26 Feb 2020

[Perl/perl5] 0bd6ee: make freed op re-use closer to O(1)

2020-03-02 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0bd6eef439e2cdb97b9b64430c17d4f523f75914 https://github.com/Perl/perl5/commit/0bd6eef439e2cdb97b9b64430c17d4f523f75914 Author: Tony Cook Date: 2020-03-02 (Mon, 02 Mar 2020) Changed paths: M op.c M

[Perl/perl5] 61656d: APItest: get a compile-time warning if IVdf doesn'...

2020-03-03 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 61656d9bbdc24db0c87d2062a110e0b87515f976 https://github.com/Perl/perl5/commit/61656d9bbdc24db0c87d2062a110e0b87515f976 Author: Tony Cook Date: 2020-03-04 (Wed, 04 Mar 2020) Changed paths: M ext/XS

[Perl/perl5] 15681e: bump $XS::APItest::VERSION

2020-03-03 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 15681eca00594b67994b1d30394e153a981615c3 https://github.com/Perl/perl5/commit/15681eca00594b67994b1d30394e153a981615c3 Author: Tony Cook Date: 2020-03-04 (Wed, 04 Mar 2020) Changed paths: M ext/XS

[Perl/perl5] 373d86: I think "program scope" is clearer here than "curr...

2020-03-12 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 373d867adc2d71569e45080d9e255af7d28cd3e1 https://github.com/Perl/perl5/commit/373d867adc2d71569e45080d9e255af7d28cd3e1 Author: Tony Cook Date: 2020-03-12 (Thu, 12 Mar 2020) Changed paths: M pod

[Perl/perl5] afd41a: test for i Foo failing to load mro

2020-03-22 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: afd41ae4e769eb6f4f106977edabdca9ab36b497 https://github.com/Perl/perl5/commit/afd41ae4e769eb6f4f106977edabdca9ab36b497 Author: Tony Cook Date: 2020-03-23 (Mon, 23 Mar 2020) Changed paths: M MANIFEST

[Perl/perl5] fe0983: don't export PL_mbrlen_ps, PL_mbrtowc, PL_wcrtomb ...

2020-03-26 Thread Tony Cook
Branch: refs/heads/smoke-me/tonyc/17597-skip-export-undefined Home: https://github.com/Perl/perl5 Commit: fe0983bad07c4e018ad41a9d62424d61082098f8 https://github.com/Perl/perl5/commit/fe0983bad07c4e018ad41a9d62424d61082098f8 Author: Tony Cook Date: 2020-03-27 (Fri, 27 Mar

[Perl/perl5] 8442d3: apparently HP-UX and solaris also don't support SO...

2020-03-26 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8442d3dce303cdbedffe7f44cc0917459e8dd187 https://github.com/Perl/perl5/commit/8442d3dce303cdbedffe7f44cc0917459e8dd187 Author: Tony Cook Date: 2020-03-27 (Fri, 27 Mar 2020) Changed paths: M dist/IO/t

[Perl/perl5] c83b64: don't export PL_mbrlen_ps, PL_mbrtowc, PL_wcrtomb ...

2020-03-27 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c83b64ee3d2f2626c7c692d434d7e1659b2c05d6 https://github.com/Perl/perl5/commit/c83b64ee3d2f2626c7c692d434d7e1659b2c05d6 Author: Tony Cook Date: 2020-03-27 (Fri, 27 Mar 2020) Changed paths: M makedef.pl

[Perl/perl5] b11187: ensure sv bodies are properly aligned

2020-03-29 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b11187bf165b7946337846701b6285b043e4aaa2 https://github.com/Perl/perl5/commit/b11187bf165b7946337846701b6285b043e4aaa2 Author: Tony Cook Date: 2020-03-29 (Sun, 29 Mar 2020) Changed paths: M sv.c

[Perl/perl5] 4aca41: test that many blank lines doesn't exhaust stack i...

2020-05-03 Thread Tony Cook
Branch: refs/heads/smoke-me/tonyc/17268-yyl_try-recursion-test Home: https://github.com/Perl/perl5 Commit: 4aca41a16dab412383e3fe86670e14c397ad3318 https://github.com/Perl/perl5/commit/4aca41a16dab412383e3fe86670e14c397ad3318 Author: Tony Cook Date: 2020-04-27 (Mon, 27 Apr

[Perl/perl5]

2020-05-03 Thread Tony Cook
Branch: refs/heads/smoke-me/tonyc/17338-iv_max-type Home: https://github.com/Perl/perl5

[Perl/perl5]

2020-05-03 Thread Tony Cook
Branch: refs/heads/smoke-me/tonyc/17597-skip-export-undefined Home: https://github.com/Perl/perl5

[Perl/perl5] 7bd577: test that many blank lines doesn't exhaust stack i...

2020-05-20 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7bd5771a1dd1d440538f9681e7ab92d29f73bb2a https://github.com/Perl/perl5/commit/7bd5771a1dd1d440538f9681e7ab92d29f73bb2a Author: Tony Cook Date: 2020-05-21 (Thu, 21 May 2020) Changed paths: M t/comp

[Perl/perl5] 69d4d9: fix utf8 length magic handling for scalar reverse

2020-05-27 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 69d4d9c8182035ceb44091b35b4b34a326a6f058 https://github.com/Perl/perl5/commit/69d4d9c8182035ceb44091b35b4b34a326a6f058 Author: Tony Cook Date: 2020-05-27 (Wed, 27 May 2020) Changed paths: M pp.c M

[Perl/perl5] 286ba7: warn the user that NetBSD's long double support is...

2020-06-20 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 286ba7099657d11792d0b9a12ba23a35f37c2e12 https://github.com/Perl/perl5/commit/286ba7099657d11792d0b9a12ba23a35f37c2e12 Author: Tony Cook Date: 2020-06-20 (Sat, 20 Jun 2020) Changed paths: M hints

[Perl/perl5] 1411f3: avoid using C99/C11 functions that NetBSD doesn't ...

2020-07-30 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 1411f32b8d30b6f9506bcd2fd8e59751ab7966b1 https://github.com/Perl/perl5/commit/1411f32b8d30b6f9506bcd2fd8e59751ab7966b1 Author: Tony Cook Date: 2020-07-30 (Thu, 30 Jul 2020) Changed paths: M ext/POSIX

[Perl/perl5] b4aeee: document the unary minus exception for barewords

2020-07-30 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b4aeee756d4d278cf1e2c723988261dc4562b832 https://github.com/Perl/perl5/commit/b4aeee756d4d278cf1e2c723988261dc4562b832 Author: Tony Cook Date: 2020-07-30 (Thu, 30 Jul 2020) Changed paths: M lib

[Perl/perl5] 89341f: make $fh->error report errors from both input and ...

2020-07-30 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 89341f87f9fc65c4d7133e497bb04586e86b8052 https://github.com/Perl/perl5/commit/89341f87f9fc65c4d7133e497bb04586e86b8052 Author: Tony Cook Date: 2020-07-30 (Thu, 30 Jul 2020) Changed paths: M dist/IO

[Perl/perl5] 64ca16: report the index for not found hash/array index lo...

2020-07-30 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 64ca16b7283dbcc61008c2e621f51f18eb4b5bbb https://github.com/Perl/perl5/commit/64ca16b7283dbcc61008c2e621f51f18eb4b5bbb Author: Tony Cook Date: 2020-07-30 (Thu, 30 Jul 2020) Changed paths: M sv.c M

[Perl/perl5] 95c9b7: Revert "op.h: Add additional padding to struct ops...

2020-07-30 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 95c9b7e93b37d874a0f6f2a3c25fbe1121199124 https://github.com/Perl/perl5/commit/95c9b7e93b37d874a0f6f2a3c25fbe1121199124 Author: Tony Cook Date: 2020-07-30 (Thu, 30 Jul 2020) Changed paths: M op.h

[Perl/perl5] 45f235: (perl #17844) don't update SvCUR until after we've...

2020-07-30 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 45f235c116d4deab95c576aff77fe46d609f8553 https://github.com/Perl/perl5/commit/45f235c116d4deab95c576aff77fe46d609f8553 Author: Tony Cook Date: 2020-07-30 (Thu, 30 Jul 2020) Changed paths: M doop.c

[Perl/perl5] b33447: fix C where $obj is a lexical

2020-08-09 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b334474a337421c6643b872388245fb2c11bf995 https://github.com/Perl/perl5/commit/b334474a337421c6643b872388245fb2c11bf995 Author: Tony Cook Date: 2020-08-10 (Mon, 10 Aug 2020) Changed paths: M MANIFEST

[Perl/perl5] 1af90c: fix build for the two SipHash variations

2020-08-09 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 1af90cb1357f01e9a14be20028c45c6af8313690 https://github.com/Perl/perl5/commit/1af90cb1357f01e9a14be20028c45c6af8313690 Author: Tony Cook Date: 2020-08-10 (Mon, 10 Aug 2020) Changed paths: M MANIFEST

[Perl/perl5] 1ad5a3: add a default enabled feature "multidimensional"

2020-08-10 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 1ad5a39ccaca372a3b35f5a76e16aa2aacab104a https://github.com/Perl/perl5/commit/1ad5a39ccaca372a3b35f5a76e16aa2aacab104a Author: Tony Cook Date: 2020-08-10 (Mon, 10 Aug 2020) Changed paths: M MANIFEST

[Perl/perl5] a5ecb8: perldelta updates

2020-08-11 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a5ecb8231bca948f65ebb2091f115c98ca7e57d7 https://github.com/Perl/perl5/commit/a5ecb8231bca948f65ebb2091f115c98ca7e57d7 Author: Tony Cook Date: 2020-08-12 (Wed, 12 Aug 2020) Changed paths: M pod

[Perl/perl5] 414631: Data::Dumper: don't leak the working retval

2020-08-16 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 41463160be4baa0d81d9d8297508a1b9bdcaa206 https://github.com/Perl/perl5/commit/41463160be4baa0d81d9d8297508a1b9bdcaa206 Author: Tony Cook Date: 2020-08-16 (Sun, 16 Aug 2020) Changed paths: M dist/Data

[Perl/perl5] be5ae3: perldelta for 3134649473, 64ca16b728, fc5f3468dc, ...

2020-08-19 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: be5ae366125b9671f5c694bdf866b0bd803a14ab https://github.com/Perl/perl5/commit/be5ae366125b9671f5c694bdf866b0bd803a14ab Author: Tony Cook Date: 2020-08-20 (Thu, 20 Aug 2020) Changed paths: M pod

[Perl/perl5] e275ab: clarify that errno can be set to non-zero on success

2020-08-27 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: e275abc06263fc695a06f3deb147e050a3bd1411 https://github.com/Perl/perl5/commit/e275abc06263fc695a06f3deb147e050a3bd1411 Author: Tony Cook Date: 2020-08-27 (Thu, 27 Aug 2020) Changed paths: M pod

[Perl/perl5] 02e314: document PerlIO::scalar's behavior for read-only s...

2020-08-28 Thread Tony Cook
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 02e314e74ff52d405d7418dc2dd8b2e17a08fee6 https://github.com/Perl/perl5/commit/02e314e74ff52d405d7418dc2dd8b2e17a08fee6 Author: Tony Cook Date: 2020-08-28 (Fri, 28 Aug 2020) Changed paths: M ext/PerlIO

[perl.git] branch tonyc/fix-stap, created. v5.17.6-187-g2f445b2

2012-12-07 Thread Tony Cook
- Log - commit 2f445b24d1fcccfa186e5ac8cd8f82a820c4369d Author: Tony Cook Date: Sat Dec 8 10:40:26 2012 +1100 fix dtrace (as emulated with systemtap) builds on linux the stap branch of the #if was passing four arguments to OP_ENTRY_PROBE, much hilarity

[perl.git] branch blead, updated. v5.17.6-187-g2f445b2

2012-12-07 Thread Tony Cook
commit 2f445b24d1fcccfa186e5ac8cd8f82a820c4369d Author: Tony Cook Date: Sat Dec 8 10:40:26 2012 +1100 fix dtrace (as emulated with systemtap) builds on linux the stap branch of the #if was passing four arguments to OP_ENTRY_PROBE, much hilarity ensued. Since literal strings are never passed as the name par

[perl.git] branch tonyc/fix-stap, deleted. v5.17.6-187-g2f445b2

2012-12-07 Thread Tony Cook
In perl.git, the branch tonyc/fix-stap has been deleted was 2f445b24d1fcccfa186e5ac8cd8f82a820c4369d --

[perl.git] branch tonyc/readline-fixed, deleted. v5.15.8-147-gfdd4a33

2012-12-08 Thread Tony Cook
In perl.git, the branch tonyc/readline-fixed has been deleted was fdd4a33e7c504f4b1b8ea9e9c0317055451d7733

[perl.git] branch tonyc/readline-fixed, created. v5.17.6-200-g596a6cb

2012-12-08 Thread Tony Cook
equent read would get the *next* record, losing whatever data remained in the partially-read record. M sv.c commit 265c4172cf0ecfa267652bbdb8e7fb7919f14656 Author: Tony Cook Date: Sat Mar 17 13:10:29 2012 +1100 no need to FIXME, it behaves like read() which is the intent

[perl.git] branch blead, updated. v5.17.6-202-g3421318

2012-12-08 Thread Tony Cook
commit 34213185c286738af0d6c7a97ef3ef00228d3a43 Merge: 551feee f1ee460 Author: Tony Cook Date: Sun Dec 9 13:29:25 2012 +1100 getline $/ = \N now reads N characters not bytes This was discussed for 5.16 but was not included as it was too late for inclusion. commit f1ee460b6beafd031a678da686e1e5ebf4bf Author: Ton

[perl.git] branch tonyc/readline-fixed, deleted. v5.17.6-200-g596a6cb

2012-12-09 Thread Tony Cook
In perl.git, the branch tonyc/readline-fixed has been deleted was 596a6cbd6bcaa8e6a414f466dc748513439de5da

[perl.git] branch blead, updated. v5.17.6-282-g3ef6ec9

2012-12-10 Thread Tony Cook
commit 3ef6ec9001c8089ebaa0aeefdf6fa0839780776a Author: Tony Cook Date: Tue Dec 11 10:22:35 2012 +1100 perldelta for 34213185 I considered more detail here, but the discussion in the ticket covers it. --- Summary of changes: pod/perldelta.pod

[perl.git] branch blead, updated. v5.17.6-384-ge2b8b3e

2012-12-17 Thread Tony Cook
commit e2b8b3e7fdfd63eca46d686d66dd4e7a69045de5 Author: Tony Cook Date: Mon Dec 17 19:19:32 2012 +1100 fix the debugger t expr command regression M lib/perl5db.pl M lib/perl5db.t commit e42327f3c8cd945abd2c88949102675c931bb2fe Author: Tony Cook Date: Mon Dec 17 19:09:34 2012 +1100 rough TODO test for t e

[perl.git] branch blead, updated. v5.17.6-386-gd4ead2e

2012-12-17 Thread Tony Cook
commit d4ead2eb2e301c11d2d2e40b0c3fac9190fd5379 Author: Tony Cook Date: Mon Dec 17 20:06:47 2012 +1100 skip the \N{...} unloaded charnames croak test when PERL_UNICODE set This has been causing failures for a while. M t/lib/croak/toke commit c004423157a75cf7cb0aa890d9fbe27de84dfb9a Author: Tony Cook Date: M

[perl.git] branch blead, updated. v5.17.6-421-gd1bee06

2012-12-19 Thread Tony Cook
commit d1bee06989ec855a130980bdc6f6ac8ef64c532e Merge: 9a90211 9712754 Author: Tony Cook Date: Thu Dec 20 09:32:53 2012 +1100 [perl #115796] fix the T_BOOL OUTPUT typemap for parameters commit 9712754a3e851ea70c1032ffb5e577dc0fdeca7b Author: Tony Cook Date: Thu Dec 20 09:10:01 2012 +1100 when the output isn't RET

[perl.git] branch blead, updated. v5.17.6-422-gc2219ca

2012-12-19 Thread Tony Cook
commit c2219caf03810d2991764f19584d6d80b2d1f905 Author: Tony Cook Date: Thu Dec 20 09:58:55 2012 +1100 perldelta for d1bee06989 --- Summary of changes: pod/perldelta.pod |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pod/perldelta

[perl.git] branch tonyc/perlio-scalar-sanity, created. v5.17.7.0-144-g87f7629

2012-12-30 Thread Tony Cook
- Log - commit 87f7629cc3cc0f6a3f1796984236f28ded092da3 Author: Tony Cook Date: Mon Dec 31 15:01:06 2012 +1100 warn and fail on writes to SVf_UTF8 SVs M ext/PerlIO-scalar/scalar.xs M ext/PerlIO-scalar/t/scalar.t

[perl.git] branch tonyc/dynamic_ext-dep, created. v5.17.7.0-156-g59a1597

2012-12-31 Thread Tony Cook
- Log - commit 59a1597d962f2f08d2fa6c2cc1ad48802d8e65ea Author: Tony Cook Date: Tue Jan 1 12:55:37 2013 +1100 Fix dynamic_ext dependencies --- -- Perl5 Master Repository

[perl.git] branch blead, updated. v5.17.7.0-190-g6e2b1c9

2013-01-01 Thread Tony Cook
commit 6e2b1c999f40503175abc7ae7144349e2c7df096 Merge: ba5532d b174bc6 Author: Tony Cook Date: Wed Jan 2 14:23:22 2013 +1100 Merge Shlomi's latest debugger refactoring work commit b174bc638996bae67daf5246344f25f130b9ff58 Author: Tony Cook Date: Wed Jan 2 11:47:08 2013 +1100 bump $VERSION for lib/perl5db.pl

[perl.git] branch tonyc/haiku-usenm, created. v5.17.7.0-191-g0417bb8

2013-01-02 Thread Tony Cook
- Log - commit 0417bb8803fd7e5260536647d6f578619c7b9a53 Author: Tony Cook Date: Thu Jan 3 09:25:48 2013 +1100 Don't usenm on haiku --- -- Perl5 Master Repository

[perl.git] branch blead, updated. v5.17.7.0-191-ged39e4e

2013-01-02 Thread Tony Cook
commit ed39e4ee2993f11d81d79e6e611d623b8ad7704c Author: Tony Cook Date: Thu Jan 3 09:36:27 2013 +1100 Don't usenm on haiku This cam up from building perl with nm enabled and make test_harness croaking with the complaint that times wasn't implemented. nm /system/lib/libroot.so | gre

[perl.git] branch tonyc/haiku-usenm, deleted. v5.17.7.0-191-g0417bb8

2013-01-02 Thread Tony Cook
In perl.git, the branch tonyc/haiku-usenm has been deleted was 0417bb8803fd7e5260536647d6f578619c7b9a53 ---

[perl.git] branch blead, updated. v5.17.7.0-193-g67b1694

2013-01-02 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 67b16946469d4388672de15e6209c0f7f2d100

[perl.git] branch blead, updated. v5.17.7.0-215-g8379978

2013-01-06 Thread Tony Cook
commit 83799784cb180c4b27a23e2ba1a77e8ec80ec76a Author: Tony Cook Date: Sun Jan 6 22:25:51 2013 +1100 add a LEAVE for the ENTER in LOAD_UTF8_CHARCLASS This appears to fix the regression introduced in c7304fe2c --- Summary of changes: regexec.c |

[perl.git] branch blead, updated. v5.17.7.0-233-g56dba49

2013-01-08 Thread Tony Cook
commit 56dba4917881067f1c87671b9d3cbd6b96d1800c Author: Tony Cook Date: Tue Jan 8 21:38:41 2013 +1100 add a dependency for dynamic extensions on $(LIBPERL) This is necessary on some platforms (Haiku-OS, Cygwin and possibly others) since EU::MM adds libperl.so/libperl.a (with their appropriate extensions

[perl.git] branch blead, updated. v5.17.7.0-234-g2ae3365

2013-01-08 Thread Tony Cook
commit 2ae3365f710faf1a6858ac17a592f9bf68925a4f Author: Tony Cook Date: Tue Jan 8 21:50:51 2013 +1100 skip appropriately when XS::APItest isn't available XS::APItest isn't available under -Uusedl --- Summary of changes: t/mro/method_caching.

[perl.git] branch tonyc/fix-cache-propagate, created. v5.17.7.0-156-g9af87f1

2013-01-08 Thread Tony Cook
- Log - commit 9af87f1f1ff808f1952c6ecddd665c5dab14be21 Author: Tony Cook Date: Thu Nov 29 23:37:09 2012 + WIP --- -- Perl5 Master Repository

[perl.git] branch tonyc/dynamic_ext-dep, deleted. v5.17.7.0-156-g59a1597

2013-01-08 Thread Tony Cook
In perl.git, the branch tonyc/dynamic_ext-dep has been deleted was 59a1597d962f2f08d2fa6c2cc1ad48802d8e65ea ---

[perl.git] branch blead, updated. v5.17.7.0-244-g4e1acb2

2013-01-08 Thread Tony Cook
commit 4e1acb291800b39d2be33ac9f9ae4fb026868cc3 Author: Tony Cook Date: Wed Jan 9 15:45:09 2013 +1100 portability to Haiku-OS for the cachepropagate-*.t tests which: - defines but doesn't implement SO_TYPE - doesn't support datag

[perl.git] branch blead, updated. v5.17.7.0-308-g2fde845

2013-01-15 Thread Tony Cook
commit 2fde845cf78166ec653866936e509d37d09fb0c2 Author: Ricardo Signes Date: Tue Jan 15 18:59:20 2013 -0500 avoid having to worry whether the test runs in a locale This is a time-honored tradition from such places as t/op. Tony Cook alerted me to failures caused by this test on machines smoking in non-English l

[perl.git] branch smoke-me/tonyc/global-struct, created. v5.17.8-7-gcead4f2

2013-01-22 Thread Tony Cook
- Log - commit cead4f24a52f3f9c3ab83aa3d81208a4ebb02b9a Author: Tony Cook Date: Tue Jan 22 22:38:10 2013 +1100 PL_Vars and PL_VarsPtr aren't exported under PERL_GLOBAL_STRUCT_PRIVATE M makedef.pl commit 5824c212239a7be6d43d11464fe5bbe02d2a

[perl.git] branch smoke-me/tonyc/global-struct, deleted. v5.17.8-7-gcead4f2

2013-01-22 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/global-struct has been deleted was cead4f24a52f3f9c3ab83aa3d81208a4ebb02b9a

[perl.git] branch smoke-me/tonyc/global-struct, created. v5.17.8-12-g04ad6cb

2013-01-22 Thread Tony Cook
- Log - commit 04ad6cbf22f64ed071b158f65c0a52d9923f117a Author: Tony Cook Date: Tue Jan 22 22:38:10 2013 +1100 PL_Vars and PL_VarsPtr aren't exported under PERL_GLOBAL_STRUCT_PRIVATE M makedef.pl commit fb0cfe111d1d74e385d5b8b1f5210236411a

[perl.git] branch smoke-me/jrobinson/configure-for-cross, deleted. v5.17.7.0-229-g46b24b5

2013-01-22 Thread Tony Cook
In perl.git, the branch smoke-me/jrobinson/configure-for-cross has been deleted was 46b24b502800863eed919941d961bd20c3957e93 --

[perl.git] branch smoke-me/jrobinson/configure-for-cross, created. v5.17.8-38-geabff7c

2013-01-22 Thread Tony Cook
In perl.git, the branch smoke-me/jrobinson/configure-for-cross has been created at eabff7c07aae359ef11377cc5c09dc5b28671a3b (commit) - Log ---

[perl.git] branch blead, updated. v5.17.8-11-g2e3d324

2013-01-22 Thread Tony Cook
commit 2e3d3246c6eeb577b42aeb7e6f4285f2421d8d29 Author: Tony Cook Date: Tue Jan 22 23:27:13 2013 +1100 syntax check a directory: set the test process locale too --- Summary of changes: t/run/switches.t |2 ++ 1 files changed, 2 insertions(+), 0 del

[perl.git] branch blead, updated. v5.17.8-16-g476e237

2013-01-23 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 476e237d2f6c7190af95ee1801cd6e85315b32

[perl.git] branch blead, updated. v5.17.8-47-ga951350

2013-01-24 Thread Tony Cook
commit a951350815de819cc1155e2ffc3f78a5841d793e Merge: 0865247 3e0 Author: Tony Cook Date: Fri Jan 25 10:42:37 2013 +1100 [perl #109828] disallow scalar I/O on non-byte strings commit 3e08815574e8ff5230ee3e0c74f00b1791fb Author: Tony Cook Date: Thu Jan 24 21:37:25 2013 +1100 warn and fail on writes to SVf_UTF8

[perl.git] branch blead, updated. v5.17.8-48-ge58c5aa

2013-01-24 Thread Tony Cook
commit e58c5aaf5fae1951e56c0433da91fbbfb31b620c Author: Tony Cook Date: Fri Jan 25 11:28:11 2013 +1100 perldelta for a951350815 (PerlIO-scalar) --- Summary of changes: pod/perldelta.pod |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

[perl.git] branch blead, updated. v5.17.8-52-g42bb57a

2013-01-24 Thread Tony Cook
commit 42bb57af5d09a3173afb22e2786779eabfed2223 Merge: f703fc9 d1e2f60 Author: Tony Cook Date: Fri Jan 25 13:54:47 2013 +1100 fix -DPERL_GLOBAL_STRUCT_PRIVATE builds commit d1e2f601ca8f928cc2b7526839763ea10c26b18f Author: Tony Cook Date: Tue Jan 22 22:38:10 2013 +1100 PL_Vars and PL_VarsPtr aren't exp

[perl.git] branch smoke-me/tonyc/global-struct, deleted. v5.17.8-12-g04ad6cb

2013-01-24 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/global-struct has been deleted was 04ad6cbf22f64ed071b158f65c0a52d9923f117a

[perl.git] branch tonyc/perlio-scalar-sanity, deleted. v5.17.7.0-144-g87f7629

2013-01-24 Thread Tony Cook
In perl.git, the branch tonyc/perlio-scalar-sanity has been deleted was 87f7629cc3cc0f6a3f1796984236f28ded092da3 --

[perl.git] branch tonyc/fix-cache-propagate, deleted. v5.17.7.0-156-g9af87f1

2013-01-24 Thread Tony Cook
In perl.git, the branch tonyc/fix-cache-propagate has been deleted was 9af87f1f1ff808f1952c6ecddd665c5dab14be21 ---

[perl.git] branch smoke-me/jrobinson/configure-for-cross, deleted. v5.17.8-38-geabff7c

2013-01-25 Thread Tony Cook
In perl.git, the branch smoke-me/jrobinson/configure-for-cross has been deleted was eabff7c07aae359ef11377cc5c09dc5b28671a3b --

[perl.git] branch smoke-me/jrobinson/configure-for-cross, created. v5.17.8-82-g9acceff

2013-01-25 Thread Tony Cook
In perl.git, the branch smoke-me/jrobinson/configure-for-cross has been created at 9acceff8c0fdb6e846b6843602872ee108329a09 (commit) - Log ---

[perl.git] branch blead, updated. v5.17.8-57-g58cbf59

2013-01-25 Thread Tony Cook
commit 58cbf594161fa4470048f84f26076c4a69ba49d2 Author: Tony Cook Date: Sat Jan 26 15:24:38 2013 +1100 perldelta for f0af002c73 (-DPERL_GLOBAL_STRUCT) --- Summary of changes: pod/perldelta.pod |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff

[perl.git] branch blead, updated. v5.17.8-66-ge7aa357

2013-01-26 Thread Tony Cook
commit e7aa357d2046052e85019f337a497e191a77f796 Author: Tony Cook Date: Sun Jan 27 15:17:24 2013 +1100 avoid PERL_UNICODE interfering with the new PerlIO-scalar tests --- Summary of changes: ext/PerlIO-scalar/t/scalar.t |2 ++ 1 files changed, 2 insertions

[perl.git] branch tonyc/sysconf, created. v5.17.8-67-gc41a6144

2013-01-26 Thread Tony Cook
- Log - commit c41a61447c0ef348ad47a878e353d92e908fe8b2 Author: Tony Cook Date: Sat Jan 26 03:06:37 2013 + un-TODO a test that passes on recent FreeBSD It may pass on earlier FreeBSD, but I don't have it available to check. M ext/POSI

[perl.git] branch blead, updated. v5.17.8-68-gd188ff5

2013-01-26 Thread Tony Cook
commit d188ff5f9688be489fdc6d6e7106ed83f613559f Author: Tony Cook Date: Sat Jan 26 03:06:37 2013 + un-TODO a test that passes on recent FreeBSD It may pass on earlier FreeBSD, but I don't have it available to check. M ext/POSIX/t/posix.t commit 9d54a6976ceef4c27ec60082a4898d645b423cb2 Author: Tony

[perl.git] branch tonyc/sysconf, deleted. v5.17.8-67-gc41a6144

2013-01-26 Thread Tony Cook
In perl.git, the branch tonyc/sysconf has been deleted was c41a61447c0ef348ad47a878e353d92e908fe8b2 ---

[perl.git] branch smoke-me/jrobinson/configure-for-cross, deleted. v5.17.8-82-g9acceff

2013-02-04 Thread Tony Cook
In perl.git, the branch smoke-me/jrobinson/configure-for-cross has been deleted was 9acceff8c0fdb6e846b6843602872ee108329a09 --

[perl.git] branch blead, updated. v5.17.9-157-gfbe6fff

2013-03-13 Thread Tony Cook
commit fbe6fff787fe84ef019f725d2020dcc7c5281a7d Author: Tony Cook Date: Wed Mar 13 23:54:19 2013 +1100 make the recent changes to makedepend more portable Solaris complained about the length of the label and produced broken dependencies. This caused -Dusedtrace builds to fail since perldtrace.h wasn't

[perl.git] branch blead, updated. v5.17.9-204-g3b1dc57

2013-03-18 Thread Tony Cook
commit 3b1dc57237c8c1e0c7f0074e8f20bd277f0c Author: Tony Cook Date: Tue Mar 19 10:52:02 2013 +1100 bump Tie-File's test version to match the module version --- Summary of changes: dist/Tie-File/t/00_version.t |2 +- 1 files changed, 1 inser

[perl.git] branch smoke-me/tonyc/extrefs, created. v5.17.10-69-gf1212c1

2013-04-12 Thread Tony Cook
- Log - commit f1212c12b34040175fecad691f9ed98899acae96 Author: Tony Cook Date: Sat Apr 13 15:05:33 2013 +1000 remove code for non-core builds and "modernize" M t/porting/extrefs.t commit d0ca9539bc8b5cf11b73e169e4a41523d9884ab7 Author:

[perl.git] branch tonyc/extrefs, created. v5.17.10-70-gae7dc09

2013-04-13 Thread Tony Cook
- Log - commit ae7dc09caeacc3b2ae51fdd0e945c01fbbf28a2a Author: Tony Cook Date: Sun Apr 14 16:10:04 2013 +1000 support MSWin32 too --- -- Perl5 Master Repository

[perl.git] branch smoke-me/tonyc/extrefs, deleted. v5.17.10-69-gf1212c1

2013-04-13 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/extrefs has been deleted was f1212c12b34040175fecad691f9ed98899acae96 --

[perl.git] branch smoke-me/tonyc/extrefs, created. v5.17.10-73-gaf32ed0

2013-04-13 Thread Tony Cook
- Log - commit af32ed05d703e75fd57bb9569fe1da225a4aaf57 Author: Tony Cook Date: Sun Apr 14 16:10:04 2013 +1000 support MSWin32 too M t/porting/extrefs.t commit 23c6c3ff4b398819b5906731b9f22059bbdc30c6 Author: Tony Cook Date: Sat Apr 13 15:05:3

[perl.git] branch tonyc/extrefs, deleted. v5.17.10-70-gae7dc09

2013-04-15 Thread Tony Cook
In perl.git, the branch tonyc/extrefs has been deleted was ae7dc09caeacc3b2ae51fdd0e945c01fbbf28a2a ---

[perl.git] branch tonyc/extrefs, created. v5.17.10-73-gd4f9f1a

2013-04-15 Thread Tony Cook
- Log - commit d4f9f1a41a37be30497230ebaca707d88fd5f21b Author: Tony Cook Date: Sun Apr 14 16:10:04 2013 +1000 support MSWin32 too --- -- Perl5 Master Repository

[perl.git] branch smoke-me/tonyc/extrefs, deleted. v5.17.10-73-gaf32ed0

2013-04-15 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/extrefs has been deleted was af32ed05d703e75fd57bb9569fe1da225a4aaf57 --

[perl.git] branch smoke-me/tonyc/extrefs, created. v5.17.10-73-g3d456c0

2013-04-15 Thread Tony Cook
- Log - commit 3d456c0d24995bce053127a7d70b1d1da6bb7116 Author: Tony Cook Date: Mon Apr 15 22:36:45 2013 +1000 support MSWin32 too --- -- Perl5 Master Repository

[perl.git] branch smoke-me/tonyc/more-cachepropagate, created. v5.17.10-74-g4ef5284

2013-04-15 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/more-cachepropagate has been created at 4ef52846443263698b479266084b22198b6c0b5e (commit) - Log ---

[perl.git] branch smoke-me/tonyc/noliblistkid, created. v5.17.10-75-g085b2bf

2013-04-15 Thread Tony Cook
- Log - commit 085b2bf84ccfcb326dbdec9439d6c36861c3c5f7 Author: Tony Cook Date: Tue Apr 16 09:29:19 2013 +1000 remove excluded test file cpan/ExtUtils-MakeMaker/t/Liblist_Kid.t https://rt.perl.org/rt3/Ticket/Display.html?id=

[perl.git] branch blead, updated. v5.17.10-75-g085b2bf

2013-04-18 Thread Tony Cook
commit 085b2bf84ccfcb326dbdec9439d6c36861c3c5f7 Author: Tony Cook Date: Tue Apr 16 09:29:19 2013 +1000 remove excluded test file cpan/ExtUtils-MakeMaker/t/Liblist_Kid.t https://rt.perl.org/rt3/Ticket/Display.html?id=117477 --- Summary of changes: MA

[perl.git] branch smoke-me/tonyc/noliblistkid, deleted. v5.17.10-75-g085b2bf

2013-04-18 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/noliblistkid has been deleted was 085b2bf84ccfcb326dbdec9439d6c36861c3c5f7 -

[perl.git] branch smoke-me/tonyc/extrefs, deleted. v5.17.10-73-g3d456c0

2013-04-18 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/extrefs has been deleted was 3d456c0d24995bce053127a7d70b1d1da6bb7116 --

[perl.git] branch smoke-me/tonyc/more-cachepropagate, deleted. v5.17.10-74-g4ef5284

2013-04-18 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/more-cachepropagate has been deleted was 4ef52846443263698b479266084b22198b6c0b5e --

[perl.git] branch tonyc/extrefs, deleted. v5.17.10-73-gd4f9f1a

2013-04-18 Thread Tony Cook
In perl.git, the branch tonyc/extrefs has been deleted was d4f9f1a41a37be30497230ebaca707d88fd5f21b ---

<    7   8   9   10   11   12   13   14   15   16   >