| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor stack adjustments on leave in a new static function | Vincent Pit | 2011-06-26 | 1 | -0/+1 |
* | add do_ncmp fn and make pp_ncmp, pp_eq etc use it | David Mitchell | 2011-06-25 | 1 | -0/+2 |
* | op_lvalue .= _flags | Father Chrysostomos | 2011-06-24 | 1 | -1/+2 |
* | regcomp.c: Fix memory leak regression | Nicholas Clark | 2011-05-26 | 1 | -1/+0 |
* | add hfree_next_entry(), hv_free_ent_ret() | David Mitchell | 2011-05-19 | 1 | -0/+5 |
* | Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218 | Nicholas Clark | 2011-05-18 | 1 | -1/+1 |
* | S_doparseform() should return void, not OP*, as it should use Perl_die not DIE | Nicholas Clark | 2011-05-18 | 1 | -1/+1 |
* | utf8.c: Add _flags version of to_utf8_fold() | Karl Williamson | 2011-05-03 | 1 | -2/+4 |
* | embed.fnc: Allow NULL arg to to_utf8_case() | Karl Williamson | 2011-05-03 | 1 | -1/+1 |
* | Add depth parameter to reg_namedseq | Karl Williamson | 2011-03-20 | 1 | -1/+1 |
* | regcomp.c: Avoid locale in optimizer unless necessary | Karl Williamson | 2011-03-17 | 1 | -2/+4 |
* | Revert "regcomp.c: Rmv unused parameter" | Karl Williamson | 2011-03-17 | 1 | -1/+2 |
* | regcomp.c: Rmv unused parameter | Karl Williamson | 2011-03-08 | 1 | -2/+1 |
* | regcomp.c: Rmv unused parameter | Karl Williamson | 2011-03-08 | 1 | -2/+1 |
* | regcomp.c: Rmv unused parameter | Karl Williamson | 2011-03-08 | 1 | -2/+1 |
* | regcomp.c: Merge identical functions | Karl Williamson | 2011-03-08 | 1 | -2/+0 |
* | Avoid miniperl SEGVing when processing -I on the #! line | Nicholas Clark | 2011-03-05 | 1 | -0/+2 |
* | regcomp.c: Add parameters to fcns | Karl Williamson | 2011-02-27 | 1 | -2/+2 |
* | regcomp.c: Add fcn add_cp_to_invlist() | Karl Williamson | 2011-02-27 | 1 | -0/+1 |
* | regcomp.c: Factor code into a function. | Karl Williamson | 2011-02-27 | 1 | -0/+1 |
* | regcomp.c: accept NULL as inversion list param | Karl Williamson | 2011-02-27 | 1 | -1/+1 |
* | handy.h: isIDFIRST_utf8() changed to use XIDStart | Karl Williamson | 2011-02-17 | 1 | -0/+2 |
* | exporting a static function doesnt work | Karl Williamson | 2011-02-14 | 1 | -2/+2 |
* | foldEQ_utf8: Add version with flags parameter | Karl Williamson | 2011-02-14 | 1 | -1/+4 |
* | regcomp.c: Put two static functions in embed.fnc | Karl Williamson | 2011-02-14 | 1 | -0/+4 |
* | exporting a static function doesn't work | Tony Cook | 2011-02-10 | 1 | -2/+2 |
* | Fix up \cX for 5.14 | Karl Williamson | 2011-02-09 | 1 | -1/+1 |
* | Move grok_bslash_c to dquote.c and make static | Karl Williamson | 2011-02-09 | 1 | -1/+1 |
* | Move grok_blsash_o and make static | Karl Williamson | 2011-02-09 | 1 | -1/+3 |
* | regcomp: Add/subtract consts to match embed.fnc | Karl Williamson | 2011-02-06 | 1 | -1/+1 |
* | Two more swash inversion list exports necessary for build on Win32. | George Greer | 2011-02-05 | 1 | -2/+2 |
* | export the functions required by re | Tony Cook | 2011-02-05 | 1 | -2/+2 |
* | _swash_inversion_hash Rmv X from embed, add const | Karl Williamson | 2011-02-02 | 1 | -1/+1 |
* | Add initial inversion list object | Karl Williamson | 2011-02-02 | 1 | -1/+18 |
* | embed.fnc: Add E flag to regcurly entry | Karl Williamson | 2011-01-29 | 1 | -1/+1 |
* | Use embed.pl inline capabilities for regcurly | Karl Williamson | 2011-01-29 | 1 | -0/+3 |
* | embed.fnc: Add inline function capability | Karl Williamson | 2011-01-29 | 1 | -0/+6 |
* | Break out the generated function Perl_keywords() into keywords.c, a new file. | Nicholas Clark | 2011-01-24 | 1 | -1/+3 |
* | embed.fnc: Silence 'no docs' message | Karl Williamson | 2011-01-10 | 1 | -1/+1 |
* | Add check_utf8_print() | Karl Williamson | 2011-01-09 | 1 | -0/+1 |
* | regen/opcode.pl should only generate prototypes for pp_* functions that exist. | Nicholas Clark | 2011-01-09 | 1 | -2/+2 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | Rename tied_handle_method() to tied_method(), and make it non-static. | Nicholas Clark | 2011-01-05 | 1 | -3/+3 |
* | The mg parameter to S_tied_handle_method() can be const MG * | Nicholas Clark | 2011-01-05 | 1 | -1/+1 |
* | Split the flags and argc parameters to S_tied_handle_method(). | Nicholas Clark | 2011-01-05 | 1 | -1/+1 |
* | [perl #36347] Object destruction incomplete | Father Chrysostomos | 2011-01-02 | 1 | -0/+3 |
* | Argument op to report_evil_fh() is always PL_op->op_type, so need not be passed | Nicholas Clark | 2010-12-28 | 1 | -1/+1 |
* | The io argument to report_evil_fh() is always GvIO(gv), so need not be passed. | Nicholas Clark | 2010-12-28 | 1 | -1/+1 |
* | Extract the OP_phoney_* code from report_evil_fh() into report_wrongway_fh() | Nicholas Clark | 2010-12-28 | 1 | -0/+2 |
* | Move do_chomp() from pp.c to doop.c, and make it static. | Nicholas Clark | 2010-12-27 | 1 | -2/+1 |