summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update META files following previous two commitsSteve Hay2014-03-052-2/+2
* Upgrade Parse-CPAN-Meta from version 1.4413 to 1.4414Steve Hay2014-03-058-8/+142
* Upgrade CPAN-Meta from version 2.133380 to 2.140630Steve Hay2014-03-0525-46/+870
* regcomp.c: Use minimal struct formal parameterKarl Williamson2014-03-043-7/+5
* regcomp.c: Don't read uninitialized dataKarl Williamson2014-03-041-3/+5
* dist/IO: Allow to be dual-livedKarl Williamson2014-03-042-1/+26
* [perl #121362] overload optimisation added a SEGVDavid Mitchell2014-03-042-3/+34
* Bump Carp to version 1.33Chris 'BinGOs' Williams2014-03-032-2/+2
* Bump autouse version to 1.08Chris 'BinGOs' Williams2014-03-031-1/+1
* Refactor and reduce VMS-specific workarounds in POSIX.xs.Craig A. Berry2014-03-022-40/+3
* tbuffer_t no longer exists on VMS.Craig A. Berry2014-03-022-22/+4
* Merge changes to make_ext.pl that build simple extensions directly.Nicholas Clark2014-03-023-22/+222
|\
| * On VMS, lib is lib.DIR, etc. make_ext.pl needs to account for this.Nicholas Clark2014-03-021-5/+11
| * Describe the improvements to make_ext.pl in perldelta.Nicholas Clark2014-03-021-1/+5
| * Generate fallback shell cleanup code for the extensions make_ext.pl handles.Nicholas Clark2014-03-021-3/+11
| * make_ext.pl can handle 4 extensions in dist/ which need a Makefile.PL for CPAN.Nicholas Clark2014-03-021-0/+44
| * make_ext.pl can also handle extensions with a module tree at the top level.Nicholas Clark2014-03-021-6/+16
| * make_ext.pl can also handle extensions with a module file at the top level.Nicholas Clark2014-03-021-32/+48
| * For simple extensions make_ext.pl can emulate the entire MakeMaker/make dance.Nicholas Clark2014-03-021-3/+109
| * 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
|\