[perl.git] branch blead, updated. v5.13.0-218-g7eb4f9b

2010-05-18 Thread Tony Cook
7eb4f9b7b5bb8d1dc09764c85ca57bc61f5b6f92 Author: Tony Cook t...@develop-help.com Date: Wed Feb 24 00:35:35 2010 +1100 use the correct format codes in warnings from gmtime/localtime --- Summary of changes: pp_sys.c| 10 +- t/op/time.t | 43

[perl.git] branch blead, updated. v5.13.1-115-ge57ed4e

2010-05-31 Thread Tony Cook
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/e57ed4ecd4d7de38a79a316da8d657dad656f93f?hp=1408fb84de0c28007d91730cde177d893e427181 - Log - commit

[perl.git] branch blead, updated. v5.13.1-116-g65ab927

2010-05-31 Thread Tony Cook
65ab9279784aa811d78b2903b57bc0e7947dec78 Author: Tony Cook t...@develop-help.com Date: Tue Mar 16 23:46:48 2010 +1100 handle perl extended utf8 start bytes perl uses UTF8_IS_START() to test if a byte is a valid start byte, this didn't take perl's extended UTF-8 range into account

[perl.git] branch blead, updated. v5.13.1-121-g065144c

2010-06-01 Thread Tony Cook
065144c63ee2795acbc962d225b0a3f8d7967ae3 Author: Tony Cook t...@develop-help.com Date: Tue Jun 1 09:50:08 2010 +1000 move the fresh_perl() tests above the environment tests the environment tests were resetting environment variables useful for running fresh perls, like LD_LIBRARY_PATH

[perl.git] branch blead, updated. v5.13.2-28-g8af710e

2010-06-28 Thread Tony Cook
8af710ebc7fee929ae47793d5a0cce5362af52db Author: Tony Cook t...@develop-help.com Date: Thu Jun 17 18:58:04 2010 +1000 RT #75812: apply get magic before checking flags, PVX The code was checking flags with applying any get magic, so when a match was doing putting a numeric string into $1, none of the flags checked

[perl.git] branch blead, updated. v5.13.2-29-g1db4d19

2010-06-28 Thread Tony Cook
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/1db4d19556a36b5a8e8604c1e7656999ebc7732b?hp=8af710ebc7fee929ae47793d5a0cce5362af52db - Log - commit

[perl.git] branch blead, updated. v5.13.2-214-gc68ea3c

2010-07-07 Thread Tony Cook
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/c68ea3c992c73e9433a1d9354c4c1559d0de?hp=e0de7c21b08329275a76393ac4d80aae90ac428e - Log - commit

[perl.git] branch blead, updated. v5.13.2-216-gc5bf899

2010-07-07 Thread Tony Cook
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/c5bf89912ac990e9912d66fd31c49acfcd31a5f9?hp=43869a0ca3e2a7cb663dabb00f472e45294f7601 - Log - commit

[perl.git] branch blead, updated. v5.13.2-227-gc4bc4aa

2010-07-11 Thread Tony Cook
c4bc4aaaeaf5ebf3d6c5758fe61c1f0dd3864b9a Author: Tony Cook t...@develop-help.com Date: Sun Jul 11 21:23:30 2010 +1000 RT #73520: POSIX::strftime memory leak Tested before/after with valgrind. --- Summary of changes: util.c |2 +- 1 files changed, 1

[perl.git] branch blead, updated. v5.13.3-186-g9e27fd7

2010-08-11 Thread Tony Cook
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/9e27fd7083290e0886c26e7c6c5e4a1e2cbceae3?hp=649d02de73e8b1b9c262cff3c412f942cc4e7bdd - Log - commit

[perl.git] branch blead, updated. v5.13.3-206-g24e93d7

2010-08-13 Thread Tony Cook
24e93d7838b346d2ed632075f3d824a325170616 Author: Tony Cook t...@develop-help.com Date: Sat Aug 14 00:21:29 2010 +1000 POSIX/t/posix.t expects a certain start to Makefile.PL 6695a346 changed the start of Makefile.PL, but t/posix.t reads that to test its read() implementation, restore enough of the original

[perl.git] branch blead, updated. v5.13.4-72-g8df6b97

2010-08-29 Thread Tony Cook
8df6b97c1de8326d50ac9c8cae4bf716393b45bb Author: Tony Cook t...@develop-help.com Date: Mon Aug 30 14:59:34 2010 +1000 mauve.t needs access to %Config, make sure it's available --- Summary of changes: lib/mauve.t |1 + 1 files changed, 1 insertions(+), 0

[perl.git] branch blead, updated. v5.13.4-73-g17cffb3

2010-08-30 Thread Tony Cook
17cffb3718693d45499c002f0f50df9196858f28 Author: Tony Cook t...@develop-help.com Date: Tue Aug 31 00:34:19 2010 +1000 rt77432: sigaction would crash/assert with a replaced %SIG --- Summary of changes: ext/POSIX/POSIX.xs |2 +- ext/POSIX/t/sigaction.t

[perl.git] branch blead, updated. v5.13.4-74-gc89e1b5

2010-08-30 Thread Tony Cook
c89e1b5ce75f6c47bfc6ebb8dc0602bd7ef88427 Author: Tony Cook t...@develop-help.com Date: Tue Aug 31 00:43:20 2010 +1000 fix the AIX skip to only skip on AIX --- Summary of changes: ext/POSIX/t/sigaction.t |2 +- 1 files changed, 1 insertions(+), 1 deletions

[perl.git] branch blead, updated. v5.13.4-99-g776df70

2010-09-01 Thread Tony Cook
776df701ccf6ff508b27293b35d3e65ccf922531 Author: Tony Cook t...@develop-help.com Date: Wed Sep 1 23:14:51 2010 +1000 PL_my_cxt_list is only available with PERL_IMPLICIT_CONTEXT --- Summary of changes: perl.c |2 ++ 1 files changed, 2 insertions(+), 0

[perl.git] branch blead, updated. v5.13.4-133-gb3470b1

2010-09-05 Thread Tony Cook
b3470b170070f44ee7ec415da46d12e7134f3152 Author: Tony Cook t...@develop-help.com Date: Sun Sep 5 23:10:57 2010 +1000 remove removed file dist/Cwd/Changes from the MANIFEST --- Summary of changes: MANIFEST |1 - 1 files changed, 0 insertions(+), 1 deletions

[perl.git] branch blead, updated. v5.13.4-146-gfe64260

2010-09-06 Thread Tony Cook
fe642606b197643d481019a0cfe637837c580eff Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 6 23:41:01 2010 +1000 rt74170: test case that triggered the problem M MANIFEST M dist/Data-Dumper/t/dumper.t A dist/Data-Dumper/t/perl-74170.t commit e3ec2293dc1b98fee9c52af41dc25f8ab8ed3508 Author: Tony Cook t

[perl.git] branch blead, updated. v5.13.4-208-g3d8e05a

2010-09-11 Thread Tony Cook
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/3d8e05a034fc6625a503b87c8ac336d4d84fb338?hp=9ea12537a494a537e72f6853f48253349ee8d82d - Log - commit

[perl.git] branch blead, updated. v5.13.4-312-g6e4e365

2010-09-17 Thread Tony Cook
6e4e36585bd590e1069fe6d997fea72d7c46dbb3 Author: Tony Cook t...@develop-help.com Date: Fri Sep 17 19:46:10 2010 +1000 Explicitly disable unicode for non-unicode tests in t/op/warn.t These would fail when smokes tested under unicode locales. --- Summary

[perl.git] branch blead, updated. v5.13.5-27-g95d2461

2010-09-20 Thread Tony Cook
95d2461a45d57edad79658a1445dd2cf2a6f086d Author: Tony Cook t...@develop-help.com Date: Tue Sep 21 09:53:42 2010 +1000 Add two (SV *) casts to placate C++. --- Summary of changes: ext/XS-APItest/APItest.xs |4 ++-- 1 files changed, 2 insertions(+), 2

[perl.git] branch blead, updated. v5.13.5-28-g25ca39e

2010-09-20 Thread Tony Cook
25ca39e0828410a2d907af31e9c780e3531e5989 Author: Tony Cook t...@develop-help.com Date: Tue Sep 21 10:02:33 2010 +1000 Restore Unicode-Normalize .gitignore to ignore build products --- Summary of changes: cpan/Unicode-Normalize/.gitignore |1 + 1 files

[perl.git] branch blead, updated. v5.13.5-30-gebcfa05

2010-09-20 Thread Tony Cook
ebcfa0534aa7072c0353af79a1e3d7e87678e73e Author: Tony Cook t...@develop-help.com Date: Tue Sep 21 14:03:37 2010 +1000 compare stat results on a file that isn't touched elsewhere lib/File/stat.t compares two stat calls on t/TEST against each other, but other tests read t/TEST, modifying its access time, causing

[perl.git] branch blead, updated. v5.13.5-50-gc69df70

2010-09-21 Thread Tony Cook
c69df70ff62392023ac4d1f5d9278c8e64b06369 Author: Tony Cook t...@develop-help.com Date: Wed Sep 22 14:28:36 2010 +1000 make sure perl doesn't touch stat.t between stats ebcfa0534 changed stat.t to avoid using TEST as the stat target, since it is read by other test scripts. But with the initial stat() in the BEGIN

[perl.git] branch blead, updated. v5.13.5-174-g4dc941f

2010-09-25 Thread Tony Cook
4dc941f7cb795735b9458431b362c0fed23ae92b Author: Tony Cook t...@develop-help.com Date: Sun Sep 26 12:12:55 2010 +1000 make PL_charclass available to modules under Win32 --- Summary of changes: embedvar.h |3 +++ perlapi.h |2 ++ perlvars.h |1 + 3

[perl.git] branch blead, updated. v5.13.5-259-g1f563db

2010-10-01 Thread Tony Cook
1f563db471aa8a0064982ecfd3d60911d0eaa3ff Author: Tony Cook t...@develop-help.com Date: Fri Oct 1 18:58:37 2010 +1000 rt 76474: Avoid the child perl reading from stdout FD 1 is stdout, and the 1 redirect in the test sets the child to read from its parent's stdout, on Linux (and presumably OS X) doesn't let you read

[perl.git] branch blead, updated. v5.13.5-408-g989690a

2010-10-12 Thread Tony Cook
989690ac118eb981de3afdd9b2e092362f453d31 Author: Tony Cook t...@develop-help.com Date: Wed Oct 13 10:12:35 2010 +1100 ANSI C-ify the Perl_mro_isa_changed_in return mathoms.c A return statement with an expression shall not appear in a function whose return type is void. See http://source.test-smoke.org/tsdb

[perl.git] branch blead, updated. v5.13.6-85-gfe00c36

2010-10-23 Thread Tony Cook
fe00c367fe78b2f74d9843e2172251b5dde5054a Author: Tony Cook t...@develop-help.com Date: Sun Oct 24 11:26:50 2010 +1100 make the definition of sv_catpv_flags match the declaration This was warning on Win32 --- Summary of changes: sv.c |2 +- 1 files

[perl.git] branch blead, updated. v5.13.6-86-gc8eb381

2010-10-23 Thread Tony Cook
c8eb38133b1d44413e79b2e0097122af6d1c7b7d Author: Tony Cook t...@develop-help.com Date: Sun Oct 24 11:35:02 2010 +1100 remove ; so the conditional actually controls some code --- Summary of changes: sv.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions

[perl.git] branch blead, updated. v5.13.6-87-g009b263

2010-10-23 Thread Tony Cook
009b2635b7aa9c5ccb2d91ef5ce0cd7f079301d0 Author: Tony Cook t...@develop-help.com Date: Sun Oct 24 11:37:25 2010 +1100 .gitignore some extra ext/B build products --- Summary of changes: ext/B/.gitignore |2 ++ 1 files changed, 2 insertions(+), 0 deletions

[perl.git] branch blead, updated. v5.13.6-111-g19b96a2

2010-10-24 Thread Tony Cook
19b96a2b521beb3b36fd375c46258d57d7d8a31e Author: Tony Cook t...@develop-help.com Date: Mon Oct 25 11:04:23 2010 +1100 use compatible types in a conditional expression With some compilers NULL is ((void *)0) which isn't type compatible with the integer returned by hv_exists_ent

[perl.git] branch blead, updated. v5.13.6-122-g71eb6d8

2010-10-25 Thread Tony Cook
71eb6d8cfb246d23c05d58a2404b8e67ca3e8968 Author: Tony Cook t...@develop-help.com Date: Mon Oct 25 22:59:59 2010 +1100 rt #72398 - get magic before downgrading in SvPVbyte() M ext/XS-APItest/t/svpv_magic.t M sv.c M sv.h commit 209e41dc03667de597dae6674b5df755c0795132 Author: Niko Tyni nt...@debian.org Date

[perl.git] branch blead, updated. v5.13.6-147-ga50d6ed

2010-10-26 Thread Tony Cook
a50d6ed0a23b68b97ff8aac166442b08a17d34fd Author: Tony Cook t...@develop-help.com Date: Tue Oct 26 23:09:45 2010 +1100 detect the failure introduced in 304474c3 and fixed in cefd5c7c --- Summary of changes: t/op/svleak.t | 17 - 1 files changed

[perl.git] branch blead, updated. v5.13.7-186-ga932d54

2010-11-29 Thread Tony Cook
a932d541326b1fef3943a730adb350592857f19a Author: Tony Cook t...@develop-help.com Date: Mon Nov 29 22:36:35 2010 +1100 Fix C++ build problems introduced in 9a5a5549 Fixes the following compilation errors: regexec.c: In function 'char* S_find_byclass(regexp*, const regnode*, char*, const char*, regmatch_info

[perl.git] branch blead, updated. v5.13.7-286-g29b09c4

2010-12-05 Thread Tony Cook
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/29b09c419e7fa87bd0be021b9dcd07c7e1e2a1df?hp=6c375d8b0b90e5a4fd3373643b39371dd01bfc07 - Log - commit

[perl.git] branch blead, updated. v5.13.7-288-g22a3069

2010-12-06 Thread Tony Cook
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/22a30693fc87702395761f2f556d3f49e6c89c3d?hp=095a5c3e83eb5f5932cdf8d475a61091dbf274e3 - Log - commit

[perl.git] branch tonyc/getaddrname, created. v5.13.7-459-g87ae5a8

2010-12-15 Thread Tony Cook
In perl.git, the branch tonyc/getaddrname has been created http://perl5.git.perl.org/perl.git/commitdiff/87ae5a89c7539b59da70c23426877739e0d894ce?hp= at 87ae5a89c7539b59da70c23426877739e0d894ce (commit) - Log

[perl.git] branch smoke-me/getaddrname, created. v5.13.7-459-g87ae5a8

2010-12-15 Thread Tony Cook
In perl.git, the branch smoke-me/getaddrname has been created http://perl5.git.perl.org/perl.git/commitdiff/87ae5a89c7539b59da70c23426877739e0d894ce?hp= at 87ae5a89c7539b59da70c23426877739e0d894ce (commit) - Log

[perl.git] branch tonyc/getaddrname, updated. v5.13.7-460-ga9f3b78

2010-12-16 Thread Tony Cook
In perl.git, the branch tonyc/getaddrname has been updated http://perl5.git.perl.org/perl.git/commitdiff/a9f3b786722af74100457834ec90fc7d575a5990?hp=87ae5a89c7539b59da70c23426877739e0d894ce - Log - commit

[perl.git] branch smoke-me/getaddrname, updated. v5.13.7-460-ga9f3b78

2010-12-16 Thread Tony Cook
In perl.git, the branch smoke-me/getaddrname has been updated http://perl5.git.perl.org/perl.git/commitdiff/a9f3b786722af74100457834ec90fc7d575a5990?hp=87ae5a89c7539b59da70c23426877739e0d894ce - Log - commit

[perl.git] branch blead, updated. v5.13.7-488-gc3f2238

2010-12-17 Thread Tony Cook
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/c3f2238688d0531d74eca33d2cf56394a5189292?hp=bc6e9114608594d13b642d1fabbb914619905672 - Log - commit

[perl.git] branch blead, updated. v5.13.7-489-g102f161

2010-12-17 Thread Tony Cook
102f161f2b4be83919c19013e7de6234fd3ad9e5 Author: Tony Cook t...@develop-help.com Date: Sat Dec 18 11:05:39 2010 +1100 Re-order the tests to match the comment Win32 has been failing in re/re.t, maybe this will fix it. --- Summary of changes: t/re/re.t

[perl.git] branch blead, updated. v5.13.8-22-gf15ebdc

2010-12-20 Thread Tony Cook
f15ebdc700b63c2a4f535eede09f0131d10ad0a4 Author: Tony Cook t...@develop-help.com Date: Tue Dec 21 15:02:56 2010 +1100 avoid emitting control characters in test comments M t/re/re.t commit 5611abba9b82a7cd174c3096ee52bd65ca4d2cd9 Author: Tony Cook t...@develop-help.com Date: Tue Dec 21 15:01:24 2010 +1100 multiple

[perl.git] branch tonyc/getaddrname, deleted. v5.13.7-460-ga9f3b78

2010-12-27 Thread Tony Cook
In perl.git, the branch tonyc/getaddrname has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=a9f3b786722af74100457834ec90fc7d575a5990 was a9f3b786722af74100457834ec90fc7d575a5990

[perl.git] branch smoke-me/getaddrname, deleted. v5.13.7-460-ga9f3b78

2010-12-27 Thread Tony Cook
In perl.git, the branch smoke-me/getaddrname has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=a9f3b786722af74100457834ec90fc7d575a5990 was a9f3b786722af74100457834ec90fc7d575a5990

[perl.git] branch blead, updated. v5.13.8-53-gc8834ab

2010-12-27 Thread Tony Cook
c8834ab7edb2752b04c3eaf1825541bea43ab610 Author: Tony Cook t...@develop-help.com Date: Tue Dec 28 13:58:29 2010 +1100 avoid undefined behaviour in fetch and modify of SP from 0a0e3cc51e pp_sys.c: In function ‘Perl_pp_send’: pp_sys.c:1845: warning: operation on ‘sp’ may be undefined

[perl.git] branch blead, updated. v5.13.8-62-g277441d

2010-12-28 Thread Tony Cook
277441df047f92a89eb3171fb2ad4cdb3c656355 Author: Tony Cook t...@develop-help.com Date: Tue Dec 28 22:09:31 2010 +1100 skip ExtUtils-CBuilder base tests expected and known to fail on Win32 --- Summary of changes: dist/ExtUtils-CBuilder/t/04-base.t | 56

[perl.git] branch blead, updated. v5.13.8-63-g3208277

2010-12-28 Thread Tony Cook
3208277d2727f5e1b83117c8981f40c21a238b92 Author: Tony Cook t...@develop-help.com Date: Tue Dec 28 22:39:14 2010 +1100 close the produced test file so win32 can unlink it Previously runs would leave a GLOB(0x...) file in t/ --- Summary of changes: t/io

[perl.git] branch blead, updated. v5.13.8-64-gdaf3e43

2010-12-28 Thread Tony Cook
daf3e43ac244f3f7cee686c60e688f8007613a5f Author: Tony Cook t...@develop-help.com Date: Wed Dec 29 16:44:58 2010 +1100 properly clean up work files from testing GDBM_File --- Summary of changes: t/lib/dbmt_common.pl |2 +- 1 files changed, 1 insertions(+), 1

[perl.git] branch tonyc/findext, created. v5.13.8-169-gc5f0d88

2011-01-06 Thread Tony Cook
- commit c5f0d8890940eecdb6c146c580a7e2141c693e97 Author: Tony Cook t...@develop-help.com Date: Thu Jan 6 21:52:24 2011 +1100 ignore extensions based on the configuration the configuration is synthesized on Win32 so this is still valid. eg. GDBM_File

[perl.git] branch tonyc/findext, updated. v5.13.8-170-gaa87a26

2011-01-07 Thread Tony Cook
aa87a260e51fae292491424ba1ed69fd2070b71e Author: Tony Cook t...@develop-help.com Date: Thu Jan 6 22:42:50 2011 +1100 unbreak the build process using FindExt to build config.sh --- Summary of changes: t/porting/FindExt.t |1 + win32/FindExt.pm

[perl.git] branch blead, updated. v5.13.8-268-g111d382

2011-01-09 Thread Tony Cook
111d382d531b38ae57c1b946e9ab48608cf58309 Author: Tony Cook t...@develop-help.com Date: Mon Jan 10 18:50:59 2011 +1100 newSVpvf_nocontext only visible with threads, fix for non-threaded Ideally it would be available, calling Perl_newSVpvf_nocontext directly is an alternative, but the comment in sv.c makes

[perl.git] branch blead, updated. v5.13.8-272-g2183bf1

2011-01-10 Thread Tony Cook
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/2183bf1a4806ad04e98f6d493311a96e6cacec05?hp=720d5dbf0d947286fddc718fa10dcc1b55949caf - Log - commit

[perl.git] branch blead, updated. v5.13.8-313-gcff62b6

2011-01-16 Thread Tony Cook
cff62b63280c907ff3ba3e1586d3ea5539f0fa1e Author: Tony Cook t...@develop-help.com Date: Mon Jan 17 09:55:14 2011 +1100 allow buildtoc to find libraries after chdir into pod/ --- Summary of changes: t/porting/buildtoc.t |2 +- 1 files changed, 1 insertions

[perl.git] branch blead, updated. v5.13.8-347-ge668200

2011-01-17 Thread Tony Cook
e66820012d29519f903709f005e56a2c334ae183 Author: Tony Cook t...@develop-help.com Date: Mon Jan 17 19:22:08 2011 +1100 test_prep now depends on the pods needed for porting/buildtoc.t In the other makefiles test_prep (or test-prep) depends on all, so they shouldn't need updating

[perl.git] branch blead, updated. v5.13.8-474-gdabded9

2011-01-20 Thread Tony Cook
dabded94d9487ef15c93113dcf570c71e159f350 Author: Tony Cook t...@develop-help.com Date: Fri Jan 21 09:51:37 2011 +1100 provide an explicit cast to the enum parameter for C++ --- Summary of changes: op.c |2 +- 1 files changed, 1 insertions(+), 1 deletions

[perl.git] branch tonyc/buildtoc, created. v5.13.9-2-g9e3421c

2011-01-21 Thread Tony Cook
- commit 9e3421c49a08026ec942b45017ca57dd9c924fa1 Author: Tony Cook t...@develop-help.com Date: Fri Jan 21 19:11:57 2011 +1100 depend on files needed for porting/buildtoc.t M win32/Makefile M win32/makefile.mk commit

[perl.git] branch blead, updated. v5.13.9-12-g3bef022

2011-01-21 Thread Tony Cook
3bef022b1cf74e180ad95e473e0ef94a3d7c4fe2 Author: Tony Cook t...@develop-help.com Date: Fri Jan 21 19:11:57 2011 +1100 depend on files needed for porting/buildtoc.t M win32/Makefile M win32/makefile.mk commit 32ebae074951868ad97e0845de57429b08a9ab7b Author: Tony Cook t...@develop-help.com Date: Fri Jan 21 19:03:36

[perl.git] branch tonyc/buildtoc, deleted. v5.13.9-2-g9e3421c

2011-01-21 Thread Tony Cook
In perl.git, the branch tonyc/buildtoc has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=9e3421c49a08026ec942b45017ca57dd9c924fa1 was 9e3421c49a08026ec942b45017ca57dd9c924fa1

[perl.git] branch blead, updated. v5.13.9-20-g1faab7c

2011-01-21 Thread Tony Cook
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/1faab7c718d3f67c66c04b17d9e2106ac16a8746?hp=53ea20b175fae9187626897006e2237dcfaf096d - Log - commit

[perl.git] branch blead, updated. v5.13.9-49-g3b9d928

2011-01-21 Thread Tony Cook
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/3b9d92800e60638a11a55f6f15aa4aaa62497f6c?hp=600dcb9e59f9225c279448736cc8836eaa11d715 - Log - commit

[perl.git] branch blead, updated. v5.13.9-50-g99746d7

2011-01-21 Thread Tony Cook
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/99746d7ba0e11523df2c02b258118c9850e5dcbe?hp=3b9d92800e60638a11a55f6f15aa4aaa62497f6c - Log - commit

[perl.git] branch smoke-me/findext, created. v5.13.9-143-g0a18302

2011-01-27 Thread Tony Cook
- commit 0a183024bf13b16a22416241f0c483851739d086 Author: Tony Cook t...@develop-help.com Date: Thu Jan 6 21:52:24 2011 +1100 ignore extensions based on the configuration the configuration is synthesized on Win32 so this is still valid. eg. GDBM_File

[perl.git] branch blead, updated. v5.13.9-157-g347ee86

2011-01-28 Thread Tony Cook
347ee86f2811ffc0e017feb48c7fdcc2e8996a3e Author: Tony Cook t...@develop-help.com Date: Fri Jan 28 22:01:32 2011 +1100 perldelta: 3bef022 depend on files needed for porting/buildtoc.t --- Summary of changes: pod/perldelta.pod | 11 +-- 1 files changed

[perl.git] branch blead, updated. v5.13.9-236-g377157f

2011-02-03 Thread Tony Cook
377157fd699f058398b744427e3a6b43c71637ef Author: Tony Cook t...@develop-help.com Date: Fri Feb 4 15:14:49 2011 +1100 use the macro that casts to HV * so threaded C++ builds, build --- Summary of changes: sv.c |2 +- 1 files changed, 1 insertions(+), 1

[perl.git] branch blead, updated. v5.13.9-254-g9c9388a

2011-02-04 Thread Tony Cook
9c9388af520f163fd5d0ef576b56e7fe098e20b8 Author: Tony Cook t...@develop-help.com Date: Sat Feb 5 14:59:21 2011 +1100 export the functions required by re eg. see http://www.nntp.perl.org/group/perl.daily-build.reports/2011/02/msg91288.html --- Summary

[perl.git] branch smoke-me/findext, deleted. v5.13.9-143-g0a18302

2011-02-10 Thread Tony Cook
In perl.git, the branch smoke-me/findext has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=0a183024bf13b16a22416241f0c483851739d086 was 0a183024bf13b16a22416241f0c483851739d086

[perl.git] branch smoke-me/findext, created. v5.13.9-308-g4009e75

2011-02-10 Thread Tony Cook
- commit 4009e753294e4c064cd19e5cfde01cf2db104733 Author: Tony Cook t...@develop-help.com Date: Thu Jan 6 21:52:24 2011 +1100 ignore extensions based on the configuration M t/porting/FindExt.t M win32/FindExt.pm commit

[perl.git] branch smoke-me/findext, deleted. v5.13.9-308-g4009e75

2011-02-10 Thread Tony Cook
In perl.git, the branch smoke-me/findext has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=4009e753294e4c064cd19e5cfde01cf2db104733 was 4009e753294e4c064cd19e5cfde01cf2db104733

[perl.git] branch blead, updated. v5.13.9-308-g9a0dc6e

2011-02-10 Thread Tony Cook
9a0dc6e4c3a9ae91c1101b1179e22c93bb77a4cb Author: Tony Cook t...@develop-help.com Date: Thu Feb 10 23:20:53 2011 +1100 exporting a static function doesn't work --- Summary of changes: embed.fnc |4 ++-- global.sym |2 -- 2 files changed, 2 insertions

[perl.git] branch smoke-me/findext, created. v5.13.9-310-gb62a255

2011-02-10 Thread Tony Cook
- commit b62a255ad47c815a1af84de9fb389a3dfa7c2c27 Author: Tony Cook t...@develop-help.com Date: Thu Jan 6 21:52:24 2011 +1100 ignore extensions based on the configuration M t/porting/FindExt.t M win32/FindExt.pm commit

[perl.git] branch blead, updated. v5.13.9-363-g557ab4c

2011-02-13 Thread Tony Cook
557ab4cb986767c7868d1b0471b669e794d9b569 Author: Tony Cook t...@develop-help.com Date: Thu Jan 6 21:52:24 2011 +1100 ignore extensions based on the configuration M t/porting/FindExt.t M win32/FindExt.pm commit d6fb8979903e0b021272dee1efd5383d286d1ba0 Author: Tony Cook t...@develop-help.com Date: Thu Jan 6 21:51:30

[perl.git] branch smoke-me/findext, deleted. v5.13.9-310-gb62a255

2011-02-13 Thread Tony Cook
In perl.git, the branch smoke-me/findext has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=b62a255ad47c815a1af84de9fb389a3dfa7c2c27 was b62a255ad47c815a1af84de9fb389a3dfa7c2c27

[perl.git] branch blead, updated. v5.13.9-493-g110c4fb

2011-02-15 Thread Tony Cook
110c4fb7a0ad115435ec3aedece91f594e9db32e Author: Tony Cook t...@develop-help.com Date: Wed Feb 16 10:24:10 2011 +1100 note fixes to FindExt.t --- Summary of changes: pod/perldelta.pod |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git

[perl.git] branch blead, updated. v5.13.9-497-gc1a655f

2011-02-15 Thread Tony Cook
c1a655ff8e4343f50d589086b1c98b17f4a9e7e7 Author: Tony Cook t...@develop-help.com Date: Wed Feb 16 10:41:26 2011 +1100 ignore the new lib/buildcustomize.pl build deritus M lib/.gitignore commit 26ecd6782dd578b8e5db8e71a209f1af139f5877 Author: Tony Cook t...@develop-help.com Date: Wed Feb 16 10:38:55 2011 +1100 fix C

[perl.git] branch blead, updated. v5.13.9-548-g798bda5

2011-02-18 Thread Tony Cook
798bda5901ecadfc40314834ece57421e2c50146 Author: Tony Cook t...@develop-help.com Date: Fri Feb 18 19:03:55 2011 +1100 adjust the skip count to account for the new test in c22d665b --- Summary of changes: t/op/sigdispatch.t |2 +- 1 files changed, 1

[perl.git] branch blead, updated. v5.13.9-575-gea59272

2011-02-18 Thread Tony Cook
ea592722d0bf74d1b7b0f84e033462d8a79a3b1c Author: Tony Cook t...@develop-help.com Date: Sat Feb 19 12:34:42 2011 +1100 export PL_core_reg_engine so it's visible to the re module Win32 builds have been broken since de1ac46b without this. --- Summary

[perl.git] branch tonyc/staticcwd, created. v5.13.11-341-gaf374f8

2011-03-29 Thread Tony Cook
- commit af374f8da969943c260108ea3401d71c24394b19 Author: Tony Cook t...@develop-help.com Date: Tue Mar 29 22:15:23 2011 +1100 if List-Util is built statically, depend on $(PERL_EXE) instead of the shared library of course, it could

[perl.git] branch smoke-me/staticcwd, created. v5.13.11-341-gaf374f8

2011-03-29 Thread Tony Cook
- commit af374f8da969943c260108ea3401d71c24394b19 Author: Tony Cook t...@develop-help.com Date: Tue Mar 29 22:15:23 2011 +1100 if List-Util is built statically, depend on $(PERL_EXE) instead of the shared library of course, it could

[perl.git] branch smoke-me/staticcwd, deleted. v5.13.11-341-gaf374f8

2011-03-30 Thread Tony Cook
In perl.git, the branch smoke-me/staticcwd has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=af374f8da969943c260108ea3401d71c24394b19 was af374f8da969943c260108ea3401d71c24394b19

[perl.git] branch smoke-me/staticcwd, created. v5.13.11-345-ged85d7a

2011-03-30 Thread Tony Cook
- commit ed85d7a204ef11c1916a7a8d00cbeb7957c0ddda Author: Tony Cook t...@develop-help.com Date: Tue Mar 29 22:15:23 2011 +1100 if List-Util is built statically, depend on $(PERL_EXE) instead of the shared library of course, it could

[perl.git] branch tonyc/staticcwd, deleted. v5.13.11-341-gaf374f8

2011-03-30 Thread Tony Cook
In perl.git, the branch tonyc/staticcwd has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=af374f8da969943c260108ea3401d71c24394b19 was af374f8da969943c260108ea3401d71c24394b19

[perl.git] branch tonyc/gcc460, created. v5.13.11-335-g85d7242

2011-04-08 Thread Tony Cook
- commit 85d72428d557be653f234a70b9d1395014e36599 Author: Tony Cook t...@develop-help.com Date: Sat Apr 9 00:05:24 2011 +1000 check --whole-archive is supported before using it netbsd for pre 4.6 gcc requires --whole-archive to build shared libraries

[perl.git] branch tonyc/gcc460, deleted. v5.13.11-335-g85d7242

2011-04-08 Thread Tony Cook
In perl.git, the branch tonyc/gcc460 has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=85d72428d557be653f234a70b9d1395014e36599 was 85d72428d557be653f234a70b9d1395014e36599

[perl.git] branch smoke-me/staticcwd, deleted. v5.13.11-345-ged85d7a

2011-04-11 Thread Tony Cook
In perl.git, the branch smoke-me/staticcwd has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=ed85d7a204ef11c1916a7a8d00cbeb7957c0ddda was ed85d7a204ef11c1916a7a8d00cbeb7957c0ddda

[perl.git] branch blead, updated. v5.13.11-428-g673d859

2011-04-13 Thread Tony Cook
673d8593b7ef274dadbfff97fd641e3c563fc716 Author: Tony Cook t...@develop-help.com Date: Sat Apr 9 00:05:24 2011 +1000 check --whole-archive is supported before using it netbsd for pre 4.6 gcc requires --whole-archive to build shared libraries, but this is rejected and not required in 4.6.0. Simply changing

[perl.git] branch blead, updated. v5.13.11-460-ge2a47f8

2011-04-18 Thread Tony Cook
e2a47f809bfc63d49b2a2c9318b120e63a8fa531 Author: Tony Cook t...@develop-help.com Date: Sat Apr 9 10:45:37 2011 +1000 check --whole-archive is supported (in cc.cbu) before using it netbsd for pre 4.6 gcc requires --whole-archive to build shared libraries, but this is rejected and not required in 4.6.0. M hints

[perl.git] branch tonyc/gcc460, deleted. v5.13.11-335-gfd63436

2011-04-18 Thread Tony Cook
In perl.git, the branch tonyc/gcc460 has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=fd6343662ee257267cfe8571c39010cf51d7a182 was fd6343662ee257267cfe8571c39010cf51d7a182

[perl.git] branch tonyc/cygwin-rebase, created. v5.14.0-RC2-12-gbe75e72

2011-05-11 Thread Tony Cook
In perl.git, the branch tonyc/cygwin-rebase has been created http://perl5.git.perl.org/perl.git/commitdiff/be75e72a9323fc8c865ed33ceb5026af74b584cc?hp= at be75e72a9323fc8c865ed33ceb5026af74b584cc (commit) - Log

[perl.git] branch tonyc/staticcwd, deleted. v5.13.11-345-ged85d7a

2011-05-14 Thread Tony Cook
In perl.git, the branch tonyc/staticcwd has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=ed85d7a204ef11c1916a7a8d00cbeb7957c0ddda was ed85d7a204ef11c1916a7a8d00cbeb7957c0ddda

[perl.git] branch tonyc/staticcwd, created. v5.14.0-4-g70e6c66

2011-05-14 Thread Tony Cook
- commit 70e6c66fee54812b00cf7a4486902a4aba69164b Author: Tony Cook t...@develop-help.com Date: Tue Mar 29 22:15:23 2011 +1100 if List-Util is built statically, depend on $(PERL_EXE) instead of the shared library of course, it could

[perl.git] branch tonyc/5.14.1-staticcwd-rt81268, created. v5.14.0-4-g70e6c66

2011-05-14 Thread Tony Cook
- commit 70e6c66fee54812b00cf7a4486902a4aba69164b Author: Tony Cook t...@develop-help.com Date: Tue Mar 29 22:15:23 2011 +1100 if List-Util is built statically, depend on $(PERL_EXE) instead of the shared library of course, it could

[perl.git] branch blead, updated. v5.14.0-223-g04718b4

2011-05-20 Thread Tony Cook
04718b4750d41e3e11d98b8fe58a782f1e1595da Author: Tony Cook t...@develop-help.com Date: Tue Mar 29 22:15:23 2011 +1100 if List-Util is built statically, depend on $(PERL_EXE) instead of the shared library of course, it could be that these dependencies are as redundant as the rest. M Makefile.SH commit

[perl.git] branch tonyc/5.14.1-staticcwd-rt81268, deleted. v5.14.0-4-g70e6c66

2011-06-11 Thread Tony Cook
In perl.git, the branch tonyc/5.14.1-staticcwd-rt81268 has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=70e6c66fee54812b00cf7a4486902a4aba69164b was 70e6c66fee54812b00cf7a4486902a4aba69164b

[perl.git] branch tonyc/invlist-export, created. v5.15.1-47-g50b01e0

2011-07-24 Thread Tony Cook
- commit 50b01e0cd6d68682a5cf763e2bbcf16469e31108 Author: Tony Cook t...@develop-help.com Date: Sun Jul 24 21:34:12 2011 +1000 export the invlist functions that were causing the static build conflict without that a non-static build on Win32 failed

[perl.git] branch blead, updated. v5.15.1-47-g50b01e0

2011-07-24 Thread Tony Cook
50b01e0cd6d68682a5cf763e2bbcf16469e31108 Author: Tony Cook t...@develop-help.com Date: Sun Jul 24 21:34:12 2011 +1000 export the invlist functions that were causing the static build conflict without that a non-static build on Win32 failed --- Summary

[perl.git] branch tonyc/invlist-export, deleted. v5.15.1-47-g50b01e0

2011-07-24 Thread Tony Cook
In perl.git, the branch tonyc/invlist-export has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=50b01e0cd6d68682a5cf763e2bbcf16469e31108 was 50b01e0cd6d68682a5cf763e2bbcf16469e31108

[perl.git] branch tonyc/sanemake, created. v5.15.1-64-gc80ee99

2011-07-27 Thread Tony Cook
- commit c80ee995fdcb863b2f4e44201d83b1c21f3a74b5 Author: Tony Cook t...@develop-help.com Date: Wed Jul 27 18:24:06 2011 +1000 every use of $(mini_obj) needs the mini specific objects, so include them Also fixes link issues with usedtrace on Solaris, since

[perl.git] branch smoke-me/sanemake, created. v5.15.1-64-gc80ee99

2011-07-27 Thread Tony Cook
- commit c80ee995fdcb863b2f4e44201d83b1c21f3a74b5 Author: Tony Cook t...@develop-help.com Date: Wed Jul 27 18:24:06 2011 +1000 every use of $(mini_obj) needs the mini specific objects, so include them Also fixes link issues with usedtrace on Solaris, since

[perl.git] branch smoke-me/sanemake, deleted. v5.15.1-64-gc80ee99

2011-07-27 Thread Tony Cook
In perl.git, the branch smoke-me/sanemake has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=c80ee995fdcb863b2f4e44201d83b1c21f3a74b5 was c80ee995fdcb863b2f4e44201d83b1c21f3a74b5

[perl.git] branch tonyc/constdtrace, created. v5.15.1-75-g302c5e9

2011-07-27 Thread Tony Cook
- commit 302c5e99ccbdb7bba4f86b5f783d713208d021a1 Author: Tony Cook t...@develop-help.com Date: Wed Jul 20 20:23:15 2011 +1000 work around a bug in dtrace - it strips const from function parameters With usedtrace this caused: - build failures under

  1   2   3   4   5   6   7   8   9   10   >