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-13 |
Jarkko Hietaniemi | For older clang versions put back -Wno-unused-value.
|
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 |
2014-07-19 |
Jarkko Hietaniemi | Handle darwin ppc nm output, reenable test.
|
commit | commitdiff | tree |
2014-07-19 |
Jarkko Hietaniemi | Allow reading nm output from a file (or STDIN).
|
commit | commitdiff | tree |
2014-07-05 |
Jarkko Hietaniemi | Updates to the HP-UX compilation warning.
|
commit | commitdiff | tree |
2014-07-03 |
Jarkko Hietaniemi | Avoid unused warnings from locale-less systems.
|
commit | commitdiff | tree |
2014-07-02 |
Jarkko Hietaniemi | Enable _FORTIFY_SOURCE only if optimizing, as specified.
|
commit | commitdiff | tree |
2014-07-01 |
Jarkko Hietaniemi | Make the "no name list" catcher more relaxed.
|
commit | commitdiff | tree |
2014-06-30 |
Jarkko Hietaniemi | Some more cppsymbols to scan.
|
commit | commitdiff | tree |
2014-06-30 |
Jarkko Hietaniemi | ANSI prototypes for Berkeley DB API testing.
|
commit | commitdiff | tree |
2014-06-30 |
Jarkko Hietaniemi | In nonblock test do not ignore the syscall returns.
|
commit | commitdiff | tree |
2014-06-30 |
Jarkko Hietaniemi | -D_FORTIFY_SOURCE is no more a todo.
|
commit | commitdiff | tree |
2014-06-30 |
Jarkko Hietaniemi | Mention -D_FORTIFY_SOURCE in perldelta.
|
commit | commitdiff | tree |
2014-06-30 |
Jarkko Hietaniemi | Add -D_FORTIFY_SOURCE=2 when applicable.
|
commit | commitdiff | tree |
2014-06-30 |
Jarkko Hietaniemi | Assert before deref due to possible NULL.
|
commit | commitdiff | tree |
2014-06-30 |
Jarkko Hietaniemi | Cosmetic consistency on "unimplemented function" deaths.
|
commit | commitdiff | tree |
2014-06-28 |
Jarkko Hietaniemi | Capture the stderr of "nm libperl.a".
|
commit | commitdiff | tree |
2014-06-28 |
Jarkko Hietaniemi | skip works only with SKIP.
|
commit | commitdiff | tree |
2014-06-28 |
Jarkko Hietaniemi | Guard cur_curlyx at least with an assert.
|
commit | commitdiff | tree |
2014-06-27 |
Jarkko Hietaniemi | hv can be left uninitialized.
|
commit | commitdiff | tree |
2014-06-27 |
Jarkko Hietaniemi | printf formats are hard.
|
commit | commitdiff | tree |
2014-06-27 |
Jarkko Hietaniemi | assert(*p = '#'); /* Spot the oops. */
|
commit | commitdiff | tree |
2014-06-25 |
Jarkko Hietaniemi | Follow-up to 51f14a05: not ignoring my_snprintf return...
|
commit | commitdiff | tree |
2014-06-25 |
Jarkko Hietaniemi | Add t/porting/libperl.t
|
commit | commitdiff | tree |
2014-06-25 |
Jarkko Hietaniemi | Remove or downgrade unnecessary dVAR.
|
commit | commitdiff | tree |
2014-06-25 |
Jarkko Hietaniemi | Unused snprintf results noticed by clang in Linux.
|
commit | commitdiff | tree |
2014-06-24 |
Jarkko Hietaniemi | Under GLOBAL_STRUCT mgvtbl-s are const, which angers...
|
commit | commitdiff | tree |
2014-06-24 |
Jarkko Hietaniemi | Unused contexts found under PERL_GLOBAL_STRUCT.
|
commit | commitdiff | tree |
2014-06-24 |
Jarkko Hietaniemi | Drop debugging, and handle HP-UX opt flags.
|
commit | commitdiff | tree |
2014-06-24 |
Jarkko Hietaniemi | Further hpux hints simplifying suggested by H.Merijn.
|
commit | commitdiff | tree |
2014-06-24 |
Jarkko Hietaniemi | HP-UX release wider match; also drop gcc opt level.
|
commit | commitdiff | tree |
2014-06-22 |
Jarkko Hietaniemi | If we do not have vsnprintf, the len is unused.
|
commit | commitdiff | tree |
2014-06-22 |
Jarkko Hietaniemi | Allow enabling -pedantic(-errors) (with -std=c89) for...
|
commit | commitdiff | tree |
2014-06-22 |
Jarkko Hietaniemi | g++ -DPERL_GLOBAL_STRUCT_PRIVATE died on this.
|
commit | commitdiff | tree |
2014-06-22 |
Jarkko Hietaniemi | Try simpler usage for file-level GCC_DIAG_RESTORE.
|
commit | commitdiff | tree |
2014-06-20 |
Jarkko Hietaniemi | GCC_DIAG_IGNORE/RESTORE whine in non-gcc if at file...
|
commit | commitdiff | tree |
2014-06-20 |
Jarkko Hietaniemi | Couple more (optionally) unused contexts.
|
commit | commitdiff | tree |
2014-06-19 |
Jarkko Hietaniemi | In case someone manages to call g++ with -Wc++-compat.
|
commit | commitdiff | tree |
2014-06-19 |
Jarkko Hietaniemi | Note the open RT ticket.
|
commit | commitdiff | tree |
2014-06-19 |
Jarkko Hietaniemi | Disable ODBM (via i_dbm) in HP-UX, seems to be buggy.
|
commit | commitdiff | tree |
2014-06-19 |
Jarkko Hietaniemi | Lower the optimization on Digest-SHA for HP-UX cc.
|
commit | commitdiff | tree |
2014-06-19 |
Jarkko Hietaniemi | HP-UX cc in PA-RISC2.0 optimizer crashes with some...
|
commit | commitdiff | tree |
2014-06-19 |
Jarkko Hietaniemi | The g++ flags removal was not right.
|
commit | commitdiff | tree |
2014-06-19 |
Jarkko Hietaniemi | Silence -Wunused-parameter my_perl under threads.
|
commit | commitdiff | tree |
2014-06-19 |
Jarkko Hietaniemi | Revert "/* NOTREACHED */ belongs *before* the unreachable."
|
commit | commitdiff | tree |
2014-06-19 |
Jarkko Hietaniemi | /* NOTREACHED */ belongs *before* the unreachable.
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | Revert the perl.h part of a3ccabc.
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | GCC_DIAG_IGNORE needs to end with semicolon (inline.h).
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | Add a note about the HP-UX "internal linkage" warning.
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | Try silencing the infamous PerlSIO_set_ptr in perlio.c.
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | __clang__ seems to be thing, but leave also __clang.
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | Add note about the -std=c89 needing -pedantic.
|
commit | commitdiff | tree |
next |