compress 2.021
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
2009-08-21 Zefram Add clear magic to %^H so that the HE chain is reset...
2009-08-20 David Mitchell add -DM flag to track smartmatch resolution
2009-08-08 Nicholas Clark In pp_caller, remove a GvMULTI_on() by adding GV_ADDMUL...
2009-07-22 Vincent Pit Teach goto how to cross given/when blocks
2009-07-21 Rafael Garcia-Suarez Simplify the code that sets $_ in given()
2009-07-07 Rafael Garcia-Suarez Fast enabling of strictures when version 5.11.0 is...
2009-07-07 Steffen Mueller use strict by default if "use 5.011" is in effect!
2009-07-01 Rafael Garcia-Suarez Make C<undef ~~ 0> and C<undef ~~ ""> not match (like...
2009-06-25 Rafael Garcia-Suarez Trim all trailing / from "." in @INC when filling %INC
2009-05-30 Alex Vandiver Fix [RT#63110] -- two small memory leaks were introduce...
2009-05-24 Rafael Garcia-Suarez Allow ~~ overloading on the left side, when the right...
2009-05-24 Rafael Garcia-Suarez In the ~~ implementation, consistently use the SV-aware...
2009-05-14 Jan Dubois WIN32 preprocessor symbols is usually tested with ...
2009-05-13 Christoph Lamprecht do/require don't treat '.\foo' or '..\foo' as "absolute...
2009-05-09 Rafael Garcia-Suarez Implement Hash/Array ~~ Regex (with tests)
2009-05-09 Rafael Garcia-Suarez Treat blessed references on the left of C<~~> as scalars
2009-05-09 Rafael Garcia-Suarez Implement distributivity in $scalar ~~ @array
2009-05-08 Rafael Garcia-Suarez Inline macros used only once
2009-05-08 Rafael Garcia-Suarez Make ~~ overloading only be invoked on the right argument
2009-05-05 Rafael Garcia-Suarez Merge branch 'blead' into smartmatch
2009-05-03 Rafael Garcia-Suarez Remove warnings "Exiting given/when via next/last"
2009-04-27 Nicholas Clark Remove all #ifdef MACOS_TRADITIONAL code in core and...
2009-03-24 Rafael Garcia-Suarez Inline macro tryAMAGICbinSET() in smart match routine
2009-03-24 Rafael Garcia-Suarez Make []~~\&f and {}~~\&f match
2009-03-23 Rafael Garcia-Suarez Implement "~~ $scalar" for numbers and strings
2009-03-23 Rafael Garcia-Suarez Make ~~ qr// non-commutative
2009-03-23 Rafael Garcia-Suarez Refactoring work on '~~ @array' implementation
2009-03-18 Rafael Garcia-Suarez Smart match when a hash is on the RHS
2009-03-17 Rafael Garcia-Suarez Document that empty sets don't smart-match
2009-03-17 Rafael Garcia-Suarez Iterative smart match over keys/elements when a coderef...
2009-03-13 Rafael Garcia-Suarez Make smart matching ~~ undef dispatch only on the RHS
2009-03-06 Rafael Garcia-Suarez Remove special case for coderefs with empty prototypes...
2009-02-13 Rafael Garcia-Suarez $object ~~ undef should always test for definedness
2009-01-21 Nicholas Clark Add get_cvs() as a shortcut for STR_WITH_LEN() and...
2009-01-21 Nicholas Clark Correct the form of the flags passed to perl_get_cv().
2009-01-21 Nicholas Clark Update the documentation of get_hv() to note that it...
2009-01-19 Karl Combine sv_utf8_upgrade with a following grow
2008-12-02 Nicholas Clark Change PL_debug behaviour so that string eval lines...
2008-12-02 Nicholas Clark Implement PERLDBf_SAVESRC_INVALID, which saves source...
2008-12-02 Nicholas Clark Followup to change 34979. Tests are good, m'kay. Partic...
2008-12-02 Nicholas Clark Add two more flags, PERLDBf_SAVESRC_NOSUBS and PERLDBf_...
2008-11-26 Nicholas Clark rxres_free() and rxres_restore() are only used in pp_ct...
2008-11-18 Nicholas Clark Rename PL_breakable_sub_generation to PL_breakable_sub_...
2008-11-18 Rafael Garcia-Suarez Use only unsigned ints for comparisons to PL_breakable_...
2008-11-18 Nicholas Clark Rafael noticed a bug in 34873 - I was comparing against...
2008-11-17 Nicholas Clark S_save_lines() was using strchr() when it should have...
2008-11-17 Nicholas Clark No need to str*cpy() a string of known fixed length...
2008-11-17 Nicholas Clark Fix the bug introduced with MRO, whereby the internals...
2008-11-16 Nicholas Clark Integrate:
2008-11-08 Marcus Holland-Moritz Assigning to DEFSV leaks if PL_defgv's gp_sv isn't...
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-Suarez Explicitly specify some printf formats for constant...
2008-11-01 Nicholas Clark Add a flag PERLDBf_SAVESRC, which enables the saved...
2008-10-31 Nicholas Clark Add MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas Clark Eliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Marcus Holland-Moritz Use pvs macros instead of pvn where possible.
2008-10-29 Nicholas Clark Eliminate (AV *) casts in *.c.
2008-10-29 Nicholas Clark Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas Clark Every remaining (HV *) cast in *.c
2008-10-25 Nicholas Clark Update copyright years.
2008-07-13 Nicholas Clark Make format items @* and ^* work with references (safel...
2008-07-13 Nicholas Clark For cases FF_LINESNGL and FF_LINEGLOB in pp_formline...
2008-07-11 Nicholas Clark Regression tests for, and fix quite a lot of bugs in...
2008-07-11 Nicholas Clark Simplify code in pp_formline, removing a goto and local...
2008-06-28 Ben Morrow Some more missing isGV_with_GP()s
2008-06-17 Rafael Garcia-Suarez Rename the new macro clear_errsv() from last patch...
2008-06-17 Bram [perl #51370] length($@)>0 for empty $@ if utf8 is...
2008-05-02 Vincent Pit ~~ with non-overloaded objects
2008-04-15 Rafael Garcia-Suarez Revert change #26334, which was introducing too many...
2008-04-06 Nicholas Clark Replace all remaining accesses to COP's cop_label with...
2008-03-26 Nicholas Clark The offset for pos is stored as bytes, and converted...
2008-02-23 Vincent Pit Re: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-16 Rafael Garcia-Suarez Correctly reference count the hints hash
2008-02-14 Rick Delaney Re: [perl #50706] %^H affecting outside file scopes
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-02-04 Nicholas Clark Micro-optimise the order of the context types. [Because...
2008-01-29 Steve Hay Nicer fix than #33106 (thanks to Nicholas Clark)
2008-01-29 Steve Hay Fix Win32 compiler warnings introduced by #33081 and...
2008-01-28 Nicholas Clark The third argument of PUSHEVAL was never used by anythi...
2008-01-26 Nicholas Clark The layout for struct block_loop under ithreads can...
2008-01-26 Nicholas Clark Investigation reveals that the work of restoring the...
2008-01-26 Nicholas Clark Some code can be removed following change 33070.
2008-01-26 Benjamin Smith Re: struct context now 12.5% smaller than 5.10
2008-01-25 Nicholas Clark Using PL_sv_no in place of any !SvOK() maximum removes...
2008-01-25 Nicholas Clark Silence "possible data loss" warning.
2008-01-24 Nicholas Clark In struct block_loop, merge itermax and iterlval into...
2008-01-24 Nicholas Clark Merge CXt_LOOP_STACK's use of itermax for the reverse...
2008-01-24 Nicholas Clark Change the context type of for ($a .. $b) to CXt_LOOP_L...
2008-01-24 Nicholas Clark Avoid using cx->blk_loop.itermax when reverse iterating...
2008-01-24 Nicholas Clark Split out foreach iterations of temporary lists on...
2008-01-24 Nicholas Clark Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR...
2008-01-22 Nicholas Clark Remove code obsoleted by change 18.
2008-01-21 Nicholas Clark In struct block_subst, access the member once via a...
2008-01-21 Nicholas Clark In struct block_eval, access the members old_in_eval...
2008-01-21 Nicholas Clark More places that could be using G_WANT, not picked...
2008-01-21 Nicholas Clark Change the wantarray result from caller from IV to...
2008-01-21 Nicholas Clark Change the hasargs return value from caller from IV...
2008-01-20 Nicholas Clark Eliminate hasargs from structs block_sub and block_form...
2008-01-20 Nicholas Clark In struct block_sub and block_format, access the member...
2008-01-20 Nicholas Clark Eliminate label from struct block_loop, as it can be...
next