platform/upstream/perl.git
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...
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
next