| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge Perl_do_chop() and Perl_do_chomp(). | Nicholas Clark | 2010-12-27 | 1 | -2/+1 |
* | Convert Perl_do_chomp() to the same prototype as Perl_do_chop(). | Nicholas Clark | 2010-12-27 | 1 | -1/+1 |
* | recursive-descent expression parsing | Zefram | 2010-12-11 | 1 | -0/+4 |
* | Add mg_findext | Florian Ragwitz | 2010-11-30 | 1 | -0/+1 |
* | Add sv_unmagicext | Florian Ragwitz | 2010-11-30 | 1 | -0/+1 |
* | Add Perl_foldEQ_latin1() | Karl Williamson | 2010-11-28 | 1 | -0/+1 |
* | [perl #78908] Reinstate mod for one more stable release | Father Chrysostomos | 2010-11-26 | 1 | -0/+2 |
* | Explicitly export Perl_sv_compile_2op_is_broken(), for ext/re. | Nicholas Clark | 2010-11-24 | 1 | -1/+4 |
* | Deprecate sv_compile_2op() | Nicholas Clark | 2010-11-24 | 1 | -1/+3 |
* | mro_package_moved must act on all effective names | Father Chrysostomos | 2010-11-22 | 1 | -1/+1 |
* | Add flags param to hv_ename_* | Father Chrysostomos | 2010-11-20 | 1 | -2/+4 |
* | Eliminate the newname param from mro_package_moved | Father Chrysostomos | 2010-11-20 | 1 | -1/+1 |
* | hv_undef .= _flags | Father Chrysostomos | 2010-11-20 | 1 | -1/+2 |
* | Convert newSUB() to a macro wrapping Perl_newATTRSUB() | Nicholas Clark | 2010-11-17 | 1 | -1/+2 |
* | Inline Perl_pad_undef() into its only caller, Perl_cv_undef(). | Nicholas Clark | 2010-11-16 | 1 | -2/+0 |
* | Improve custom OP support. | Ben Morrow | 2010-11-14 | 1 | -0/+3 |
* | mro_isa_changed_in3 is no longer necessary | Father Chrysostomos | 2010-11-11 | 1 | -2/+1 |
* | Fix package assignment with nested aliased packages | Father Chrysostomos | 2010-11-11 | 1 | -0/+1 |
* | Add Perl_bytes_cmp_utf8() to compare character sequences in different encodings | Nicholas Clark | 2010-11-11 | 1 | -0/+2 |
* | Inline sv_cmp() and sv_cmp_locale() as macros wrapping their flags variants. | Nicholas Clark | 2010-11-11 | 1 | -2/+2 |
* | Convert the flags argument for Perl_sv_{eq,cmp,cmp_locale}_flags() to U32. | Nicholas Clark | 2010-11-11 | 1 | -3/+5 |