platform/upstream/perl.git
2014-01-25 Chris 'BinGOs... Update Module-Load to CPAN version 0.30
2014-01-25 Chris 'BinGOs... Update Module-Load-Conditional to CPAN version 0.62
2014-01-25 Chris 'BinGOs... Update File-Fetch to CPAN version 0.48
2014-01-24 Brian FraserFile::Spec::Unix->tmpdir: Always return an absolute...
2014-01-24 Steve HayUpgrade Scalar-List-Utils from version 1.37 to 1.38
2014-01-24 Craig A. BerryFix $ENV{PATH} flags in Peek.t.
2014-01-24 Karl Williamsonlib/locale.pm: Pod corrections
2014-01-24 Karl WilliamsonAllow 'use locale' on systems without locales.
2014-01-24 Karl Williamsonperllocale: Nit.
2014-01-23 Brian Fraserperldelta for -Dtargetsh
2014-01-23 Brian Fraserregen for uconfig.h
2014-01-23 Brian FraserGlossary entry for targetsh
2014-01-23 Brian FraserAdded targetsh to all the canned config files
2014-01-23 Jess RobinsonSeparate SH used to run Configure from SH used on targe...
2014-01-23 Karl Williamsonloc_tools.pl: FIx to work on Android
2014-01-23 Karl Williamsonlocale.c: Silence Win32 compiler warning.
2014-01-23 Brian FraserConfigure: add missing ; to checkccflags
2014-01-23 Brian Fraserhandy.h: Move the _LC_CAST declaration.
2014-01-23 Brian Frasertime64.h: On QNX, use const for tm_zone
2014-01-23 Brian Frasertime64.h: Declare tm_zone as const under Android, but...
2014-01-23 Brian FraserMerge branch 'cross-compile-revamp' into blead
2014-01-22 Chris 'BinGOs... Update IPC-Cmd to CPAN version 0.92
2014-01-22 Brian Frasert/op/magic.t: Use three-arg open to avooid creating...
2014-01-22 Brian FraserAdd Darwin shared libraries (dylib) to gitignore
2014-01-22 Brian Fraserext/DynaLoader/t/DynaLoader.t: Skip the dl_findfile...
2014-01-22 Brian FraserMoved a glob test from t/run/fresh_perl.t to t/op/glob.t
2014-01-22 Brian Fraserdist/ExtUtils-Install: Skip tests if make is not available
2014-01-22 Brian Fraserlib/ExtUtils/t/Embed.t: Skip tests is cross-compiling...
2014-01-22 Brian Frasert/lib/warnings/pp_sys: Add skips in case telldir is...
2014-01-22 Karl Williamsonperllexwarn: Fit verbatim lines in 79 columns
2014-01-22 Karl Williamsonperllocale: Nits, corrections
2014-01-22 Karl Williamsonperl.c: Add missing ref count decrement
2014-01-22 Karl Williamsonlocale.c: White-space only
2014-01-22 Karl Williamsonlocale.c: Find utf8-8 locales reliably on C99 platforms
2014-01-22 Karl Williamsont/loc_tools.pl: Add some locale finding for Win32
2014-01-22 Karl WilliamsonMove more common locale finding code into t/loc_tools.pl
2014-01-22 Karl Williamsont/run/locale.t: Use common code for finding locales
2014-01-22 Karl Williamsont/loc_tools.pl: Extract out finding locales from locale.t
2014-01-22 Karl Williamsonlib/locale.t: Remove no longer needed SKIPS
2014-01-22 Karl Williamsonreg_posixcc.t: Improve test names
2014-01-22 Karl Williamsonregcomp.c: Extract out code into a separate function
2014-01-22 Karl Williamsonperlunicode: Wrap some lines
2014-01-22 Karl Williamsonregcomp.c: Simplify expression
2014-01-22 Karl Williamsonregcomp.c: Move some code to earlier
2014-01-22 Karl WilliamsonAdd some cBOOL casts to macros
2014-01-22 Karl Williamsonperlapi: Tighten strictures against using undocumented...
2014-01-22 Karl WilliamsonComments, white-space
2014-01-22 Karl Williamsonregcomp.c: Don't output empty debugging text
2014-01-22 Karl Williamsonregcomp.c: request inlining of single line function
2014-01-22 Karl WilliamsonPanic if regex making a trie under /li
2014-01-22 Karl WilliamsonRename regex internal flag bit
2014-01-22 Karl WilliamsonUse bit instead of node for regex SSC
2014-01-22 Karl Williamsonhandy.h: Express locale macros using common base macros
2014-01-22 Karl Williamsonhandy.h: Factor out common code
2014-01-22 Karl Williamsonhandy.h: White-space, comments, pod nit only
2014-01-22 Karl Williamsonpp_hot.c: Rmv unnecessary test
2014-01-22 Brian FraserGlossary entries for host{perl,generate,osname}
2014-01-22 Brian Fraserperldelta for the new cross-compilation model
2014-01-22 Brian FraserConfigure, Makefile.SH: Allow running generate_uudmap...
2014-01-22 Brian FraserConfigure: Minor improvements to the building on the...
2014-01-22 Brian FraserConfigure: When cross-compiling, save the $^O of the...
2014-01-22 Brian FraserConfigure: Silence $to warnings when cross-compiling
2014-01-22 Brian FraserConfigure, run-ssh: No need to use ./\$exe
2014-01-22 Brian FraserUpdate the WinCE files to the new cross model
2014-01-22 Brian Fraserconfigpm: Remove remnants of the old cross model
2014-01-22 Brian FraserRemove old cross-compilation model
2014-01-22 Brian Frasermake_ext.pl: Phase out the use of Cross.pm
2014-01-22 Brian FraserMakefile.SH: Remove remnants of the old cross-compilati...
2014-01-22 Jess RobinsonNo xconfig.h is produced when cross-compiling, we have...
2014-01-22 Jess RobinsonMake sure to remove the Cross/mkdir script on *clean
2014-01-22 Jess RobinsonGitignore files which are created/used while cross...
2014-01-22 Brian FraserMakefile.SH: on make test_prep, add $target/lib:$target...
2014-01-22 Jess RobinsonMakefile.SH: 'make test' for cross-compilation builds.
2014-01-22 Jess RobinsonMakefile.SH: When cross-compiling, copy the files neede...
2014-01-22 Brian FraserConfigure: Teach run-ssh to handle -env
2014-01-22 Brian FraserConfigure: Pass the -r flag to scp when cross-compiling
2014-01-22 Jess RobinsonUse HOST_PERL instead of built perl for perl installation
2014-01-22 Jess RobinsonUse the system perl for RUN_PERL, if we are cross compi...
2014-01-22 Brian FraserMakefile.SH: Updated the lib/buildcustomize.pl rule...
2014-01-22 Jess Robinsonwrite_buildcustomize.pl: Setup $^O to be the target...
2014-01-22 Jess Robinsonconfigpm should use "osname" from config.sh, instead...
2014-01-22 Jess RobinsonRun all the miniperl calls locally, not via RUN
2014-01-22 Jess RobinsonBuild host miniperl and generate_uudmap binaries when...
2014-01-22 Jess RobinsonStop using Config{run} to check the version of (mini...
2014-01-22 Jess RobinsonStop using $run for anything other than testing compile...
2014-01-22 Jess RobinsonUpdate AUTHORS and MANIFEST to appease test_porting
2014-01-22 Neil Williamsfix the ability to use targethost when defined.
2014-01-22 Neil Williamsadd an escape for when targethost is not defined but...
2014-01-22 Jess RobinsonConfigure: Set to/from/run scripts if targethost is...
2014-01-22 Jess RobinsonConfigure: Split the usecrosscompile section from the...
2014-01-22 H.Merijn Brandrestore missed commit in regeneration (spotted by hugmeir)
2014-01-22 H.Merijn BrandRegenerate from meta after backporting crosscompile...
2014-01-22 Tony Cookperldelta for c91312d5e, none needed for e214621be
2014-01-22 Tony Cook[perl #120977] use warnings "FATAL" implies "all"
2014-01-22 Tony Cook[perl #120977] bump $warnings::VERSION
2014-01-22 Hauke Dassume "all" in "use warnings 'FATAL';" and related
2014-01-22 Hauke Dadd a missing word in perllexwarn
2014-01-22 Brian FraserPerlIO_tmpfile: Don't leak an SV
2014-01-22 Brian Fraserperlio.c, PerlIO_tmpfile: Fall back to cwd if we have...
2014-01-21 Brian Frasersv.c, Perl_dirp_dup: Skip the fchdir sections if telldi...
next