| Commit message (Expand) | Author | Age | Files | Lines |
* | For perl #126468: protect quotes in myccflags. | Jarkko Hietaniemi | 2015-10-29 | 1 | -1/+5 |
* | Prefer -std=c89 over -ansi. | Jarkko Hietaniemi | 2014-11-24 | 1 | -2/+15 |
* | Revert "Drop -std=c89." | Jarkko Hietaniemi | 2014-11-24 | 1 | -8/+2 |
* | Drop -std=c89. | Jarkko Hietaniemi | 2014-11-20 | 1 | -2/+8 |
* | Downgrade the optimization of regcomp.c on mips and mipsel due to a gcc-4.9 bug | Niko Tyni | 2014-09-20 | 1 | -0/+5 |
* | quadmath Q format specifier and gcc -Wformat do not mix. | Jarkko Hietaniemi | 2014-09-19 | 1 | -0/+15 |
* | For older clang versions put back -Wno-unused-value. | Jarkko Hietaniemi | 2014-08-12 | 1 | -0/+11 |
* | Allow enabling -pedantic(-errors) (with -std=c89) for the core. | Jarkko Hietaniemi | 2014-06-22 | 1 | -34/+91 |
* | In case someone manages to call g++ with -Wc++-compat. | Jarkko Hietaniemi | 2014-06-19 | 1 | -0/+1 |
* | The g++ flags removal was not right. | Jarkko Hietaniemi | 2014-06-19 | 1 | -3/+5 |
* | Add note about the -std=c89 needing -pedantic. | Jarkko Hietaniemi | 2014-06-18 | 1 | -2/+7 |
* | Echo also these added options. | Jarkko Hietaniemi | 2014-06-18 | 1 | -3/+12 |
* | -Wextra is the new -W, do not use both. | Jarkko Hietaniemi | 2014-06-18 | 1 | -2/+12 |
* | -Wendif-labels is actually the default. | Jarkko Hietaniemi | 2014-06-18 | 1 | -1/+1 |
* | Enable -Werror=declaration-after-statement. | Jarkko Hietaniemi | 2014-06-18 | 1 | -3/+12 |
* | Comment tweaking. | Jarkko Hietaniemi | 2014-06-18 | 1 | -2/+13 |
* | Make also cflags.SH clean with g++ -Wunused-* | Jarkko Hietaniemi | 2014-06-18 | 1 | -33/+0 |
* | Looks like the core is now -Wunused-value clean with clang. | Jarkko Hietaniemi | 2014-06-18 | 1 | -20/+0 |
* | cflags.SH: Whitespace only. | Jarkko Hietaniemi | 2014-06-18 | 1 | -6/+6 |
* | Move ccflags edits to extraction time. | Jarkko Hietaniemi | 2014-06-18 | 1 | -56/+92 |
* | Allow cflags.SH edits to ccflags to stick. | Jarkko Hietaniemi | 2014-06-18 | 1 | -5/+3 |
* | Some low-hanging -Wunreachable-code fruits. | Jarkko Hietaniemi | 2014-06-15 | 1 | -0/+4 |
* | The clang frontend says "unknown" for -Wunknown. | Jarkko Hietaniemi | 2014-06-15 | 1 | -0/+1 |
* | do cflags on stdout, not stderr | David Mitchell | 2013-12-25 | 1 | -8/+7 |
* | cflags/cflags.SH: use '#' comments | David Mitchell | 2013-12-25 | 1 | -19/+19 |
* | cflags.SH - add commentary | David Mitchell | 2013-12-25 | 1 | -0/+17 |
* | cflags.SH: Fix a typo, cflags should be ccflags | Brian Fraser | 2013-12-11 | 1 | -1/+1 |
* | Exempt clang from -Wunused-value when run as cc | Father Chrysostomos | 2013-07-28 | 1 | -0/+9 |
* | Use -Wno-unused-value also on other clang compilers | Reini Urban | 2013-06-27 | 1 | -1/+1 |
* | If PERL_NO_INLINE_FUNCTIONS is defined, don't include "inline.h" | Nicholas Clark | 2013-05-03 | 1 | -1/+1 |
* | add shebangs where missing | Sawyer X | 2012-09-22 | 1 | -0/+2 |
* | In cflags.SH trim the case statement of file basenames. | Nicholas Clark | 2012-06-19 | 1 | -47/+14 |
* | cflags: clang complains a lot about -Wunused-value which are not fixable | Reini Urban | 2012-06-08 | 1 | -0/+4 |
* | Make everything exec-bit.txt lists executable | Florian Ragwitz | 2010-08-19 | 1 | -0/+0 |
* | RT #74436: [PATCH] Add -Wwrite-strings | Robin Barker | 2010-08-14 | 1 | -1/+2 |
* | Global executable bit cleanup | David Golden | 2010-07-24 | 1 | -0/+0 |
* | Convert xsutils.c and lib/attributes.pm to a regular XS extension. | Nicholas Clark | 2009-04-12 | 1 | -1/+0 |
* | eliminate .patchnum and related infrastrcuture from *nix based build process | Yves Orton | 2009-01-04 | 1 | -8/+3 |
* | cflags also runs under /bin/sh so can't use $() | Nicholas Clark | 2008-12-30 | 1 | -4/+4 |
* | much better git related version numbering in our (*nix for now) build process | Yves Orton | 2008-12-31 | 1 | -5/+5 |
* | forgot that i was modifying a generated file | Yves Orton | 2008-12-27 | 1 | -0/+3 |
* | fix broken indentation, and move PERL_PATCHNUM logic to a different place so ... | Yves Orton | 2008-12-27 | 1 | -35/+37 |
* | more build dependency changes, we should make sure that cflags is updated whe... | Yves Orton | 2008-12-27 | 1 | -1/+1 |
* | make sure that the perl -v/-V output corresponds to the latest commit | Yves Orton | 2008-12-27 | 1 | -6/+2 |
* | /bin/sh isn't /usr/bin/perl :-) | Nicholas Clark | 2008-12-20 | 1 | -2/+4 |
* | make perl use git-describe for PATCHNUM | Yves Orton | 2008-12-20 | 1 | -2/+4 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -1/+1 |
* | A new try at getting -fstack-protector working, by adding it to the | Nicholas Clark | 2007-12-20 | 1 | -1/+1 |
* | Teach cflags.SH about -fstack-protector, and add it to gcc compiler flags | Steve Peters | 2007-12-19 | 1 | -1/+1 |
* | typo? | Robin Barker | 2007-12-17 | 1 | -1/+1 |