summaryrefslogtreecommitdiff
path: root/configure.com
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Perl 5.6.0/5.7.0 enable DProf test for VMSCharles Lane2000-10-201-1/+2
| | | | | Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@7377
* Perl 5.6.0/5.7.0, vms/gen_shrfls.pl updateCharles Lane2000-10-201-0/+2
| | | | | Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@7376
* various VMS cleanup issues + CXX configurePeter Prymmer2000-10-091-654/+714
| | | | | Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com> p4raw-id: //depot/perl@7183
* [patch: perl@7045] vms updatesPeter Prymmer2000-09-121-2/+13
| | | | | Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com> p4raw-id: //depot/perl@7058
* Do in VMS as the #7054 does.Jarkko Hietaniemi2000-09-121-0/+5
| | | p4raw-id: //depot/perl@7055
* proper setting for isnan for DECC 5.3Peter Prymmer2000-09-081-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com> p4raw-id: //depot/perl@7044
* Do away with memory models cruft. Sorry, PDP users.Jarkko Hietaniemi2000-09-081-1/+1
| | | p4raw-id: //depot/perl@7041
* Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,Jarkko Hietaniemi2000-09-011-23/+23
| | | | | | so that case-ignoring systems like DCL can tell them from PRIefldbl and PRIx64. Apply Merijn's ccversion patches. p4raw-id: //depot/perl@6982
* add SCNfldbl to configure.comPeter Prymmer2000-09-011-0/+4
| | | | | Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com> p4raw-id: //depot/perl@6980
* add a few ldbl formats to configure.comPeter Prymmer2000-08-301-14/+36
| | | | | Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com> p4raw-id: //depot/perl@6920
* AIX 4.3.3 has SOCKS in libc with a differently named init routine,Dan Hale2000-08-251-0/+1
| | | | | | | | the problem reported in Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com> p4raw-id: //depot/perl@6816
* several more tweaks to configure.comPeter Prymmer2000-08-251-3/+57
| | | | | Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com> p4raw-id: //depot/perl@6808
* configure.com updates and syslog buildPeter Prymmer2000-08-221-15/+24
| | | | | Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com> p4raw-id: //depot/perl@6766