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 |
Peter Martini | Coverity 45351 - Refactor to skip a loop iteration
|
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 |
2014-06-18 |
Jarkko Hietaniemi | Echo also these added options.
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | -Wextra is the new -W, do not use both.
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | -Wendif-labels is actually the default.
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | Enable -Werror=declaration-after-statement.
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | Comment tweaking.
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | Make also cflags.SH clean with g++ -Wunused-*
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | With this we are g++ -Wunused-* clean.
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | Looks like the core is now -Wunused-value clean with...
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | cflags.SH: Whitespace only.
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | Move ccflags edits to extraction time.
|
commit | commitdiff | tree |
2014-06-18 |
Jarkko Hietaniemi | Allow cflags.SH edits to ccflags to stick.
|
commit | commitdiff | tree |
2014-06-17 |
Jarkko Hietaniemi | Closing comments is hard.
|
commit | commitdiff | tree |
2014-06-17 |
Jarkko Hietaniemi | Do not declare victory over d632a2c.
|
commit | commitdiff | tree |
2014-06-16 |
Jarkko Hietaniemi | Disable and document xop_name gcc warning seen in HP-UX.
|
commit | commitdiff | tree |
2014-06-16 |
Jarkko Hietaniemi | Use of the Uid_t_sign and casting instead of Uid_t_f.
|
commit | commitdiff | tree |
2014-06-16 |
Jarkko Hietaniemi | d_namlen can be signed.
|
commit | commitdiff | tree |
2014-06-16 |
Jarkko Hietaniemi | Do not printf U32 and I32 (both) as %i.
|
commit | commitdiff | tree |
2014-06-16 |
Jarkko Hietaniemi | For HP-UX, do not potentially deref NULL CopFILESV.
|
commit | commitdiff | tree |
2014-06-16 |
Dagfinn Ilmari Mannsåker | [perl #122110] [PATCH] Remove left-over mad cruft
|
commit | commitdiff | tree |
2014-06-16 |
Jarkko Hietaniemi | More (void*) for %p.
|
commit | commitdiff | tree |
2014-06-16 |
Jarkko Hietaniemi | Follow-up to b84edbf2; (IV) the IVdf.
|
commit | commitdiff | tree |
2014-06-16 |
Jarkko Hietaniemi | %p really wants void*.
|
commit | commitdiff | tree |
next |