summaryrefslogtreecommitdiff
path: root/configure.com
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Re: hacking util.c, attrs.xs, and re.xs to compile on VMSCraig A. Berry2001-06-131-1/+1
| | | | | Message-Id: <a05101000b74c8698483b@[172.16.52.1]> p4raw-id: //depot/perl@10555
* DCL quoting syntax drives pumpking madCraig A. Berry2001-06-111-1/+1
| | | | | Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01> p4raw-id: //depot/perl@10521
* Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.Jarkko Hietaniemi2001-06-081-0/+1
| | | p4raw-id: //depot/perl@10479
* Configure tweaks; add prototype probes, make the cpp symbolsJarkko Hietaniemi2001-06-041-6/+11
| | | | | | 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
* Missed HAS_SETRESGID_PROTO. No serious harm done sinceJarkko Hietaniemi2001-06-041-0/+1
| | | | | often this prototype goes with HAS_SETRESUID_PROTO. p4raw-id: //depot/perl@10420
* More VMS tweaks from Craig A. Berry.Jarkko Hietaniemi2001-06-021-1/+1
| | | p4raw-id: //depot/perl@10393
* configure.com tweaksCraig A. Berry2001-06-011-0/+2
| | | | | Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]> p4raw-id: //depot/perl@10382
* Configure tweaks; record the Berkeley DB version,Jarkko Hietaniemi2001-06-011-0/+2
| | | | | | | | | 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
* PerlIO for VMSCraig A. Berry2001-05-261-1/+1
| | | | | Message-Id: <a05100e0ab734816701a5@[172.16.52.1]> p4raw-id: //depot/perl@10218
* The problem described in 20010514.031 still wasn'tJarkko Hietaniemi2001-05-151-1/+1
| | | | | | | fully cured, there were remnants of $CONFIG when $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH to avoid future conflicts. p4raw-id: //depot/perl@10113
* VMS updatesPeter Prymmer2001-04-261-68/+174
| | | | | Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com> p4raw-id: //depot/perl@9847
* Add Time::Piece, a slight rewrite of Time::Object,Jarkko Hietaniemi2001-04-191-1/+1
| | | | | from Matt Sergeant. p4raw-id: //depot/perl@9748
* 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
* Non-UNIX platforms extensions update. (Well, UTS is UNIX.)Jarkko Hietaniemi2001-04-121-1/+1
| | | p4raw-id: //depot/perl@9691
* Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed forJarkko Hietaniemi2001-04-051-0/+5
| | | | | | | | 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
* build && test XS::Typemap on VMS, glob-basic insensitivity trainingPeter Prymmer2001-04-031-1/+5
| | | | | Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com> p4raw-id: //depot/perl@9527
* Add sockatmark() probing.Jarkko Hietaniemi2001-03-271-0/+2
| | | p4raw-id: //depot/perl@9371
* Add MIME::Base64 here and there. Again, a lot ofJarkko Hietaniemi2001-03-251-1/+1
| | | | | optimism is in the air. p4raw-id: //depot/perl@9337
* Boldly add extensions to be built to VMS, EPOC, UTS,Jarkko Hietaniemi2001-03-241-1/+1
| | | | | | U/WIN, and VM/ESA (and fixups for DJGPP). Some of these additions may be too optimistic. p4raw-id: //depot/perl@9324
* Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.Jarkko Hietaniemi2001-03-231-1/+1
| | | | | | | | | | | | | | | - bump the version to 2.14 - drop the base64 tests since they require MIME::Base64 - drop the rfc1321.txt - drop the hints/dec_osf.pl since it's only needed for pre-5.005_03 Perls Todo: - the U32 alignment testing is now removed; it needs to be reintroduced as as a Config variable (meaning also as a Configure test) - get the new EBCDIC md5sum for MD5.pm - test in Win32 to see how badly I botched the makefiles p4raw-id: //depot/perl@9308
* configure.com bug fixing spreeCraig A. Berry2001-02-271-57/+111
| | | | | Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01> p4raw-id: //depot/perl@8959
* typo in last week's configure.com frenzyCraig A. Berry2001-01-221-1/+1
| | | | | Message-Id: <p04330103b6917f35375b@[172.16.52.1]> p4raw-id: //depot/perl@8515
* VMS catches up with change #8501Craig A. Berry2001-01-221-2/+2
| | | | | Message-Id: <p04330101b691596f577f@[172.16.52.1]> p4raw-id: //depot/perl@8514
* Add tracing for debugging extensions builds in VMS, from Charles Lane.Jarkko Hietaniemi2001-01-191-1/+3
| | | p4raw-id: //depot/perl@8479
* Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 ↵Peter Prymmer2001-01-181-3/+14
| | | | | | | | +v5.6.1-TRIAL1 on VMS_AXP V7.2-1) Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com> Replace #8462. p4raw-id: //depot/perl@8469
* (Replaced by #8469)Craig A. Berry2001-01-171-1/+1
| | | | | | Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1) Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]> p4raw-id: //depot/perl@8462
* Define SIG_SIZE, the number of elements in the sig_name andJarkko Hietaniemi2001-01-171-0/+3
| | | | | 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
* Use UVXf.Jarkko Hietaniemi2001-01-121-0/+2
| | | p4raw-id: //depot/perl@8426
* Add sigprocmask() probe, regen Configure, regen toc.Jarkko Hietaniemi2001-01-121-1/+4
| | | p4raw-id: //depot/perl@8421
* [patch: perl@8211]VMS: add -Duseperlio capacity to configure.comPeter Prymmer2000-12-211-1/+80
| | | | | Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com> p4raw-id: //depot/perl@8213
* In VMS embedded perls couldn't access the statically built Socket,Jarkko Hietaniemi2000-12-191-1/+6
| | | | | from Charles Lane. p4raw-id: //depot/perl@8197
* Return of the IVUV-preservation, now seems to be happy evenJarkko Hietaniemi2000-12-151-0/+18
| | | | | | in Digital UNIX (the broken strtoul brokenness detection seems to have been the fly in the ointment). p4raw-id: //depot/perl@8138
* strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving ↵Nicholas Clark2000-12-151-0/+19
| | | | | | | arithmetic) Message-ID: <20001214183857.B97909@plum.flirble.org> p4raw-id: //depot/perl@8120
* Push Filter::Util::Call one level deeper.Jarkko Hietaniemi2000-11-231-1/+1
| | | p4raw-id: //depot/perl@7839
* Re: perl@7826Craig A. Berry2000-11-231-1/+1
| | | | | | | Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]> Make VMS to like Filter::Util::Call. p4raw-id: //depot/perl@7837
* Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]Dominic Dunlop2000-11-211-0/+1
| | | | | | | | Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> va_copy() and the need of it. See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>. p4raw-id: //depot/perl@7793
* Avoid an infinite loop in VMS when utils scripts are runJarkko Hietaniemi2000-11-161-1/+1
| | | | | with no arguments, from Charles Lane. p4raw-id: //depot/perl@7715
* Add HAS_SBRK_PROTO.Jarkko Hietaniemi2000-11-161-0/+1
| | | p4raw-id: //depot/perl@7710
* Add fwalk() probe to the configuration files and regen perltoc.Jarkko Hietaniemi2000-11-161-0/+1
| | | p4raw-id: //depot/perl@7705
* Add HAS_FSYNC, lack noticed by Nicholas Clark.Jarkko Hietaniemi2000-11-121-0/+1
| | | p4raw-id: //depot/perl@7653
* Add getpagesize() probing, on non-UNIX guess 'undef'.Jarkko Hietaniemi2000-11-111-0/+1
| | | p4raw-id: //depot/perl@7646
* add Encode to VMS build and testsPeter Prymmer2000-11-091-2/+2
| | | | | Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com> p4raw-id: //depot/perl@7615
* [patch perl@7595] VMS configure.com tweakCraig A. Berry2000-11-081-0/+1
| | | | | Message-Id: <p04330103b62e879ceeff@[192.168.56.177]> p4raw-id: //depot/perl@7604
* configure.com and st-lock.t changes for Craig A. Berry2000-11-071-0/+48
| | | | | Message-Id: <0011079735.AA973576259@univpress.com> p4raw-id: //depot/perl@7589
* restore missing d_stdio_cnt_lval to VMSPeter Prymmer2000-10-261-0/+1
| | | | | Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com> p4raw-id: //depot/perl@7448
* Check if stdio supports tweaking lval and cnt simultaneously.Nicholas Clark2000-10-241-1/+4
| | | | | | Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?) Message-ID: <20001023153932.A10786@plum.flirble.org> p4raw-id: //depot/perl@7427