summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (Retracted by #20267)Jarkko Hietaniemi2003-07-282-8/+8
| | | p4raw-id: //depot/perl@20260
* CPAN/t/signature.t noisyMichael G. Schwern2003-07-281-6/+4
| | | | | Message-ID: <20030728091419.GG21044@windhund.schwern.org> p4raw-id: //depot/perl@20257
* Extra noise from File::Spec.Jarkko Hietaniemi2003-07-281-1/+1
| | | p4raw-id: //depot/perl@20256
* Prettyprint the constants list of defsubs_h.PL.Jarkko Hietaniemi2003-07-281-11/+32
| | | p4raw-id: //depot/perl@20255
* B enhancementsStephen McCamant2003-07-283-2/+36
| | | | | Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU> p4raw-id: //depot/perl@20253
* More clarification about the hash randomisation defines.Jarkko Hietaniemi2003-07-281-1/+6
| | | p4raw-id: //depot/perl@20252
* Clarify the process a bit.Jarkko Hietaniemi2003-07-281-7/+9
| | | p4raw-id: //depot/perl@20251
* Add $VERSION to B::Bytecode.Jarkko Hietaniemi2003-07-281-0/+2
| | | p4raw-id: //depot/perl@20250
* Missing test file. (Not very useful since Module::SignatureJarkko Hietaniemi2003-07-281-0/+1
| | | | | is not in the core, but let's not make an exception.) p4raw-id: //depot/perl@20249
* Re: downrev modules in RC2Gisle Aas2003-07-284-13/+27
| | | | | | | Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com> (upgrade to Digest::MD5 2.26) p4raw-id: //depot/perl@20248
* Upgrade to CGI 2.97.Jarkko Hietaniemi2003-07-281-15/+19
| | | p4raw-id: //depot/perl@20247
* Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.Jarkko Hietaniemi2003-07-282-2/+2
| | | | | (from Enache) p4raw-id: //depot/perl@20246
* Upgrade to CPAN 1.72.Jarkko Hietaniemi2003-07-272-4/+98
| | | p4raw-id: //depot/perl@20243
* We now return to your normally scheduled hash randomisation.Jarkko Hietaniemi2003-07-275-28/+37
| | | p4raw-id: //depot/perl@20242
* fresh_perl_(is|like) were printing out the wrong file/lineJarkko Hietaniemi2003-07-271-1/+4
| | | | | | | | number on failure because _where() was hard coded to only look one level up the call stack. In these cases it has to look two. (Schwern) p4raw-id: //depot/perl@20240
* cleanup tiehandle.t to use test.pl, is(), like(), etc...Jarkko Hietaniemi2003-07-271-47/+46
| | | | | (Schwern) p4raw-id: //depot/perl@20239
* Upgrade to Test::Harness 2.29.Jarkko Hietaniemi2003-07-277-20/+23
| | | p4raw-id: //depot/perl@20238
* Missing MakeMaker test.Jarkko Hietaniemi2003-07-272-2/+68
| | | p4raw-id: //depot/perl@20237
* Add -l (one file per line) option to manicheck.Jarkko Hietaniemi2003-07-271-4/+10
| | | p4raw-id: //depot/perl@20236
* Further Byteloader tweaks from Enache.Jarkko Hietaniemi2003-07-2712-484/+675
| | | p4raw-id: //depot/perl@20235
* Reapply some perldoc changes not in 3.09.Jarkko Hietaniemi2003-07-271-3/+3
| | | p4raw-id: //depot/perl@20234
* Upgrade to Pod::Perldoc 3.09.Jarkko Hietaniemi2003-07-272-34/+52
| | | p4raw-id: //depot/perl@20233
* A bug reported in perl-unicode by Terry Jones, fixedJarkko Hietaniemi2003-07-272-6/+18
| | | | | by Andreas Koenig, and add a test. p4raw-id: //depot/perl@20232
* Unicode::UCD doc nit from Andreas Koenig.Jarkko Hietaniemi2003-07-271-1/+1
| | | p4raw-id: //depot/perl@20231
* Upgrade to I18N::LangTags 0.28.Jarkko Hietaniemi2003-07-274-56/+194
| | | p4raw-id: //depot/perl@20230
* Skip the test until Enache fixes it.Jarkko Hietaniemi2003-07-271-0/+1
| | | p4raw-id: //depot/perl@20229
* Upgrade to File::Spec 0.85.Jarkko Hietaniemi2003-07-279-192/+170
| | | p4raw-id: //depot/perl@20225
* Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.xMarcus Holland-Moritz2003-07-279-27/+59
| | | | | | From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2> p4raw-id: //depot/perl@20224
* Regen byterun once more: the incav is not yet right, but atJarkko Hietaniemi2003-07-272-2/+2
| | | | | least it compiles now (Tru64 cc choked on the lvalue cast). p4raw-id: //depot/perl@20223
* Regenerated because of #20220.Jarkko Hietaniemi2003-07-273-327/+553
| | | p4raw-id: //depot/perl@20222
* fix for File::Find logical name collision on VMSCraig A. Berry2003-07-271-4/+4
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3F1C87F4.2070401@mac.com> p4raw-id: //depot/perl@20221
* Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at allAdrian M. Enache2003-07-2713-1044/+980
| | | | | Message-ID: <20030718201537.GA1574@ratsnest.hole> p4raw-id: //depot/perl@20220
* WinCE port additionVadim Konovalov2003-07-278-82/+159
| | | | | | From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com> p4raw-id: //depot/perl@20219
* Another missing hunk for MakeMaker from .org.Jarkko Hietaniemi2003-07-251-6/+19
| | | p4raw-id: //depot/perl@20217
* Grabbed from www.makemaker.org.Jarkko Hietaniemi2003-07-242-0/+55
| | | p4raw-id: //depot/perl@20213
* [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8 Dinger, Tom2003-07-241-1/+2
| | | | | | From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org> p4raw-id: //depot/perl@20211
* Re: [typo] sv.c pod/perlapi.podStas Bekman2003-07-242-2/+2
| | | | | Message-ID: <3F1FF1F7.30500@stason.org> p4raw-id: //depot/perl@20209
* [ANNOUNCE] ExtUtils::MakeMaker 6.11Michael G. Schwern2003-07-241-1/+1
| | | | | Message-ID: <20030724082807.GA24285@windhund.schwern.org> p4raw-id: //depot/perl@20208
* ExtUtils::MakeMaker 6.10_08Michael G. Schwern2003-07-2413-183/+446
| | | | | Message-ID: <20030722031224.GD12711@windhund.schwern.org> p4raw-id: //depot/perl@20207
* (accidentally empty checkin)Jarkko Hietaniemi2003-07-240-0/+0
| | | p4raw-id: //depot/perl@20206
* [possible PATCH?] Re: Where is PerlIO_isutf8()?Steve Hay2003-07-241-0/+1
| | | | | Message-ID: <3F17B7D9.80805@uk.radan.com> p4raw-id: //depot/perl@20203
* [patch] perldebug.pod clarificationStéphane Payrard2003-07-241-0/+6
| | | | | Message-ID: <20030721193659.GC2722@stefp.dyndns.org> p4raw-id: //depot/perl@20202
* PATCH: More edge tests on t/op/pow.tAndy Lester2003-07-241-2/+19
| | | | | Message-ID: <20030723213834.GA20468@petdance.com> p4raw-id: //depot/perl@20201
* Fix saving 'V' magic in scan_vstring()Stephen McCamant2003-07-241-4/+4
| | | | | Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU> p4raw-id: //depot/perl@20200
* Re: Reference to tied elements results in lvalue.Dave Mitchell2003-07-242-2/+28
| | | | | Message-ID: <20030718174943.GB6427@fdgroup.com> p4raw-id: //depot/perl@20199
* Re: Bug in B::Deparse/Concise with ithreadsStephen McCamant2003-07-242-10/+30
| | | | | Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU> p4raw-id: //depot/perl@20198
* typo in VMS::FilespecKen Williams2003-07-241-1/+1
| | | | | Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org> p4raw-id: //depot/perl@20197
* EBCDIC fix from Thomas Dorner.Jarkko Hietaniemi2003-07-241-2/+2
| | | p4raw-id: //depot/perl@20196
* POSIX-BC patch from Thomas Dorner.Jarkko Hietaniemi2003-07-241-5/+4
| | | p4raw-id: //depot/perl@20195
* [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning ilya@juil.nonet2003-07-242-4/+4
| | | | | | From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org> p4raw-id: //depot/perl@20194