2014-08-22 |
Jarkko Hietaniemi | For Darwin MacPorts add the gcc/g++ libdir.
|
commit | commitdiff | tree |
2014-08-22 |
Jarkko Hietaniemi | Add some basic math tests.
|
commit | commitdiff | tree |
2014-08-22 |
Jarkko Hietaniemi | Implement POSIX::strtold().
|
commit | commitdiff | tree |
2014-08-22 |
Jarkko Hietaniemi | Introduce Perl_strtod (macro) to call strtold if long...
|
commit | commitdiff | tree |
2014-08-22 |
Jarkko Hietaniemi | Perl_isinf and Perl_isfinite enhancements.
|
commit | commitdiff | tree |
2014-08-22 |
Jarkko Hietaniemi | Clean up the fpclass forest.
|
commit | commitdiff | tree |
2014-08-22 |
Jarkko Hietaniemi | Add inf/nan tests.
|
commit | commitdiff | tree |
2014-08-22 |
Jarkko Hietaniemi | Unify the Inf/-Inf/NaN also in basic NV stringify.
|
commit | commitdiff | tree |
2014-08-22 |
Jarkko Hietaniemi | Unify inf/nan printf output to Inf, -Inf, and NaN.
|
commit | commitdiff | tree |
2014-08-22 |
Jarkko Hietaniemi | Use grok_infnan() if NV_INF and NV_NAN are defined.
|
commit | commitdiff | tree |
2014-08-21 |
Jarkko Hietaniemi | Partial revert of c6d2504a: do not use isfinite().
|
commit | commitdiff | tree |
2014-08-21 |
Jarkko Hietaniemi | The quest for the hexfp exponent continues.
|
commit | commitdiff | tree |
2014-08-21 |
Jarkko Hietaniemi | Do not anchor the matches, because of sprintf padding.
|
commit | commitdiff | tree |
2014-08-21 |
Jarkko Hietaniemi | IEEE quadruple exponents were off.
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Mention the possibility of fp rounding modes' effects.
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Try addressing perl #122578, low-order fp diffs.
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Pass $ENV{HARNESS_TIMER} to Test::Harness from t/harness.
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | perldelta for hexadecimal floats.
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Separate grok_infnan() from grok_number().
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Perl_signbit should return non-zero for -0.
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Win32 apparently has _isnan() and _finite(), and _fpclass().
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Use Perl_isfinite().
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Perl_isinf enhancements.
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | OSX does have isfinite(), and 10.9+ prefers it over...
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Perl_isfinite() enhancements.
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Configure for isfinitel / isinfl.
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Add todo comment about special hexfp values.
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Quadruple float BE test triggering had a typo.
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Reduce double-double %a to single-double for now.
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | double-double needs the first mantissa bits of doubles.
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Modify the hexfp exponent explicitly in each long double...
|
commit | commitdiff | tree |
2014-08-20 |
Jarkko Hietaniemi | Comment: scan_num also handles hexadecimal floats now.
|
commit | commitdiff | tree |
2014-08-17 |
Jarkko Hietaniemi | Include longdblkind in perl -V output.
|
commit | commitdiff | tree |
2014-08-17 |
Jarkko Hietaniemi | Comment tweaks.
|
commit | commitdiff | tree |
2014-08-17 |
Jarkko Hietaniemi | Little-endian double-double detection was wrong.
|
commit | commitdiff | tree |
2014-08-17 |
Jarkko Hietaniemi | Add quadruple precision tests, verified by Craig Berry.
|
commit | commitdiff | tree |
2014-08-17 |
Jarkko Hietaniemi | Separate the extraction of hex values.
|
commit | commitdiff | tree |
2014-08-16 |
Jarkko Hietaniemi | Socket 2.015
|
commit | commitdiff | tree |
2014-08-15 |
Jarkko Hietaniemi | Make a wild guess at how to handle double-double.
|
commit | commitdiff | tree |
2014-08-15 |
Jarkko Hietaniemi | Limit testing with 80-bit doubles.
|
commit | commitdiff | tree |
2014-08-15 |
Jarkko Hietaniemi | 80-bit big-endian extraction was also wrong.
|
commit | commitdiff | tree |
2014-08-15 |
Jarkko Hietaniemi | Try preparing for weird UVSIZE or NV_MANT_DIG.
|
commit | commitdiff | tree |
2014-08-15 |
Jarkko Hietaniemi | In frexp+ldexp path simply prefer Uquad_t to UV.
|
commit | commitdiff | tree |
2014-08-15 |
Jarkko Hietaniemi | Big endian frexp+ldexp byte extraction was wrong.
|
commit | commitdiff | tree |
2014-08-15 |
Jarkko Hietaniemi | On literal hexadecimal floats use uquad, not UV.
|
commit | commitdiff | tree |
2014-08-15 |
Jarkko Hietaniemi | Comment tweaks.
|
commit | commitdiff | tree |
2014-08-15 |
Jarkko Hietaniemi | Use XDIGIT_VALUE().
|
commit | commitdiff | tree |
2014-08-15 |
Jarkko Hietaniemi | Zero is better longdblkind for "no long double" than -1.
|
commit | commitdiff | tree |
2014-08-15 |
Jarkko Hietaniemi | Whitespace only: line breaks before elses.
|
commit | commitdiff | tree |
2014-08-15 |
Jarkko Hietaniemi | Adjust need size for locale radix.
|
commit | commitdiff | tree |
2014-08-14 |
Jarkko Hietaniemi | Hexadecimal float literals, for perl #122219
|
commit | commitdiff | tree |
2014-08-14 |
Jarkko Hietaniemi | Hexadecimal float sprintf, for perl #122219
|
commit | commitdiff | tree |
2014-08-14 |
Jarkko Hietaniemi | Perl_ldexp is one of ldexpl, scalbnl, or ldexp
|
commit | commitdiff | tree |
2014-08-14 |
Jarkko Hietaniemi | Configure scan for ldexpl
|
commit | commitdiff | tree |
2014-08-14 |
Jarkko Hietaniemi | Configure scan for the kind of long double we have
|
commit | commitdiff | tree |
2014-08-05 |
Jarkko Hietaniemi | Sun c99 needs -Xa for many system interfaces.
|
commit | commitdiff | tree |
2014-08-05 |
Jarkko Hietaniemi | Sun c99 doesn't like bare -O.
|
commit | commitdiff | tree |
2014-08-05 |
Jarkko Hietaniemi | Sun c99 ccversion.
|
commit | commitdiff | tree |
2014-08-05 |
Jarkko Hietaniemi | Newer Sun C compilers are not 'SUNwspro', but 'solstudio'.
|
commit | commitdiff | tree |
2014-07-29 |
Jarkko Hietaniemi | Mention sv_gets as the Perl-ish fgets-ish API.
|
commit | commitdiff | tree |
2014-07-29 |
Jarkko Hietaniemi | Add atol, atoll, strtoq to avoidables.
|
commit | commitdiff | tree |
2014-07-29 |
Jarkko Hietaniemi | Add system to avoidables.
|
commit | commitdiff | tree |
2014-07-29 |
Jarkko Hietaniemi | grok_atou() is UV now, not Size_t.
|
commit | commitdiff | tree |
2014-07-29 |
Jarkko Hietaniemi | Move return false out of switch default.
|
commit | commitdiff | tree |
2014-07-29 |
Jarkko Hietaniemi | NOTREACHED goes at/in the unreachable, not after it.
|
commit | commitdiff | tree |
2014-07-29 |
Jarkko Hietaniemi | Negatives as UVs: sign-extension intentional, add cast.
|
commit | commitdiff | tree |
2014-07-29 |
Jarkko Hietaniemi | Revert part of b844a53a to fix ./perl -Ilib t/io/fs.t
|
commit | commitdiff | tree |
2014-07-28 |
Jarkko Hietaniemi | Skip ext/GDBM_File/t/fatal.t in Darwin, too flaky.
|
commit | commitdiff | tree |
2014-07-28 |
Jarkko Hietaniemi | readlink() result buffer is not zero-terminated.
|
commit | commitdiff | tree |
2014-07-25 |
Jarkko Hietaniemi | Make PERL_GLOBAL_STRUCT_PRIVATE visible in -V.
|
commit | commitdiff | tree |
2014-07-25 |
Jarkko Hietaniemi | Unused dVARs found by g++ -DPERL_GLOBAL_STRUCT_PRIVATE.
|
commit | commitdiff | tree |
2014-07-24 |
Jarkko Hietaniemi | Share common constants as file statics.
|
commit | commitdiff | tree |
2014-07-24 |
Jarkko Hietaniemi | Use UV instead of Size_t.
|
commit | commitdiff | tree |
2014-07-23 |
Jarkko Hietaniemi | apidoc fixes, comment tweaks.
|
commit | commitdiff | tree |
2014-07-23 |
Jarkko Hietaniemi | Introduce maxend for paranoia. Also, comments.
|
commit | commitdiff | tree |
2014-07-23 |
Jarkko Hietaniemi | Atol can be strtol in disguise, so grok_atou.
|
commit | commitdiff | tree |
2014-07-23 |
Jarkko Hietaniemi | Add strtoul and strtol to avoidables.
|
commit | commitdiff | tree |
2014-07-23 |
Jarkko Hietaniemi | Document grok_atou as strtoul replacement.
|
commit | commitdiff | tree |
2014-07-23 |
Jarkko Hietaniemi | Use grok_atou instead of strtoul (no explicit strtol...
|
commit | commitdiff | tree |
2014-07-23 |
Jarkko Hietaniemi | Advertise grok_atou.
|
commit | commitdiff | tree |
2014-07-23 |
Jarkko Hietaniemi | Add atoi to avoidables.
|
commit | commitdiff | tree |
2014-07-23 |
Jarkko Hietaniemi | Add tests for grok_atou.
|
commit | commitdiff | tree |
2014-07-23 |
Jarkko Hietaniemi | Use grok_atou instead of atoi.
|
commit | commitdiff | tree |
2014-07-23 |
Jarkko Hietaniemi | Implement grok_atou as safe/strict atoi replacement.
|
commit | commitdiff | tree |
2014-07-22 |
Jarkko Hietaniemi | _LIB_VERSION scan was trying leading address twice.
|
commit | commitdiff | tree |
2014-07-22 |
Jarkko Hietaniemi | Mention libperl.t, and explain nm output some more.
|
commit | commitdiff | tree |
2014-07-22 |
Jarkko Hietaniemi | Avoid undefined warnings.
|
commit | commitdiff | tree |
2014-07-21 |
Jarkko Hietaniemi | In FreeBSD memcmp symbol can disappear.
|
commit | commitdiff | tree |
2014-07-20 |
Jarkko Hietaniemi | Warn against tmpfile, and mention perlclib.
|
commit | commitdiff | tree |
2014-07-20 |
Jarkko Hietaniemi | Skip symbols for which Configure found no support.
|
commit | commitdiff | tree |
2014-07-20 |
Jarkko Hietaniemi | Comments for dlopen.
|
commit | commitdiff | tree |
2014-07-20 |
Jarkko Hietaniemi | Expect sqrtl instead of sqrt if applicable.
|
commit | commitdiff | tree |
2014-07-19 |
Jarkko Hietaniemi | Add fgets+tmpfile to avoidables, and add comments.
|
commit | commitdiff | tree |
2014-07-19 |
Jarkko Hietaniemi | Add freebsd support.
|
commit | commitdiff | tree |
2014-07-19 |
Jarkko Hietaniemi | Parsing linux input in darwin, and vice versa.
|
commit | commitdiff | tree |
2014-07-19 |
Jarkko Hietaniemi | Add comments.
|
commit | commitdiff | tree |
2014-07-19 |
Jarkko Hietaniemi | Scan for expected and unwanted undef (libc) symbols.
|
commit | commitdiff | tree |
2014-07-19 |
Jarkko Hietaniemi | Sometimes Darwin has the string constants in cstring...
|
commit | commitdiff | tree |
2014-07-19 |
Jarkko Hietaniemi | test.pl:eq_array() is enough.
|
commit | commitdiff | tree |
2014-07-19 |
Jarkko Hietaniemi | More debugging output.
|
commit | commitdiff | tree |
next |