summaryrefslogtreecommitdiff
path: root/config_h.SH
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-0/+486
| | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238
* Scan for tm_zone (and tm_gmtoff, while we are at it).Jarkko Hietaniemi2002-03-061-0/+5
| | | p4raw-id: //depot/perl@15065
* d_Gconvert hints and GlossaryYitzchak Scott-Thoennes2002-02-201-1/+1
| | | | | Message-ID: <42qc8gzkgOFN092yn@efn.org> p4raw-id: //depot/perl@14786
* Okay, you can come home now, _().Jarkko Hietaniemi2002-01-251-4/+4
| | | p4raw-id: //depot/perl@14413
* Get rid of the _() macro since (1) we require ANSI anywayJarkko Hietaniemi2002-01-221-37/+37
| | | | | | (2) Other software (GNU) seems to use it and we don't need it, so let's give it up. p4raw-id: //depot/perl@14374
* Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems ↵Jonathan Stowe2002-01-121-6/+6
| | | | | | | with gdbm Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@14225
* Re-gen Configure based on #13778..13781.Jarkko Hietaniemi2001-12-191-6/+6
| | | p4raw-id: //depot/perl@13782
* Better to "quote" the pathname.Jarkko Hietaniemi2001-11-231-0/+5
| | | p4raw-id: //depot/perl@13216
* Add probing for BSD-like /proc/curproc/file.Jarkko Hietaniemi2001-11-231-2/+5
| | | p4raw-id: //depot/perl@13213
* Add probing for dirfd() so that it can be added it IO::Dir.Jarkko Hietaniemi2001-11-231-0/+6
| | | p4raw-id: //depot/perl@13211
* procselfexe tweaks.Jarkko Hietaniemi2001-11-211-1474/+1474
| | | p4raw-id: //depot/perl@13174
* Use /proc/self/exe to set $^X on linux (or anywhere newNick Ing-Simmons2001-11-191-1469/+1475
| | | | | Configure unit detects the feature). p4raw-id: //depot/perlio@13109
* Remove iconv references since we are not using itJarkko Hietaniemi2001-09-201-12/+0
| | | | | | | and not going to; regen perltoc, perlmodlib. (Some references still linger in perltoc, have to figure out where they are coming from.) p4raw-id: //depot/perl@12095
* Configure not recording lseek protoBlair Zajac2001-09-111-27/+27
| | | | | | | Message-ID: <3B9D6055.BA334A31@orcaware.com> plus regen Configure. p4raw-id: //depot/perl@11991
* Due to braindamaged makedef.pl change 11758 broke makedef.plArtur Bergman2001-08-301-2/+1
| | | p4raw-id: //depot/perl@11791
* make sure USE_THREADS is defined so external apps workArtur Bergman2001-08-291-0/+1
| | | p4raw-id: //depot/perl@11785
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-1/+1
| | | | | | Thanks to H. Merijn Brand for the patch. Some of the comments and or guards might be removable in perl.h now. p4raw-id: //depot/perl@11758
* Introduce more floating point classifying APIs;Jarkko Hietaniemi2001-08-091-0/+130
| | | | | | | | | | | | | try to define (most importantly) Perl_is{inf,nan}(x). For this first cut, assume none such APIs exist in non-UNIXoid platforms-- this is of course too unkind: Win32 rumoredly has _fpclass() and _isnan(), and VMS/VOS very probably have some of the APIs available. The only thing Perl uses at the moment is Perl_isnan() (has been in use for a while now). NOTE: the Win32 and NetWare config_h.?c need regenerating. p4raw-id: //depot/perl@11618
* Add HAS_PTHREAD_ATFORK.Jarkko Hietaniemi2001-07-121-0/+6
| | | p4raw-id: //depot/perl@11334