2014-01-26 |
Brian Fraser | Cwd.pm: Handle native android builds better |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | ext/POSIX/t/sysconf.t: Skip testing pathconf with _PC_L... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | IO::Socket::INET: Handle getprotobyn{ame,umber} not... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Net::Ping: Handle getprotobyn{ame,umber} not being... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | dist/IO/t/io_pipe.t: Work around android only having... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | t/op/sigdispatch.t: SKIP, not TODO |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | t/io/fs.t: Handle Android's pwd being a shell builtin |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | t/op/filetest.t: On Android, don't try checking if... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | t/op/sigdispatch.t: Increase timeout to avoid issues... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | t/op/stat.t: use 'ls -l' on android, even if d_readlink... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | t/op/fork.t: Up the sleep time in a test to avoid timin... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | t/op/fork.t: Work around android only having an inbuilt... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | t/op/magic.t: Skip tests that use env on Android |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | t/op/magic.t: Work around android only having an inbuil... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | t/op/incfilter.t: Work around android only having an... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Jess Robinson | t/op/sigdispatch.t: TODO tests that don't work on some... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Jess Robinson | t/op/magic.t: TODO tests that don't work on some cross... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Jess Robinson | t/op/sprintf.t: Add Android to the list of skips for... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Jess Robinson | Adjust fs test to try more ways of getting the CWD... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | pod/perlport.pod: Note which functions are not availabl... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Configure: If cross-compiling to linux, pick the proper... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Configure: added special osname checks for nto and... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Android hints: Set d_csh to undef in cross builds |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Android hints: load the linux hints to get those defaults |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Android hints: Clean up some files if cross-compiling... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Android hints: In native builds, add -L/system/lib... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Configure, Android hints: Changes to allow native builds |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Android hints: When Configure finishes, turn $^O into... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Android hints: Add m to libswanted |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Android hints: Set osvers to getprop ro.build.version... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Make compiling with adb work again |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Android hints: Only use adb if $targetrun is set to adb |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Android hints: Only set userelocatableinc if it doesn... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | hints/linux-androideabi.sh: If the host OS is darwin... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | hints/linux-androideabi.sh: use $chmod instead of plain... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | hints/linux-androideabi.sh: use $cat instead of plain cat |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | hints/linux-androideabi.sh: adb takes care of creating... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | hints/linux-androideabi.sh: sed might not understand... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | hints/linux-androideabi.sh: Rather than relaying on... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | hints/linux-androideabi.sh: getservent_r() is a partial... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | android hints: Always define d_libname_unique |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Android hints: Detect stub functions and mark them... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Jess Robinson | Correctly quote result from adb, otherwise multiline... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Jess Robinson | Android hints, run-ssh: Make sure that the stdout of... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Jess Robinson | No locales in Android, just set the lot to undef |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Jess Robinson | Android hints, run-adb-shell: Handle the -env switch |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Jess Robinson | Android hints: set targetsh to /system/bin/sh |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Jess Robinson | Create a Perl with relocatable inc when building for... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Jess Robinson | Hints file for android cross-compiling. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Linux hints: Improve the code that looks for libc.so |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Linux hints: Improve the portability of the -lndbm... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Linux hints: add some missing $ccflags |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Linux hints: Handle `uname -m` in cross-compilation... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Brian Fraser | Linux hints: try using user-provided binaries before... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Abigail | Make it clear what it means if there's no distinction... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Craig A. Berry | targetsh in configure.com again |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Craig A. Berry | Fix targetsh in configure.com. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Craig A. Berry | Make fileify handle node specifications better. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Craig A. Berry | In vms.c's Perl_opendir, skip access check on remotes. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Yves Orton | resolve bug 121070 - preserve $^R after successful... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Brian Fraser | Makefile.SH, make test: Copy config.sh when cross-compiling |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Brian Fraser | t/porting/: Skips for cross-compilation |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Chris 'BinGOs... | Update Module-Load to CPAN version 0.30 |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Chris 'BinGOs... | Update Module-Load-Conditional to CPAN version 0.62 |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Chris 'BinGOs... | Update File-Fetch to CPAN version 0.48 |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Brian Fraser | File::Spec::Unix->tmpdir: Always return an absolute... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Steve Hay | Upgrade Scalar-List-Utils from version 1.37 to 1.38 |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Craig A. Berry | Fix $ENV{PATH} flags in Peek.t. |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Karl Williamson | lib/locale.pm: Pod corrections |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Karl Williamson | Allow 'use locale' on systems without locales. |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Karl Williamson | perllocale: Nit. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Brian Fraser | perldelta for -Dtargetsh |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Brian Fraser | regen for uconfig.h |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Brian Fraser | Glossary entry for targetsh |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Brian Fraser | Added targetsh to all the canned config files |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Jess Robinson | Separate SH used to run Configure from SH used on targe... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Karl Williamson | loc_tools.pl: FIx to work on Android |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Karl Williamson | locale.c: Silence Win32 compiler warning. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Brian Fraser | Configure: add missing ; to checkccflags |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Brian Fraser | handy.h: Move the _LC_CAST declaration. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Brian Fraser | time64.h: On QNX, use const for tm_zone |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Brian Fraser | time64.h: Declare tm_zone as const under Android, but... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Brian Fraser | Merge branch 'cross-compile-revamp' into blead |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Chris 'BinGOs... | Update IPC-Cmd to CPAN version 0.92 |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Brian Fraser | t/op/magic.t: Use three-arg open to avooid creating... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Brian Fraser | Add Darwin shared libraries (dylib) to gitignore |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Brian Fraser | ext/DynaLoader/t/DynaLoader.t: Skip the dl_findfile... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Brian Fraser | Moved a glob test from t/run/fresh_perl.t to t/op/glob.t |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Brian Fraser | dist/ExtUtils-Install: Skip tests if make is not available |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Brian Fraser | lib/ExtUtils/t/Embed.t: Skip tests is cross-compiling... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Brian Fraser | t/lib/warnings/pp_sys: Add skips in case telldir is... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Karl Williamson | perllexwarn: Fit verbatim lines in 79 columns |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Karl Williamson | perllocale: Nits, corrections |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Karl Williamson | perl.c: Add missing ref count decrement |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Karl Williamson | locale.c: White-space only |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Karl Williamson | locale.c: Find utf8-8 locales reliably on C99 platforms |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Karl Williamson | t/loc_tools.pl: Add some locale finding for Win32 |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Karl Williamson | Move more common locale finding code into t/loc_tools.pl |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Karl Williamson | t/run/locale.t: Use common code for finding locales |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Karl Williamson | t/loc_tools.pl: Extract out finding locales from locale.t |
commit | commitdiff | tree | snapshot |
next |