summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* warnings.pm: Fix too long verbatim linesKarl Williamson2014-12-302-137/+137
* perlre: Fix too long verbatim lineKarl Williamson2014-12-301-1/+2
* lib/B/Deparse.pm: refactor a hash slightlyKarl Williamson2014-12-301-36/+34
* lib/B/Deparse.pm: Add commentKarl Williamson2014-12-301-1/+2
* lib/B/Deparse.pm: Generalize for non-ASCII platformsKarl Williamson2014-12-301-3/+9
* lib/B/Deparse.pm: Output WARNING_BITS in binaryKarl Williamson2014-12-302-7/+9
* lib/B/Deparse.pm: Move hash to earlier in fileKarl Williamson2014-12-301-35/+35
* perlpod: Latin1 pods need an =encodingKarl Williamson2014-12-301-3/+7
* regcomp.c: Fix [_A-Z] for EBCDICKarl Williamson2014-12-302-0/+4
* regcomp.c: Replace dead code with NOT_REACHEDKarl Williamson2014-12-301-1/+1
* fix a broken optimization in win32/config_h.PL to stop excessive rebuildingDaniel Dragan2014-12-301-4/+5
* Add documentation for /n (non-capture) regexp flag.Matthew Horsfall2014-12-3011-18/+47
* lex_assign.t: Actually test chompFather Chrysostomos2014-12-291-1/+1
* lex_assign.t: Correct (s)cho(m)p commentsFather Chrysostomos2014-12-291-4/+4
* op_private: Update note about targlex and transFather Chrysostomos2014-12-291-1/+1
* Enable OPpTARGET_MY optimisation for cmp/<=>Father Chrysostomos2014-12-295-15/+15
* Fix breakage of 780fcc9Karl Williamson2014-12-291-2/+7
* regexec.c: Suppress warning messagesKarl Williamson2014-12-291-0/+2
* Raise warning on multi-byte char in single-byte localeKarl Williamson2014-12-2910-4/+146
* perllocale: NitsKarl Williamson2014-12-291-11/+14
* foldEQ_utf8(): Add some internal flagsKarl Williamson2014-12-292-1/+14
* lib/warnings/utf8: Add missing testsKarl Williamson2014-12-291-0/+9
* Simplify foldEQ_utf8Karl Williamson2014-12-291-80/+45
* utf8.c: Use OP_DESC instead of passing string.Karl Williamson2014-12-294-13/+11
* utf8.c: Fix potential fold bugKarl Williamson2014-12-291-6/+4
* utf8.c: Add some function parameter assertionsKarl Williamson2014-12-291-1/+5
* regexec.c: Move goto label to avoid redundant workKarl Williamson2014-12-291-2/+2
* regexec.c: White-space onlyKarl Williamson2014-12-291-2/+2
* Don't raise 'poorly supported' locale warning unnecessarilyKarl Williamson2014-12-2911-36/+166
* Add regex nodes for localeKarl Williamson2014-12-296-180/+277
* regcomp.c, regexec.c: Vertically align ternary operatorsKarl Williamson2014-12-292-12/+20
* Nits in commentsKarl Williamson2014-12-294-12/+15
* Add support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2014-12-2913-282/+513
* More CUSTOMIZED updates:Steve Hay2014-12-292-7/+2
* Call FETCH once for values in {...}Father Chrysostomos2014-12-292-2/+6
* t/op/caller.t: Remove hardcoded $warnings::BYTES in favor of using $warnings:...Ævar Arnfjörð Bjarmason2014-12-291-4/+2
* pp.c:pp_quotemeta: No need for PUTBACKFather Chrysostomos2014-12-281-1/+1
* Remove PUTBACK/SPAGAIN from hash iter opsFather Chrysostomos2014-12-282-14/+3
* pp.c:pp_[ul]c(first): No need for PUTBACKFather Chrysostomos2014-12-281-3/+3
* pp.c:pp_chr: Less stack fiddlingFather Chrysostomos2014-12-281-5/+5
* pp.c:pp_ord: Less stack fiddlingFather Chrysostomos2014-12-281-3/+3
* pp.c:pp_substr: Redundant PUTBACK/SPAGAINFather Chrysostomos2014-12-281-3/+0
* pp.c:pp_oct: Less stack fiddlingFather Chrysostomos2014-12-281-4/+4
* pp.c:pp_abs: No need for PUTBACKFather Chrysostomos2014-12-281-1/+1
* pp.c:pp_negate: No PUTBACK necessaryFather Chrysostomos2014-12-281-6/+6
* pp.c:pp_int: No need for PUTBACKFather Chrysostomos2014-12-281-1/+1
* pp.c:pp_sin: Less stack fiddlingFather Chrysostomos2014-12-281-3/+3
* pp.c:pp_i_negate: No PUTBACK necessaryFather Chrysostomos2014-12-281-1/+1
* pp.c:pp_complement: No PUTBACK necessaryFather Chrysostomos2014-12-281-2/+2
* pp.c:pp_undef: Less stack fiddlingFather Chrysostomos2014-12-281-3/+7