2010-09-08 |
David Mitchell | eliminate next_op from struct block_loop |
blob | commitdiff |
2010-09-07 |
Ben Morrow | API functions for accessing the runtime hinthash. |
blob | commitdiff | diff to current |
2010-09-06 |
Zefram | function interface to parse Perl statement |
blob | commitdiff | diff to current |
2010-09-02 |
Nicholas Clark | Change the first argument of Perl_fetch_cop_label(... |
blob | commitdiff | diff to current |
2010-08-21 |
Ben Morrow | Remove CALL_FPTR and CPERLscope. |
blob | commitdiff | diff to current |
2010-07-21 |
Nicholas Clark | Add Perl_init_dbargs(), to set up @DB::args without... |
blob | commitdiff | diff to current |
2010-07-12 |
George Greer | Fix for RT#2353: catch yyparse() exceptions in (?{... |
blob | commitdiff | diff to current |
2010-07-12 |
Ben Morrow | Macroify the block_hooks structure. |
blob | commitdiff | diff to current |
2010-07-06 |
David Golden | Don't set strict for 'no 6;' |
blob | commitdiff | diff to current |
2010-07-05 |
Nicholas Clark | In pp_regcomp and pp_entereval, use newSVpvn_flags... |
blob | commitdiff | diff to current |
2010-07-03 |
David Mitchell | PL_amagic_generation doesn't show overload loaded |
blob | commitdiff | diff to current |
2010-07-03 |
David Mitchell | fix bad indentation in pp_regcomp |
blob | commitdiff | diff to current |
2010-07-03 |
David Mitchell | avoid extra FETCHes on overloaded qr stringify |
blob | commitdiff | diff to current |
2010-07-03 |
David Mitchell | eval: handle taint of overloaded/tied arg |
blob | commitdiff | diff to current |
2010-06-29 |
Nicholas Clark | In pp_require, improve the code generating the exceptio... |
blob | commitdiff | diff to current |
2010-06-29 |
Nicholas Clark | Reinstate require error messages for .h and .ph |
blob | commitdiff | diff to current |
2010-06-29 |
Nicholas Clark | In pp_require, avoid changing PL_compiling if we're... |
blob | commitdiff | diff to current |
2010-06-29 |
Nicholas Clark | In pp_require and code refs in @INC, avoid using memory... |
blob | commitdiff | diff to current |
2010-06-27 |
Nicholas Clark | Return DIE(...) to *return*ing Perl_die(...). |
blob | commitdiff | diff to current |
2010-05-22 |
David Caldwell | Add s///r (non-destructive substitution). |
blob | commitdiff | diff to current |
2010-05-21 |
David Mitchell | make overload respect get magic |
blob | commitdiff | diff to current |
2010-05-20 |
Rafael Garcia-Suarez | Do not try to load a feature bundle when doing "no... |
blob | commitdiff | diff to current |
2010-05-19 |
Vincent Pit | Merge branch 'vincent/rvalue_stmt_given' into blead |
blob | commitdiff | diff to current |
2010-05-17 |
David Mitchell | further fix for RT #23810 |
blob | commitdiff | diff to current |
2010-05-04 |
Rafael Garcia-Suarez | Merge remote branch 'zefram/zefram/reliable_exception... |
blob | commitdiff | diff to current |
2010-04-26 |
Vincent Pit | Save the popped cx->blk_eval.old_namesv before calling... |
blob | commitdiff | diff to current |
2010-04-25 |
Zefram | unwinding target nominated by separate global |
blob | commitdiff | diff to current |
2010-04-23 |
Zefram | bring G_KEEPERR back to the realm of sanity |
blob | commitdiff | diff to current |
2010-04-23 |
Zefram | SV-based interfaces for dieing and warning |
blob | commitdiff | diff to current |
2010-04-20 |
Zefram | make die reliably hand error to post-eval code |
blob | commitdiff | diff to current |
2010-04-17 |
Nicholas Clark | Fix RT #74290 - regression for labels immediately befor... |
blob | commitdiff | diff to current |
2010-04-15 |
Nicholas Clark | Move PERL_ASYNC_CHECK() from the runloop to control... |
blob | commitdiff | diff to current |
2010-04-08 |
David Mitchell | fix RT 23810: eval and tied methods |
blob | commitdiff | diff to current |
2010-03-30 |
David Mitchell | improve -Dl debugging output |
blob | commitdiff | diff to current |
2010-03-25 |
David Mitchell | RT #67962: $1 treated as tainted in untainted match |
blob | commitdiff | diff to current |
2010-03-13 |
Nicholas Clark | In Perl_sv_compile_2op(), remove a suggestion to merge... |
blob | commitdiff | diff to current |
2010-03-08 |
Reini Urban | Add perlintern.pod documentation docatch + prescan_version |
blob | commitdiff | diff to current |
2010-01-19 |
Father Chrysostomos | fix qr// and get-magic problems |
blob | commitdiff | diff to current |
2010-01-15 |
Nicholas Clark | Avoid a double SV leak in an error state branch of... |
blob | commitdiff | diff to current |
2010-01-14 |
Nicholas Clark | Back out the {ENTER,LEAVE}_with_name("sub") part of... |
blob | commitdiff | diff to current |
2010-01-03 |
Vincent Pit | Make given() statements return the last evaluated expre... |
blob | commitdiff | diff to current |
2009-12-16 |
Alex Davies | tweak to pp_ctl.c gives smaller object code |
blob | commitdiff | diff to current |
2009-12-14 |
Father Chrysostomos | [perl #70764] $' fails to initialized for pre-compiled... |
blob | commitdiff | diff to current |
2009-12-07 |
Rafael Garcia-Suarez | Allocate the right HV |
blob | commitdiff | diff to current |
2009-12-07 |
Rafael Garcia-Suarez | Fix [perl #71078] Smart match against @_ gives false... |
blob | commitdiff | diff to current |
2009-11-26 |
Zefram | -Dmad minitest failure bisect |
blob | commitdiff | diff to current |
2009-11-21 |
Gerard Goossen | deprecate "goto" to jump into a construct |
blob | commitdiff | diff to current |
2009-11-21 |
Gerard Goossen | Force OP_REQUIRE to scalar context at the end of ck_req... |
blob | commitdiff | diff to current |
2009-11-13 |
Jerry D. Hedden | Fix compiler warnings: |
blob | commitdiff | diff to current |
2009-11-12 |
Gerard Goossen | Add ENTER_with_name and LEAVE_with_name to automaticly... |
blob | commitdiff | diff to current |
2009-11-06 |
Gerard Goossen | move JMPENV_JUMP to die_where and mark it as "noreturn" |
blob | commitdiff | diff to current |
2009-11-01 |
Ben Morrow | Implement the 'qr' overload type. |
blob | commitdiff | diff to current |
2009-11-01 |
Gerard Goossen | Use of SV* instead of message, msglen, utf8 to contain... |
blob | commitdiff | diff to current |
2009-10-23 |
Nicholas Clark | S_run_user_filter() can use the filter GV itself for... |
blob | commitdiff | diff to current |
2009-10-22 |
Ben Morrow | RT#69616: regexp SVs lose regexpness in assignment |
blob | commitdiff | diff to current |
2009-10-22 |
Rafael Garcia-Suarez | Remove the venerable fatal error "Runaway format" |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark | Add Perl_ck_warner(), which combines Perl_ckwarn()... |
blob | commitdiff | diff to current |
2009-09-10 |
Yves Orton | add more positive gofs GPOS tests and fix some bugs too |
blob | commitdiff | diff to current |
2009-09-06 |
Salvador Ortiz Garcia | Corrupt filename when setting %INC entry in a @INC... |
blob | commitdiff | diff to current |
2009-08-21 |
Zefram | Add clear magic to %^H so that the HE chain is reset... |
blob | commitdiff | diff to current |
2009-08-20 |
David Mitchell | add -DM flag to track smartmatch resolution |
blob | commitdiff | diff to current |
2009-08-08 |
Nicholas Clark | In pp_caller, remove a GvMULTI_on() by adding GV_ADDMUL... |
blob | commitdiff | diff to current |
2009-07-22 |
Vincent Pit | Teach goto how to cross given/when blocks |
blob | commitdiff | diff to current |
2009-07-21 |
Rafael Garcia-Suarez | Simplify the code that sets $_ in given() |
blob | commitdiff | diff to current |
2009-07-07 |
Rafael Garcia-Suarez | Fast enabling of strictures when version 5.11.0 is... |
blob | commitdiff | diff to current |
2009-07-07 |
Steffen Mueller | use strict by default if "use 5.011" is in effect! |
blob | commitdiff | diff to current |
2009-07-01 |
Rafael Garcia-Suarez | Make C<undef ~~ 0> and C<undef ~~ ""> not match (like... |
blob | commitdiff | diff to current |
2009-06-25 |
Rafael Garcia-Suarez | Trim all trailing / from "." in @INC when filling %INC |
blob | commitdiff | diff to current |
2009-05-30 |
Alex Vandiver | Fix [RT#63110] -- two small memory leaks were introduce... |
blob | commitdiff | diff to current |
2009-05-24 |
Rafael Garcia-Suarez | Allow ~~ overloading on the left side, when the right... |
blob | commitdiff | diff to current |
2009-05-24 |
Rafael Garcia-Suarez | In the ~~ implementation, consistently use the SV-aware... |
blob | commitdiff | diff to current |
2009-05-14 |
Jan Dubois | WIN32 preprocessor symbols is usually tested with ... |
blob | commitdiff | diff to current |
2009-05-13 |
Christoph Lamprecht | do/require don't treat '.\foo' or '..\foo' as "absolute... |
blob | commitdiff | diff to current |
2009-05-09 |
Rafael Garcia-Suarez | Implement Hash/Array ~~ Regex (with tests) |
blob | commitdiff | diff to current |
2009-05-09 |
Rafael Garcia-Suarez | Treat blessed references on the left of C<~~> as scalars |
blob | commitdiff | diff to current |
2009-05-09 |
Rafael Garcia-Suarez | Implement distributivity in $scalar ~~ @array |
blob | commitdiff | diff to current |
2009-05-08 |
Rafael Garcia-Suarez | Inline macros used only once |
blob | commitdiff | diff to current |
2009-05-08 |
Rafael Garcia-Suarez | Make ~~ overloading only be invoked on the right argument |
blob | commitdiff | diff to current |
2009-05-05 |
Rafael Garcia-Suarez | Merge branch 'blead' into smartmatch |
blob | commitdiff | diff to current |
2009-05-03 |
Rafael Garcia-Suarez | Remove warnings "Exiting given/when via next/last" |
blob | commitdiff | diff to current |
2009-04-27 |
Nicholas Clark | Remove all #ifdef MACOS_TRADITIONAL code in core and... |
blob | commitdiff | diff to current |
2009-03-24 |
Rafael Garcia-Suarez | Inline macro tryAMAGICbinSET() in smart match routine |
blob | commitdiff | diff to current |
2009-03-24 |
Rafael Garcia-Suarez | Make []~~\&f and {}~~\&f match |
blob | commitdiff | diff to current |
2009-03-23 |
Rafael Garcia-Suarez | Implement "~~ $scalar" for numbers and strings |
blob | commitdiff | diff to current |
2009-03-23 |
Rafael Garcia-Suarez | Make ~~ qr// non-commutative |
blob | commitdiff | diff to current |
2009-03-23 |
Rafael Garcia-Suarez | Refactoring work on '~~ @array' implementation |
blob | commitdiff | diff to current |
2009-03-18 |
Rafael Garcia-Suarez | Smart match when a hash is on the RHS |
blob | commitdiff | diff to current |
2009-03-17 |
Rafael Garcia-Suarez | Document that empty sets don't smart-match |
blob | commitdiff | diff to current |
2009-03-17 |
Rafael Garcia-Suarez | Iterative smart match over keys/elements when a coderef... |
blob | commitdiff | diff to current |
2009-03-13 |
Rafael Garcia-Suarez | Make smart matching ~~ undef dispatch only on the RHS |
blob | commitdiff | diff to current |
2009-03-06 |
Rafael Garcia-Suarez | Remove special case for coderefs with empty prototypes... |
blob | commitdiff | diff to current |
2009-02-13 |
Rafael Garcia-Suarez | $object ~~ undef should always test for definedness |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark | Add get_cvs() as a shortcut for STR_WITH_LEN() and... |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark | Correct the form of the flags passed to perl_get_cv(). |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark | Update the documentation of get_hv() to note that it... |
blob | commitdiff | diff to current |
2009-01-19 |
Karl | Combine sv_utf8_upgrade with a following grow |
blob | commitdiff | diff to current |
2008-12-02 |
Nicholas Clark | Change PL_debug behaviour so that string eval lines... |
blob | commitdiff | diff to current |
2008-12-02 |
Nicholas Clark | Implement PERLDBf_SAVESRC_INVALID, which saves source... |
blob | commitdiff | diff to current |
2008-12-02 |
Nicholas Clark | Followup to change 34979. Tests are good, m'kay. Partic... |
blob | commitdiff | diff to current |
2008-12-02 |
Nicholas Clark | Add two more flags, PERLDBf_SAVESRC_NOSUBS and PERLDBf_... |
blob | commitdiff | diff to current |
next |