summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More SvPV consting. And other related drive-by refactoring.Nicholas Clark2005-06-108-71/+74
* More SvPV consting, including some code cleanup and living dangerouslyNicholas Clark2005-06-106-43/+47
* Move SvPV consting, remove an n_a, and correct one error in Move()Nicholas Clark2005-06-105-70/+71
* Allison says that "Media" isn't really needed in the name.Nicholas Clark2005-06-101-1/+1
* Add SvGROW_mutableNicholas Clark2005-06-102-6/+7
* Passing read only values (such as string constants) to select shouldNicholas Clark2005-06-103-2/+35
* Don't pass constants to selectNicholas Clark2005-06-101-1/+1
* Pre-run and disarm the code automodification run byRafael Garcia-Suarez2005-06-1013-19/+21
* Update Windows makefilesRafael Garcia-Suarez2005-06-102-1/+5
* Work around bug 36211, plus a lot of TODO regression tests for local/Nicholas Clark2005-06-102-2/+70
* Update maintainers listRafael Garcia-Suarez2005-06-101-0/+7
* Bump version numberRafael Garcia-Suarez2005-06-101-1/+1
* 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