summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.PL adjustments for the coreRafael Garcia-Suarez2005-06-101-1/+5
| | | p4raw-id: //depot/perl@24788
* SvUPGRADE returns void in bleadRafael Garcia-Suarez2005-06-101-4/+2
| | | p4raw-id: //depot/perl@24787
* Drom Compress::Zlib 1.34 in ext/Rafael Garcia-Suarez2005-06-1045-0/+15856
| | | p4raw-id: //depot/perl@24786
* Change 24531 broke DEBUG_LEAKING_SCALARS.Nicholas Clark2005-06-101-0/+1
| | | p4raw-id: //depot/perl@24785
* $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warnsNicholas Clark2005-06-093-14/+23
| | | p4raw-id: //depot/perl@24784
* Fixes the case of $a = \$#{[]}; and then accessing $$aNicholas Clark2005-06-098-8/+69
| | | | | (but not \$#a after local @a or my @a leave a block) p4raw-id: //depot/perl@24783
* Convert op/array.t to test.plNicholas Clark2005-06-091-120/+100
| | | p4raw-id: //depot/perl@24782
* Revert part of previous patchRafael Garcia-Suarez2005-06-091-5/+5
| | | p4raw-id: //depot/perl@24781
* regcomp.c and moreAndy Lester2005-06-097-255/+311
| | | | | Message-ID: <20050609150556.GA30554@petdance.com> p4raw-id: //depot/perl@24780
* More SvPV constingNicholas Clark2005-06-093-20/+19
| | | p4raw-id: //depot/perl@24778
* Don't ignore errors from an eval.Nicholas Clark2005-06-091-0/+1
| | | p4raw-id: //depot/perl@24777
* Update API docs.Nicholas Clark2005-06-091-4/+1
| | | p4raw-id: //depot/perl@24776
* Change perforce filetype from text to text+w (so regen.pl is happy)Nicholas Clark2005-06-090-0/+0
| | | p4raw-id: //depot/perl@24775
* reentr.pl should be using regen_lib.pl and unlinking files before itNicholas Clark2005-06-091-0/+7
| | | | | starts. p4raw-id: //depot/perl@24774
* Make minitest pass (must skip if no dynaloading)Nicholas Clark2005-06-091-8/+11
| | | p4raw-id: //depot/perl@24773
* pp_pack.c cleanupAndy Lester2005-06-091-26/+26
| | | | | Message-ID: <20050608152353.GA6253@petdance.com> p4raw-id: //depot/perl@24772
* perlfunc.pod: ioctl.phAlexey Tourbin2005-06-091-2/+2
| | | | | Message-ID: <20050608094508.GJ5867@solemn.turbinal.org> p4raw-id: //depot/perl@24771
* instead of unions use double cast for data pointer <-> function pointerJarkko Hietaniemi2005-06-094-42/+28
| | | | | Message-ID: <42A7D8C0.1080104@gmail.com> p4raw-id: //depot/perl@24770
* More SvPV constingNicholas Clark2005-06-086-7/+7
| | | p4raw-id: //depot/perl@24769
* The old COW code needs to use SvPVX_mutable when doing copy-on-write.Nicholas Clark2005-06-081-2/+2
| | | p4raw-id: //depot/perl@24768
* Add SvPV_mutable for use by the old COW code.Nicholas Clark2005-06-081-0/+5
| | | p4raw-id: //depot/perl@24767
* sv_setsv is allowed to swipe buffers from read only scalarsNicholas Clark2005-06-081-1/+1
| | | p4raw-id: //depot/perl@24766
* const-ize pp_formlineNicholas Clark2005-06-081-221/+234
| | | p4raw-id: //depot/perl@24765
* Cygwin fails to open $^X on many occasion hereH.Merijn Brand2005-06-081-1/+1
| | | | | afile is still available from the previous test p4raw-id: //depot/perl@24764
* Remove repeated C<n_a>sNicholas Clark2005-06-081-7/+9
| | | p4raw-id: //depot/perl@24763
* Remove the n_aNicholas Clark2005-06-081-2/+1
| | | p4raw-id: //depot/perl@24762
* Add and use MgPV_nolen_constNicholas Clark2005-06-082-10/+9
| | | p4raw-id: //depot/perl@24761
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-0812-37/+24
| | | p4raw-id: //depot/perl@24760
* Allow a null length pointer to sv_pvn_force_flags.Nicholas Clark2005-06-086-15/+18
| | | | | Add SvPV_force_nolen and use it to remove some C<n_a>s p4raw-id: //depot/perl@24759
* n_a no moreNicholas Clark2005-06-084-33/+20
| | | p4raw-id: //depot/perl@24758
* Eliminate more C<n_a>sNicholas Clark2005-06-082-3/+3
| | | p4raw-id: //depot/perl@24757
* A mising cast (given that rx->subbeg is only char *)Nicholas Clark2005-06-081-1/+1
| | | p4raw-id: //depot/perl@24756
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-0816-61/+61
| | | p4raw-id: //depot/perl@24755
* regexec.c utf8 loadingAndy Lester2005-06-081-23/+28
| | | | | Message-ID: <20050608050332.GA31059@petdance.com> p4raw-id: //depot/perl@24754
* Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)José Pedro Oliveira2005-06-081-2/+6
| | | | | Message-ID: <42A5FE8E.3020608@di.uminho.pt> p4raw-id: //depot/perl@24753
* One more SvPV_constNicholas Clark2005-06-081-1/+1
| | | p4raw-id: //depot/perl@24752
* Don't test the core XS code yet with PERL_DEBUG_COW > 1Nicholas Clark2005-06-081-1/+2
| | | p4raw-id: //depot/perl@24751
* Remove two more unused C<n_a>sNicholas Clark2005-06-081-2/+0
| | | p4raw-id: //depot/perl@24750
* Better sv_2pv_flags implementation (avoid writing to n_a)Nicholas Clark2005-06-081-17/+24
| | | p4raw-id: //depot/perl@24749
* Convert POPpx POPpconstx and POPpbytex to use nolen macros.Nicholas Clark2005-06-083-39/+13
| | | | | Elminate a lot of C<n_a>s p4raw-id: //depot/perl@24748
* Add SvPVx_nolen and SvPVbytex_nolenNicholas Clark2005-06-081-0/+4
| | | p4raw-id: //depot/perl@24747
* More SvPV constingNicholas Clark2005-06-082-2/+2
| | | p4raw-id: //depot/perl@24746
* Mark a static function as staticRafael Garcia-Suarez2005-06-081-1/+1
| | | p4raw-id: //depot/perl@24745
* More SvPV constingNicholas Clark2005-06-079-47/+45
| | | p4raw-id: //depot/perl@24744
* More SvPV constingNicholas Clark2005-06-079-34/+39
| | | p4raw-id: //depot/perl@24743
* More consting of SvPVNicholas Clark2005-06-074-28/+29
| | | p4raw-id: //depot/perl@24742
* The definition of SvPVx_nolen_const is missing for non GNU-C compilersRafael Garcia-Suarez2005-06-071-0/+1
| | | p4raw-id: //depot/perl@24741
* More SvPV consting.Nicholas Clark2005-06-0714-68/+63
| | | p4raw-id: //depot/perl@24740
* Add SvPV_nolen_const and SvPV_nomg_constNicholas Clark2005-06-071-0/+6
| | | p4raw-id: //depot/perl@24739
* Add MgPV_constNicholas Clark2005-06-071-0/+3
| | | p4raw-id: //depot/perl@24738