summaryrefslogtreecommitdiff
path: root/cflags.SH
Commit message (Collapse)AuthorAgeFilesLines
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-1/+1
| | | | | | and regexp reference counting is via the regular SV reference counting. This was not as easy at it looks. p4raw-id: //depot/perl@32804
* A new try at getting -fstack-protector working, by adding it to theNicholas Clark2007-12-201-1/+1
| | | | | | gcc link flags so that any implementation dependant libraries are also linked in. p4raw-id: //depot/perl@32669
* Teach cflags.SH about -fstack-protector, and add it to gcc compiler flagsSteve Peters2007-12-191-1/+1
| | | | | when possible. p4raw-id: //depot/perl@32647
* typo?Robin Barker2007-12-171-1/+1
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D09398B@exchsvr2.npl.ad.local> p4raw-id: //depot/perl@32623
* Re: [perl #46725] v5.10.0 util.c and pp_sys.c fail to compile under Mac OS XAndy Dougherty2007-10-231-9/+9
| | | | | | Message-ID: <Pine.LNX.4.64.0710230817250.18303@fractal.phys.lafayette.edu> Date: Tue, 23 Oct 2007 08:54:51 -0400 (EDT) p4raw-id: //depot/perl@32181
* FreeBSD atoll() warning (Was Re: Code freezeAndy Dougherty2007-10-221-3/+31
| | | | | | Message-ID: <Pine.LNX.4.64.0710221246340.31725@fractal.phys.lafayette.edu> Date: Mon, 22 Oct 2007 12:49:25 -0400 (EDT) p4raw-id: //depot/perl@32174
* get rid of cygwin perlld and ld2Reini Urban2007-08-141-0/+1
| | | | | Message-Id: <46C15106.9080003@x-ray.at> p4raw-id: //depot/perl@31710
* cflags.SH: 30327 wasn't portable Bourne (avoid '!: not found')Jarkko Hietaniemi2007-03-301-1/+1
| | | | | Message-Id: <200703300144.l2U1iBSA490663@kosh.hut.fi> p4raw-id: //depot/perl@30779
* Make gcc warn in case code is not C++ compatible.Steve Peters2007-03-211-1/+1
| | | p4raw-id: //depot/perl@30672
* Avoid to run config_h.SH twice during configuration.Rafael Garcia-Suarez2007-02-161-1/+2
| | | p4raw-id: //depot/perl@30327
* Quote fix by JarkkoRafael Garcia-Suarez2007-02-051-1/+1
| | | p4raw-id: //depot/perl@30125
* cflags.SH was broken: it was compiling a C file for testing availableRafael Garcia-Suarez2007-01-261-0/+4
| | | | | | | command-line options, but this C file was including perl.h, which in turn includes config.h, which might not be present at that time. So force the generation of config.h. p4raw-id: //depot/perl@30019
* If we have specified -Dgccansipedantic on the Configure command-line,Rafael Garcia-Suarez2007-01-261-10/+12
| | | | | assume we really want it p4raw-id: //depot/perl@30016
* Typo fix (by Dominic Dunlop)Rafael Garcia-Suarez2006-11-281-2/+2
| | | p4raw-id: //depot/perl@29400
* Re: [PATCH] perlhack: some portability updatesDominic Dunlop2006-11-281-1/+1
| | | | | Message-Id: <253514EB-BA57-4A43-93FA-75D6F3CF27BC@mac.com> p4raw-id: //depot/perl@29398
* cflags.SH: strip -std=c89 for g++Jarkko Hietaniemi2006-10-071-21/+26
| | | | | Message-ID: <45278350.8020707@iki.fi> p4raw-id: //depot/perl@28955
* Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedanticJarkko Hietaniemi2006-10-021-47/+109
| | | | | Message-ID: <4520E41E.8040300@iki.fi> p4raw-id: //depot/perl@28914
* C++: add -Wno-used-parameter, and drop ODBM_FileJarkko Hietaniemi2006-09-191-4/+8
| | | | | Message-ID: <450F8BEA.1010802@iki.fi> p4raw-id: //depot/perl@28867
* (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CCJarkko Hietaniemi2006-09-141-1/+20
| | | | | | | Message-ID: <45083D88.7050207@iki.fi> Plus a tweak to the name of CC. p4raw-id: //depot/perl@28842
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-0/+4
| | | | | Message-ID: <44D7AA6B.4040802@iki.fi> p4raw-id: //depot/perl@28674
* g++ large patchJarkko Hietaniemi2006-08-071-8/+4
| | | | | Message-ID: <44D2E203.5050201@iki.fi> p4raw-id: //depot/perl@28662
* g++ heavy shovelingJarkko Hietaniemi2006-08-021-2/+18
| | | | | Message-ID: <44CFC1EA.2050702@iki.fi> p4raw-id: //depot/perl@28645
* Remove the C89 checking with gccRafael Garcia-Suarez2006-07-171-15/+0
| | | | | (but leave a note in perlhack) p4raw-id: //depot/perl@28595
* Cygwin doesn't cope (yet) with gcc flags -std=c89H.Merijn Brand2006-07-171-1/+4
| | | p4raw-id: //depot/perl@28592
* cflags.SH: add missing C filesJarkko Hietaniemi2006-07-151-0/+8
| | | | | Message-ID: <44B8B5B1.2050902@iki.fi> p4raw-id: //depot/perl@28577
* Re: [PATCH] cflags.SH: add -std=c89Jarkko Hietaniemi2006-07-151-5/+22
| | | | | Message-ID: <44B8B331.8090009@iki.fi> p4raw-id: //depot/perl@28576
* Don't add extra warning flags for gcc versions < 3.Rafael Garcia-Suarez2006-07-051-0/+1
| | | p4raw-id: //depot/perl@28483
* cflags.SH: scan the gcc warning flags only once, during .SH expansionJarkko Hietaniemi2006-06-271-70/+75
| | | | | Message-Id: <20060626191237.8A0936CF04@seth.hut.fi> p4raw-id: //depot/perl@28434
* RE: [PATCH] cflags.SH: rework the gcc warnings selectionPaul Green2006-06-191-1/+3
| | | | | | From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <F5F42E77A43DD944B6D664B00A5401CB02026106@EXNA.corp.stratus.com> p4raw-id: //depot/perl@28402
* cflags.SH: rework the gcc warnings selectionJarkko Hietaniemi2006-06-151-3/+29
| | | | | Message-ID: <4490FA65.70006@iki.fi> p4raw-id: //depot/perl@28397
* Experiment with putting the F<.patch>level into patchlevel.hNicholas Clark2005-09-101-0/+4
| | | | | (a sure way to accelerate any change to subversion) p4raw-id: //depot/perl@25374
* -Wall is intolerably noisy with icc.Abhijit Menon-Sen2005-05-261-0/+1
| | | p4raw-id: //depot/perl@24588
* -Dgccansipedantic only for gcc 3+H.Merijn Brand2002-09-301-17/+21
| | | | | Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi> p4raw-id: //depot/perl@17945
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-3/+24
| | | | | Message-ID: <20020917221925.GF85044@lyta.hut.fi> p4raw-id: //depot/perl@17925
* Nuke obsolete way to build debugging (etc) perlsPaul Green2002-04-231-20/+5
| | | | | Message-Id: <200204231906.PAA26393@mailhub1.stratus.com> p4raw-id: //depot/perl@16117
* cflags.SH -- to preserve hint file optionsPaul Green2002-04-221-1/+1
| | | | | Message-Id: <200204221639.MAA11298@mailhub2.stratus.com> p4raw-id: //depot/perl@16078
* Add -Wall in cflags, not in Configure.Jarkko Hietaniemi2001-07-311-2/+18
| | | | | | | (This way -Wall affects only the core and the core XS, not user modules' XS. Concern from Paul Marquess, implementation idea from Andy Dougherty.) p4raw-id: //depot/perl@11516
* When in Rome, quote like the Romans do.Jarkko Hietaniemi2001-07-231-1/+1
| | | p4raw-id: //depot/perl@11463
* OPTIMIZE= during perl makeIlya Zakharevich2001-07-231-0/+7
| | | | | Message-ID: <20010723182035.A14192@math.ohio-state.edu> p4raw-id: //depot/perl@11459
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-0/+3
| | | p4raw-id: //depot/perl@10685
* The problem described in 20010514.031 still wasn'tJarkko Hietaniemi2001-05-151-2/+2
| | | | | | | fully cured, there were remnants of $CONFIG when $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH to avoid future conflicts. p4raw-id: //depot/perl@10113
* Do away with memory models cruft. Sorry, PDP users.Jarkko Hietaniemi2000-09-081-2/+2
| | | p4raw-id: //depot/perl@7041
* enable function wrappers for access to globals under MULTIPLICITYGurusamy Sarathy2000-01-241-0/+1
| | | | | | (provides binary compatibility in the face of changes in interpreter structure) p4raw-id: //depot/perl@4878
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-261-8/+1
| | | p4raw-id: //depot/perl@3774
* First steps of making builds outside the sourceJarkko Hietaniemi1999-07-251-0/+7
| | | | | | | | directory possible. These should get us as far as miniperl, then building DynaLoader falls into tiny twinkling pieces as MakeMaker knows nothing of VPATH mindset. p4raw-id: //depot/cfgperl@3735
* Slightly modified patch.Sean Sheedy1999-07-211-1/+1
| | | | | | | To: perl5-porters@perl.org Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions Message-Id: <3794A935.1C150E54@ncube.com> p4raw-id: //depot/cfgperl@3715
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-1/+4
| | | | | | Message-ID: <37230365.5F68B460@turnhere.com> Subject: [PATCH]5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3358
* Configure regen.Jarkko Hietaniemi1999-04-021-2/+2
| | | | | | | Add llseek + offset_t probing. Change CONFIG to CONFIGDOTSH. 'unset foo' is unportable, use foo=''. p4raw-id: //depot/cfgperl@3201
* [PATCH for 5.004_64] Configure patch Config_64-01Andy Dougherty1998-05-141-0/+1
| | | | | | | | | | | Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT) Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT) Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT) Subject: [PATCH 5.004_64] Config_64-03-04.diff Date: Wed, 13 May 1998 14:33:30 -0400 (EDT) p4raw-id: //depot/perl@948
* Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)Malcolm Beattie1998-03-051-0/+1
| | | p4raw-id: //depot/perl@770