summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re: [perl #32383] DProf breaks List::Util::shuffleRobin Houston2005-11-097-54/+96
* patch@26052 - compile rule for mathoms.cJohn E. Malmberg2005-11-091-0/+2
* It helps to actually *remove* the now-superfluous strlen().Nicholas Clark2005-11-081-1/+0
* Moving the 4 writes of PL_no_mem followed by exit(1) to a staticNicholas Clark2005-11-081-18/+14
* Eliminate some unnecessary strlen()sNicholas Clark2005-11-087-11/+16
* Eliminate duplicate strlen()s by explicitly calling it.Nicholas Clark2005-11-081-5/+11
* 3 calls to strlen() we can avoid.Nicholas Clark2005-11-081-3/+3
* [DOC PATCH] mention @-, @+ in perl56delta.podYitzchak Scott-Thoennes2005-11-082-0/+12
* Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, asNicholas Clark2005-11-081-0/+3
* Re: A surprising segfaultSADAHIRO Tomoyuki2005-11-084-3/+40
* Remove an unused variable left over from change #26041Steve Hay2005-11-081-1/+1
* Re: C<undef %::> considered harmfulBenjamin Sugars2005-11-081-0/+3
* Upgrade to CPAN 1.76_65Rafael Garcia-Suarez2005-11-086-249/+25
* Remove unused USING_WIDE code from win32 and wince branchesJan Dubois2005-11-087-617/+147
* Updated perldiag.pod entry for "Can't use subscript..."Steve Peters2005-11-081-1/+1
* Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly usedNicholas Clark2005-11-074-41/+43
* Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)Dominic Dunlop2005-11-071-21/+46
* s/Nick Clark/Nicholas Clark/Nicholas Clark2005-11-074-25/+25
* For each test function, test it as is, and with extra data appendedNicholas Clark2005-11-071-0/+12
* The rarely used lcfirst and ucfirst share almost all their code.Nicholas Clark2005-11-074-63/+20
* Fix bug #37628 (both lcfirst and ucfirst)Nicholas Clark2005-11-075-80/+84
* Cleaning up x2p directoryAndy Lester2005-11-0713-371/+22
* Missing static declarations Gisle Aas2005-11-072-3/+3
* Remove CPAN.pm's META.yml.Rafael Garcia-Suarez2005-11-072-12/+1
* Symbian update blead@26025Jarkko Hietaniemi2005-11-0730-604/+1004
* Add lib/CPAN/Admin.pm from CPAN to make version.t pass.Nicholas Clark2005-11-072-0/+222
* Consting and localizing: Part LXVIIIAndy Lester2005-11-0710-153/+126
* [perl #24254] Attempt to free unreferenced scalar Chris Heath2005-11-071-3/+8
* follow up on 25969 for VMSAbe Timmerman2005-11-072-4/+4
* Added note to README.macosx regarding failures from broken localeSteve Peters2005-11-071-0/+5
* Fix documentation for gmtime().Steve Peters2005-11-071-4/+5
* Upgrade to CPAN-1.76_61Steve Peters2005-11-0612-50/+124
* Nits in the pp_defined code spotted by Jarkko.Steve Peters2005-11-061-1/+1
* Upgrade to Time-HiRes-1.82Steve Peters2005-11-065-12/+40
* Re: [PATCH configure.com] add the new d_futimes as undefJohn E. Malmberg2005-11-061-1/+1
* Make the 5.9 changes to B conditional on perl version.Nicholas Clark2005-11-052-1/+45
* '[at]' should be '@'Nicholas Clark2005-11-054-35/+35
* Kill warnings and add a panic to pp_defined() in case the wrong opSteve Peters2005-11-051-6/+7
* Upgrade to CPAN-1.76_60.Steve Peters2005-11-059-291/+975
* Allow passing of the full enum name into the tryAMAGICbin family ofNicholas Clark2005-11-052-6/+12
* Upgrade to Time-HiRes-1.81Steve Peters2005-11-054-33/+69
* add the new d_futimes as undefAbe Timmerman2005-11-051-0/+1
* Remove the obsolete KNOWN PROBLEMS sections from perlcall.podRafael Garcia-Suarez2005-11-051-67/+0
* Re: A surprising segfaultSADAHIRO Tomoyuki2005-11-053-8/+13
* dorassign doesn't need --SP;Nicholas Clark2005-11-051-1/+2
* pp_print didn't extend the stack before pushing its return valueDave Mitchell2005-11-051-2/+2
* Typos in opcode.pl this time.Steve Peters2005-11-052-6/+6
* Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,Steve Peters2005-11-055-66/+33
* s/printf/my_printf/ because we're using the return value.Nicholas Clark2005-11-041-1/+1
* s/pp_dor/pp_defined/Steve Peters2005-11-041-1/+1