summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile.PL adjustments for the coreRafael Garcia-Suarez2005-06-101-1/+5
* SvUPGRADE returns void in bleadRafael Garcia-Suarez2005-06-101-4/+2
* Drom Compress::Zlib 1.34 in ext/Rafael Garcia-Suarez2005-06-1045-0/+15856
* Change 24531 broke DEBUG_LEAKING_SCALARS.Nicholas Clark2005-06-101-0/+1
* $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warnsNicholas Clark2005-06-093-14/+23
* Fixes the case of $a = \$#{[]}; and then accessing $$aNicholas Clark2005-06-098-8/+69
* Convert op/array.t to test.plNicholas Clark2005-06-091-120/+100
* Revert part of previous patchRafael Garcia-Suarez2005-06-091-5/+5
* regcomp.c and moreAndy Lester2005-06-097-255/+311
* More SvPV constingNicholas Clark2005-06-093-20/+19
* Don't ignore errors from an eval.Nicholas Clark2005-06-091-0/+1
* Update API docs.Nicholas Clark2005-06-091-4/+1
* Change perforce filetype from text to text+w (so regen.pl is happy)Nicholas Clark2005-06-090-0/+0
* reentr.pl should be using regen_lib.pl and unlinking files before itNicholas Clark2005-06-091-0/+7
* Make minitest pass (must skip if no dynaloading)Nicholas Clark2005-06-091-8/+11
* pp_pack.c cleanupAndy Lester2005-06-091-26/+26
* perlfunc.pod: ioctl.phAlexey Tourbin2005-06-091-2/+2
* instead of unions use double cast for data pointer <-> function pointerJarkko Hietaniemi2005-06-094-42/+28
* More SvPV constingNicholas Clark2005-06-086-7/+7
* The old COW code needs to use SvPVX_mutable when doing copy-on-write.Nicholas Clark2005-06-081-2/+2
* Add SvPV_mutable for use by the old COW code.Nicholas Clark2005-06-081-0/+5
* sv_setsv is allowed to swipe buffers from read only scalarsNicholas Clark2005-06-081-1/+1
* const-ize pp_formlineNicholas Clark2005-06-081-221/+234
* Cygwin fails to open $^X on many occasion hereH.Merijn Brand2005-06-081-1/+1
* Remove repeated C<n_a>sNicholas Clark2005-06-081-7/+9
* Remove the n_aNicholas Clark2005-06-081-2/+1
* Add and use MgPV_nolen_constNicholas Clark2005-06-082-10/+9
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-0812-37/+24
* Allow a null length pointer to sv_pvn_force_flags.Nicholas Clark2005-06-086-15/+18
* n_a no moreNicholas Clark2005-06-084-33/+20
* Eliminate more C<n_a>sNicholas Clark2005-06-082-3/+3
* A mising cast (given that rx->subbeg is only char *)Nicholas Clark2005-06-081-1/+1
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-0816-61/+61
* regexec.c utf8 loadingAndy Lester2005-06-081-23/+28
* Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)José Pedro Oliveira2005-06-081-2/+6
* One more SvPV_constNicholas Clark2005-06-081-1/+1
* Don't test the core XS code yet with PERL_DEBUG_COW > 1Nicholas Clark2005-06-081-1/+2
* Remove two more unused C<n_a>sNicholas Clark2005-06-081-2/+0
* Better sv_2pv_flags implementation (avoid writing to n_a)Nicholas Clark2005-06-081-17/+24
* Convert POPpx POPpconstx and POPpbytex to use nolen macros.Nicholas Clark2005-06-083-39/+13
* Add SvPVx_nolen and SvPVbytex_nolenNicholas Clark2005-06-081-0/+4
* More SvPV constingNicholas Clark2005-06-082-2/+2
* Mark a static function as staticRafael Garcia-Suarez2005-06-081-1/+1
* More SvPV constingNicholas Clark2005-06-079-47/+45
* More SvPV constingNicholas Clark2005-06-079-34/+39
* More consting of SvPVNicholas Clark2005-06-074-28/+29
* The definition of SvPVx_nolen_const is missing for non GNU-C compilersRafael Garcia-Suarez2005-06-071-0/+1
* More SvPV consting.Nicholas Clark2005-06-0714-68/+63
* Add SvPV_nolen_const and SvPV_nomg_constNicholas Clark2005-06-071-0/+6
* Add MgPV_constNicholas Clark2005-06-071-0/+3