summaryrefslogtreecommitdiff
path: root/config_h.SH
Commit message (Collapse)AuthorAgeFilesLines
* Detection of IPv6 clueful functions by Configure (part 1)H.Merijn Brand2009-04-191-0/+24
| | | | | | | | | | Other OS parts will follow From: Steve Peters <steve@fisharerojo.org> Date: Wed, 25 Mar 2009 10:54:51 -0500 Message-ID: <fd7a59d30903250854q53311f48o6744df7cbfa1d03d@mail.gmail.com> (cherry picked from commit 5086dff9f4ed3d0ef53205b4d62cc5efb86d094b)
* Restore old behavior for perl builds with (still) unflattened ext/.H.Merijn Brand2009-04-141-20/+20
| | | | | | Backported assorted changes and regenerated Configure (cherry picked from commit 38fddf8b5d4021b3807b4f9658a4689b671308a1)
* Configure detection of __attribute__((deprecated))Rafael Garcia-Suarez2009-01-281-0/+4
| | | | | | | | | From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com> Message-ID: <b77c1dce0812030351j33d7b75ci3e2640b33f36acd9@mail.gmail.com> p4raw-id: //depot/perl@34994 (cherry-picked from commit fcdf39cfa40f83fdbf75ada879210410f127eef1)
* could we add usedevel to config.h?H.Merijn Brand2009-01-271-0/+7
| | | | | | | | | | | | | | | From: Nicholas Clark <nick@ccl4.org> Date: Thu, 27 Nov 2008 20:28:08 +0000 Message-ID: <20081127202807.GG49335@plum.flirble.org> Subject: Avoid duplicate vendorlib [PATCH] From: Gisle Aas <gisle@activestate.com> Date: Wed, 12 Nov 2008 13:50:34 +0100 Message-Id: <71B06786-4C55-4A76-BE24-C01F89015D45@activestate.com> p4raw-id: //depot/perl@34950 (cherry picked from commit 1be1b388c18674b89d106c333a2dd62d9b736e29)
* Add prototype detection for NDBM header filesMarcus Holland-Moritz2009-01-261-0/+21
| | | | | | | | Message-ID: <20081103224011.26c223b3@r2d2> p4raw-id: //depot/perl@34756 (cherry picked from commit e74475c7f7d5be6b248e4c69480e5336325d067b)
* Add probes for *time64 () functionsH.Merijn Brand2009-01-021-0/+31
| | | | | | | | Add missing config vars p4raw-id: //depot/perl@34456 (cherry-picked from 969386165da4b2b619c453c25dead6d8a086a3cb)
* Add probes for LOCALTIME_max and LOCALTIME_min (y2038 project)H.Merijn Brand2009-01-021-8/+18
| | | | | | p4raw-id: //depot/perl@34363 (cherry picked from commit 73e6e416ba5c167dc94e3d9723be81ed2dff177b)
* Integrate:Jan Dubois2008-12-051-59/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 34064] Warnings-free for metalint-3.5-27. Woot! Removed all files that are now identical to dist-3.5 [ 34105] Part one of y2038 changes for Schwern [ 34107] Probe for timegm [ 34112] Be sure to use the correct type, so bits do not get wrapped [ 34114] Fine-grained sGMTIME_min/max detection [ 34115] Update Win32 canned configs Adds new values introduced by #34105/34107, incorporating this patch: Subject: RE: New probes From: "Jan Dubois" <jand@activestate.com> Message-ID: <072601c8e085$04694860$0d3bd920$@com> The appropriate values for the other compilers were determined by running the probe functions added to Configure by #34105/34112/34114. (Note that VC8 requires an invalid parameter handler to run those functions without crashing, and both VC8 and VC9 need %I64d rather than %ld to output the appropriate values.) Also applies the changes to the config_H.* files, together with changes for #33597/33598/33949 which never got added to them. p4raw-link: @34115 on //depot/perl: 4b7e285e7ac0f212412ed301bb6824593baf29e9 p4raw-link: @34114 on //depot/perl: 92a3ac59c93b6fba629d9177ad303a51fcb0d765 p4raw-link: @34112 on //depot/perl: 5bcaa86b3b74d7972c51a495c7a8c358e9515fd8 p4raw-link: @34107 on //depot/perl: cbb9e8a748b5e5e3976f6136bbf786e27be09152 p4raw-link: @34105 on //depot/perl: 81c4fd9ed76693652365ade5cfe1811926de24d8 p4raw-link: @34064 on //depot/perl: 1d8eaf8cf59b440c0fa63ff8dfca4ae76cf04fd0 p4raw-id: //depot/maint-5.10/perl@35019 p4raw-integrated: from //depot/perl@34115 'copy in' win32/config_sh.PL (@34075..) 'merge in' win32/config_H.bc win32/config_H.gc win32/config_H.vc win32/config_H.vc64 (@33350..) win32/config.bc win32/config.gc win32/config.vc win32/config.vc64 (@33949..) p4raw-integrated: from //depot/perl@34112 'copy in' Porting/config_H (@33049..) 'edit in' Configure (@34107..) 'merge in' Porting/config.sh (@33949..) p4raw-integrated: from //depot/perl@34105 'edit in' handy.h (@33379..) Porting/Glossary (@33845..) 'ignore' config_h.SH (@34064..)
* Integrate:Dave Mitchell2008-05-211-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 33631] Subject: [PATCH] Re: Change 33598: [PATCH] Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu) From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Wed, 2 Apr 2008 13:45:26 -0400 Message-ID: <1ff86f510804021045s1f7ec22ftbf5b9e2f2c6c619e@mail.gmail.com> [ 33757] Use File::Find rather than shell globbing to get the list of *.pm files to pass to AutoSplit::autosplit_lib_modules(). This way we only need to invoke miniperl once, and we don't miss anything that is 3 or more levels deep. [ 33843] Subject: [perl #54120] [PATCH] [metaconfig] Need more -fstack-protector From: Andy Dougherty (via RT) <perlbug-followup@perl.org> Date: Tue, 13 May 2008 09:37:07 -0700 Message-ID: <rt-3.6.HEAD-9992-1210696625-331.54120-75-0@perl.org> [ 33845] Subject: [PATCH] Re: [perl #50180] NDBM_File fails to build From: Andy Dougherty <doughera@lafayette.edu> Date: Tue, 13 May 2008 12:28:45 -0400 (EDT) Message-ID: <Pine.LNX.4.64.0805131224130.9728@fractal.phys.lafayette.edu> [ 33887] Subject: Re: Change 33843: [perl #54120] [PATCH] [metaconfig] Need more -fstack-protector From: Andy Dougherty <doughera@lafayette.edu> Date: Tue, 20 May 2008 11:21:14 -0400 (EDT) Message-ID: <Pine.LNX.4.64.0805201102040.767@fractal.phys.lafayette.edu> p4raw-link: @33887 on //depot/perl: b2f871edc35e5f084fd4b5abd0a57506c09d66c8 p4raw-link: @33845 on //depot/perl: a33f2d9ff72e8b22b6fbbee1f295dee14d2436b5 p4raw-link: @33843 on //depot/perl: 8f68b0e60604edea3283f325254c4d22deb7f5e1 p4raw-link: @33757 on //depot/perl: 05bc20f3049bc9fc0c4874ea91065f8f6d00d4b5 p4raw-link: @33631 on //depot/perl: f25eda108073a1aef3f3ed5406618a18d0d4baee p4raw-id: //depot/maint-5.10/perl@33904 p4raw-integrated: from //depot/perl@33895 'copy in' ext/NDBM_File/NDBM_File.xs (@28996..) hints/linux.sh (@31404..) Porting/Glossary config_h.SH (@33598..) 'merge in' Makefile.SH (@33608..) p4raw-integrated: from //depot/perl@33843 'ignore' Configure (@33631..)
* Integrate:Dave Mitchell2008-05-201-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 33547] Final move from meta-3.0 to meta-3.5 [ 33589] Make uudmap.h dependencies more explicit in the VMS build (needed by MMS but not MMK). [ 33597] Add i_syspoll to all the pre-canned configs. [ 33598] Subject: [PATCH] Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu) From: Dominic Dunlop <shouldbedomo@mac.com> Message-Id: <3B7752C8-D5A2-452C-B3E0-C453FFCBCAFA@mac.com> Date: Tue, 11 Mar 2008 21:54:04 +0100 [but rename ******* to i_mallocmalloc.U, and then fix up all the files that Porting/checkcfgvar.pl says need i_mallocmalloc declared] [ 33606] Subject: detecting Configure test goofs (Was Re: branch prediction hints) From: Nicholas Clark <nick@ccl4.org> Date: Mon, 24 Mar 2008 16:35:09 +0000 Message-ID: <20080324163509.GW79799@plum.flirble.org> p4raw-link: @33606 on //depot/perl: 08593cf4c9cb1d67bbda4d67054ff396110647f9 p4raw-link: @33598 on //depot/perl: 1cd66f7c5bbf47a0c9c6f45b3eae3670bbe447db p4raw-link: @33597 on //depot/perl: 3420cd608b369be387bfc5e65cad34a2bf659561 p4raw-link: @33589 on //depot/perl: b50d78f710e31d33fee2acc5e8cfddc61da1eb9b p4raw-link: @33547 on //depot/perl: 216dac0429f7f2def8388be78bca5dd81baf8702 p4raw-id: //depot/maint-5.10/perl@33894 p4raw-integrated: from //depot/perl@33893 'copy in' configure.com (@33591..) plan9/config_sh.sample (@33597..) 'edit in' Cross/config.sh-arm-linux epoc/config.sh (@33597..) 'merge in' vms/descrip_mms.template (@32649..) p4raw-integrated: from //depot/perl@33606 'copy in' Configure (@33598..) p4raw-integrated: from //depot/perl@33598 'copy in' config_h.SH (@33547..) 'merge in' perl.h (@33448..) p4raw-integrated: from //depot/perl@33597 'edit in' Porting/config.sh (@33049..) 'ignore' NetWare/config.wc symbian/config.sh uconfig.sh win32/config.ce (@33049..) win32/config.bc (@33345..) win32/config.gc win32/config.vc win32/config.vc64 (@33347..) p4raw-integrated: from //depot/perl@33547 'ignore' Porting/Glossary (@33321..)
* Integrate:Dave Mitchell2008-05-201-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 33049] Fix the misplaced warnings and failing tests caused by the precision loss warning on ++ and -- by moving the check to Configure time, creating a new config.sh variable nv_overflows_integers_at which contains an constant expression for the value of the NV which can't be incremented by 1.0 [ 33054] Oops, change 33049 really did need to update all the Win?? headers as the symbol isn't used in a conditional compile. [ 33055] Update uconfig.h to add USE_DTRACE back in. [ 33321] Resync with metaconfig. Escape the last ~. [ 33345] Sync win32/config.* with Porting/config.sh p4raw-link: @33345 on //depot/perl: 44490ef2326046d0fa96b63ed74af810a72931fd p4raw-link: @33321 on //depot/perl: 4137585d161068477223a004b005a7b78ff03d8e p4raw-link: @33055 on //depot/perl: b10924eb6ff77fb5ba594ac1caff0dbc350dc0c9 p4raw-link: @33054 on //depot/perl: 7ea950175ceee077767e7114b36bdb033d932cb6 p4raw-link: @33049 on //depot/perl: b68c599a1231c4d11ec0b0a667ce0c407c357eab p4raw-id: //depot/maint-5.10/perl@33877 p4raw-integrated: from //depot/perl@33875 'copy in' uconfig.h (@33043..) Porting/config_H (@33047..) 'merge in' win32/config_H.ce (@32953..) p4raw-integrated: from //depot/perl@33345 'copy in' win32/config.vc64 (@33049..) p4raw-integrated: from //depot/perl@33321 'copy in' config_h.SH (@33049..) p4raw-integrated: from //depot/perl@33054 'merge in' win32/config_H.bc win32/config_H.gc win32/config_H.vc win32/config_H.vc64 (@32953..) p4raw-integrated: from //depot/perl@33049 'copy in' NetWare/config.wc plan9/config_sh.sample symbian/config.sh win32/config.ce (@32953..) uconfig.sh (@32981..) 'edit in' Configure (@33038..) 'ignore' win32/config.bc win32/config.gc win32/config.vc (@32953..) Porting/Glossary (@33038..) 'merge in' Cross/config.sh-arm-linux epoc/config.sh (@32953..) configure.com (@32965..) Porting/config.sh (@33047..)
* Integrate:Dave Mitchell2008-05-201-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 32981] Thanks to Sébstien Aperghis-Tramoni's suggestion, updated version numbers in a few extra files and regenerated uconfig.h. [ 33038] Regen. Lots of under-the-hood changes accumulated. [ 33043] Regen uconfig.h [ 33045] The return of USE_DTRACE [ 33047] Re-generated sample files p4raw-link: @33047 on //depot/perl: f27add2b105e55046413b56fa81ce38c1f5a8c4c p4raw-link: @33045 on //depot/perl: 0a3c33ab0ff4b0086eda9a317695b0a506aedb3a p4raw-link: @33043 on //depot/perl: c57d4fd46ab089abd7af12df8894e86d724e19df p4raw-link: @33038 on //depot/perl: 776a38e31187f86a4a5b55c1719bc8c901a4e29a p4raw-link: @32981 on //depot/perl: 9244ff22d9253b414cdb453152476520e8a65e68 p4raw-id: //depot/maint-5.10/perl@33875 p4raw-integrated: from //depot/perl@33047 'edit in' Porting/config.sh (@32705..) p4raw-integrated: from //depot/perl@33045 'copy in' config_h.SH (@33038..) 'merge in' handy.h (@32819..) p4raw-integrated: from //depot/perl@33038 'copy in' Porting/Glossary (@32974..) 'merge in' Configure (@32974..) p4raw-integrated: from //depot/perl@32981 'copy in' uconfig.sh (@32953..) 'ignore' Porting/config_H (@32705..) uconfig.h (@32953..)
* Integrate:Andy Armstrong2008-05-201-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 32953] [ only the configuration parts; skip MANIFEST mydtrace.h perldtrace.d Makefile.SH cop.h Makefile.SH] Subject: [PATCH] Add dtrace support Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net> Date: Thu, 10 Jan 2008 22:20:52 +0000 with fixups as discussed on list, plus adding usedtrace to Glossary, plus propagating all the new config variables everywhere. (Was there an automatic way to do that? I did it with emacs macros) [ 32963] Subject: [PATCH] sh doesn't know about ! From: Andy Armstrong <andy@hexten.net> Message-Id: <7EC45604-54BE-4738-90B2-7AC5C6D17026@hexten.net> Date: Fri, 11 Jan 2008 19:34:25 +0000 [ 32965] Nit disabling dtrace on VMS (2 single quotes inside double quotes causes symbol interpolation in DCL). [ 32967] Subject: Re: [PATCH] Stop DTrace config option looping in non-interactive mode From: Andy Armstrong <andy@hexten.net> Message-Id: <4C6BD298-5CD3-49EA-8FED-4A6DA24BFA7B@hexten.net> Date: Sat, 12 Jan 2008 20:27:46 +0000 [ 32974] Intermediate update/regen in cleanup process, dtrace support is now backported p4raw-link: @32974 on //depot/perl: 34f1896bf0e6d84b51034730aeb2a94e83c146ba p4raw-link: @32967 on //depot/perl: ea9222e0361fc718c049fb5b7d00308ef9b0978d p4raw-link: @32965 on //depot/perl: 83d8c2948ced54f03b61a7f8d341392ec3470d96 p4raw-link: @32963 on //depot/perl: c9242b3f0d9b2cbf453ac874f8fd5f49f4790fab p4raw-link: @32953 on //depot/perl: 5ac1e9b286b068746476878a8a6206b06828a175 p4raw-id: //depot/maint-5.10/perl@33873 p4raw-integrated: from //depot/perl@32974 'copy in' Porting/Glossary config_h.SH (@32953..) p4raw-integrated: from //depot/perl@32965 'edit in' configure.com (@32953..) p4raw-integrated: from //depot/perl@32963 'edit in' Configure (@32953..) p4raw-integrated: from //depot/perl@32953 'copy in' NetWare/config.wc plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh win32/config.bc win32/config.ce win32/config.gc win32/config.vc win32/config.vc64 (@32705..) 'merge in' Cross/config.sh-arm-linux epoc/config.sh win32/config_H.bc win32/config_H.ce win32/config_H.gc win32/config_H.vc win32/config_H.vc64 (@32705..)
* Integrate:Dave Mitchell2008-05-191-19/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 32647] Teach cflags.SH about -fstack-protector, and add it to gcc compiler flags when possible. [ 32667] Merge the duplicated code for the tests for -fno-strict-aliasing and -pipe into a new eval'd "function" checkccflag [ 32669] A new try at getting -fstack-protector working, by adding it to the gcc link flags so that any implementation dependant libraries are also linked in. [ 32670] Oops. Change 32669 didn't mean to add ssp to the libswanted list. [ 32671] char can be unsigned, so i8 needs to be signed char. [ 32705] Add a Configure probe for <assert.h> [ 32773] Sync after metaconfig backports. Some reorders were done [ 32795] Bring back the platforms that do not support -fstack-protector [ 32797] Missing test, adding $ to the other tests [ 32927] Intermediate re-gen for AndyA's dtrace work. More to come p4raw-link: @32927 on //depot/perl: 613d6c3e99b9decc826ec8d350db87e816a1c7af p4raw-link: @32797 on //depot/perl: 580e570ede74f948375802ddb064a6c129d09843 p4raw-link: @32795 on //depot/perl: 04b62921f03f67e98babd7416f0b9dec028c5df2 p4raw-link: @32773 on //depot/perl: c0bacbefa7e93e425666c0c5f655c48e3ae97edf p4raw-link: @32705 on //depot/perl: 2a0de2c52ab4e8b4f51332a0e1eaae4b8cff3f48 p4raw-link: @32671 on //depot/perl: 1318745670424caf6c309d2a8e64000cb32872aa p4raw-link: @32670 on //depot/perl: 8119684ffb78148615b341699e2e8eb537bbe57f p4raw-link: @32669 on //depot/perl: 6682be1cb0cf57e58661289c111831ff65f51b05 p4raw-link: @32667 on //depot/perl: c34316b3a9f2bbb390b298a58adaec3a29b4d521 p4raw-link: @32647 on //depot/perl: 5e49647a0859f6593db3487b4813b840236eca20 p4raw-id: //depot/maint-5.10/perl@33872 p4raw-integrated: from //depot/perl@33857 'copy in' plan9/config_h.sample (@29213..) 'merge in' NetWare/config_H.wc (@32646..) p4raw-integrated: from //depot/perl@32773 'copy in' config_h.SH (@32705..) p4raw-integrated: from //depot/perl@32705 'copy in' NetWare/config.wc plan9/config_sh.sample symbian/config.sh win32/config.bc win32/config.ce win32/config.gc win32/config.vc win32/config.vc64 (@31745..) Porting/config_H uconfig.sh (@32425..) uconfig.h (@32558..) 'ignore' Porting/Glossary (@31745..) 'merge in' configure.com (@32577..) Cross/config.sh-arm-linux Porting/config.sh epoc/config.sh win32/config_H.bc win32/config_H.ce win32/config_H.gc win32/config_H.vc win32/config_H.vc64 (@32646..) p4raw-integrated: from //depot/perl@32670 'edit in' Configure (@32669..) p4raw-integrated: from //depot/perl@32669 'copy in' cflags.SH (@32647..)
* Escape $ENV in comments in config_h.SHJerry D. Hedden2007-12-111-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510712110612o7bc5fa2ax9e575c0396cb2a64@mail.gmail.com> p4raw-id: //depot/perl@32607
* 1. Move #30327 to the generation locationH.Merijn Brand2007-04-181-39/+44
| | | | | | 2. Regen after backports 3. Include Jarkko's $run and \n patch p4raw-id: //depot/perl@30977
* Avoid to run config_h.SH twice during configuration.Rafael Garcia-Suarez2007-02-161-2/+7
| | | p4raw-id: //depot/perl@30327
* signbit detection (was [perl #39875] -0.0 loses signedness upon numeric ↵Andy Dougherty2007-02-101-1626/+1624
| | | | | | | comparison) Message-ID: <Pine.LNX.4.62.0702091121400.10202@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@30192
* Introduction of d_pseudoforkH.Merijn Brand2006-12-051-0/+6
| | | p4raw-id: //depot/perl@29467
* OS/2 compilation fixes by IlyaIlya Zakharevich2006-11-281-0/+12
| | | | | | Subject: [PATCH 5.8.8] Build on OS/2 Message-ID: <20061128113629.GA18108@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29407
* No more 5005thread messages from Configure for 5.9.x and upH.Merijn Brand2006-11-211-6/+7
| | | p4raw-id: //depot/perl@29338
* 1. Less Whoa there, based on a suggestion by Andy DoughertyH.Merijn Brand2006-11-151-0/+4
| | | | | 2. d_printf_format_null, based on a patch by Robin Barker p4raw-id: //depot/perl@29288
* Configure patch to add detection for DIR.dd_fd member variableSteve Peters2006-11-081-0/+6
| | | | | | From: "Steve Peters" <steve.peters@gmail.com> Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com> p4raw-id: //depot/perl@29238
* The non-unix parts for localtime_r_needs_tzsetH.Merijn Brand2006-11-061-0/+6
| | | | | Plus forced Glossary entry. That is a TODO for automation p4raw-id: //depot/perl@29213
* RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.Benjamin Holzman2006-11-061-0/+7
| | | | | | From: "Benjamin Holzman" <bholzman@longitude.com> Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com> p4raw-id: //depot/perl@29209
* Fix for RT#38169 & RT#38945H.Merijn Brand2006-10-231-0/+12
| | | | | Configure won't handle versions 5.10.0 or 5.8.10. p4raw-id: //depot/perl@29096
* Accumulated fixes from earlier backports, amongst of which:Jarkko Hietaniemi2006-09-131-18/+18
| | | | | | Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure Message-ID: <45063554.1040301@iki.fi> p4raw-id: //depot/perl@28829
* Fix comment nit in config.hSteve Peters2006-08-091-1/+1
| | | p4raw-id: //depot/perl@28685
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-0/+6
| | | | | Message-ID: <44D7AA6B.4040802@iki.fi> p4raw-id: //depot/perl@28674
* #7217: config.h comments for HAS_POLL incorrectDavid Dyck2006-07-271-8/+8
| | | | | | http://rt.perl.org/rt3/Ticket/Display.html?id=7217 Subject: config.h comments for HAS_POLL incorrect p4raw-id: //depot/perl@28625
* Re-generation after backports ofH.Merijn Brand2006-05-221-6/+5
| | | | | | | | | #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently #28189 A Configure probe for C99 variadic macros, based on code from #28202 Take advantage of the bug that binexp ignores the Configure #28263 Oops. Fix bad #! lines when not using userelocatableinc One small cleanup fix added. Some small re-ordering. Some whitespace. p4raw-id: //depot/perl@28283
* A Configure probe for C99 variadic macros, based on code from Jarkko.Nicholas Clark2006-05-131-0/+6
| | | p4raw-id: //depot/perl@28189
* Support for -DDEBUGGING and its alias -DEBUGGINGH.Merijn Brand2006-04-171-684/+684
| | | p4raw-id: //depot/perl@27863
* Regeneration after backports of #27447, #27484, #27485, #27488,H.Merijn Brand2006-04-031-8/+7
| | | | | #27489, #27490, #27491, and #27632 p4raw-id: //depot/perl@27703
* Introduce d_sitearch and d_inc_version_list config.sh variables.Gisle Aas2006-03-301-3/+3
| | | | | | | | These allow me to set sitearch and sitelib to be the same without ending up with duplicate entries in @INC. Basically the same way the old d_archlib variable is used. p4raw-id: //depot/perl@27632
* Reapply change 24432Jan Dubois2006-03-111-0/+2
| | | | | | From: "Jan Dubois" <jand@ActiveState.com> Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy> p4raw-id: //depot/perl@27473
* Backport #27407H.Merijn Brand2006-03-081-7/+6
| | | | | | Add a Configure question for mad (Misc Attribute Decoration - Larry's perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h p4raw-id: //depot/perl@27410
* Add a Configure question for mad (Misc Attribute Decoration - Larry'sNicholas Clark2006-03-071-0/+7
| | | | | perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h p4raw-id: //depot/perl@27407
* Support for __builtin_expect and __builtin_choose_exprAndy Lester2006-03-031-0/+10
| | | | | Message-ID: <20051228213408.GB26033@petdance.com> p4raw-id: //depot/perl@27370
* Add probe for snprintf () and vsnprintf ()Steve Peters2006-01-031-0/+11
| | | | | | Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness) Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@26606
* revive probe for futimes ()H.Merijn Brand2005-10-311-12/+18
| | | p4raw-id: //depot/perl@25935
* Backport of changes #25831 and #25832. Re-order neededYitzchak Scott-Thoennes2005-10-241-8/+8
| | | | | | | Subject: [PATCH] Re: Configure question about format of cc/cppsymbols Message-ID: <20051024200458.GC2312@efn.org> p4raw-link: @25831 on //depot/perl: 78821a22f30aaed98d9c6643adb5ed18f868dbe7 p4raw-id: //depot/perl@25837
* Add my_sprintf, which is usually just a macro for sprintf, for thoseNicholas Clark2005-10-241-0/+8
| | | | | | | places where we want to use the return value of sprintf. This allows a wrapper to be used for platforms where the C library isn't ANSI- conformant. p4raw-id: //depot/perl@25832
* Add probe for clearenv (), like #25733 for unsetenv ()H.Merijn Brand2005-10-181-12/+18
| | | p4raw-id: //depot/perl@25793
* Add probe for unsetenv ()Steve Peters2005-10-101-0/+6
| | | | | | Subject: Re: Perl's handling of environ breaks on Solaris 10 Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25733
* Detection of malloc_size and malloc_good_sizeH.Merijn Brand2005-09-121-0/+12
| | | p4raw-id: //depot/perl@25387
* Redo generation of change #24898H.Merijn Brand2005-06-211-28/+28
| | | | | | Do not forget to run Porting/config_h.pl! p4raw-link: @24898 on //depot/perl: f607920a165f3c14b9c61dc74e535bdc6aa1904c p4raw-id: //depot/perl@24934
* Add a Configure test to see if NV 0.0 is stored as all bits zero, andCraig A. Berry2005-06-191-0/+5
| | | | | | | | | | #define NV_ZERO_IS_ALLBITS_ZERO if so. This is always true on VMS: Subject: Re: Configure check for whether 0.0 is stored as all bits zero From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]> Date: Sat, 18 Jun 2005 18:23:59 -0500 p4raw-id: //depot/perl@24898
* More possible re-order dependencies solvedH.Merijn Brand2005-05-261-12/+12
| | | p4raw-id: //depot/perl@24581
* Reordering config_h.SH after metaconfig now semi automatedH.Merijn Brand2005-05-251-97/+77
| | | | | This will save me *a lot* of manual work p4raw-id: //depot/perl@24576