summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix bug #37628 (both lcfirst and ucfirst)Nicholas Clark2005-11-075-80/+84
| | | p4raw-id: //depot/perl@26034
* Cleaning up x2p directoryAndy Lester2005-11-0713-371/+22
| | | | | Message-ID: <20051104211355.GB12651@petdance.com> p4raw-id: //depot/perl@26033
* Missing static declarations Gisle Aas2005-11-072-3/+3
| | | | | Message-ID: <lracgj1bv0.fsf@caliper.activestate.com> p4raw-id: //depot/perl@26032
* Remove CPAN.pm's META.yml.Rafael Garcia-Suarez2005-11-072-12/+1
| | | | | Add CPAN.pm's SIGNATURE in MANIFEST. p4raw-id: //depot/perl@26031
* Symbian update blead@26025Jarkko Hietaniemi2005-11-0730-604/+1004
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@26030
* Add lib/CPAN/Admin.pm from CPAN to make version.t pass.Nicholas Clark2005-11-072-0/+222
| | | p4raw-id: //depot/perl@26029
* Consting and localizing: Part LXVIIIAndy Lester2005-11-0710-153/+126
| | | | | Message-ID: <20051104211256.GA12651@petdance.com> p4raw-id: //depot/perl@26028
* [perl #24254] Attempt to free unreferenced scalar Chris Heath2005-11-071-3/+8
| | | | | | From: "Chris Heath via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org> p4raw-id: //depot/perl@26027
* follow up on 25969 for VMSAbe Timmerman2005-11-072-4/+4
| | | | | Message-Id: <200511051229.58297.abe@ztreet.demon.nl> p4raw-id: //depot/perl@26026
* Added note to README.macosx regarding failures from broken localeSteve Peters2005-11-071-0/+5
| | | | | files. p4raw-id: //depot/perl@26025
* Fix documentation for gmtime().Steve Peters2005-11-071-4/+5
| | | p4raw-id: //depot/perl@26024
* Upgrade to CPAN-1.76_61Steve Peters2005-11-0612-50/+124
| | | p4raw-id: //depot/perl@26023
* Nits in the pp_defined code spotted by Jarkko.Steve Peters2005-11-061-1/+1
| | | p4raw-id: //depot/perl@26022
* Upgrade to Time-HiRes-1.82Steve Peters2005-11-065-12/+40
| | | p4raw-id: //depot/perl@26021
* Re: [PATCH configure.com] add the new d_futimes as undefJohn E. Malmberg2005-11-061-1/+1
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <436D6A51.5040700@qsl.net> p4raw-id: //depot/perl@26020
* Make the 5.9 changes to B conditional on perl version.Nicholas Clark2005-11-052-1/+45
| | | p4raw-id: //depot/perl@26019
* '[at]' should be '@'Nicholas Clark2005-11-054-35/+35
| | | | | Suck in CPAN/Nox.pm from CPAN, so that version.t passes. p4raw-id: //depot/perl@26018
* Kill warnings and add a panic to pp_defined() in case the wrong opSteve Peters2005-11-051-6/+7
| | | | | is passed in. p4raw-id: //depot/perl@26017
* Upgrade to CPAN-1.76_60.Steve Peters2005-11-059-291/+975
| | | p4raw-id: //depot/perl@26016
* Allow passing of the full enum name into the tryAMAGICbin family ofNicholas Clark2005-11-052-6/+12
| | | | | | macros, to avoid needing C pre-processor string concatenation within the lowest level expansion. p4raw-id: //depot/perl@26015
* Upgrade to Time-HiRes-1.81Steve Peters2005-11-054-33/+69
| | | p4raw-id: //depot/perl@26014
* add the new d_futimes as undefAbe Timmerman2005-11-051-0/+1
| | | | | Message-Id: <200511051026.33940.abe@ztreet.demon.nl> p4raw-id: //depot/perl@26013
* Remove the obsolete KNOWN PROBLEMS sections from perlcall.podRafael Garcia-Suarez2005-11-051-67/+0
| | | | | (noticed by Robin Houston) p4raw-id: //depot/perl@26012
* Re: A surprising segfaultSADAHIRO Tomoyuki2005-11-053-8/+13
| | | | | Message-Id: <20051105135053.27D7.BQW10602@nifty.com> p4raw-id: //depot/perl@26011
* dorassign doesn't need --SP;Nicholas Clark2005-11-051-1/+2
| | | p4raw-id: //depot/perl@26010
* pp_print didn't extend the stack before pushing its return valueDave Mitchell2005-11-051-2/+2
| | | p4raw-id: //depot/perl@26009
* Typos in opcode.pl this time.Steve Peters2005-11-052-6/+6
| | | p4raw-id: //depot/perl@26008
* Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,Steve Peters2005-11-055-66/+33
| | | | | pp_or, and pp_defined, respectively. p4raw-id: //depot/perl@26007
* s/printf/my_printf/ because we're using the return value.Nicholas Clark2005-11-041-1/+1
| | | | | My mistake spotted by Gisle. p4raw-id: //depot/perl@26006
* s/pp_dor/pp_defined/Steve Peters2005-11-041-1/+1
| | | p4raw-id: //depot/perl@26005
* I barely knew ya pp_dor. Merged into pp_defined from whence you came.Steve Peters2005-11-045-45/+40
| | | | | | This change has also caused pp_defined to be promoted to being a hot op. p4raw-id: //depot/perl@26004
* Use the return value of sprintf in sv_2pv_flags. Remove dead code.Nicholas Clark2005-11-041-22/+12
| | | p4raw-id: //depot/perl@26003
* You can't there from here. (Dead code in sv_2pv_flags)Nicholas Clark2005-11-041-0/+2
| | | p4raw-id: //depot/perl@26002
* Use the return value from sprintf().Nicholas Clark2005-11-044-21/+25
| | | p4raw-id: //depot/perl@26001
* pp_semop can fit within Perl_pp_shmwrite().Nicholas Clark2005-11-044-16/+10
| | | p4raw-id: //depot/perl@26000
* The remaining special logic in pp_syswrite can be moved into pp_send,Nicholas Clark2005-11-044-33/+44
| | | | | which is actually already 50% syswrite. p4raw-id: //depot/perl@25999
* Revert patch #25993.Rafael Garcia-Suarez2005-11-042-4/+3
| | | p4raw-id: //depot/perl@25998
* Fix a Win32 linker error following change #25972Steve Hay2005-11-041-4/+4
| | | | | p4raw-link: @25972 on //depot/perl: ce6987d0ee9b127be2a1769a57aa5a88de5b51ef p4raw-id: //depot/perl@25997
* use clearenv if availableAlan Burlison2005-11-046-45/+79
| | | | | Message-ID: <436B8D5A.4010502@sun.com> p4raw-id: //depot/perl@25996
* Re: futimes [PATCH]Steve Peters2005-11-041-4/+35
| | | | | Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25995
* [perl #19049] Incorrect $` after replacementAndreas König2005-11-042-3/+4
| | | | | Message-ID: <87fyqc51bu.fsf@k75.linux.bogus> p4raw-id: //depot/perl@25993
* Re: [PATCH] sort/multicall patchRobin Houston2005-11-042-2/+22
| | | | | Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@25992
* Re: Configure -Dno_mathomsGisle Aas2005-11-042-0/+14
| | | | | Message-ID: <lrslug7glm.fsf@caliper.activestate.com> p4raw-id: //depot/perl@25991