summaryrefslogtreecommitdiff
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* 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
* angle bracket filespec problem on VMSCraig A. Berry2001-09-251-0/+5
| | | | | Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01> p4raw-id: //depot/perl@12217
* perltootc -> perltooc in vms/descrip_mms.templateCraig A. Berry2001-09-251-2/+2
| | | | | Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01> p4raw-id: //depot/perl@12194
* Fixing inline TODO recognitionMichael G. Schwern2001-09-241-1/+1
| | | | | Message-ID: <20010924110207.E27885@blackrider> p4raw-id: //depot/perl@12177
* waitpid enhancements for VMSCraig A. Berry2001-09-171-21/+139
| | | | | Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01> p4raw-id: //depot/perl@12056
* Bump up version numbers.Jarkko Hietaniemi2001-09-162-2/+2
| | | | | | | | | | | TODO 1: double check that pre-5.6.1 CPAN.pm:s don't try to download 5.8.0 because of the version numbers. Mainly this means using _00 in the core version numbers. TODO 2: the "use 5.005_64" in many modules needs to be changed to, say, "use 5.6.1". p4raw-id: //depot/perl@12040
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-312-13/+6
| | | | | working in 5.7.x p4raw-id: //depot/perl@11803
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-272-8/+8
| | | | | | 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
* system() and backtick error handling cleanup from Craig A. Berry.Jarkko Hietaniemi2001-08-171-11/+41
| | | p4raw-id: //depot/perl@11694
* better VMS docs for $?, exit(), and system()Craig A. Berry2001-08-081-8/+21
| | | | | Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01> p4raw-id: //depot/perl@11610
* [PATCH: perl@11564] introducing perlivpPrymmer/Kahn2001-08-061-1/+5
| | | | | | | | | | | Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT) Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com> Subject: Re: [PATCH: perl@11564] introducing perlivp From: Prymmer/Kahn <pvhp@best.com> Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT) Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com> p4raw-id: //depot/perl@11594
* add io/fs.t to vmsperl test suitePeter Prymmer2001-07-241-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com> p4raw-id: //depot/perl@11465
* Adding TODO tests (was: Re: a report on perl@10930 results on a couple of ↵Michael G. Schwern2001-06-271-10/+38
| | | | | | | Alphas) Message-ID: <20010627023458.K23874@blackrider> p4raw-id: //depot/perl@10987
* build (and test!) VMS::Stdio on VMSPeter Prymmer2001-06-232-11/+26
| | | | | Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com> p4raw-id: //depot/perl@10850