Fix .spec file to be extracted Module::Build
[platform/upstream/perl.git] / cflags.SH
2023-12-28 TizenOpenSourceImported Upstream version 5.38.0 upstream upstream/5.38.0
2020-12-17 DongHun KwakImported Upstream version 5.31.8 upstream/5.31.8
2020-12-17 DongHun KwakImported Upstream version 5.31.7 upstream/5.31.7
2020-12-17 DongHun KwakImported Upstream version 5.31.6 upstream/5.31.6
2020-12-17 DongHun KwakImported Upstream version 5.31.0 upstream/5.31.0
2020-12-17 DongHun KwakImported Upstream version 5.30.2 upstream/5.30.2
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
2017-06-28 DongHun KwakImported Upstream version 5.25.9 50/136050/1
2017-06-28 DongHun KwakImported Upstream version 5.25.4 45/136045/1
2017-06-28 DongHun KwakImported Upstream version 5.23.6 35/136035/1
2017-06-28 DongHun KwakImported Upstream version 5.23.5 34/136034/1
2017-06-28 DongHun KwakImported Upstream version 5.23.0 29/136029/1
2017-06-28 DongHun KwakImported Upstream version 5.22.1 26/136026/1
2017-06-28 DongHun KwakImported Upstream version 5.21.7 20/136020/1
2017-06-28 DongHun KwakImported Upstream version 5.21.5 18/136018/1
2017-06-28 DongHun KwakImported Upstream version 5.21.4 17/136017/1
2017-06-28 DongHun KwakImported Upstream version 5.21.3 16/136016/1
2017-06-28 DongHun KwakImported Upstream version 5.21.2 15/136015/1
2017-06-28 DongHun KwakImported Upstream version 5.21.1 14/136014/1
2013-12-25 David Mitchelldo cflags on stdout, not stderr
2013-12-25 David Mitchellcflags/cflags.SH: use '#' comments
2013-12-25 David Mitchellcflags.SH - add commentary
2013-12-11 Brian Frasercflags.SH: Fix a typo, cflags should be ccflags
2013-07-28 Father ChrysostomosExempt clang from -Wunused-value when run as cc
2013-06-27 Reini UrbanUse -Wno-unused-value also on other clang compilers
2013-05-21 Chris 'BinGOs' Wil... Merge branch 'smoke-me/coreutils' into blead
2013-05-03 Nicholas ClarkMerge in -DPERL_NO_INLINE_FUNCTIONS and t/porting/extre...
2013-05-03 Nicholas ClarkIf PERL_NO_INLINE_FUNCTIONS is defined, don't include...
2012-09-22 Sawyer Xadd shebangs where missing
2012-06-19 Nicholas ClarkIn cflags.SH trim the case statement of file basenames.
2012-06-09 Reini Urbancflags: clang complains a lot about -Wunused-value...
2010-08-19 Florian RagwitzMake everything exec-bit.txt lists executable
2010-08-14 Robin BarkerRT #74436: [PATCH] Add -Wwrite-strings
2010-07-27 Rafael Garcia-SuarezMerge remote branch 'khwilliamson/ncharnames' into...
2010-07-24 David GoldenGlobal executable bit cleanup
2009-11-06 Rafael Garcia-SuarezMerge branch 'legacy-pragma' into blead
2009-05-05 Rafael Garcia-SuarezMerge branch 'blead' into smartmatch
2009-04-12 Nicholas ClarkConvert xsutils.c and lib/attributes.pm to a regular...
2009-01-04 Yves Ortoneliminate .patchnum and related infrastrcuture from...
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
2008-12-31 Nicholas Clarkcflags also runs under /bin/sh so can't use $()
2008-12-31 Yves Ortonmuch better git related version numbering in our (...
2008-12-27 Yves Ortonforgot that i was modifying a generated file
2008-12-27 Yves Ortonfix broken indentation, and move PERL_PATCHNUM logic...
2008-12-27 Yves Ortonmore build dependency changes, we should make sure...
2008-12-27 Yves Ortonmake sure that the perl -v/-V output corresponds to...
2008-12-20 Nicholas Clark/bin/sh isn't /usr/bin/perl :-)
2008-12-20 Yves Ortonmake perl use git-describe for PATCHNUM
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2007-12-20 Nicholas ClarkA new try at getting -fstack-protector working, by...
2007-12-19 Steve PetersTeach cflags.SH about -fstack-protector, and add it...
2007-12-17 Robin Barkertypo?
2007-10-23 Andy DoughertyRe: [perl #46725] v5.10.0 util.c and pp_sys.c fail...
2007-10-22 Andy DoughertyFreeBSD atoll() warning (Was Re: Code freeze
2007-08-14 Reini Urbanget rid of cygwin perlld and ld2
2007-03-30 Jarkko Hietaniemicflags.SH: 30327 wasn't portable Bourne (avoid '!:...
2007-03-21 Steve PetersMake gcc warn in case code is not C++ compatible.
2007-02-16 Rafael Garcia-SuarezAvoid to run config_h.SH twice during configuration.
2007-02-05 Rafael Garcia-SuarezQuote fix by Jarkko
2007-01-26 Rafael Garcia-Suarezcflags.SH was broken: it was compiling a C file for...
2007-01-26 Rafael Garcia-SuarezIf we have specified -Dgccansipedantic on the Configure...
2006-11-28 Rafael Garcia-SuarezTypo fix (by Dominic Dunlop)
2006-11-28 Dominic DunlopRe: [PATCH] perlhack: some portability updates
2006-10-07 Jarkko Hietaniemicflags.SH: strip -std=c89 for g++
2006-10-02 Jarkko HietaniemiRe: [PATCH] cflags.SH: rethink of the gcc -std=c89...
2006-09-19 Jarkko HietaniemiC++: add -Wno-used-parameter, and drop ODBM_File
2006-09-14 Jarkko Hietaniemi(1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
2006-08-08 Jarkko Hietaniemig++ stage 1 reached
2006-08-07 Jarkko Hietaniemig++ large patch
2006-08-02 Jarkko Hietaniemig++ heavy shoveling
2006-07-17 Rafael Garcia-SuarezRemove the C89 checking with gcc
2006-07-17 H.Merijn BrandCygwin doesn't cope (yet) with gcc flags -std=c89
2006-07-15 Jarkko Hietaniemicflags.SH: add missing C files
2006-07-15 Jarkko HietaniemiRe: [PATCH] cflags.SH: add -std=c89
2006-07-05 Rafael Garcia-SuarezDon't add extra warning flags for gcc versions < 3.
2006-06-27 Jarkko Hietaniemicflags.SH: scan the gcc warning flags only once, during...
2006-06-19 Paul GreenRE: [PATCH] cflags.SH: rework the gcc warnings selection
2006-06-15 Jarkko Hietaniemicflags.SH: rework the gcc warnings selection
2005-09-10 Nicholas ClarkExperiment with putting the F<.patch>level into patchle...
2005-05-26 Abhijit Menon-Sen-Wall is intolerably noisy with icc.
2002-10-20 Nick Ing-SimmonsIntegrate mainline
2002-09-30 H.Merijn Brand-Dgccansipedantic only for gcc 3+
2002-09-26 Jarkko Hietaniemienable -ansi -pedantic
2002-04-24 Nick Ing-SimmonsIntegrate mainline
2002-04-24 Nick Ing-SimmonsSubmit an old integrate
2002-04-23 Paul GreenNuke obsolete way to build debugging (etc) perls
2002-04-22 Paul Greencflags.SH -- to preserve hint file options
2001-08-03 Nick Ing-SimmonsIntegrate mainline
2001-07-31 Jarkko HietaniemiAdd -Wall in cflags, not in Configure.
2001-07-30 Nick Ing-SimmonsIntegrate mainline
2001-07-23 Jarkko HietaniemiWhen in Rome, quote like the Romans do.
2001-07-23 Ilya ZakharevichOPTIMIZE= during perl make
2001-06-19 Nick Ing-SimmonsIntegrate mainline
2001-06-18 Jarkko HietaniemiSplit off the pack/unpack code, from Nicholas Clark.
2001-05-18 Nick Ing-SimmonsIntegrate mainline.
2001-05-15 Jarkko HietaniemiThe problem described in 20010514.031 still wasn't
2000-10-20 Charles BaileySYN SYN
2000-09-08 Jarkko HietaniemiDo away with memory models cruft. Sorry, PDP users.
2000-02-09 Charles BaileyResync with mainline
2000-01-25 Jarkko HietaniemiIntegrate with Sarathy.
next