| Commit message (Expand) | Author | Age | Files | Lines |
* | Split Perl_do_openn() into Perl_do_open_raw() and Perl_do_open6(). | Nicholas Clark | 2014-03-19 | 1 | -0/+12 |
* | Extract the cleanup code of Perl_do_openn() into S_openn_cleanup(). | Nicholas Clark | 2014-03-19 | 1 | -0/+8 |
* | Extract the setup code of Perl_do_openn() into S_openn_setup(). | Nicholas Clark | 2014-03-19 | 1 | -0/+10 |
* | Split out part of hv_auxinit() so it can be reused | Yves Orton | 2014-03-18 | 1 | -0/+5 |
* | rpeep(): remove trailing OP_NULLs etc | David Mitchell | 2014-03-16 | 1 | -3/+2 |
* | regcomp.c: Use minimal struct formal parameter | Karl Williamson | 2014-03-04 | 1 | -1/+1 |
* | Optimization: Remove needless list/pushmark pairs from the OP execution | Steffen Mueller | 2014-02-26 | 1 | -0/+5 |
* | Improve how regprop dumps REF-like nodes during execution | Yves Orton | 2014-02-24 | 1 | -1/+1 |
* | regcomp.c: Don't read uninitialized data | Karl Williamson | 2014-02-19 | 1 | -1/+1 |
* | regcomp.c: Remove no longer used function | Karl Williamson | 2014-02-19 | 1 | -5/+0 |
* | regcomp.c: Fix more alignment problems | Karl Williamson | 2014-02-19 | 1 | -2/+2 |
* | regexec.c: Rename function, add parameter, make non-static | Karl Williamson | 2014-02-19 | 1 | -6/+7 |
* | Convert more EXACTFish nodes to EXACT when possible | Karl Williamson | 2014-02-19 | 1 | -1/+1 |
* | regcomp.c: Fix some alignment problems | Karl Williamson | 2014-02-17 | 1 | -2/+2 |
* | Emulate POSIX locale setting on Windows | Karl Williamson | 2014-02-15 | 1 | -0/+8 |
* | re_intuit_start(): bias last* vars; revive reghop4 | David Mitchell | 2014-02-07 | 1 | -10/+8 |
* | merge basic zefram/purple_signatures into blead | Zefram | 2014-02-06 | 1 | -0/+3 |
|\ |
|
| * | subroutine signatures | Zefram | 2014-02-01 | 1 | -0/+3 |
* | | Forbid "\c{" and \c{non-ascii} | Karl Williamson | 2014-02-05 | 1 | -1/+1 |
|/ |
|
* | regcomp.c: Change a variable and flag bit names | Karl Williamson | 2014-01-27 | 1 | -2/+2 |
* | Work properly under UTF-8 LC_CTYPE locales | Karl Williamson | 2014-01-27 | 1 | -5/+5 |
* | Taint more operands with case changes | Karl Williamson | 2014-01-27 | 1 | -4/+4 |
* | regcomp.c: Extract out code into a separate function | Karl Williamson | 2014-01-22 | 1 | -0/+5 |
* | regcomp.c: request inlining of single line function | Karl Williamson | 2014-01-22 | 1 | -1/+1 |
* | sv_buf_to_rw can be static | Father Chrysostomos | 2014-01-17 | 1 | -1/+3 |
* | PERL_DEBUG_READONLY_COW | Father Chrysostomos | 2014-01-16 | 1 | -0/+12 |
* | IDStart and IDCont no longer go out to disk | Karl Williamson | 2014-01-09 | 1 | -1/+1 |
* | isWORDCHAR_uni(), isDIGIT_utf8() etc no longer go out to disk | Karl Williamson | 2014-01-09 | 1 | -1/+1 |
* | Move initialization of PL_XPosix_ptrs[] to perl.c | Karl Williamson | 2014-01-09 | 1 | -6/+8 |
* | regexec.c: Guard against malformed UTF-8 in [...] | Karl Williamson | 2014-01-01 | 1 | -3/+4 |
* | Remove no-longer used inversion list function | Karl Williamson | 2013-12-31 | 1 | -5/+0 |
* | Change format of mktables output binary property tables | Karl Williamson | 2013-12-31 | 1 | -0/+6 |
* | Purge sfio support, which has been broken for a decade. | Nicholas Clark | 2013-12-27 | 1 | -1/+1 |
* | [perl #115736] fix undocumented param from newATTRSUB_flags | Daniel Dragan | 2013-12-23 | 1 | -2/+2 |
* | don't check format args on taint_proper | David Mitchell | 2013-12-01 | 1 | -1/+0 |
* | silence -Wformat-nonliteral compiler warnings | David Mitchell | 2013-11-28 | 1 | -1/+3 |
* | mark Perl_my_strftime with format attribute | David Mitchell | 2013-11-28 | 1 | -0/+1 |
* | remove almost unreachable NULL sv arg code from sv_2*n_flags | Daniel Dragan | 2013-11-28 | 1 | -7/+35 |
* | mg.c: Extract code into a function. | Karl Williamson | 2013-11-26 | 1 | -0/+5 |
* | Avoid pointer churn in study_chunk recursion bitmap allocation | Yves Orton | 2013-11-24 | 1 | -1/+1 |
* | [perl #120463] s/// and tr/// with wide delimiters | Father Chrysostomos | 2013-11-14 | 1 | -1/+1 |
* | fix multi-eval of Perl_custom_op_xop in XopENTRY | Daniel Dragan | 2013-11-10 | 1 | -4/+8 |
* | Make &CORE::exit respect vmsish exit hint | Father Chrysostomos | 2013-11-08 | 1 | -6/+0 |
* | Fix &CORE::exit/die under vmsish "hushed" | Father Chrysostomos | 2013-11-08 | 1 | -6/+0 |
* | Fix qx, `` and <<`` overrides | Father Chrysostomos | 2013-11-06 | 1 | -1/+0 |
* | Split ck_open into two functions | Father Chrysostomos | 2013-11-06 | 1 | -0/+6 |
* | Put common override code into gv_override | Father Chrysostomos | 2013-11-06 | 1 | -0/+5 |
* | Move the function to set $^X to its own file | Peter Martini | 2013-11-04 | 1 | -0/+1 |
* | Make mro code pass precomputed hash values | Father Chrysostomos | 2013-11-04 | 1 | -1/+1 |
* | [perl #119797] Fix if/else in lvalue sub | Father Chrysostomos | 2013-10-23 | 1 | -1/+1 |