summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* perl5180delta: B::Generate is fixedFather Chrysostomos2012-10-111-4/+0
* [perl #49190] Don’t prematurely optimise s/foo/bar$baz/Father Chrysostomos2012-10-115-62/+42
* Don’t taint return value of s///e based on replacementFather Chrysostomos2012-10-112-2/+3
* Remove PMf_MAYBE_CONSTFather Chrysostomos2012-10-112-6/+0
* [perl #49190] Stringify repl repeatedly in s///gFather Chrysostomos2012-10-113-6/+39
* RXf_MODIFIES_VARSFather Chrysostomos2012-10-113-2/+7
* Define RXf_SPLIT and RXf_SKIPWHITE as 0Father Chrysostomos2012-10-113-22/+16
* pp_hot.c:pp_subst: add commentFather Chrysostomos2012-10-111-1/+1
* Simplify the fix for bug #41530Father Chrysostomos2012-10-113-33/+15
* perldelta for [perl #114982]Karl Williamson2012-10-111-1/+2
* regcomp.c: Use more precise definition of folding charsKarl Williamson2012-10-111-7/+4
* handy.h: Add macro which returns if a char is foldingKarl Williamson2012-10-111-2/+8
* regen/mk_PL_charclass.pl: Add bit for if character foldsKarl Williamson2012-10-112-115/+118
* regcomp.c: Optimize EXACTFish nodes without folds to EXACTKarl Williamson2012-10-111-7/+55
* regexec.c: Fix EXACT node handling in regrepeat()Karl Williamson2012-10-112-18/+51
* Fix indentation after a19baa613cSteve Hay2012-10-111-3/+3
* stop Win32 VC miniperl from exporting functionsDaniel Dragan2012-10-115-13/+27
* fix C++ builds broken by cdc4a174060Daniel Dragan2012-10-104-12/+34
* [perl #114658] Fix line numbers at the end of string evalFather Chrysostomos2012-10-103-13/+28
* Add extern "C" to definitions of four win32_ functionsSteve Hay2012-10-102-9/+8
* [MERGE] revamp dist/B-Deparse/t/core.tDavid Mitchell2012-10-103-95/+645
|\
| * Deparse/t/core.t: add support for lex varsDavid Mitchell2012-10-101-20/+53
| * overhaul dist/B-Deparse/t/core.tDavid Mitchell2012-10-101-88/+565
| * fix deparsing of select(F)David Mitchell2012-10-102-3/+21
| * Deparse: handle system/exec prog arg,arg,,..David Mitchell2012-10-101-0/+9
| * Deparse: grep($a) became grep($a,); ditto mapDavid Mitchell2012-10-101-1/+2
| * Deparse: handle some strong keywords betterDavid Mitchell2012-10-101-3/+14
| * Deparse crashed on argless sort()David Mitchell2012-10-101-0/+1
|/
* [perl #115206] Don’t crash when vivifying $|Father Chrysostomos2012-10-102-5/+5
* Test perl #4760Father Chrysostomos2012-10-101-1/+6
* Add $(EXTRACFLAGS) to $(CFLAGS) for MinGW/gcc build on WindowsSteve Hay2012-10-101-1/+1
* Fix VC compilation of universal.c as C++ following commit 613875e219Steve Hay2012-10-101-1/+1
* Minor tidy-ups from 624a1c42c1Steve Hay2012-10-101-19/+19
* clean up vmem.h, remove unused instrumentation hooksDaniel Dragan2012-10-101-41/+30
* Fixes to enable building win32 files as C++ with VCSteve Hay2012-10-102-15/+15
* add const to Perl_boot_core_UNIVERSAL's xsub registration structDaniel Dragan2012-10-091-1/+1
* [perl #26986] Skip subst const repl optimisation for logopsFather Chrysostomos2012-10-092-2/+14
* have embed.pl add PERL_CALLCONV_NO_RET to noreturn staticsDaniel Dragan2012-10-092-8/+11
* perlreapi.pod: grammar and other nitsKarl Williamson2012-10-091-72/+72
* regexec.c: White-space only; comment only; no code changesKarl Williamson2012-10-091-27/+26
* regexec.c: Refactor slightly for clarityKarl Williamson2012-10-091-6/+4
* utf8.c: Remove an unnecessary conditionalKarl Williamson2012-10-091-4/+1
* PATCH: [perl #114982]: case-insensitive regex bug with UTF8-flagged stringsKarl Williamson2012-10-092-53/+218
* Allow _swash_inversion_hash() to be called in regexec.cKarl Williamson2012-10-093-8/+8
* regex: Allow any single char to be SIMPLEKarl Williamson2012-10-092-29/+39
* regcomp.c: Slightly relax restriction of SIMPLE nodesKarl Williamson2012-10-092-2/+4
* regexec.c: Turn test into an assertionKarl Williamson2012-10-091-2/+1
* regexec.c: White-space onlyKarl Williamson2012-10-091-5/+12
* regexec.c: indent properly and reflow some comments to 80 colsKarl Williamson2012-10-091-18/+24
* regcomp.c: Refactor join_exact() to handle all multi-char foldsKarl Williamson2012-10-093-206/+172