This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Use my_strlcat()
[perl5.git] / t / porting / libperl.t
2016-08-25 Karl Williamsonlocale.c: Use my_strlcat()
2016-05-29 Father Chrysostomos[perl #128266] libperl.t: Ignore $UNIX2003 suffix
2016-05-25 David Mitchellporting/libperl.t: better diag output
2016-05-24 Karl WilliamsonChange mem_collxfrm() algorithm for embedded NULs
2016-01-30 Jarkko HietaniemiDo not export no text symbols starting with S_.
2015-03-03 James E KeenanRemove unused variable $DEBUGGING.
2014-10-30 Jarkko HietaniemiDecouple quadmath from longdouble.
2014-10-07 Jarkko HietaniemiSkip the test if in linux but not in x86*.
2014-10-06 Jarkko HietaniemiThe leading underscore is optional in Darwin.
2014-10-06 Jarkko HietaniemiBail out if there seem to be no text symbols.
2014-09-19 Jarkko Hietaniemiquadmath has expq instead of expl.
2014-09-12 Jarkko Hietaniemiexpl will not be used if long double is double.
2014-09-10 Jarkko Hietaniemidarwin data sections can have wild prefixes and suffixes.
2014-08-31 Jarkko Hietaniemisqrt() disappeared in OSX, assuming it became pow().
2014-08-23 Jarkko HietaniemiDo not test memcmp et al, now also Linux inlined it.
2014-07-29 Jarkko HietaniemiMention sv_gets as the Perl-ish fgets-ish API.
2014-07-29 Jarkko HietaniemiAdd atol, atoll, strtoq to avoidables.
2014-07-29 Jarkko HietaniemiAdd system to avoidables.
2014-07-23 Jarkko HietaniemiAdd strtoul and strtol to avoidables.
2014-07-23 Jarkko HietaniemiAdd atoi to avoidables.
2014-07-22 Jarkko Hietaniemi_LIB_VERSION scan was trying leading address twice.
2014-07-22 Jarkko HietaniemiAvoid undefined warnings.
2014-07-21 Jarkko HietaniemiIn FreeBSD memcmp symbol can disappear.
2014-07-20 Jarkko HietaniemiSkip symbols for which Configure found no support.
2014-07-20 Jarkko HietaniemiComments for dlopen.
2014-07-20 Jarkko HietaniemiExpect sqrtl instead of sqrt if applicable.
2014-07-20 AbigailAdjust 31e62fa1f35be3aceacc7fa62ce72d7131299a9a v5.21.2
2014-07-19 Jarkko HietaniemiAdd fgets+tmpfile to avoidables, and add comments.
2014-07-19 Jarkko HietaniemiAdd freebsd support.
2014-07-19 Jarkko HietaniemiParsing linux input in darwin, and vice versa.
2014-07-19 Jarkko HietaniemiAdd comments.
2014-07-19 Jarkko HietaniemiScan for expected and unwanted undef (libc) symbols.
2014-07-19 Jarkko HietaniemiSometimes Darwin has the string constants in cstring...
2014-07-19 Jarkko Hietaniemitest.pl:eq_array() is enough.
2014-07-19 Jarkko HietaniemiMore debugging output.
2014-07-19 Jarkko HietaniemiHandle darwin ppc nm output, reenable test.
2014-07-19 Jarkko HietaniemiAllow reading nm output from a file (or STDIN).
2014-07-13 James E Keenanskip_all on darwin until nm peculiarities can be straig...
2014-07-08 David Mitchelllibperl.t + ASAN + -DPERL_GLOBAL_STRUCT_PRIVATE
2014-07-02 Tony Cookavoid an undefined value warning from libperl.t
2014-07-01 Jarkko HietaniemiMake the "no name list" catcher more relaxed.
2014-06-29 Brian Fraserlibperl.t: Allow tetss to pass if perl was compiled...
2014-06-28 Jarkko HietaniemiCapture the stderr of "nm libperl.a".
2014-06-25 Jarkko HietaniemiAdd t/porting/libperl.t