platform/upstream/perl.git
2014-01-31 Karl Williamsonhandy.h: Add a cBOOL()
2014-01-31 Karl Williamsonpp.c: Silence compiler warning
2014-01-31 Karl Williamsonregcomp.c: Revert mistakenly changed line
2014-01-30 Brian FraserINSTALL: Updates to the cross-compilation section
2014-01-30 Brian FraserConfigure: use $undef, not plain undef
2014-01-30 Brian FraserREADME.qnx: Add a section for cross-compilation
2014-01-30 Brian FraserQNX hints: Add LC_ALL=C to targetenv
2014-01-30 Brian FraserGlossary for targetenv
2014-01-30 Brian FraserConfigure: Added a targetenv variable
2014-01-30 Brian FraserREADME.solaris: Add a section for cross-compilation
2014-01-30 Brian FraserConfigure, Solaris hints: Allow cross-compiling to...
2014-01-30 Brian Frasert/io/fs.t: sh in Blackberry might behave like android's
2014-01-30 Brian FraserConfigure, qnx hints: Improve the cross-compilation...
2014-01-30 Yves OrtonMove the RXf_ANCH flags to intflags as PREGf_ANCH_xxx...
2014-01-30 Yves Ortonrename RXf_UNUSED flags to match their BASE_SHIFT offset
2014-01-30 Yves Ortonmove RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflags
2014-01-30 Yves OrtonRename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from...
2014-01-30 Yves Ortonmove RXf_NOSCAN from extflags to intflags as PREGf_NOSCAN
2014-01-30 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.86
2014-01-30 Father Chrysostomosperl5200delta: Tk has been fixed
2014-01-30 Father Chrysostomosperl5200delta: Mouse has been fixed
2014-01-30 Father Chrysostomosperldelta for c4cf781e24ac2
2014-01-30 Father Chrysostomosop.c: Consistent spaces after dots in apidocs
2014-01-30 Father Chrysostomosperl5200delta: Glib has been fixed
2014-01-30 Father Chrysostomos[perl #121068] Mention HTML::FormHandler in perl5200delta
2014-01-30 Tony Cookperldelta for e4c0574e9d
2014-01-30 Tony Cookensure we have a reference when we call SvRV()
2014-01-30 Tony Cookperldelta for c23547d5c6
2014-01-30 Matthew HorsfallOptimisation for 'my $x; my $y;' -> 'my ($x, $y)'.
2014-01-30 Tony Cook[perl #121104] avoid using a less sane find(1)
2014-01-30 Karl Williamsonlocale.c: Fix failure to find UTF-8 locales
2014-01-30 Karl Williamsonlib/locale.t: Better debug information
2014-01-29 Matthew Horsfall... Clarify op_free documentation
2014-01-29 Karl Williamsonregcomp.c: Process all POSIXes in [...] under /l
2014-01-29 Karl Williamsonregcomp.c: White-space only
2014-01-29 Karl Williamsont/loc_tools.pl: find_locales() Don't destroy callers ENV
2014-01-29 Ricardo Signesremove redundancy in documentation of exec
2014-01-29 David Mitchellupdate embed.fnc now op_null and op_free have docs
2014-01-29 Karl WilliamsonPATCH: [perl #121109] locales failing
2014-01-29 Father Chrysostomosperldelta for Cow Tools
2014-01-29 Father Chrysostomosop.c: fix grammar in apidocs
2014-01-29 Father ChrysostomosFix crash with (??{undef *^R}) and (?{})
2014-01-29 Daniel Dragandocument op_free and op_null
2014-01-28 Karl Williamsonmktables: Refer to an actual commit number
2014-01-28 Steve Hayversion has files customized by 858cc5e3f0 and e2ca569edb
2014-01-28 Steve HayExtUtils::MakeMaker has files customized by d59900f697...
2014-01-28 Steve HayConfig::Perl::V has files customized by 0b39d4dc4a
2014-01-28 Chris 'BinGOs... Update autodie to CPAN version 2.23
2014-01-28 Karl Williamsonregcomp.c: Change a variable and flag bit names
2014-01-28 Karl WilliamsonWhite-space, comments only
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-28 Karl WilliamsonRename an internal flag
2014-01-28 Karl Williamsonregcomp.c: Avoid calling heavy duty functions when...
2014-01-28 Karl Williamsonregcomp.c: Nit in comments
2014-01-28 Karl Williamsonregcomp.c: Swap two else clauses for clarity.
2014-01-28 Father Chrysostomosregen pod issues
2014-01-28 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.25
2014-01-28 Father Chrysostomos[perl #121050] Teach B::Deparse about prototype whitespace
2014-01-27 Sullivan BeckPATCH: Bump Locale-Codes from 3.28 to 3.29
2014-01-27 Karl WilliamsonTaint more operands with case changes
2014-01-27 Karl Williamsonfold_grind.t: Use LC_CTYPE, not LC_ALL
2014-01-27 Karl WilliamsonAvoid unnecessary malformed checking
2014-01-27 Karl Williamsonregen/regcharclass.pl: Don't test UV >= 0
2014-01-27 Karl Williamsonregen/regcharclass.pl: Fix warning
2014-01-27 Karl WilliamsonMove an inversion list generation to mktables
2014-01-27 Karl WilliamsonRegen porting/known_pod_issues.dat
2014-01-27 Karl WilliamsonMove more locale code to t/loc_tools.pl
2014-01-26 Brian FraserAndroid support
2014-01-26 Brian Fraserperldelta for Android
2014-01-26 Brian FraserAndroid hints: run-adb-shell was mishandling '\0'
2014-01-26 Brian FraserConfigure: Fix the fflush(NULL) test in cross builds
2014-01-26 Brian FraserREADME.android: minor wording fixups
2014-01-26 Brian Fraserreentr.c: Handle systems without getpwent
2014-01-26 Brian FraserExtUtils::ParseXS: Fix tests for native android builds
2014-01-26 Brian FraserAUTHORS and MANIFEST for the CBuilder Android patch
2014-01-26 Brian FraserUp the version of ExtUtils::CBuilder
2014-01-26 Brian FraserCBuilder, android: Fix the useshrplib check
2014-01-26 Piotr RoszatyckiExtUtils::CBuilder: Android with useshrplib needs ...
2014-01-26 Brian Fraserpod fixups on README.android
2014-01-26 Brian FraserREADME.android: Notes about cross-compiling from a...
2014-01-26 Brian FraserREADME.android: Update for native builds
2014-01-26 Brian FraserAdded README.android
2014-01-26 Brian FraserCwd.pm: Handle native android builds better
2014-01-26 Brian Fraserext/POSIX/t/sysconf.t: Skip testing pathconf with _PC_L...
2014-01-26 Brian FraserIO::Socket::INET: Handle getprotobyn{ame,umber} not...
2014-01-26 Brian FraserNet::Ping: Handle getprotobyn{ame,umber} not being...
2014-01-26 Brian Fraserdist/IO/t/io_pipe.t: Work around android only having...
2014-01-26 Brian Frasert/op/sigdispatch.t: SKIP, not TODO
2014-01-26 Brian Frasert/io/fs.t: Handle Android's pwd being a shell builtin
2014-01-26 Brian Frasert/op/filetest.t: On Android, don't try checking if...
2014-01-26 Brian Frasert/op/sigdispatch.t: Increase timeout to avoid issues...
2014-01-26 Brian Frasert/op/stat.t: use 'ls -l' on android, even if d_readlink...
2014-01-26 Brian Frasert/op/fork.t: Up the sleep time in a test to avoid timin...
2014-01-26 Brian Frasert/op/fork.t: Work around android only having an inbuilt...
2014-01-26 Brian Frasert/op/magic.t: Skip tests that use env on Android
2014-01-26 Brian Frasert/op/magic.t: Work around android only having an inbuil...
2014-01-26 Brian Frasert/op/incfilter.t: Work around android only having an...
2014-01-26 Jess Robinsont/op/sigdispatch.t: TODO tests that don't work on some...
2014-01-26 Jess Robinsont/op/magic.t: TODO tests that don't work on some cross...
2014-01-26 Jess Robinsont/op/sprintf.t: Add Android to the list of skips for...
next