summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Change the test to use itself as test file, instead of the generated Makefile.Nicholas Clark2014-03-021-9/+11
| * Extract fallback_cleanup() to hold the code that writes cleanup shell scripts.Nicholas Clark2014-03-021-8/+12
| * make_ext.pl should validate exactly which clean targets it can be used for.Nicholas Clark2014-03-021-1/+1
|/
* regen/regcharclass.pl: Forbid non-safe macros for multi-char matchesKarl Williamson2014-03-011-3/+13
* regen/regcharclass.pl: Don't generate unused macrosKarl Williamson2014-03-012-46/+3
* Revert most of 3a8bbffbce: Avoid unnecessary malformed checkingKarl Williamson2014-03-014-91/+243
* perluniprops: Show property name without bracesKarl Williamson2014-03-011-0/+5
* regen/regcharclass.pl: White-space; comment nits onlyKarl Williamson2014-03-011-8/+8
* regen/regcharclass.pl: Simplify generated safe macrosKarl Williamson2014-03-012-103/+176
* Unicode/UCD.t: Fix broken testKarl Williamson2014-03-011-6/+2
* mktables: Allow Unicode Unihan files to compileKarl Williamson2014-03-011-1/+6
* regen/regcharclass.pl: Warn that macros are internal onlyKarl Williamson2014-03-012-1/+8
* No need for code conditional on S_IFMT being defined, as perl.h has a fallback.Nicholas Clark2014-03-011-4/+0
* pp_tms should use a local struct tms, instead of PL_timesbuf.Nicholas Clark2014-03-013-14/+14
* Commit 5c85b638cb45ea2b inadvertently broke the -DDEBUGGING build.Nicholas Clark2014-03-011-2/+5
* [MERGE] tweak in-place branch of SAVEt_CLEARSVDavid Mitchell2014-02-281-20/+40
|\
| * SAVEt_CLEARSV: only clear-in-place if RC==1David Mitchell2014-02-281-1/+1
| * SAVEt_CLEARSV: handle SvOOK() speciallyDavid Mitchell2014-02-281-7/+10
| * SAVEt_CLEARSV: expand SvOK_off() macroDavid Mitchell2014-02-281-1/+5
| * SAVEt_CLEARSV: simplify SvREADONLY_off() conditionDavid Mitchell2014-02-281-1/+3
| * SAVEt_CLEARSV: reindent after previous commitDavid Mitchell2014-02-281-17/+16
| * SAVEt_CLEARSV: check common flagsDavid Mitchell2014-02-281-2/+14
|/
* S_regmatch(): merge BOL and SBOL branchesDavid Mitchell2014-02-281-6/+2
* copy xhv_rand and xhv_last_rand in threads cloneDavid Mitchell2014-02-281-0/+4
* [perl #121230] fix kill -SIG on win32David Mitchell2014-02-281-5/+8
* speed up (non)overloaded derefsDavid Mitchell2014-02-283-2/+42
* Document what the gv_check() function doesDavid Mitchell2014-02-281-0/+5
* gv_check(): use aux flag rather than IsCOWDavid Mitchell2014-02-283-6/+14
* add aux_flags field to HVs with aux structDavid Mitchell2014-02-285-0/+14
* make OP_AELEMFAST work with negative indicesDavid Mitchell2014-02-287-16/+77
* [MERGE] optmise pp_entersub codeDavid Mitchell2014-02-277-100/+128
|\
| * don't set SvPADTMP() on PADGV'sDavid Mitchell2014-02-276-14/+32
| * pp_entersub(): simplify XSUB arg cleanup codeDavid Mitchell2014-02-271-6/+6
| * move PL_defgv nearer the top of intrvar.hDavid Mitchell2014-02-271-1/+1
| * pp_entersub(): tweak some varsDavid Mitchell2014-02-271-5/+8
| * pp_entersub(): assign CvDEPTH to a local varDavid Mitchell2014-02-271-5/+5
| * pp_entersub(): re-indent blockDavid Mitchell2014-02-271-54/+54
| * tweak pp_entersubDavid Mitchell2014-02-271-18/+25
|/
* Remove spurious assertSteffen Mueller2014-02-271-3/+1
* Remove leftover Windows 95 / Windows NT4 support codeSteve Hay2014-02-263-94/+42
* List-OP removal: Fix compile fail on C90Steffen Mueller2014-02-261-1/+3
* Optimization: Remove needless list/pushmark pairs from the OP executionSteffen Mueller2014-02-267-58/+133
* Macro for common OP checks: "is this X or was it before NULLing?"Steffen Mueller2014-02-262-5/+39
* Remove IO::Socket::IP examples as per Porting/Maintainers.plSteve Hay2014-02-263-116/+0
* Update Pod-Perldoc to CPAN version 3.23Chris 'BinGOs' Williams2014-02-2516-75/+145
* Update CPAN-Meta-YAML to CPAN version 0.012Chris 'BinGOs' Williams2014-02-253-10/+4
* Update IO-Socket-IP to CPAN version 0.29Chris 'BinGOs' Williams2014-02-257-25/+48
* Fix RT #121321 - Fencepost error causes infinite loop in regex compilationYves Orton2014-02-252-2/+22
* Use a temporary file instead of $^X when testing stat.Nicholas Clark2014-02-251-2/+7
* Silence some VC++ compiler warningsSteve Hay2014-02-253-7/+6