2015-06-27 |
Jarkko Hietaniemi | tcsetattr optional_actions can be invalid.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | tcsetattr fd can be bad.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | dup2 fds can be bad.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | tcdrain fd can be bad.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | tcflush/tcflow/tcsendbreak fd/action can be bad.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | lseek fd can be bad.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | Impossible for entry to be NULL at this point.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | Having both assert() and if () for maxlen is redundant.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | Cannot do much if putc fails in debug output.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | mg_find can return NULL.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | Possible NULL cxt derefs.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | sizeof * and sizeof ** not necessarily the same.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | fileno might return negative.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | sleep() with negative argument makes no sense.
|
commit | commitdiff | tree |
2015-06-27 |
Jarkko Hietaniemi | alarm() with negative argument makes no sense.
|
commit | commitdiff | tree |
2015-06-24 |
Jarkko Hietaniemi | Make the LoTR quote of reentr.c formatted more like...
|
commit | commitdiff | tree |
2015-06-13 |
Jarkko Hietaniemi | Fix @INC so that "make test" in ext/POSIX passes.
|
commit | commitdiff | tree |
2015-06-13 |
Jarkko Hietaniemi | Test these functions in more than one spot.
|
commit | commitdiff | tree |
2015-06-13 |
Jarkko Hietaniemi | Apparently ldblsize=10 is a real thing.
|
commit | commitdiff | tree |
2015-06-12 |
Jarkko Hietaniemi | infnan: Implement NaN payload APIs.
|
commit | commitdiff | tree |
2015-06-12 |
Jarkko Hietaniemi | infnan: Notes on the nan payload.
|
commit | commitdiff | tree |
2015-06-12 |
Jarkko Hietaniemi | infnan: define NV_NAN_PAYLOAD_MASK and NV_NAN_PAYLOAD_PERM
|
commit | commitdiff | tree |
2015-06-12 |
Jarkko Hietaniemi | infnan: move the mantbits definitions from perl.h to...
|
commit | commitdiff | tree |
2015-06-12 |
Jarkko Hietaniemi | infnan: macros for testing and setting nan quiet/signaling
|
commit | commitdiff | tree |
2015-06-12 |
Jarkko Hietaniemi | infnan: introduce NV_NAN_PAYLOAD_BITS
|
commit | commitdiff | tree |
2015-06-12 |
Jarkko Hietaniemi | infnan: introduce NV_MANT_BITS
|
commit | commitdiff | tree |
2015-06-12 |
Jarkko Hietaniemi | infnan: new logic for NV_INF and NV_NAN
|
commit | commitdiff | tree |
2015-06-12 |
Jarkko Hietaniemi | infnan: Configure scan for fp mantissa bytes
|
commit | commitdiff | tree |
2015-06-12 |
Jarkko Hietaniemi | infnan: Configure scan for infnan bytes
|
commit | commitdiff | tree |
2015-06-09 |
Jarkko Hietaniemi | Detect broken AIX fmodl.
|
commit | commitdiff | tree |
2015-06-08 |
Jarkko Hietaniemi | the #define FOO /* BAR */ doesn't expand into /* BAR */
|
commit | commitdiff | tree |
2015-06-07 |
Jarkko Hietaniemi | Link typo in last minute tweak.
|
commit | commitdiff | tree |
2015-06-07 |
Jarkko Hietaniemi | Forgot to adjust this: quadmath is not long doubles.
|
commit | commitdiff | tree |
2015-06-06 |
Jarkko Hietaniemi | quadmath: long long versus round/trunc
|
commit | commitdiff | tree |
2015-06-01 |
Jarkko Hietaniemi | perldelta: Tru64: mention also the CPAN failures.
|
commit | commitdiff | tree |
2015-05-31 |
Jarkko Hietaniemi | perldelta: Elaborate on the IRIX and Tru64 failures.
|
commit | commitdiff | tree |
2015-03-20 |
Jarkko Hietaniemi | Update Unicode-Collate to CPAN version 1.12
|
commit | commitdiff | tree |
2015-03-12 |
Jarkko Hietaniemi | POSIX: emulation for logb()
|
commit | commitdiff | tree |
2015-03-12 |
Jarkko Hietaniemi | quadmath: llrintq and llroundq do exist
|
commit | commitdiff | tree |
2015-03-04 |
Jarkko Hietaniemi | Consistently use NOT_REACHED; /* NOTREACHED */
|
commit | commitdiff | tree |
2015-03-04 |
Jarkko Hietaniemi | IRIX: floating point: do not flush to zero
|
commit | commitdiff | tree |
2015-03-03 |
Jarkko Hietaniemi | Tru64: living dangerously, enabling the -c99 flag for cc
|
commit | commitdiff | tree |
2015-03-02 |
Jarkko Hietaniemi | Configure: add note about nvsize sometimes lying
|
commit | commitdiff | tree |
2015-02-27 |
Jarkko Hietaniemi | infnan: NV_MANT_REAL_DIG is unused
|
commit | commitdiff | tree |
2015-02-27 |
Jarkko Hietaniemi | No Scalar::Util under fresh miniperl.
|
commit | commitdiff | tree |
2015-02-27 |
Jarkko Hietaniemi | infnan: one should not define NV_NAN from NV_SNAN
|
commit | commitdiff | tree |
2015-02-27 |
Jarkko Hietaniemi | infnan: drop NV_QNAN and NV_SNAN
|
commit | commitdiff | tree |
2015-02-26 |
Jarkko Hietaniemi | infnan: salvage some docs from the too-late nan work
|
commit | commitdiff | tree |
2015-02-25 |
Jarkko Hietaniemi | Missing Configure messages.
|
commit | commitdiff | tree |
2015-02-11 |
Jarkko Hietaniemi | infnan: revert nan payload/signaling changes
|
commit | commitdiff | tree |
2015-02-11 |
Jarkko Hietaniemi | infnan: store the nan payload error in an optional SV
|
commit | commitdiff | tree |
2015-02-11 |
Jarkko Hietaniemi | infnan: perldata tweaks
|
commit | commitdiff | tree |
2015-02-11 |
Jarkko Hietaniemi | infnan: separate the nan payload overflow and invalid...
|
commit | commitdiff | tree |
2015-02-10 |
Jarkko Hietaniemi | infnan: change the invalid nan message, add to perldiag
|
commit | commitdiff | tree |
2015-02-10 |
Jarkko Hietaniemi | infnan: "nan(1)cy" should numify to $NaN, but also...
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: document the infnan a bit
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: test nan payload input/output
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: add POSIX::issignaling
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: the nan quiet/signaling bit is not enough
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: the x86 80-bit extended precision is special
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: API context juggling
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: grok_number* setting the infnan NV directly
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: nan payload output with sprintf %#g
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: space for nan payload output
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: move S_hextract earlier
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: add grok_nan and grok_nan_payload
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: add nan_payload_set
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: add nan_is_signaling
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: add nan_signaling_set
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: add nan_hibyte
|
commit | commitdiff | tree |
2015-02-09 |
Jarkko Hietaniemi | infnan: do not define NV_NAN from a signaling nan
|
commit | commitdiff | tree |
2015-02-08 |
Jarkko Hietaniemi | test skip under miniperl
|
commit | commitdiff | tree |
2015-02-05 |
Jarkko Hietaniemi | POSIX version bump
|
commit | commitdiff | tree |
2015-02-05 |
Jarkko Hietaniemi | POSIX math: if long double, long double the math consts
|
commit | commitdiff | tree |
2015-02-05 |
Jarkko Hietaniemi | POSIX math: tgamma/lgamma logic
|
commit | commitdiff | tree |
2015-02-05 |
Jarkko Hietaniemi | AIX long double lies about many math APIs.
|
commit | commitdiff | tree |
2015-02-05 |
Daniel Dragan | [PATCH] fix PL_nan_u from leaking in every translation...
|
commit | commitdiff | tree |
2015-02-05 |
Jarkko Hietaniemi | infnan: more NV_SNAN/NV_QNAN
|
commit | commitdiff | tree |
2015-02-04 |
Jarkko Hietaniemi | Prefer NV instead of long double.
|
commit | commitdiff | tree |
2015-02-04 |
Jarkko Hietaniemi | infnan: in case NaN is broken by being zero, avoid...
|
commit | commitdiff | tree |
2015-02-04 |
Lukas Mai | static_assert workaround for AIX/xlc
|
commit | commitdiff | tree |
2015-02-03 |
Jarkko Hietaniemi | infnan: fixup for 02e75e52
|
commit | commitdiff | tree |
2015-02-03 |
Jarkko Hietaniemi | Use HAS_LLRINTL, HAS_LLROUNDL, HAS_LRINTL, HAS_LROUNDL
|
commit | commitdiff | tree |
2015-02-03 |
Jarkko Hietaniemi | Configure: lrintl, lroundl, llrintl, llroundl
|
commit | commitdiff | tree |
2015-02-02 |
Jarkko Hietaniemi | infnan: define NV_QNAN and NV_SNAN if feasible
|
commit | commitdiff | tree |
2015-02-02 |
Jarkko Hietaniemi | infnan: comment tweak, IS_NUMBER_NOT_INT also if saw...
|
commit | commitdiff | tree |
2015-02-02 |
Jarkko Hietaniemi | infnan: define NV_NAN (and NV_QNAN, NV_SNAN) if sunmath
|
commit | commitdiff | tree |
2015-02-02 |
Jarkko Hietaniemi | Add NV_MANT_REAL_DIG.
|
commit | commitdiff | tree |
2015-02-02 |
Jarkko Hietaniemi | Add NV_IMPLICIT_BIT define.
|
commit | commitdiff | tree |
2015-02-02 |
Jarkko Hietaniemi | Add NV_MIX_ENDIAN define.
|
commit | commitdiff | tree |
2015-02-02 |
Jarkko Hietaniemi | Add NV_LITTLE_ENDIAN and NV_BIG_ENDIAN defines.
|
commit | commitdiff | tree |
2015-02-02 |
Jarkko Hietaniemi | Wrong ifdef guard.
|
commit | commitdiff | tree |
2015-02-02 |
Jarkko Hietaniemi | Add DOUBLE_BIG_ENDIAN define.
|
commit | commitdiff | tree |
2015-02-02 |
Jarkko Hietaniemi | Move the endianness defines from sv.c to perl.h
|
commit | commitdiff | tree |
2015-01-28 |
Jarkko Hietaniemi | infnan: even more comment tweaks
|
commit | commitdiff | tree |
2015-01-28 |
Jarkko Hietaniemi | infnan: comment tweaks
|
commit | commitdiff | tree |
2015-01-28 |
Jarkko Hietaniemi | infnan: restore 'Infinity' since lln.t expects it.
|
commit | commitdiff | tree |
2015-01-28 |
Jarkko Hietaniemi | infnan: if trailing stuff, fail in looks_like_number()
|
commit | commitdiff | tree |
2015-01-28 |
Jarkko Hietaniemi | infnan: comment tweaks
|
commit | commitdiff | tree |
2015-01-28 |
Jarkko Hietaniemi | infnan: grok flag expectation fixes
|
commit | commitdiff | tree |
next |