This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use sv_catpvn instead of sv_catsv in doop.c:do_join
[perl5.git] / hints / linux-android.sh
2014-08-20 Brian FraserAndroid hints: Always append /system/lib and /vendor...
2014-08-20 Brian FraserAndroid hints: define d_procselfexe and procselfexe...
2014-01-26 Brian FraserAndroid hints: run-adb-shell was mishandling '\0'
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 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.