summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused variable (thanks to Andy's lint)Rafael Garcia-Suarez2005-06-071-1/+0
* Change 24733 allows several pointers to be NULL. Therefore thisNicholas Clark2005-06-072-15/+10
* Random cleanups #47Andy Lester2005-06-0713-142/+172
* make some more functions staticAlexey Tourbin2005-06-073-12/+16
* Simplify the implementation of SvPV*nolen functionsNicholas Clark2005-06-072-9/+12
* Ensure string table counts are balanced. (Was not true in op/pack.t)Nicholas Clark2005-06-072-6/+13
* Remove unneeded #ifdef VMS since VMS is not defined here anywayRafael Garcia-Suarez2005-06-071-7/+1
* one more round of is_utf8_foo tuneupJarkko Hietaniemi2005-06-078-41/+101
* util.c: S_vdie_common() should be staticAlexey Tourbin2005-06-071-34/+32
* Fix apidoc for newSVhekRafael Garcia-Suarez2005-06-072-1/+12
* make pp_split constNicholas Clark2005-06-071-5/+6
* Lots of constingNicholas Clark2005-06-0710-82/+108
* The FBM compile code is mutable, because it's permissible to FBMNicholas Clark2005-06-071-7/+8
* XS_VERSION_BOOTCHECK is read only.Nicholas Clark2005-06-071-1/+1
* POPpx needs a const equivalent.Nicholas Clark2005-06-071-0/+1
* Make a start at consting calls to SvPV. SV conversion and upgradeNicholas Clark2005-06-071-105/+123
* Need const versions of SvPV(), so that its callers can indicateNicholas Clark2005-06-071-3/+23
* Re: [perl #36130] chr(-1) should probably return undefJarkko Hietaniemi2005-06-073-4/+34