summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cross-compile-revamp' into bleadBrian Fraser2014-01-2217-332/+533
|\
| * Glossary entries for host{perl,generate,osname}Brian Fraser2014-01-221-0/+18
| * perldelta for the new cross-compilation modelBrian Fraser2014-01-221-1/+19
| * Configure, Makefile.SH: Allow running generate_uudmap in the targetBrian Fraser2014-01-222-14/+36
| * Configure: Minor improvements to the building on the host miniperlBrian Fraser2014-01-221-7/+9
| * Configure: When cross-compiling, save the $^O of the hostBrian Fraser2014-01-221-0/+3
| * Configure: Silence $to warnings when cross-compilingBrian Fraser2014-01-221-1/+1
| * Configure, run-ssh: No need to use ./\$exeBrian Fraser2014-01-221-1/+1
| * Update the WinCE files to the new cross modelBrian Fraser2014-01-223-64/+90
| * configpm: Remove remnants of the old cross modelBrian Fraser2014-01-221-5/+0
| * Remove old cross-compilation modelBrian Fraser2014-01-223-70/+8
| * make_ext.pl: Phase out the use of Cross.pmBrian Fraser2014-01-221-37/+28
| * Makefile.SH: Remove remnants of the old cross-compilation modelBrian Fraser2014-01-221-34/+1
| * No xconfig.h is produced when cross-compiling, we have a normal config.hJess Robinson2014-01-221-5/+1
| * Make sure to remove the Cross/mkdir script on *cleanJess Robinson2014-01-221-1/+1
| * Gitignore files which are created/used while cross-compilingJess Robinson2014-01-221-0/+11
| * Makefile.SH: on make test_prep, add $target/lib:$target/lib/auto to -env LD_L...Brian Fraser2014-01-221-1/+1
| * Makefile.SH: 'make test' for cross-compilation builds.Jess Robinson2014-01-221-0/+16
| * Makefile.SH: When cross-compiling, copy the files needed by make test.Jess Robinson2014-01-221-0/+56
| * Configure: Teach run-ssh to handle -envBrian Fraser2014-01-221-1/+9
| * Configure: Pass the -r flag to scp when cross-compilingBrian Fraser2014-01-221-2/+2
| * Use HOST_PERL instead of built perl for perl installationJess Robinson2014-01-221-2/+37
| * Use the system perl for RUN_PERL, if we are cross compiling, and we found one.Jess Robinson2014-01-221-16/+33
| * Makefile.SH: Updated the lib/buildcustomize.pl rule for cross-compilation buildsBrian Fraser2014-01-221-6/+7
| * write_buildcustomize.pl: Setup $^O to be the target os when building Core.Jess Robinson2014-01-221-2/+10
| * configpm should use "osname" from config.sh, instead of miniperl's $^O.Jess Robinson2014-01-221-70/+72
| * Run all the miniperl calls locally, not via RUNJess Robinson2014-01-221-8/+8
| * Build host miniperl and generate_uudmap binaries when cross compiling, for lo...Jess Robinson2014-01-222-1/+49
| * Stop using Config{run} to check the version of (mini)perl we are runningJess Robinson2014-01-221-2/+0
| * Stop using $run for anything other than testing compiled tests in Configure.Jess Robinson2014-01-224-11/+8
| * Update AUTHORS and MANIFEST to appease test_portingJess Robinson2014-01-221-0/+1
| * fix the ability to use targethost when defined.Neil Williams2014-01-221-3/+3
| * add an escape for when targethost is not defined but usecrosscompile is.Neil Williams2014-01-221-1/+14
| * Configure: Set to/from/run scripts if targethost is passedJess Robinson2014-01-221-2/+7
| * Configure: Split the usecrosscompile section from the to/from/run sectionJess Robinson2014-01-221-0/+9
* | Update IPC-Cmd to CPAN version 0.92Chris 'BinGOs' Williams2014-01-223-148/+148
* | t/op/magic.t: Use three-arg open to avooid creating a subshellBrian Fraser2014-01-221-3/+3
* | Add Darwin shared libraries (dylib) to gitignoreBrian Fraser2014-01-221-0/+3
* | ext/DynaLoader/t/DynaLoader.t: Skip the dl_findfile test when cross-compilingBrian Fraser2014-01-222-1/+3
* | Moved a glob test from t/run/fresh_perl.t to t/op/glob.tBrian Fraser2014-01-222-27/+35
* | dist/ExtUtils-Install: Skip tests if make is not availableBrian Fraser2014-01-225-10/+21
* | lib/ExtUtils/t/Embed.t: Skip tests is cross-compiling and $Config{cc} is not ...Brian Fraser2014-01-222-5/+7
* | t/lib/warnings/pp_sys: Add skips in case telldir is not availableBrian Fraser2014-01-221-0/+22
* | perllexwarn: Fit verbatim lines in 79 columnsKarl Williamson2014-01-221-2/+2
* | perllocale: Nits, correctionsKarl Williamson2014-01-221-26/+60
* | perl.c: Add missing ref count decrementKarl Williamson2014-01-221-0/+1
* | locale.c: White-space onlyKarl Williamson2014-01-221-13/+13
* | locale.c: Find utf8-8 locales reliably on C99 platformsKarl Williamson2014-01-221-10/+53
* | t/loc_tools.pl: Add some locale finding for Win32Karl Williamson2014-01-221-0/+4
* | Move more common locale finding code into t/loc_tools.plKarl Williamson2014-01-223-32/+33