summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* INSTALL: Updates to the cross-compilation sectionBrian Fraser2014-01-302-52/+97
* Configure: use $undef, not plain undefBrian Fraser2014-01-301-2/+2
* README.qnx: Add a section for cross-compilationBrian Fraser2014-01-301-0/+61
* QNX hints: Add LC_ALL=C to targetenvBrian Fraser2014-01-301-0/+1
* Glossary for targetenvBrian Fraser2014-01-301-3/+11
* Configure: Added a targetenv variableBrian Fraser2014-01-302-1/+3
* README.solaris: Add a section for cross-compilationBrian Fraser2014-01-301-0/+14
* Configure, Solaris hints: Allow cross-compiling to Solaris.Brian Fraser2014-01-302-26/+51
* t/io/fs.t: sh in Blackberry might behave like android'sBrian Fraser2014-01-301-2/+3
* Configure, qnx hints: Improve the cross-compilation support for QNXBrian Fraser2014-01-302-9/+48
* Move the RXf_ANCH flags to intflags as PREGf_ANCH_xxx and add RXf_IS_ANCHORED...Yves Orton2014-01-317-55/+71
* rename RXf_UNUSED flags to match their BASE_SHIFT offsetYves Orton2014-01-311-4/+4
* move RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflagsYves Orton2014-01-316-23/+29
* Rename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from extflags to intflagsYves Orton2014-01-316-12/+21
* move RXf_NOSCAN from extflags to intflags as PREGf_NOSCANYves Orton2014-01-315-27/+53
* Update Digest-SHA to CPAN version 5.86Chris 'BinGOs' Williams2014-01-305-22/+31
* perl5200delta: Tk has been fixedFather Chrysostomos2014-01-291-4/+0
* perl5200delta: Mouse has been fixedFather Chrysostomos2014-01-291-4/+0
* perldelta for c4cf781e24ac2Father Chrysostomos2014-01-291-0/+7
* op.c: Consistent spaces after dots in apidocsFather Chrysostomos2014-01-291-1/+2
* perl5200delta: Glib has been fixedFather Chrysostomos2014-01-291-4/+0
* [perl #121068] Mention HTML::FormHandler in perl5200deltaFather Chrysostomos2014-01-291-0/+5
* perldelta for e4c0574e9dTony Cook2014-01-301-0/+7
* ensure we have a reference when we call SvRV()Tony Cook2014-01-303-1/+5
* perldelta for c23547d5c6Tony Cook2014-01-301-1/+19
* Optimisation for 'my $x; my $y;' -> 'my ($x, $y)'.Matthew Horsfall2014-01-302-1/+85
* [perl #121104] avoid using a less sane find(1)Tony Cook2014-01-301-1/+2
* locale.c: Fix failure to find UTF-8 localesKarl Williamson2014-01-291-31/+34
* lib/locale.t: Better debug informationKarl Williamson2014-01-291-8/+18
* Clarify op_free documentationMatthew Horsfall (alh)2014-01-301-1/+1
* regcomp.c: Process all POSIXes in [...] under /lKarl Williamson2014-01-292-2/+19
* regcomp.c: White-space onlyKarl Williamson2014-01-291-7/+7
* t/loc_tools.pl: find_locales() Don't destroy callers ENVKarl Williamson2014-01-291-2/+2
* remove redundancy in documentation of execRicardo Signes2014-01-291-9/+7
* update embed.fnc now op_null and op_free have docsDavid Mitchell2014-01-291-2/+2
* PATCH: [perl #121109] locales failingKarl Williamson2014-01-281-6/+4
* perldelta for Cow ToolsFather Chrysostomos2014-01-281-2/+14
* op.c: fix grammar in apidocsFather Chrysostomos2014-01-281-1/+1
* Fix crash with (??{undef *^R}) and (?{})Father Chrysostomos2014-01-282-1/+13
* document op_free and op_nullDaniel Dragan2014-01-291-0/+17
* mktables: Refer to an actual commit numberKarl Williamson2014-01-281-2/+3
* version has files customized by 858cc5e3f0 and e2ca569edbSteve Hay2014-01-282-1/+5
* ExtUtils::MakeMaker has files customized by d59900f697 and 8aaffb9f45Steve Hay2014-01-282-0/+4
* Config::Perl::V has files customized by 0b39d4dc4aSteve Hay2014-01-282-0/+4
* Update autodie to CPAN version 2.23Chris 'BinGOs' Williams2014-01-2812-55/+187
* regcomp.c: Change a variable and flag bit namesKarl Williamson2014-01-274-23/+26
* White-space, comments onlyKarl Williamson2014-01-277-190/+193
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-2731-441/+1197
* Rename an internal flagKarl Williamson2014-01-273-10/+10
* regcomp.c: Avoid calling heavy duty functions when possibleKarl Williamson2014-01-271-1/+21