summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* DB_File 1.814Paul Marquess2005-11-114-6/+16
| | | | | Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com> p4raw-id: //depot/perl@26088
* Storable 0.1 compatibilityGisle Aas2005-11-115-5/+75
| | | | | | | | Message-ID: <lry83v712y.fsf@caliper.activestate.com> Also added an entry in the main MANIFEST file for the new test and a version bump in Storable.pm. p4raw-id: //depot/perl@26087
* Correct the version-dependant expression for the number of tests, as itNicholas Clark2005-11-111-2/+2
| | | | | is now giving the wrong number for 5.8.x p4raw-id: //depot/perl@26085
* Const & local: Special Victims UnitAndy Lester2005-11-119-152/+112
| | | | | Message-ID: <20051111044700.GA24161@petdance.com> p4raw-id: //depot/perl@26082
* Pod nit in Encode.pm, found by Marc Lehmann in RT #36949.Steve Peters2005-11-111-1/+1
| | | p4raw-id: //depot/perl@26081
* Fix for RT #37654. Added $COMPILING to list of variables exported.Steve Peters2005-11-111-0/+1
| | | p4raw-id: //depot/perl@26080
* Suppress leaked warnings in ExtUtils testsDominic Dunlop2005-11-102-2/+2
| | | | | Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org> p4raw-id: //depot/perl@26079
* Patch by Ilya Zakharevich to give more meaningful errorRafael Garcia-Suarez2005-11-101-1/+6
| | | | | | messages from if.pm when invoked with a condition in list context. Also bump if's VERSION. p4raw-id: //depot/perl@26078
* Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.hRafael Garcia-Suarez2005-11-101-4/+4
| | | | | (that is, before embed.h, that uses this symbol, is included) p4raw-id: //depot/perl@26077
* [perl #35847] File::Find not performing as documented jms@mathras.comcast.net2005-11-101-2/+5
| | | | | | From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org> p4raw-id: //depot/perl@26076
* [perl #37648] segfault with PERLIO_DEBUG Peter Dintelmann2005-11-101-2/+2
| | | | | | From: Peter Dintelmann (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org> p4raw-id: //depot/perl@26075
* [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search ↵Jason Vas Dias2005-11-101-3/+9
| | | | | | | | path, resulting in missing C standard headers on Linux From: Jason Vas Dias (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org> p4raw-id: //depot/perl@26074
* remove whitespace preceding semicolon in docsSteven Schubiger2005-11-1014-459/+459
| | | | | Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org> p4raw-id: //depot/perl@26073
* Really apply change #26071.Rafael Garcia-Suarez2005-11-105-17/+24
| | | | | p4raw-link: @26071 on //depot/perl: 8861ecc69a87dc6907b3e9c79689edb5df16413e p4raw-id: //depot/perl@26072
* wince patchVadim Konovalov2005-11-100-0/+0
| | | | | | From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com> p4raw-id: //depot/perl@26071
* Add tests for two untested syntax error messages about \NRafael Garcia-Suarez2005-11-101-1/+8
| | | p4raw-id: //depot/perl@26070
* Make Perl_seed publicSteve Hay2005-11-103-1/+6
| | | | | | Fixes Win32 linker error in List::Util introduced by change #26054 p4raw-link: @26054 on //depot/perl: 82f35e8b14e93ac697812d1b28d2e79e1ad82d84 p4raw-id: //depot/perl@26069
* blead@26052 Symbian updateJarkko Hietaniemi2005-11-106-22/+37
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@26068
* As using -C to turn on utf8 IO is equivalent to the open pragma,Nicholas Clark2005-11-091-1/+1
| | | | | | change 25925 had the side effect of breaking ext/Encode/t/perlio.t Fixed by opening with :bytes. p4raw-id: //depot/perl@26067
* I/O is UTF-8, not "UNICODE"Nicholas Clark2005-11-091-7/+7
| | | p4raw-id: //depot/perl@26066
* As using -C to turn on utf8 IO is equivalent to the open pragma,Nicholas Clark2005-11-091-2/+8
| | | | | | change 25925 had the side effect of breaking t/io/utf8.t Fixed by adding the missing binmode()s. p4raw-id: //depot/perl@26065
* Better diagnostics from io/utf8.tNicholas Clark2005-11-091-31/+36
| | | p4raw-id: //depot/perl@26064
* Make the Bytecode changes conditional on perl version.Nicholas Clark2005-11-091-10/+20
| | | p4raw-id: //depot/perl@26063
* Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffleGraham Barr2005-11-0918-19/+44
| | | | | Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com> p4raw-id: //depot/perl@26062
* Simplify Perl_allocmy slightly, and cope better with the name is ""Nicholas Clark2005-11-091-2/+4
| | | | | case. p4raw-id: //depot/perl@26061
* Add a comment about possible future refactoring of the pad code.Nicholas Clark2005-11-091-1/+7
| | | p4raw-id: //depot/perl@26060
* Remove superfluous strlen() from pp_require().Nicholas Clark2005-11-091-3/+1
| | | p4raw-id: //depot/perl@26059
* Patch from Gisle to add NO_MATHOMS to the Compile-time options.Steve Peters2005-11-091-0/+3
| | | p4raw-id: //depot/perl@26058
* Don't declare a function inside another functionRafael Garcia-Suarez2005-11-091-2/+2
| | | p4raw-id: //depot/perl@26057
* Configure setting patchlevel brokenYitzchak Scott-Thoennes2005-11-091-2/+2
| | | | | Message-ID: <20051014073329.GA3236@efn.org> p4raw-id: //depot/perl@26056
* Re: [perl #32383] DProf breaks List::Util::shuffleRobin Houston2005-11-097-54/+96
| | | | | Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26054
* patch@26052 - compile rule for mathoms.cJohn E. Malmberg2005-11-091-0/+2
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <4371765F.1000900@qsl.net> p4raw-id: //depot/perl@26053
* It helps to actually *remove* the now-superfluous strlen().Nicholas Clark2005-11-081-1/+0
| | | | | (An addendum to 26050.) p4raw-id: //depot/perl@26052
* Moving the 4 writes of PL_no_mem followed by exit(1) to a staticNicholas Clark2005-11-081-18/+14
| | | | | function makes the object code slightly smaller. p4raw-id: //depot/perl@26051
* Eliminate some unnecessary strlen()sNicholas Clark2005-11-087-11/+16
| | | p4raw-id: //depot/perl@26050
* Eliminate duplicate strlen()s by explicitly calling it.Nicholas Clark2005-11-081-5/+11
| | | | | | Note two places for future audit with FIXME. Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused. p4raw-id: //depot/perl@26049
* 3 calls to strlen() we can avoid.Nicholas Clark2005-11-081-3/+3
| | | p4raw-id: //depot/perl@26048
* [DOC PATCH] mention @-, @+ in perl56delta.podYitzchak Scott-Thoennes2005-11-082-0/+12
| | | | | Message-ID: <20051108164642.GD7972@efn.org> p4raw-id: //depot/perl@26047
* Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, asNicholas Clark2005-11-081-0/+3
| | | | | its presence changes structure sizes. p4raw-id: //depot/perl@26046
* Re: A surprising segfaultSADAHIRO Tomoyuki2005-11-084-3/+40
| | | | | Message-Id: <20051108233535.735D.BQW10602@nifty.com> p4raw-id: //depot/perl@26045
* Remove an unused variable left over from change #26041Steve Hay2005-11-081-1/+1
| | | | | p4raw-link: @26041 on //depot/perl: 8c56068e9474ff1eb28abd58496550d54581dd25 p4raw-id: //depot/perl@26044
* Re: C<undef %::> considered harmfulBenjamin Sugars2005-11-081-0/+3
| | | | | | | | Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca> except the part that increases the refcount of PL_stderrgv, already fixed separately. p4raw-id: //depot/perl@26043
* Upgrade to CPAN 1.76_65Rafael Garcia-Suarez2005-11-086-249/+25
| | | p4raw-id: //depot/perl@26042
* Remove unused USING_WIDE code from win32 and wince branchesJan Dubois2005-11-087-617/+147
| | | | | | From: "Jan Dubois" <jand@ActiveState.com> Message-ID: <078001c5e41e$585c4140$6401a8c0@candy> p4raw-id: //depot/perl@26041
* Updated perldiag.pod entry for "Can't use subscript..."Steve Peters2005-11-081-1/+1
| | | p4raw-id: //depot/perl@26040
* Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly usedNicholas Clark2005-11-074-41/+43
| | | | | of the 4. Not that any are that popular.) p4raw-id: //depot/perl@26039
* Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)Dominic Dunlop2005-11-071-21/+46
| | | | | | | Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com> README.macosx updates p4raw-id: //depot/perl@26038
* s/Nick Clark/Nicholas Clark/Nicholas Clark2005-11-074-25/+25
| | | p4raw-id: //depot/perl@26037
* For each test function, test it as is, and with extra data appendedNicholas Clark2005-11-071-0/+12
| | | | | after each test character. p4raw-id: //depot/perl@26036
* The rarely used lcfirst and ucfirst share almost all their code.Nicholas Clark2005-11-074-63/+20
| | | | | Merge the two as pp_ucfirst. p4raw-id: //depot/perl@26035