summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove vms/genconfig.pl and references to it; it was made obsolete way backCraig A. Berry2007-07-045-592/+6
| | | | | | | in change #1084. Remove references to vms/config.vms, which was removed in change #1084. p4raw-link: @1084 on //depot/perl: 97abc6adffcd3efcbaee73cbdad2055b2d06be4f p4raw-id: //depot/perl@31532
* Adapt perlivp to the ext/ reorganisation for Compress modulesRafael Garcia-Suarez2007-07-041-1/+1
| | | p4raw-id: //depot/perl@31531
* [perl #3589] [BUG#3589 bleadperl] Reini Urban2007-07-041-0/+2
| | | | | | From: "Reini Urban via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-20473-1183413546-187.3589-15-0@perl.org> p4raw-id: //depot/perl@31530
* RE: [PATCH] lib/Net/Ping/t/500_ping_icmp.t requires adminJan Dubois2007-07-041-3/+3
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <007901c7bcee$e7b5d400$b7217c00$@com> p4raw-id: //depot/perl@31529
* Don't require to have at least DB_File or *DBM_FileRafael Garcia-Suarez2007-07-041-4/+0
| | | p4raw-id: //depot/perl@31528
* regexp flags =~ s/k/p/Rafael Garcia-Suarez2007-07-041-2/+2
| | | p4raw-id: //depot/perl@31527
* Correct a couple more cases of $Config{useshrplib}Steve Hay2007-07-033-4/+4
| | | p4raw-id: //depot/perl@31526
* More tests for \g errors in regular expressionsRafael Garcia-Suarez2007-07-031-0/+8
| | | p4raw-id: //depot/perl@31525
* Forbid \g0. (tests coming later)Rafael Garcia-Suarez2007-07-032-0/+9
| | | p4raw-id: //depot/perl@31524
* $Config{useshrplib} should be 'true' rather than 'yes' when usingSteve Hay2007-07-036-6/+6
| | | | | a shared perl library p4raw-id: //depot/perl@31523
* Upgrade to ExtUtils-MakeMaker-6.36Steve Peters2007-07-032-7/+8
| | | p4raw-id: //depot/perl@31522
* Include file missed from change #31519.Steve Peters2007-07-021-64/+98
| | | | | p4raw-link: @31519 on //depot/perl: 277189c8ad3fc0d1dcd4c757f62b0a7bf5bacaa0 p4raw-id: //depot/perl@31521
* compression modules update to version 2.005Paul Marquess2007-07-0247-178/+561
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <000c01c7bb71$6189ae20$6601a8c0@myopwv.com> p4raw-id: //depot/perl@31520
* Upgrade to ExtUtils-MakeMaker-6.35Steve Peters2007-07-0216-134/+542
| | | p4raw-id: //depot/perl@31519
* Add add-package.pl to the core (was Re: Why no (XML|DBI|WWW|Template) ↵Jos I. Boumans2007-07-022-0/+442
| | | | | | | | modules in the core?) From: "Jos I. Boumans" <kane@dwim.org> Message-Id: <A819F8C7-19C9-4ECE-8CF5-80FAAF54F890@dwim.org> p4raw-id: //depot/perl@31518
* Address 250_ping_hires.t failureJerry D. Hedden2007-07-021-4/+5
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510707011223u7557fc53m9df980815479892a@mail.gmail.com> p4raw-id: //depot/perl@31517
* Fixes to threads testsJerry D. Hedden2007-07-026-60/+80
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510707011203qc90c31he6f6b86d08d34e39@mail.gmail.com> p4raw-id: //depot/perl@31516
* Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mkSteve Hay2007-07-021-1/+8
| | | p4raw-id: //depot/perl@31515
* Restore a comment from 30501 unintentionally deleted with change 31513.Nicholas Clark2007-07-011-1/+4
| | | p4raw-id: //depot/perl@31514
* Avoid copying the AV in Perl_mro_get_linear_isa_dfs()Nicholas Clark2007-07-011-10/+9
| | | p4raw-id: //depot/perl@31513
* Add some information to the comments describing SV flag bits.Nicholas Clark2007-07-011-1/+6
| | | p4raw-id: //depot/perl@31512
* test that localised tieing of a hash or array remains localDave Mitchell2007-07-011-0/+16
| | | | | | (tests for change #31505) p4raw-link: @31505 on //depot/perl: c4a7531db1b7667c9d43fd3494f5bbf4901ff149 p4raw-id: //depot/perl@31511
* char is not a good type to use for array indexes;Jerry D. Hedden2007-07-011-2/+2
| | | | | | | | | | should have been U8 in the first place. Originally noticed by Jerry Hedden in Subject: [PATCH] Compiler warning in regcomp.c From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510706301334t337903a0k46abc6d2d25c68a5@mail.gmail.com> p4raw-id: //depot/perl@31510
* FYI: Math::BigInt v1.87 released [PATCH]Tels2007-06-302-4/+3
| | | | | Message-Id: <200706301314.07075@bloodgate.com> p4raw-id: //depot/perl@31509
* Comment typo fixAbigail2007-06-301-1/+1
| | | | | Message-ID: <20070629204935.GA13919@abigail.nl> p4raw-id: //depot/perl@31508
* regclass on EBCDIC platformsBenjamin Carter2007-06-301-2/+6
| | | | | Message-ID: <20070630044259.GB22566@egg> p4raw-id: //depot/perl@31507
* /p vs (?p)Abigail2007-06-3013-28/+146
| | | | | | | | | | | | | Date: Fri, 29 Jun 2007 23:38:07 +0200 Message-ID: <20070629213807.GA14454@abigail.nl> Subject: [PATCH pod/perlre.pod] Keeping up with the changes. From: Abigail <abigail@abigail.be> Date: Sat, 30 Jun 2007 01:24:36 +0200 Message-ID: <20070629232436.GA15326@abigail.nl> Plus tweaks, and debug enahancements. p4raw-id: //depot/perl@31506
* Removes the code that is supposed to restore magic on leaving theRafael Garcia-Suarez2007-06-291-15/+2
| | | | | | | | | | | | | | | localization of an array or a hash. This fixes some memory leaks. Basically we were overwriting the magic of the outer value (value from the outer scope) by the magic of the inner value (therefore making that outer magic leaking in memory). But that inner magic was created by mg_localize() by copying *some* of the outer magic. Consequently the outer value already has that magic. So just keep it and don't bother. That change might introduce obscure bugs. On the other hand, it might also cure obscure bugs, related to the inner value acquiring container magic during its lifetime, or to the outer value loosing non-container magic. No test in the test suite seems to test that. p4raw-id: //depot/perl@31505
* Fix up change 31494Jerry D. Hedden2007-06-291-2/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510706290902k57b540a5n446fad22c1afdab0@mail.gmail.com> p4raw-id: //depot/perl@31504
* Update ChangesRafael Garcia-Suarez2007-06-291-0/+943
| | | p4raw-id: //depot/perl@31503
* Revert change #31489.Rafael Garcia-Suarez2007-06-299-100/+7
| | | | | | | | | | | That change was adding a hook to cope with the case when one was undef'ining *ISA globs, in order to clean up correctly. However, this broke the case where one was assiging an array ref to @ISA, which is likely to be more common. Conclusion: don't undef *ISA. (or more generally don't undef globs that contain magical variables) p4raw-link: @31489 on //depot/perl: 5be5c7a687aa37f2ea9dec7988eb57cad1f1ec24 p4raw-id: //depot/perl@31502
* Re: valgrind findingsBrandon Black2007-06-291-4/+11
| | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60706281358o3b379b20k2c1e53566587d79b@mail.gmail.com> p4raw-id: //depot/perl@31501
* Being tired of adjusting the test count of concise-xs.tRafael Garcia-Suarez2007-06-291-5/+1
| | | | | all the time. Use no_plan instead. p4raw-id: //depot/perl@31500
* Small pod fixRafael Garcia-Suarez2007-06-291-1/+1
| | | p4raw-id: //depot/perl@31499
* fix overzealous search and replaceYves Orton2007-06-291-4/+4
| | | p4raw-id: //depot/perl@31498
* Rename various regex defined so that they have distinct prefixes based on ↵Yves Orton2007-06-286-78/+78
| | | | | | | | | | | | | | their usage. RXf_ => flags used in pm_flags argument to regcomp and stored in the regex via rx->extflags PREGf_ => flags stored in rx->intflags RXapif_ => argument flags for regex named capture api RX_BUFF_IDX_ => special indexes to represent $` $' $& used in the numeric capture buffer api PREGf is untouched by this change, but RXf_ is split into RXapif and RX_BUFF_IDX_. p4raw-id: //depot/perl@31497
* Replace pattern parsing logic with optree "parsing" logic.Yves Orton2007-06-281-0/+15
| | | p4raw-id: //depot/perl@31496
* Move the RXf_WHITE logic for split " " into the regex engineÆvar Arnfjörð Bjarmason2007-06-286-43/+41
| | | | | | | | | From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com> Message-ID: <51dd1af80706281306i4dbba39em3eeb8da1d67ea27c@mail.gmail.com> (with tweaks) p4raw-id: //depot/perl@31495
* Add a TODO test cases RT# 43403.Steve Peters2007-06-281-1/+15
| | | p4raw-id: //depot/perl@31494
* Fix tests so they actually test $@. like() demands a qr//.Rafael Garcia-Suarez2007-06-281-4/+4
| | | p4raw-id: //depot/perl@31493
* New valgrind suppressions.Rafael Garcia-Suarez2007-06-281-0/+5
| | | p4raw-id: //depot/perl@31492
* Re-enable the setlocale() tests for Windows XP onwardsSteve Hay2007-06-281-1/+6
| | | | | | since they seem to work OK. Not sure about older flavours of Windows, so leave them alone. p4raw-id: //depot/perl@31491
* RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32Jan Dubois2007-06-285-26/+43
| | | | | | | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <02bd01c7b90b$49863720$dc92a560$@com> Rearranges the initialization of Win32CORE. The Perl interpreter isn't fully initialized when Perl_init_os_extras() in win32/win32.c is called, so it is not safe to use the Perl calling mechanism yet. Fixes a problem building PAR-Packer on Win32. p4raw-id: //depot/perl@31490
* Re: [perl #43357] *DESTROY = sub {} at runtimeBrandon Black2007-06-289-7/+103
| | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60706270807r7af65546x8d959b131ffa28e6@mail.gmail.com> p4raw-id: //depot/perl@31489
* Move tests under 'threads' moduleJerry D. Hedden2007-06-282-33/+33
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510706271115n6c816334nbde6774792743a54@mail.gmail.com> p4raw-id: //depot/perl@31488
* Re: [PATCH-revised] ext/Win32/t/Unicode.t failures on FAT32 under CygwinJerry D. Hedden2007-06-281-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510706271746r62f921f4s3770df0b92cdf201@mail.gmail.com> p4raw-id: //depot/perl@31487
* Math::BigFloat - fix bpi() and A [PATCH]Tels2007-06-283-6/+69
| | | | | Message-Id: <200706271834.14904@bloodgate.com> p4raw-id: //depot/perl@31486
* Re: Broken bignum tests [PATCH]Tels2007-06-286-35/+132
| | | | | Message-Id: <200706271915.46068@bloodgate.com> p4raw-id: //depot/perl@31485
* bring File-Path up to 2.01David Landgren2007-06-282-36/+67
| | | | | Message-ID: <4682BE9F.6080502@landgren.net> p4raw-id: //depot/perl@31484
* Free memory in case of error/failure to compile.Yves Orton2007-06-281-2/+3
| | | | | Hopefully valgrind will notice and like. :-) p4raw-id: //depot/perl@31483