summaryrefslogtreecommitdiff
path: root/config_h.SH
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* UVSIZE is not yet defined when it would be neededJarkko Hietaniemi2003-08-251-4/+17
| | | | | | | by MULTIARCH. So go back to LONGSIZE, and (belt- and-suspenders-and-rope style) later in UVSIZE possibly redefine BYTEORDER. p4raw-id: //depot/perl@20881
* Re: bytecode.t & OS X "Invalid bytecode for this architecture"Adrian M. Enache2003-08-231-4/+4
| | | | | Message-ID: <20030804132019.GA6764@ratsnest.hole> p4raw-id: //depot/perl@20856
* Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4Alan Burlison2003-07-011-6/+0
| | | | | Message-ID: <3F00C1BC.3020103@sun.com> p4raw-id: //depot/perl@19897
* Missing "to".Jarkko Hietaniemi2003-05-241-1/+1
| | | p4raw-id: //depot/perl@19608
* Add a real scan for pthread_attr_setscope().Jarkko Hietaniemi2003-05-241-0/+7
| | | p4raw-id: //depot/perl@19604
* [perl #8599] s/catenate/concatenate/Casey West2003-05-131-2/+2
| | | | | | | Message-ID: <20030509080044.GA49820@geeknest.com> (except for the dup.t patch which diddled with system().) p4raw-id: //depot/perl@19518
* Regen Configure, Glossary, et alia.Jarkko Hietaniemi2003-04-231-0/+1
| | | p4raw-id: //depot/perl@19312
* Introduce two new Configure symbols:Jarkko Hietaniemi2003-04-211-0/+14
| | | | | | | | | | | | | | | [1] d_faststdio = d_stdstdio && d_stdio_ptr_lval && (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt) [2] usefaststdio = do we use fast stdio if we have it? For 5.[68], we do. For anything else, we don't. (At least, unless otherwise instructed by -Dusefaststdio.) This means that for bleadperl we no more use stdio, but instead default to perlio: the effect of PERLIO=perlio, in other words. (PERLIO=stdio will still switch to using stdio.) This change may endanger extensions using FILE*-- but if we are to migrate fully to perlio, better start swallowing the poison now. For maintperl, the usefaststdio still defaults to yes. p4raw-id: //depot/perl@19286
* Backport of _most_ of the changes in #19218: not one bigJarkko Hietaniemi2003-04-151-22/+24
| | | | | cyclic dependency, though, it must be broken up somehow. p4raw-id: //depot/perl@19219
* Big patch from Alan Burlison to make Solaris long doubles work.Jarkko Hietaniemi2003-04-151-0/+22
| | | | | | | (Also spreads more <stdlib.h> joy.) Needs backporting to metaconfig units and introducing the new symbols to non-Configure lands. p4raw-id: //depot/perl@19218
* The description of SIG_SIZE was off.Jarkko Hietaniemi2003-03-181-2/+2
| | | p4raw-id: //depot/perl@19021
* Signal issues.Jarkko Hietaniemi2003-03-141-2/+6
| | | | | | (1) Filter out negative signals. (2) Correct sig_num* and sig_name* descriptions. p4raw-id: //depot/perl@18971
* [patch config_h.SH] redefining __attribute__Stas Bekman2003-03-061-289/+292
| | | | | Message-ID: <3E669E6B.1060606@stason.org> p4raw-id: //depot/perl@18833
* Couple more _r possibilities (found in a RH 8.0 box), andJarkko Hietaniemi2003-03-051-2150/+2158
| | | | | | the random() macros were all wrong. (I don't know why metaconfig did so much reordering of config_h.SH.) p4raw-id: //depot/perl@18831
* Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() ↵Slaven Rezic2002-12-091-0/+5
| | | | | | | are sometimes wrong Message-ID: <874raqz8o3.fsf@vran.herceg.de> p4raw-id: //depot/perl@18267
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-8/+0
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* nanosleep probes as per Jarkko's requestH.Merijn Brand2002-09-301-0/+6
| | | p4raw-id: //depot/perl@17944
* re-synced Configure to backported metaunitsH.Merijn Brand2002-09-111-1859/+1858
| | | p4raw-id: //depot/perl@17896
* better modfl detectionNicholas Clark2002-08-121-0/+7
| | | | | Message-id: <20020811190548.GK300@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17715
* Change version from 5.8.0 to 5.9.0.Hugo van der Sanden2002-08-041-1852/+1852
| | | p4raw-id: //depot/perl@17671
* Forgot from #16991.Jarkko Hietaniemi2002-06-051-1/+2
| | | p4raw-id: //depot/perl@16992
* Document better what the foo_r_proto are supposed to be.Jarkko Hietaniemi2002-05-201-0/+144
| | | p4raw-id: //depot/perl@16711
* Somebody might be compiling a newer Digest::MD5.Jarkko Hietaniemi2002-05-011-0/+2
| | | p4raw-id: //depot/perl@16319
* Try #2 of getting rid of bincompat5005.Jarkko Hietaniemi2002-05-011-8/+0
| | | p4raw-id: //depot/perl@16293
* No bincompat5005.Jarkko Hietaniemi2002-05-011-2/+2
| | | p4raw-id: //depot/perl@16291
* Use UV (not long) for BYTEORDER.Jarkko Hietaniemi2002-04-231-1/+1
| | | p4raw-id: //depot/perl@16099
* Interesting... where did this come from?Jarkko Hietaniemi2002-03-291-0/+4
| | | | | (The Configure change in #15600) p4raw-id: //depot/perl@15602
* d_nv_preserves_uv_bitsNicholas Clark2002-03-181-1/+1
| | | | | Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15290