| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump the perl version in various places for 5.21.2 | Matthew Horsfall (alh) | 2014-06-20 | 1 | -2/+2 |
* | Disable ODBM (via i_dbm) in HP-UX, seems to be buggy. | Jarkko Hietaniemi | 2014-06-19 | 1 | -0/+4 |
* | HP-UX cc in PA-RISC2.0 optimizer crashes with some files. | Jarkko Hietaniemi | 2014-06-19 | 1 | -0/+17 |
* | Removed NeXT support | Brian Fraser | 2014-06-11 | 3 | -304/+0 |
* | Default to using OpenBSD's malloc | Andrew Fresh | 2014-06-11 | 1 | -6/+2 |
* | Correct architectures and versions for hints | Andrew Fresh | 2014-06-11 | 1 | -7/+7 |
* | bump version to 5.21.1 | Ricardo Signes | 2014-05-27 | 1 | -2/+2 |
* | bump version to 5.21.0 | Ricardo Signes | 2014-05-26 | 1 | -2/+2 |
* | bump version to 5.20.0, install 5.20 perldelta | Ricardo Signes | 2014-05-12 | 1 | -2/+2 |
* | Bump version for 5.19.12 (not that it's expected to exist...) | Steve Hay | 2014-04-20 | 1 | -2/+2 |
* | Bump to Perl version 5.19.11 | Aaron Crane | 2014-03-20 | 1 | -2/+2 |
* | The linux hints file should only look for -lgdbm_compat if -lgdbm is wanted. | Nicholas Clark | 2014-03-20 | 1 | -1/+5 |
* | On OS X, allow Configure to override $ld with -Dld=... | Nicholas Clark | 2014-03-16 | 1 | -1/+5 |
* | bump to version 5.19.10 and fix the version number reference in op.c | Tony Cook | 2014-02-20 | 1 | -2/+2 |
* | QNX hints: Add LC_ALL=C to targetenv | Brian Fraser | 2014-01-30 | 1 | -0/+1 |
* | Configure, Solaris hints: Allow cross-compiling to Solaris. | Brian Fraser | 2014-01-30 | 1 | -25/+34 |
* | Configure, qnx hints: Improve the cross-compilation support for QNX | Brian Fraser | 2014-01-30 | 1 | -8/+46 |
* | Android hints: run-adb-shell was mishandling '\0' | Brian Fraser | 2014-01-26 | 1 | -12/+9 |
* | Android hints: Set d_csh to undef in cross builds | Brian Fraser | 2014-01-26 | 1 | -0/+10 |
* | Android hints: load the linux hints to get those defaults | Brian Fraser | 2014-01-26 | 1 | -0/+3 |
* | Android hints: Clean up some files if cross-compiling with adb | Brian Fraser | 2014-01-26 | 1 | -0/+2 |
* | Android hints: In native builds, add -L/system/lib to ldflags | Brian Fraser | 2014-01-26 | 1 | -0/+3 |
* | Configure, Android hints: Changes to allow native builds | Brian Fraser | 2014-01-26 | 1 | -0/+10 |
* | Android hints: When Configure finishes, turn $^O into 'android' | Brian Fraser | 2014-01-26 | 1 | -0/+13 |
* | Android hints: Add m to libswanted | Brian Fraser | 2014-01-26 | 1 | -0/+3 |
* | Android hints: Set osvers to getprop ro.build.version.release | Brian Fraser | 2014-01-26 | 1 | -0/+2 |
* | Android hints: Only use adb if $targetrun is set to adb | Brian Fraser | 2014-01-26 | 1 | -1/+5 |
* | Android hints: Only set userelocatableinc if it doesn't have a value | Brian Fraser | 2014-01-26 | 1 | -1/+3 |
* | hints/linux-androideabi.sh: If the host OS is darwin, set firstmakefile to GN... | Brian Fraser | 2014-01-26 | 1 | -0/+3 |
* | hints/linux-androideabi.sh: use $chmod instead of plain chmod | Brian Fraser | 2014-01-26 | 1 | -4/+4 |
* | hints/linux-androideabi.sh: use $cat instead of plain cat | Brian Fraser | 2014-01-26 | 1 | -15/+15 |
* | hints/linux-androideabi.sh: adb takes care of creating the target dir on the ... | Brian Fraser | 2014-01-26 | 1 | -2/+0 |
* | hints/linux-androideabi.sh: sed might not understand "\r", use $tr instead | Brian Fraser | 2014-01-26 | 1 | -3/+3 |
* | hints/linux-androideabi.sh: Rather than relaying on adb, save the exit status... | Brian Fraser | 2014-01-26 | 1 | -7/+20 |
* | hints/linux-androideabi.sh: getservent_r() is a partial stub, mark it as unde... | Brian Fraser | 2014-01-26 | 1 | -0/+3 |
* | android hints: Always define d_libname_unique | Brian Fraser | 2014-01-26 | 1 | -0/+14 |
* | Android hints: Detect stub functions and mark them as undefined. | Brian Fraser | 2014-01-26 | 1 | -0/+92 |
* | Correctly quote result from adb, otherwise multiline responses breal (eg sign... | Jess Robinson | 2014-01-26 | 1 | -1/+1 |
* | Android hints, run-ssh: Make sure that the stdout of commands run from Config... | Jess Robinson | 2014-01-26 | 1 | -4/+5 |
* | No locales in Android, just set the lot to undef | Jess Robinson | 2014-01-26 | 1 | -0/+7 |
* | Android hints, run-adb-shell: Handle the -env switch | Jess Robinson | 2014-01-26 | 1 | -7/+15 |
* | Android hints: set targetsh to /system/bin/sh | Jess Robinson | 2014-01-26 | 1 | -3/+2 |
* | Create a Perl with relocatable inc when building for Android. | Jess Robinson | 2014-01-26 | 1 | -0/+2 |
* | Hints file for android cross-compiling. | Jess Robinson | 2014-01-26 | 1 | -0/+100 |
* | Linux hints: Improve the code that looks for libc.so | Brian Fraser | 2014-01-26 | 1 | -11/+26 |
* | Linux hints: Improve the portability of the -lndbm check | Brian Fraser | 2014-01-26 | 1 | -10/+21 |
* | Linux hints: add some missing $ccflags | Brian Fraser | 2014-01-26 | 1 | -2/+2 |
* | Linux hints: Handle `uname -m` in cross-compilation builds | Brian Fraser | 2014-01-26 | 1 | -3/+6 |
* | Linux hints: try using user-provided binaries before going for the defaults | Brian Fraser | 2014-01-26 | 1 | -3/+3 |
* | bump version to 5.19.9! | Ricardo Signes | 2014-01-20 | 1 | -2/+2 |