summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Random cleanups #47Andy Lester2005-06-0713-142/+172
| | | | | Message-ID: <20050606151107.GC7022@petdance.com> p4raw-id: //depot/perl@24735
* make some more functions staticAlexey Tourbin2005-06-073-12/+16
| | | | | | | | | | | | | | | Subject: [PATCH] B/C/C.xs: static my_runops() Message-ID: <20050604232451.GT5867@solemn.turbinal.org> Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static Message-ID: <20050604232952.GU5867@solemn.turbinal.org> Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static Message-ID: <20050604233414.GV5867@solemn.turbinal.org> all being : Date: Sun, 5 Jun 2005 p4raw-id: //depot/perl@24734
* Simplify the implementation of SvPV*nolen functionsNicholas Clark2005-06-072-9/+12
| | | p4raw-id: //depot/perl@24733
* Ensure string table counts are balanced. (Was not true in op/pack.t)Nicholas Clark2005-06-072-6/+13
| | | p4raw-id: //depot/perl@24732
* Remove unneeded #ifdef VMS since VMS is not defined here anywayRafael Garcia-Suarez2005-06-071-7/+1
| | | | | (spotted by Steve_p) p4raw-id: //depot/perl@24731
* one more round of is_utf8_foo tuneupJarkko Hietaniemi2005-06-078-41/+101
| | | | | Message-ID: <42A314E4.8060608@gmail.com> p4raw-id: //depot/perl@24730
* util.c: S_vdie_common() should be staticAlexey Tourbin2005-06-071-34/+32
| | | | | Message-ID: <20050604230830.GS5867@solemn.turbinal.org> p4raw-id: //depot/perl@24729
* Fix apidoc for newSVhekRafael Garcia-Suarez2005-06-072-1/+12
| | | p4raw-id: //depot/perl@24728
* make pp_split constNicholas Clark2005-06-071-5/+6
| | | p4raw-id: //depot/perl@24727
* Lots of constingNicholas Clark2005-06-0710-82/+108
| | | p4raw-id: //depot/perl@24726
* The FBM compile code is mutable, because it's permissible to FBMNicholas Clark2005-06-071-7/+8
| | | | | compile a read-only value. p4raw-id: //depot/perl@24725
* XS_VERSION_BOOTCHECK is read only.Nicholas Clark2005-06-071-1/+1
| | | p4raw-id: //depot/perl@24724
* POPpx needs a const equivalent.Nicholas Clark2005-06-071-0/+1
| | | p4raw-id: //depot/perl@24723
* Make a start at consting calls to SvPV. SV conversion and upgradeNicholas Clark2005-06-071-105/+123
| | | | | | | routines need to be mutable, as it's permitted to change the type of a READONLY SV, or cache the string or number conversion. Other routines are mostly const. p4raw-id: //depot/perl@24722
* Need const versions of SvPV(), so that its callers can indicateNicholas Clark2005-06-071-3/+23
| | | | | | | | | | | | | whether they are read/write or read only Also provide a mutable version, for the internals to use where it needs a non-const pointer, but will be writing. Callers of this are assumed to be aware of how copy on write is working, and to keep track of core changes. For now check that SVs are not READONLY when const versions are used. (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's READONLY flag, but for now it provides a good test indicator. p4raw-id: //depot/perl@24721
* Re: [perl #36130] chr(-1) should probably return undefJarkko Hietaniemi2005-06-073-4/+34
| | | | | Message-ID: <42A487C3.8010306@gmail.com> p4raw-id: //depot/perl@24720
* RE: a bit of trouble with compiling with MSVC++ on Win32Vadim Konovalov2005-06-071-12/+20
| | | | | | From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com> p4raw-id: //depot/perl@24719
* [perl #36193] crash in Perl_yyerror due to missing check for NULL Todd C. Miller2005-06-071-4/+5
| | | | | | From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org> p4raw-id: //depot/perl@24718
* Unvoid SvUPGRADEAndy Lester2005-06-0713-37/+37
| | | | | Message-ID: <20050607040850.GA7033@petdance.com> p4raw-id: //depot/perl@24717
* Abstract all access to the shared hash value through SvSHARED_HASH()Nicholas Clark2005-06-064-8/+10
| | | p4raw-id: //depot/perl@24716
* SvIsCOW_shared_hash is declared all the time, so use it.Nicholas Clark2005-06-061-4/+0
| | | p4raw-id: //depot/perl@24715
* Shared hash key scalars can be safely copied as shared hash key scalarsNicholas Clark2005-06-061-6/+5
| | | | | all the time. p4raw-id: //depot/perl@24714
* NORETURN_FUNCTION_END is not a complete statementSteve Hay2005-06-061-1/+1
| | | | | | (Fix compilation error following change #24702) p4raw-link: @24702 on //depot/perl: 7698c435fea241ff5aec7932afdb5f821dde55f3 p4raw-id: //depot/perl@24713
* We still need an "i" in the PERL_IMPLICIT_SYS caseSteve Hay2005-06-061-0/+1
| | | | | | (Fix compilation error following change #24689) p4raw-link: @24689 on //depot/perl: b464bac0b70c4876af1296864220315edde8461d p4raw-id: //depot/perl@24712
* Tru64: allow creating perl.pixie even with optimized PerlJarkko Hietaniemi2005-06-061-1/+1
| | | | | Message-ID: <42A31A08.3070601@gmail.com> p4raw-id: //depot/perl@24711
* Re: blead attribute warnings, cygwin + gcc 3.4.1Yitzchak Scott-Thoennes2005-06-061-6/+12
| | | | | Message-ID: <20050606034354.GA1456@efn.org> p4raw-id: //depot/perl@24710
* New test for getppid(), by Alexey TourbinRafael Garcia-Suarez2005-06-052-0/+55
| | | p4raw-id: //depot/perl@24709
* PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memorySalvador Fandiño2005-06-051-8/+31
| | | | | Message-ID: <20050605022436.21982.qmail@lists.develooper.com> p4raw-id: //depot/perl@24708
* Fix minor bummer in 24706Andy Lester2005-06-051-2/+2
| | | | | Message-Id: <20050605040904.GA27783@petdance.com> p4raw-id: //depot/perl@24707
* further speeding up of is_utf8_string()Jarkko Hietaniemi2005-06-047-38/+139
| | | | | Message-ID: <42A1850F.4040109@gmail.com> p4raw-id: //depot/perl@24706
* Silence a const warningRafael Garcia-Suarez2005-06-041-1/+1
| | | p4raw-id: //depot/perl@24705
* Improve FindBin discovery of current directory, based on :José Pedro Oliveira2005-06-041-14/+20
| | | | | | | | Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379) Message-ID: <4283B050.6080805@di.uminho.pt> Plus POD fixes p4raw-id: //depot/perl@24704
* Simplify the getppid code, by Alexey TourbinRafael Garcia-Suarez2005-06-041-6/+3
| | | p4raw-id: //depot/perl@24703
* Consting IO and Devel::PeekAndy Lester2005-06-032-13/+13
| | | | | | Reply-To: Perl 5 Porters <perl5-porters@perl.org> Message-ID: <20050531212621.GA12117@petdance.com> p4raw-id: //depot/perl@24702
* Clean up UNI* macros in toke.cAndy Lester2005-06-031-16/+20
| | | | | Message-ID: <20050603171448.GA5834@petdance.com> p4raw-id: //depot/perl@24701
* B::Concise tortureJim Cromie2005-06-032-33/+137
| | | | | | Message-ID: <429E8CBE.406@divsol.com> (with formatting nits) p4raw-id: //depot/perl@24700
* Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::PingGisle Aas2005-06-031-9/+12
| | | | | Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@24699
* Use newSVhek in the cloning code.Nicholas Clark2005-06-031-4/+3
| | | p4raw-id: //depot/perl@24698
* Use newSVhek where we're generating SVs from package namesNicholas Clark2005-06-034-21/+17
| | | p4raw-id: //depot/perl@24697
* s/newSVpv_hek/newSVhek/g; # Lousy choice of nameNicholas Clark2005-06-035-5/+9
| | | p4raw-id: //depot/perl@24696
* Bump version numberRafael Garcia-Suarez2005-06-031-1/+1
| | | p4raw-id: //depot/perl@24694
* Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"Duncan Findlay2005-06-031-3/+3
| | | | | Message-ID: <20050601161808.GA17294@duncf.mine.nu> p4raw-id: //depot/perl@24693
* Create newSVpv_hek to reduce code duplication where HEKs need to beNicholas Clark2005-06-035-33/+52
| | | | | turned into SVs p4raw-id: //depot/perl@24692
* POD fixesRafael Garcia-Suarez2005-06-031-2/+2
| | | p4raw-id: //depot/perl@24691
* Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?Yitzchak Scott-Thoennes2005-06-031-1/+2
| | | | | Message-ID: <20050602184911.GA3292@efn.org> p4raw-id: //depot/perl@24690
* Random constingAndy Lester2005-06-0317-115/+164
| | | | | Message-ID: <20050602171943.GA16553@petdance.com> p4raw-id: //depot/perl@24689
* [PATCH] Run ICMP ping tests on Windows as long as we have admin privsJan Dubois2005-06-033-3/+17
| | | | | | | | | | | | | | | From: "Jan Dubois" <jand@ActiveState.com> Date: Mon, 18 Apr 2005 20:16:24 -0700 Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com> Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs From: "Jan Dubois" <jand@ActiveState.com> Date: Tue, 19 Apr 2005 01:49:51 -0700 Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com> (There was no reply from Rob Brown in over a month, so commit to blead for now. I'll email him again...) p4raw-id: //depot/perl@24688
* speed up is_utf8_char()Jarkko Hietaniemi2005-06-032-27/+105
| | | | | Message-ID: <429F557E.3090007@gmail.com> p4raw-id: //depot/perl@24687
* Quotes in pod/*.podAndy Lester2005-06-0321-135/+134
| | | | | Message-ID: <20050602211954.GA22107@petdance.com> p4raw-id: //depot/perl@24686
* Indent fixRafael Garcia-Suarez2005-06-031-8/+8
| | | p4raw-id: //depot/perl@24685