summaryrefslogtreecommitdiff
path: root/config_h.SH
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Attribute configurationAndy Lester2005-05-201-11/+34
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* Avoid USE_SITECUSTOMIZE redefined warningsJan Dubois2005-05-101-0/+2
| | | | | Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com> p4raw-id: //depot/perl@24432
* Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they wereH.Merijn Brand2005-04-291-0/+12
| | | | | unintendedly removed by patch #23435 p4raw-id: //depot/perl@24355
* Sorting still is a mess. This is better.H.Merijn Brand2005-04-101-71/+71
| | | p4raw-id: //depot/perl@24218
* Configure now probes for _LIB_VERSION support in math.h/libmH.Merijn Brand2005-04-101-65/+71
| | | | | LIBM_LIB_VERSION is defined if it does p4raw-id: //depot/perl@24217
* now usesitecustomize is used more genericH.Merijn Brand2005-04-081-1/+1
| | | p4raw-id: //depot/perl@24210
* Support for -DusesitecustomizeH.Merijn Brand2005-03-301-0/+6
| | | p4raw-id: //depot/perl@24104
* Relocatable @INC entries for Unix.Nicholas Clark2004-12-231-0/+6
| | | | | | | | (With appropriate fixups in Config.pm to complete the illusion) Currently can only be enabled with hackery to config.sh TODO - proper Configure support, and support for otherlibdirs in Config.pm p4raw-id: //depot/perl@23674
* 23669 was not such a good idea. More research needed.H.Merijn Brand2004-12-231-53/+53
| | | p4raw-id: //depot/perl@23673
* Just to re-sync with metaconfig output. No real changes.H.Merijn Brand2004-12-221-53/+53
| | | p4raw-id: //depot/perl@23669
* The next step in strlcat ()/ strcpy () detection and usageH.Merijn Brand2004-10-311-13/+13
| | | | | preparation. Change to handy.h eeded for config_h.SH p4raw-id: //depot/perl@23450
* Added probes for strlcat () and strlcpy () to ConfigureH.Merijn Brand2004-10-301-1938/+1938
| | | | | Re-ordered config_h.SH p4raw-id: //depot/perl@23435
* Make usemallocwrap a Configure-time question. Default is yes forNicholas Clark2004-03-231-0/+5
| | | | | | | usedevel, no otherwise, but I'm expecting hints files on known good platforms to override this. (and known bad) Demonstration hints file for darwin. p4raw-id: //depot/perl@22571
* Removed pm_apiversion and xs_apiversion as requested byH.Merijn Brand2004-02-181-35/+0
| | | | | the pumpkin. Chainsaw was still in perfect working order. p4raw-id: //depot/perl@22334
* INSTALL_PREFIX from CIlya Zakharevich2003-12-251-0/+12
| | | | | Message-ID: <20031218203006.GA7772@math.berkeley.edu> p4raw-id: //depot/perl@21957