| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Re: [perl #46725] v5.10.0 util.c and pp_sys.c fail to compile under Mac OS X | Andy Dougherty | 2007-10-23 | 1 | -9/+9 |
* | FreeBSD atoll() warning (Was Re: Code freeze | Andy Dougherty | 2007-10-22 | 1 | -3/+31 |
* | get rid of cygwin perlld and ld2 | Reini Urban | 2007-08-14 | 1 | -0/+1 |
* | cflags.SH: 30327 wasn't portable Bourne (avoid '!: not found') | Jarkko Hietaniemi | 2007-03-30 | 1 | -1/+1 |
* | Make gcc warn in case code is not C++ compatible. | Steve Peters | 2007-03-21 | 1 | -1/+1 |
* | Avoid to run config_h.SH twice during configuration. | Rafael Garcia-Suarez | 2007-02-16 | 1 | -1/+2 |
* | Quote fix by Jarkko | Rafael Garcia-Suarez | 2007-02-05 | 1 | -1/+1 |
* | cflags.SH was broken: it was compiling a C file for testing available | Rafael Garcia-Suarez | 2007-01-26 | 1 | -0/+4 |
* | If we have specified -Dgccansipedantic on the Configure command-line, | Rafael Garcia-Suarez | 2007-01-26 | 1 | -10/+12 |
* | Typo fix (by Dominic Dunlop) | Rafael Garcia-Suarez | 2006-11-28 | 1 | -2/+2 |
* | Re: [PATCH] perlhack: some portability updates | Dominic Dunlop | 2006-11-28 | 1 | -1/+1 |
* | cflags.SH: strip -std=c89 for g++ | Jarkko Hietaniemi | 2006-10-07 | 1 | -21/+26 |
* | Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic | Jarkko Hietaniemi | 2006-10-02 | 1 | -47/+109 |
* | C++: add -Wno-used-parameter, and drop ODBM_File | Jarkko Hietaniemi | 2006-09-19 | 1 | -4/+8 |
* | (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC | Jarkko Hietaniemi | 2006-09-14 | 1 | -1/+20 |
* | g++ stage 1 reached | Jarkko Hietaniemi | 2006-08-08 | 1 | -0/+4 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -8/+4 |
* | g++ heavy shoveling | Jarkko Hietaniemi | 2006-08-02 | 1 | -2/+18 |
* | Remove the C89 checking with gcc | Rafael Garcia-Suarez | 2006-07-17 | 1 | -15/+0 |
* | Cygwin doesn't cope (yet) with gcc flags -std=c89 | H.Merijn Brand | 2006-07-17 | 1 | -1/+4 |
* | cflags.SH: add missing C files | Jarkko Hietaniemi | 2006-07-15 | 1 | -0/+8 |
* | Re: [PATCH] cflags.SH: add -std=c89 | Jarkko Hietaniemi | 2006-07-15 | 1 | -5/+22 |
* | Don't add extra warning flags for gcc versions < 3. | Rafael Garcia-Suarez | 2006-07-05 | 1 | -0/+1 |