summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug 34297 (length of overloaded UTF-8 strings)Nicholas Clark2006-04-281-1/+16
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-2/+2
* use NOOP macroAndy Lester2006-04-251-2/+2
* A couple of casts to PADOFFSET.Marcus Holland-Moritz2006-04-241-1/+1
* Re: [PATCH] update to pp_complement() via CoveritySADAHIRO Tomoyuki2006-04-171-9/+11
* Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, whichNicholas Clark2006-04-161-4/+3
* update to pp_complement() via CoverityAndy Lester2006-04-161-10/+15
* Quiet a coverity problemAndy Lester2006-04-111-5/+3
* revisited: pow.t test failures on AIX 5.1 perl588 with -DuselongdoubleJohn L. Allen2006-04-031-0/+40
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-6/+6
* Random accumulated patchesAndy Lester2006-03-311-1/+1
* Localising hash slices with UTF-8 encoded keys was also buggy.Nicholas Clark2006-03-301-1/+2
* RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32Jan Dubois2006-03-231-0/+35
* If the scalar has just been upgraded to SVt_RV, there's no way SvPVXNicholas Clark2006-03-201-1/+1
* Re: [perl #38710] localised stash sliceRick Delaney2006-03-201-7/+11
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-9/+9
* Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc...SADAHIRO Tomoyuki2006-02-251-5/+10
* Store GvGP in the SV head union. For all the common lookups [eg GvCV()]Nicholas Clark2006-02-251-1/+3
* Replace direct flags tests & manipulations for SVpad_TYPED andNicholas Clark2006-02-231-1/+2
* Fix typos and a missing bracket.Nicholas Clark2006-02-221-1/+1
* Avoid C<study>ing any strings that might change underneath us, suchNicholas Clark2006-02-221-6/+15
* Re: [perl #38485] use integer; 0x80000000/-1; # coredumpYitzchak Scott-Thoennes2006-02-171-6/+21
* One shouldn't be able to dereference a GLOB as a SCALAR.Yitzchak Scott-Thoennes2006-02-141-0/+2
* Sun Studio lint patchesAndy Lester2006-02-141-0/+2
* Die when integer overflow condition is detected in division underSteve Peters2006-02-111-2/+6
* assert() that we can't reach two unreachable code pathsNicholas Clark2006-02-111-2/+1
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-1/+1
* Borland's C compiler warns that the & is unnecessary.Nicholas Clark2006-02-081-5/+5
* Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.Nicholas Clark2006-02-071-31/+13
* All the trancendental unary operators can be merged into PP_sinNicholas Clark2006-02-071-50/+33
* Avoid gcc warning about possibly uninitialised variables.Nicholas Clark2006-02-071-3/+2
* Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_varNicholas Clark2006-02-071-5/+5
* pp_pop can be implemented by pp_shift.Nicholas Clark2006-02-071-13/+1
* pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.Nicholas Clark2006-02-071-32/+6
* Merge pp_index and pp_rindex - we have another mathom.Nicholas Clark2006-02-071-77/+15
* Some refactoring to converge pp_index and pp_rindexNicholas Clark2006-02-071-21/+25
* Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)Nicholas Clark2006-02-071-1/+5
* Optimise index so that if the big string is ISO-8859-1 but the littleNicholas Clark2006-02-061-19/+42
* Code assumes that *FOO{SCALAR} will always return a scalar reference,Nicholas Clark2006-01-301-1/+1
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-5/+5
* sprinkle dVARJarkko Hietaniemi2006-01-061-89/+102
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-1/+1
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-2/+2
* A GVs stash can be NULL, so don't call macros that assume otherwiseNicholas Clark2005-12-291-1/+2
* pre-likely cleanupAndy Lester2005-12-271-2/+1
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-20/+22
* Add an optimisation to allow proxy constant subroutines to be copiedNicholas Clark2005-12-221-3/+15
* The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,Nicholas Clark2005-12-211-3/+4
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-201-6/+6