Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.PL adjustments for the core | Rafael Garcia-Suarez | 2005-06-10 | 1 | -1/+5 |
| | | | p4raw-id: //depot/perl@24788 | ||||
* | SvUPGRADE returns void in blead | Rafael Garcia-Suarez | 2005-06-10 | 1 | -4/+2 |
| | | | p4raw-id: //depot/perl@24787 | ||||
* | Drom Compress::Zlib 1.34 in ext/ | Rafael Garcia-Suarez | 2005-06-10 | 45 | -0/+15856 |
| | | | p4raw-id: //depot/perl@24786 | ||||
* | Change 24531 broke DEBUG_LEAKING_SCALARS. | Nicholas Clark | 2005-06-10 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@24785 | ||||
* | $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns | Nicholas Clark | 2005-06-09 | 3 | -14/+23 |
| | | | p4raw-id: //depot/perl@24784 | ||||
* | Fixes the case of $a = \$#{[]}; and then accessing $$a | Nicholas Clark | 2005-06-09 | 8 | -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.pl | Nicholas Clark | 2005-06-09 | 1 | -120/+100 |
| | | | p4raw-id: //depot/perl@24782 | ||||
* | Revert part of previous patch | Rafael Garcia-Suarez | 2005-06-09 | 1 | -5/+5 |
| | | | p4raw-id: //depot/perl@24781 | ||||
* | regcomp.c and more | Andy Lester | 2005-06-09 | 7 | -255/+311 |
| | | | | | Message-ID: <20050609150556.GA30554@petdance.com> p4raw-id: //depot/perl@24780 | ||||
* | More SvPV consting | Nicholas Clark | 2005-06-09 | 3 | -20/+19 |
| | | | p4raw-id: //depot/perl@24778 | ||||
* | Don't ignore errors from an eval. | Nicholas Clark | 2005-06-09 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@24777 | ||||
* | Update API docs. | Nicholas Clark | 2005-06-09 | 1 | -4/+1 |
| | | | p4raw-id: //depot/perl@24776 | ||||
* | Change perforce filetype from text to text+w (so regen.pl is happy) | Nicholas Clark | 2005-06-09 | 0 | -0/+0 |
| | | | p4raw-id: //depot/perl@24775 | ||||
* | reentr.pl should be using regen_lib.pl and unlinking files before it | Nicholas Clark | 2005-06-09 | 1 | -0/+7 |
| | | | | | starts. p4raw-id: //depot/perl@24774 | ||||
* | Make minitest pass (must skip if no dynaloading) | Nicholas Clark | 2005-06-09 | 1 | -8/+11 |
| | | | p4raw-id: //depot/perl@24773 | ||||
* | pp_pack.c cleanup | Andy Lester | 2005-06-09 | 1 | -26/+26 |
| | | | | | Message-ID: <20050608152353.GA6253@petdance.com> p4raw-id: //depot/perl@24772 | ||||
* | perlfunc.pod: ioctl.ph | Alexey Tourbin | 2005-06-09 | 1 | -2/+2 |
| | | | | | Message-ID: <20050608094508.GJ5867@solemn.turbinal.org> p4raw-id: //depot/perl@24771 | ||||
* | instead of unions use double cast for data pointer <-> function pointer | Jarkko Hietaniemi | 2005-06-09 | 4 | -42/+28 |
| | | | | | Message-ID: <42A7D8C0.1080104@gmail.com> p4raw-id: //depot/perl@24770 | ||||
* | More SvPV consting | Nicholas Clark | 2005-06-08 | 6 | -7/+7 |
| | | | p4raw-id: //depot/perl@24769 | ||||
* | The old COW code needs to use SvPVX_mutable when doing copy-on-write. | Nicholas Clark | 2005-06-08 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24768 | ||||
* | Add SvPV_mutable for use by the old COW code. | Nicholas Clark | 2005-06-08 | 1 | -0/+5 |
| | | | p4raw-id: //depot/perl@24767 | ||||
* | sv_setsv is allowed to swipe buffers from read only scalars | Nicholas Clark | 2005-06-08 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24766 | ||||
* | const-ize pp_formline | Nicholas Clark | 2005-06-08 | 1 | -221/+234 |
| | | | p4raw-id: //depot/perl@24765 | ||||
* | Cygwin fails to open $^X on many occasion here | H.Merijn Brand | 2005-06-08 | 1 | -1/+1 |
| | | | | | afile is still available from the previous test p4raw-id: //depot/perl@24764 | ||||
* | Remove repeated C<n_a>s | Nicholas Clark | 2005-06-08 | 1 | -7/+9 |
| | | | p4raw-id: //depot/perl@24763 | ||||
* | Remove the n_a | Nicholas Clark | 2005-06-08 | 1 | -2/+1 |
| | | | p4raw-id: //depot/perl@24762 | ||||
* | Add and use MgPV_nolen_const | Nicholas Clark | 2005-06-08 | 2 | -10/+9 |
| | | | p4raw-id: //depot/perl@24761 | ||||
* | Nuke some more n_a, and convert S_gv_ename from char * to const char * | Nicholas Clark | 2005-06-08 | 12 | -37/+24 |
| | | | p4raw-id: //depot/perl@24760 | ||||
* | Allow a null length pointer to sv_pvn_force_flags. | Nicholas Clark | 2005-06-08 | 6 | -15/+18 |
| | | | | | Add SvPV_force_nolen and use it to remove some C<n_a>s p4raw-id: //depot/perl@24759 | ||||
* | n_a no more | Nicholas Clark | 2005-06-08 | 4 | -33/+20 |
| | | | p4raw-id: //depot/perl@24758 | ||||
* | Eliminate more C<n_a>s | Nicholas Clark | 2005-06-08 | 2 | -3/+3 |
| | | | p4raw-id: //depot/perl@24757 | ||||
* | A mising cast (given that rx->subbeg is only char *) | Nicholas Clark | 2005-06-08 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24756 | ||||
* | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g | Nicholas Clark | 2005-06-08 | 16 | -61/+61 |
| | | | p4raw-id: //depot/perl@24755 | ||||
* | regexec.c utf8 loading | Andy Lester | 2005-06-08 | 1 | -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 Oliveira | 2005-06-08 | 1 | -2/+6 |
| | | | | | Message-ID: <42A5FE8E.3020608@di.uminho.pt> p4raw-id: //depot/perl@24753 | ||||
* | One more SvPV_const | Nicholas Clark | 2005-06-08 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24752 | ||||
* | Don't test the core XS code yet with PERL_DEBUG_COW > 1 | Nicholas Clark | 2005-06-08 | 1 | -1/+2 |
| | | | p4raw-id: //depot/perl@24751 | ||||
* | Remove two more unused C<n_a>s | Nicholas Clark | 2005-06-08 | 1 | -2/+0 |
| | | | p4raw-id: //depot/perl@24750 | ||||
* | Better sv_2pv_flags implementation (avoid writing to n_a) | Nicholas Clark | 2005-06-08 | 1 | -17/+24 |
| | | | p4raw-id: //depot/perl@24749 | ||||
* | Convert POPpx POPpconstx and POPpbytex to use nolen macros. | Nicholas Clark | 2005-06-08 | 3 | -39/+13 |
| | | | | | Elminate a lot of C<n_a>s p4raw-id: //depot/perl@24748 | ||||
* | Add SvPVx_nolen and SvPVbytex_nolen | Nicholas Clark | 2005-06-08 | 1 | -0/+4 |
| | | | p4raw-id: //depot/perl@24747 | ||||
* | More SvPV consting | Nicholas Clark | 2005-06-08 | 2 | -2/+2 |
| | | | p4raw-id: //depot/perl@24746 | ||||
* | Mark a static function as static | Rafael Garcia-Suarez | 2005-06-08 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24745 | ||||
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 9 | -47/+45 |
| | | | p4raw-id: //depot/perl@24744 | ||||
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 9 | -34/+39 |
| | | | p4raw-id: //depot/perl@24743 | ||||
* | More consting of SvPV | Nicholas Clark | 2005-06-07 | 4 | -28/+29 |
| | | | p4raw-id: //depot/perl@24742 | ||||
* | The definition of SvPVx_nolen_const is missing for non GNU-C compilers | Rafael Garcia-Suarez | 2005-06-07 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@24741 | ||||
* | More SvPV consting. | Nicholas Clark | 2005-06-07 | 14 | -68/+63 |
| | | | p4raw-id: //depot/perl@24740 | ||||
* | Add SvPV_nolen_const and SvPV_nomg_const | Nicholas Clark | 2005-06-07 | 1 | -0/+6 |
| | | | p4raw-id: //depot/perl@24739 | ||||
* | Add MgPV_const | Nicholas Clark | 2005-06-07 | 1 | -0/+3 |
| | | | p4raw-id: //depot/perl@24738 |