summaryrefslogtreecommitdiff
path: root/cflags.SH
Commit message (Collapse)AuthorAgeFilesLines
* 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
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-2/+2
|
* Remove old version of target before creating new onePerl 5 Porters1996-07-101-0/+1
|
* 5.002 beta 1Larry Wall1995-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | If you're adventurous, have a look at ftp://ftp.sems.com/pub/outgoing/perl5.0/perl5.002beta1.tar.gz Many thanks to Andy for doing the integration. Obviously, if you consult the bugs database, you'll note there are still plenty of buglets that need fixing, and several enhancements that I've intended to put in still haven't made it in (Hi, Tim and Ilya). But I think it'll be pretty stable. And you can start to fiddle around with prototypes (which are, of course, still totally undocumented). Packrats, don't worry too much about readvertising this widely. Nowadays we're on a T1 here, so our bandwidth is okay. Have the appropriate amount of jollity. Larry
* perl5.000 patch.0g: [various portability fixes, and use latest metaconfig ↵Andy Dougherty1995-01-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for Configure] This patch incorporates various portability fixes and uses the latest metaconfig to generate Configure (and config_h.SH). It would take a long time to summarize all that I've changed. I haven't included many code changes because I'm trying *not* to duplicate bug fixes Larry may already have applied. Here's an older description I prepared that's still mostly accurate: I've also included a few portability fixes in the main source, but these are certainly not a complete set of everything that's been reported. Don't be put off by the size of the patch. Mostly, it's just rearrangement of the parts in Configure and some cosmetic changes. Since gcc often supports long long, I had started to add quad support to Configure. Since SunOS 4.1.3 defines a conflicting "quad" structure, I changed the name from 'quad' to Quad_t, consistent with other Configure "types." I also changed "QUAD" to "HAS_QUAD". However, it turns out it's pretty hard to actually *use* Quad_t. Neither system I have access to can sprintf() a "long long", nor can they carry one around in an IV, unless I make IV "long long", which I didn't want to force generally. Thus I wonder whether any but a precious few could actually use Quad_t, and dropped the tests from Configure. I left in the s/quad/Quad_t/ and s/QUAD/HAS_QUAD/ stuff in case someone else wants to pick it up, and also because I was too lazy to take it back out :-). Some highlights: Configure Several new options. Use Configure -h to learn more. Also, read the directions Configure prints. :-) Spaces now allowed in -D command line options. New -O option that overrides config.sh. You can start interactively and then change that to accepting all the defaults by specifying &-d at any Configure prompt. This is useful if you have to re-run Configure to only change a few settings. Signal type set correctly for the cast{i32,neg} tests. archname detection improved a bit guard against ksh users who have set -u Oldconfig.U cleaned up and regularized a bit more. Guard against hint files using (and over-writing) $tmp. Command line options now are processed after metaconfig INIT lines. Thus things like Configure -Uuseposix should work now. Various miscellaneous clean-ups. better use/detection of tr. i_db.U now checks for hash and prefix type (I think!) I can't test it here. i_?db*.U now all check for an associated function before deciding to include or not the header. MANIFEST MANIFEST.new Sorted & updated. Makefile.SH Some shells/makes bombed out on test -d lib/auto || mkdir lib/auto Use makedir instead. README Some additional notes that people won't read :-). cflags.SH Now calls $startsh. Weird things were happening on Intergraph, and this might be related. config.H Updated. config_h.SH Regenerated. deb.c Varargs dependencies on STANDARD_C replaced by I_STDARG. doop.c quad stuff. ext/DB_File/DB_File.xs Use the new DB_Hash_t and DB_Prefix_t symbols. ext/SDBM_File/sdbm/sdbm.h Fix #defines to be more robust. mg.c Replace VOIDSIG by metaconfig's Signal_t. opcode.h opcode.pl semop only takes 2 arguments, not 3. perl.c Better guard on getenv() prototype. A hint file can use this, if necessary. Me, I think some compilers are just too picky. perl.h The (very) beginnings of some Quad support. See above. Remove the very troublesome sprintf() prototype. Since we don't _use_ the return value anyway (since it's not portable) this should be o.k. The problem was that some systems CAN_PROTOTYPE but include char *sprintf(); in <stdio.h>. That's incompatible with the version we used to have in perl.h. Most people have a prototype for sprintf() in <stdio.h>. Those that don't probably can get by without it anyway. Protect the timesbuf by the specific HAS_TIMES test. Some older gcc-2.something/Solaris 2.something installations apparently don't have times. pp.c More quad stuff. pp_ctl.c s/STANDARD_C/I_STDARG/ for varargs stuff. pp_sys.c use Signal_t. proto.h Update to match new metaconfig names. util.c s/STANDARD_C/I_STDARG/ for varargs stuff. comment out <unistd.h>. A pause prototype was causing problems on some systems. vms/config.vms Changed to use Signal_t.