platform/upstream/perl.git
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...
2014-01-26 Jess RobinsonAdjust fs test to try more ways of getting the CWD...
2014-01-26 Brian Fraserpod/perlport.pod: Note which functions are not availabl...
2014-01-26 Brian FraserConfigure: If cross-compiling to linux, pick the proper...
2014-01-26 Brian FraserConfigure: added special osname checks for nto and...
2014-01-26 Brian FraserAndroid hints: Set d_csh to undef in cross builds
2014-01-26 Brian FraserAndroid hints: load the linux hints to get those defaults
2014-01-26 Brian FraserAndroid hints: Clean up some files if cross-compiling...
2014-01-26 Brian FraserAndroid hints: In native builds, add -L/system/lib...
2014-01-26 Brian FraserConfigure, Android hints: Changes to allow native builds
2014-01-26 Brian FraserAndroid hints: When Configure finishes, turn $^O into...
2014-01-26 Brian FraserAndroid hints: Add m to libswanted
2014-01-26 Brian FraserAndroid hints: Set osvers to getprop ro.build.version...
2014-01-26 Brian FraserMake compiling with adb work again
2014-01-26 Brian FraserAndroid hints: Only use adb if $targetrun is set to adb
2014-01-26 Brian FraserAndroid hints: Only set userelocatableinc if it doesn...
2014-01-26 Brian Fraserhints/linux-androideabi.sh: If the host OS is darwin...
2014-01-26 Brian Fraserhints/linux-androideabi.sh: use $chmod instead of plain...
2014-01-26 Brian Fraserhints/linux-androideabi.sh: use $cat instead of plain cat
2014-01-26 Brian Fraserhints/linux-androideabi.sh: adb takes care of creating...
2014-01-26 Brian Fraserhints/linux-androideabi.sh: sed might not understand...
2014-01-26 Brian Fraserhints/linux-androideabi.sh: Rather than relaying on...
2014-01-26 Brian Fraserhints/linux-androideabi.sh: getservent_r() is a partial...
2014-01-26 Brian Fraserandroid hints: Always define d_libname_unique
2014-01-26 Brian FraserAndroid hints: Detect stub functions and mark them...
2014-01-26 Jess RobinsonCorrectly quote result from adb, otherwise multiline...
2014-01-26 Jess RobinsonAndroid hints, run-ssh: Make sure that the stdout of...
2014-01-26 Jess RobinsonNo locales in Android, just set the lot to undef
2014-01-26 Jess RobinsonAndroid hints, run-adb-shell: Handle the -env switch
2014-01-26 Jess RobinsonAndroid hints: set targetsh to /system/bin/sh
2014-01-26 Jess RobinsonCreate a Perl with relocatable inc when building for...
2014-01-26 Jess RobinsonHints file for android cross-compiling.
2014-01-26 Brian FraserLinux hints: Improve the code that looks for libc.so
2014-01-26 Brian FraserLinux hints: Improve the portability of the -lndbm...
2014-01-26 Brian FraserLinux hints: add some missing $ccflags
2014-01-26 Brian FraserLinux hints: Handle `uname -m` in cross-compilation...
2014-01-26 Brian FraserLinux hints: try using user-provided binaries before...
2014-01-26 AbigailMake it clear what it means if there's no distinction...
2014-01-26 Craig A. Berrytargetsh in configure.com again
2014-01-25 Craig A. BerryFix targetsh in configure.com.
2014-01-25 Craig A. BerryMake fileify handle node specifications better.
2014-01-25 Craig A. BerryIn vms.c's Perl_opendir, skip access check on remotes.
2014-01-25 Yves Ortonresolve bug 121070 - preserve $^R after successful...
2014-01-25 Brian FraserMakefile.SH, make test: Copy config.sh when cross-compiling
2014-01-25 Brian Frasert/porting/: Skips for cross-compilation
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
next