summaryrefslogtreecommitdiff
path: root/uconfig.sh
Commit message (Collapse)AuthorAgeFilesLines
* bye bye charsizeH.Merijn Brand2007-08-211-1/+0
| | | | | it is^Wwas always 1 p4raw-id: //depot/perl@31745
* microperl plus missing config varsJarkko Hietaniemi2007-04-011-2/+5
| | | | | Message-ID: <460ED79A.5030809@iki.fi> p4raw-id: //depot/perl@30823
* Introduction of d_pseudoforkH.Merijn Brand2006-12-051-0/+1
| | | p4raw-id: //depot/perl@29467
* Extended uconfig.sh based on Porting/checkcfgvar.pl findingsH.Merijn Brand2006-11-161-0/+31
| | | p4raw-id: //depot/perl@29291
* Configure patch to add detection for DIR.dd_fd member variableSteve Peters2006-11-081-0/+1
| | | | | | 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/+1
| | | | | Plus forced Glossary entry. That is a TODO for automation p4raw-id: //depot/perl@29213
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-0/+1
| | | | | Message-ID: <44D7AA6B.4040802@iki.fi> p4raw-id: //depot/perl@28674
* A Configure probe for C99 variadic macros, based on code from Jarkko.Nicholas Clark2006-05-131-0/+1
| | | p4raw-id: //depot/perl@28189
* microperl updateJarkko Hietaniemi2006-05-031-3/+5
| | | | | Message-ID: <44583D9F.8060401@gmail.com> p4raw-id: //depot/perl@28074
* Add a Configure question for mad (Misc Attribute Decoration - Larry'sNicholas Clark2006-03-071-0/+1
| | | | | perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h p4raw-id: //depot/perl@27407
* It's the Barbie bus patchAndy Lester2006-01-101-0/+2
| | | | | Message-ID: <20060110054243.GA26165@petdance.com> p4raw-id: //depot/perl@26764
* Updates to various configurations courtesy of Jarkko.Steve Peters2006-01-041-0/+5
| | | p4raw-id: //depot/perl@26639
* Add a probe for whether sprintf returns the length of the buffer.Nicholas Clark2005-10-241-0/+1
| | | | | | | Update all the canned config.sh files. Assume that symbian and Win32 are all ANSI conformant, note that ARM Linux (ie glibc) will be, don't assume that any other platform is. p4raw-id: //depot/perl@25831
* Update to the config boilerplates, by JarkkoRafael Garcia-Suarez2005-10-121-0/+8
| | | p4raw-id: //depot/perl@25741
* Attribute configurationAndy Lester2005-05-201-1/+7
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* More microperl tweaks.Marcus Holland-Moritz2004-07-021-6/+5
| | | p4raw-id: //depot/perl@23027
* The microperl config didn't know about usemallocwrap yet.Marcus Holland-Moritz2004-07-011-0/+1
| | | p4raw-id: //depot/perl@23022
* Removed pm_apiversion and xs_apiversion as requested byH.Merijn Brand2004-02-181-2/+0
| | | | | the pumpkin. Chainsaw was still in perfect working order. p4raw-id: //depot/perl@22334
* Apply much of Ilya's microperl patch, but instead ofJarkko Hietaniemi2003-08-121-6/+6
| | | | | | | | | implementing the opendir()/readdir()/closedir() using external commands give up "ANSI-pureness" and define them in uconfig.sh, also define other stuff like rename() and putenv(). Leave out the $| emulation in my_fork() since we are not supposed to have fork() under microperl. p4raw-id: //depot/perl@20646
* Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4Alan Burlison2003-07-011-1/+0
| | | | | Message-ID: <3F00C1BC.3020103@sun.com> p4raw-id: //depot/perl@19897
* Introduce (undefined) pthread_attr_setscope to non-Configure lands.Jarkko Hietaniemi2003-05-241-0/+1
| | | p4raw-id: //depot/perl@19607
* Introduce 'fast stdio' symbols to non-Configure lands.Jarkko Hietaniemi2003-04-231-0/+7
| | | p4raw-id: //depot/perl@19314
* microperl update.Jarkko Hietaniemi2003-01-191-0/+2
| | | p4raw-id: //depot/perl@18516
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-1/+0
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* Bump the version numbers to five-eight-oh.Jarkko Hietaniemi2002-05-281-1/+1
| | | p4raw-id: //depot/perl@16843
* No bincompat5005.Jarkko Hietaniemi2002-05-011-2/+0
| | | p4raw-id: //depot/perl@16291
* microperl update; boldly assume time() and time_tJarkko Hietaniemi2002-04-241-2/+2
| | | | | (since we assume ANSI and i_time, anyway). p4raw-id: //depot/perl@16143
* 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/+99
| | | | | | | | | | | | | | | | | 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
* Add procselfexe and d_dirfd to strange lands.Jarkko Hietaniemi2001-11-231-0/+2
| | | p4raw-id: //depot/perl@13218
* Spread d_procselfexe to far-off lands (undefined).Jarkko Hietaniemi2001-11-201-0/+1
| | | p4raw-id: //depot/perl@13141
* Remove iconv references since we are not using itJarkko Hietaniemi2001-09-201-2/+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
* Introduce more floating point classifying APIs;Jarkko Hietaniemi2001-08-091-0/+12
| | | | | | | | | | | | | 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/+1
| | | p4raw-id: //depot/perl@11334
* Add Configure probes for nl_langinfo() and <langinfo.h>.Jarkko Hietaniemi2001-06-281-0/+2
| | | | | | Expected not to exist in non-UNIX excepting in VMS, where according to a quick web survey they just might. p4raw-id: //depot/perl@11003
* Add fchdir() probe (in non-UNIX systems assume it doesn't exist).Jarkko Hietaniemi2001-06-211-0/+1
| | | p4raw-id: //depot/perl@10797
* After some reading I don't think we can blindlyJarkko Hietaniemi2001-06-201-1/+0
| | | | | | | | | use systems' realpath(). Too many security problems, too many buggy implementations. TODO: the realpath() emulation code in util.c doesn't seem fully operational? (readlink(), for example?) p4raw-id: //depot/perl@10744
* The first steps towards cross-compilation.Jarkko Hietaniemi2001-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | Abstract execution of compiled test executables with $run, and abstract transfer of files with $to and $from. Under cross-compilation the $run, $to, and $from will point to appropriate wrapper scripts, by default ssh and scp, but also rsh, rcp, and cp are supported. If not cross-compiling, they will be set to '', ':', and ':', respectively. With these patches I was able to get Configure for iPAQ ARM Linux on an Intel Linux about 95% right (only a few tests failed to execute or they produced incorrect results), and I was able to compile a functional miniperl. The symbol crosscompile renamed to be usecrosscompile, the corresponding C symbol from CROSSCOMPILE to USE_CROSS_COMPILE. p4raw-id: //depot/perl@10592
* Add Configure directive -Dusereentrant for Artur's ithreads work,Jarkko Hietaniemi2001-06-131-0/+1
| | | | | extremely experimental, not even prompted for. p4raw-id: //depot/perl@10569
* Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.Jarkko Hietaniemi2001-06-081-6/+6
| | | p4raw-id: //depot/perl@10479
* Configure tweaks; add prototype probes, make the cpp symbolsJarkko Hietaniemi2001-06-041-0/+5
| | | | | | probe to cast, not whine; test for %Ld and %Lf before %lld and %llf because the L is the ANSI way. p4raw-id: //depot/perl@10434
* Configure tweaks; record the Berkeley DB version,Jarkko Hietaniemi2001-06-011-2/+5
| | | | | | | | | probe for realpath(), for setresuid() and setresgid() prototypes; use realpath() (try to be paranoid enough), use the setres[ug]id prototypes because glibc has the functions but not their prototypes; add -Wall -ansi to gcc ccflags; regen toc. p4raw-id: //depot/perl@10372
* Introduce $Config{afsroot}.Jarkko Hietaniemi2001-05-301-0/+1
| | | p4raw-id: //depot/perl@10325
* Microperl tweaks.Jarkko Hietaniemi2001-05-271-4/+4
| | | p4raw-id: //depot/perl@10235
* Move the strftime() wrapper from POSIX.xs to util.cJarkko Hietaniemi2001-04-191-0/+1
| | | | | as my_strftime(), requires HAS_STRFTIME. p4raw-id: //depot/perl@9746
* Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed forJarkko Hietaniemi2001-04-051-0/+11
| | | | | | | | ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t. Introduce probes for struct msghdr, struct cmsghdr, sendmsg, recvmsg, readv, writev, setitimer, getitimer, ualarm, usleep, for possible later extension work. p4raw-id: //depot/perl@9560
* Add sockatmark() probing.Jarkko Hietaniemi2001-03-271-1/+2
| | | p4raw-id: //depot/perl@9371
* Define SIG_SIZE, the number of elements in the sig_name andJarkko Hietaniemi2001-01-171-1/+1
| | | | | sig_num arrays, including the final NULL entry. p4raw-id: //depot/perl@8459
* Revert #8437 and #8438, the Linux large files story is more complex.Jarkko Hietaniemi2001-01-151-1/+0
| | | p4raw-id: //depot/perl@8440
* (Reverted by #8440)Jarkko Hietaniemi2001-01-141-0/+1
| | | | | | Add <features.h> probing, seems to be needed for (some?) Linux largefileness. p4raw-id: //depot/perl@8437