summaryrefslogtreecommitdiff
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-3/+4
| | | | | | | | | | | | | | | | | 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
* 'all ::' for one and one for 'all ::'Craig A. Berry2002-03-131-1/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]> p4raw-id: //depot/perl@15216
* assorted VMS test fix-ups, $Config{prefixexp} revisitedCraig A. Berry2002-02-271-1/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01> p4raw-id: //depot/perl@14902
* VMS cando_by_name and current process privsCraig A. Berry2002-02-181-25/+35
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01> p4raw-id: //depot/perl@14754
* test.com shebang handling (was Re: VMS@14369)Craig A. Berry2002-01-231-4/+2
| | | | | Message-Id: <a05101000b873de9cf801@[172.16.52.1]> p4raw-id: //depot/perl@14380
* [PATCH lib/vmsish.t] Small test name abuse.Jarkko Hietaniemi2001-12-081-54/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | From: Michael G Schwern <schwern@pobox.com> Date: Fri, 7 Dec 2001 20:03:45 -0500 Message-ID: <20011208010345.GD642@blackrider> Subject: [PATCH vms/test.com] Goodbye frightening echo kludge! From: Michael G Schwern <schwern@pobox.com> Date: Fri, 7 Dec 2001 20:13:54 -0500 Message-ID: <20011208011354.GE642@blackrider> Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING From: Michael G Schwern <schwern@pobox.com> Date: Fri, 7 Dec 2001 21:47:36 -0500 Message-ID: <20011208024736.GH642@blackrider> Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests From: Michael G Schwern <schwern@pobox.com> Date: Fri, 7 Dec 2001 23:09:43 -0500 Message-ID: <20011208040943.GK642@blackrider> Subject: [PATCH] vms/test.com -- skip tty tests when not interactive Message-Id: <a05101004b83754903506@[172.16.52.1]> Date: Fri, 7 Dec 2001 23:28:15 -0600 From: "Craig A. Berry" <craigberry@mac.com> p4raw-id: //depot/perl@13535
* (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)Craig A. Berry2001-12-061-1/+1
| | | | | Message-Id: <a05101000b8358a58eb28@[172.16.52.1]> p4raw-id: //depot/perl@13498
* MY_RAND workaround updateCharles Lane2001-12-062-3/+3
| | | | | Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@13491
* MULTIPLICITY fixups Charles Lane2001-12-062-45/+61
| | | | | Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@13484
* ] VMS-only File::Spec->canonpath fixCraig A. Berry2001-12-061-53/+60
| | | | | Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01> p4raw-id: //depot/perl@13481
* stat.t portability, the LAST VMS exception!Michael G. Schwern2001-12-051-12/+2
| | | | | Message-ID: <20011205022205.F14333@blackrider> p4raw-id: //depot/perl@13470
* VMS install fix-ups: add libnetcfg and xsubpp as utility commandsCraig A. Berry2001-12-031-3/+10
| | | | | Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01> p4raw-id: //depot/perl@13448
* -P on VMS. Evicting sedMichael G. Schwern2001-11-301-3/+1
| | | | | | | | | | | | Message-ID: <20011129220510.A18869@blackrider> TODO 1: if cppstdin is used and not yet installed, the Px.t will fail (must do the same as in cpp.t) TODO 2: does this work if no Perl whatsoever has yet been installed? That is, we should be using the Perl we are building to execute the one-liner. p4raw-id: //depot/perl@13383
* VMS pre7 default signal handlingCharles Lane2001-11-292-9/+28
| | | | | Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@13371
* arithmetic fix for skipped tests on VMS Peter Prymmer2001-11-281-6/+18
| | | | | Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11> p4raw-id: //depot/perl@13340
* A not-so-lethal kill() for VMS pre-7.0Charles Lane2001-11-282-0/+107
| | | | | Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@13329
* VMS piping fixes from Charles Lane (perl -P shouldJarkko Hietaniemi2001-11-271-3/+7
| | | | | be working now). p4raw-id: //depot/perl@13326
* Re: [DOC PATCHES] pod cleanupsRafael Garcia-Suarez2001-11-231-6/+24
| | | | | Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net> p4raw-id: //depot/perl@13206
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-2/+3
| | | | | | | | | | to pp_sort.c. Includes the quicksort stabilizing layer from John P. Linderman. -Msort=qsort or -Msort=fast is faster than without (or with -Msort=mergesort or -Msort=safe) for short random inputs, but for some reason not quite as fast as 5.6.1 qsort. More benchmarking, profiling, tuning, and optimizing definitely needed. p4raw-id: //depot/perl@13179
* update of vms Makefile.SH analogPeter Prymmer2001-11-201-2/+5
| | | | | Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11> p4raw-id: //depot/perl@13111
* io_poll.t vms/test.com tweaksCraig A. Berry2001-11-191-1/+1
| | | | | Message-Id: <a05101001b81db38899ea@[172.16.52.1]> p4raw-id: //depot/perl@13091
* do_spawn() cleanup from Charles Lane.Jarkko Hietaniemi2001-11-191-23/+18
| | | p4raw-id: //depot/perl@13087
* Tweak from Charles Lane.Jarkko Hietaniemi2001-11-171-9/+10
| | | p4raw-id: //depot/perl@13063
* [Patch Perl@13023] VMS system() warningCharles Lane2001-11-161-7/+6
| | | | | Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@13056
* A missing return; from Charles Lane.Jarkko Hietaniemi2001-11-161-1/+1
| | | p4raw-id: //depot/perl@13042
* subprocess command line size increaseCharles Lane2001-11-162-10/+39
| | | | | Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@13038
* Add the fruits of Larry Shatzer's version verifying script.Jarkko Hietaniemi2001-11-161-1/+2
| | | | | | (There are some straddlers, but they will be fixed in the upcoming releases of the modules.) p4raw-id: //depot/perl@13034
* VMSCMD synch attempt.Jarkko Hietaniemi2001-11-152-3/+2
| | | p4raw-id: //depot/perl@13030
* VMSCMD missingMichael G. Schwern2001-11-151-0/+3
| | | | | Message-Id: <20011115162411.M31399@blackrider> p4raw-id: //depot/perl@13025
* Re: [PATCH] new version of runperl()Charles Lane2001-11-141-89/+246
| | | | | | | Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu> "VMS $^X pipes etc" patch. p4raw-id: //depot/perl@12997
* Simple little VMS fixMichael G. Schwern2001-11-141-1/+1
| | | | | Message-Id: <20011113205913.H32567@blackrider> p4raw-id: //depot/perl@12987
* VMS fixMichael G. Schwern2001-11-141-3/+1
| | | | | Message-Id: <20011113205134.F32567@blackrider> p4raw-id: //depot/perl@12986
* VMS fixups for IO::* testsMichael G. Schwern2001-11-141-7/+1
| | | | | Message-Id: <20011113202702.D32567@blackrider> p4raw-id: //depot/perl@12984
* vms/gen_shrfls.pl tweakCraig A. Berry2001-11-131-1/+1
| | | | | Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01> p4raw-id: //depot/perl@12980
* Making vmsish.pm a no-op on non-VMS Michael G. Schwern2001-11-133-300/+2
| | | | | Message-ID: <20011112205034.H2888@blackrider> p4raw-id: //depot/perl@12971
* Recoving dup tests for VMSMichael G. Schwern2001-11-121-3/+2
| | | | | Message-Id: <20011112193533.D2888@blackrider> p4raw-id: //depot/perl@12960
* [Patch Perl@12856] MULTIPLICITY on VMS Charles Lane2001-11-124-18/+31
| | | | | Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12958
* vms/munchconfig.c line length fixCraig A. Berry2001-11-101-2/+2
| | | | | Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01> p4raw-id: //depot/perl@12924
* Cleanup & fix of unsafe filenameMichael G. Schwern2001-11-091-42/+18
| | | | | Message-Id: <20011109014414.N5587@blackrider> p4raw-id: //depot/perl@12918
* VMS test.com running in wrong order?Michael G. Schwern2001-11-091-1/+1
| | | | | Message-Id: <20011108220549.F5587@blackrider> p4raw-id: //depot/perl@12914
* [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanupJarkko Hietaniemi2001-11-081-9/+5
| | | | | | | | | | | | From: Michael G Schwern <schwern@pobox.com> Date: Thu, 8 Nov 2001 17:24:49 -0500 Message-ID: <20011108172449.A5587@blackrider> Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup From: "Craig A. Berry" <craigberry@mac.com> Date: Thu, 8 Nov 2001 16:35:00 -0600 Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]> p4raw-id: //depot/perl@12906
* Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMSMichael G. Schwern2001-11-081-1/+1
| | | | | Message-ID: <20011107020229.K2858@blackrider> p4raw-id: //depot/perl@12901
* VMS patch redo from Charles Lane.Jarkko Hietaniemi2001-11-071-1/+1
| | | p4raw-id: //depot/perl@12891
* vms/gen_shrfls.pl more general config.sh parsingCharles Lane2001-11-071-6/+6
| | | | | | | | Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu> (Also i seems that an unrelated experimental patch to lib/ExtUtils/MM_Unix.pm was accidentally included.) p4raw-id: //depot/perl@12883
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-194-77/+164
| | | | | Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12513
* try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems Charles Lane2001-10-181-0/+9
| | | | | Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12491
* Set PERL_CORE environment var Michael G. Schwern2001-10-171-0/+4
| | | | | Message-ID: <20011017040413.C25550@blackrider> p4raw-id: //depot/perl@12471
* Seems that a glob(undef) triggers an ACCVIO in Perl_flex_statJarkko Hietaniemi2001-10-091-0/+1
| | | | | | | Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat, when a NULL is passed for the filename string pointer. From Charles Lane. p4raw-id: //depot/perl@12381
* perlvms.pod updateCraig A. Berry2001-10-041-13/+23
| | | | | Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01> p4raw-id: //depot/perl@12337
* %ENV tainting for VMSCraig A. Berry2001-10-031-4/+10
| | | | | Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01> p4raw-id: //depot/perl@12321