summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Change PL_debug behaviour so that string eval lines are saved wheneverNicholas Clark2008-12-021-1/+3
* Implement PERLDBf_SAVESRC_INVALID, which saves source lines for stringNicholas Clark2008-12-021-28/+22
* Followup to change 34979. Tests are good, m'kay. Particularly when theyNicholas Clark2008-12-021-1/+10
* Add two more flags, PERLDBf_SAVESRC_NOSUBS and PERLDBf_SAVESRC_INVALID,Nicholas Clark2008-12-021-3/+4
* rxres_free() and rxres_restore() are only used in pp_ctl.c, so can beNicholas Clark2008-11-261-4/+4
* Rename PL_breakable_sub_generation to PL_breakable_sub_gen, to pleaseNicholas Clark2008-11-181-2/+2
* Use only unsigned ints for comparisons to PL_breakable_sub_generationRafael Garcia-Suarez2008-11-181-2/+2
* Rafael noticed a bug in 34873 - I was comparing against the wrongNicholas Clark2008-11-181-1/+1
* S_save_lines() was using strchr() when it should have been usingNicholas Clark2008-11-171-1/+1
* No need to str*cpy() a string of known fixed length ("_<(eval )") whenNicholas Clark2008-11-171-5/+8
* Fix the bug introduced with MRO, whereby the internals were not savingNicholas Clark2008-11-171-1/+1
* Integrate:Nicholas Clark2008-11-161-1/+1
* Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set.Marcus Holland-Moritz2008-11-081-3/+3
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-6/+8
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-1/+2
* Add a flag PERLDBf_SAVESRC, which enables the saved lines part ofNicholas Clark2008-11-011-2/+3
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-311-6/+6
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-17/+17
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-3/+3
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-16/+16
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2008-10-291-3/+3
* Every remaining (HV *) cast in *.cNicholas Clark2008-10-281-16/+16
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Make format items @* and ^* work with references (safely). Note no-oneNicholas Clark2008-07-131-3/+2
* For cases FF_LINESNGL and FF_LINEGLOB in pp_formline, take great careNicholas Clark2008-07-131-15/+45
* Regression tests for, and fix quite a lot of bugs in, cases FF_LINESNGLNicholas Clark2008-07-111-5/+5
* Simplify code in pp_formline, removing a goto and localising andNicholas Clark2008-07-111-5/+1
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-2/+2
* Rename the new macro clear_errsv() from last patch to CLEAR_ERRSV()Rafael Garcia-Suarez2008-06-171-9/+7
* [perl #51370] length($@)>0 for empty $@ if utf8 is in use Bram2008-06-171-9/+13
* ~~ with non-overloaded objectsVincent Pit2008-05-021-0/+8
* Revert change #26334, which was introducing too many bugsRafael Garcia-Suarez2008-04-151-1/+0
* Replace all remaining accesses to COP's cop_label with CopLABEL().Nicholas Clark2008-04-061-1/+1
* The offset for pos is stored as bytes, and converted to (Unicode)Nicholas Clark2008-03-261-5/+1
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-0/+13
* Correctly reference count the hints hashRafael Garcia-Suarez2008-02-161-1/+4
* Re: [perl #50706] %^H affecting outside file scopesRick Delaney2008-02-141-0/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-1/+39
* Micro-optimise the order of the context types. [Because I can :-)]Nicholas Clark2008-02-041-5/+8
* Nicer fix than #33106 (thanks to Nicholas Clark)Steve Hay2008-01-291-4/+1
* Fix Win32 compiler warnings introduced by #33081 and #33085Steve Hay2008-01-291-1/+4
* The third argument of PUSHEVAL was never used by anything. Ever.Nicholas Clark2008-01-281-4/+4
* The layout for struct block_loop under ithreads can be simplified.Nicholas Clark2008-01-261-6/+5
* Investigation reveals that the work of restoring the iterator to theNicholas Clark2008-01-261-2/+1
* Some code can be removed following change 33070.Nicholas Clark2008-01-261-2/+1
* Re: struct context now 12.5% smaller than 5.10Benjamin Smith2008-01-261-23/+35
* Using PL_sv_no in place of any !SvOK() maximum removes a little bit ofNicholas Clark2008-01-251-0/+8
* Silence "possible data loss" warning.Nicholas Clark2008-01-251-1/+1
* In struct block_loop, merge itermax and iterlval into a unionNicholas Clark2008-01-241-4/+3
* Merge CXt_LOOP_STACK's use of itermax for the reverse minimum withNicholas Clark2008-01-241-6/+5