summaryrefslogtreecommitdiff
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* Add the perl581delta manpage.Rafael Garcia-Suarez2003-09-251-28/+27
| | | | | Regenerate the table of contents. p4raw-id: //depot/perl@21381
* Patch for VMS::FilespecKen Williams2003-09-181-0/+1
| | | | | Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org> p4raw-id: //depot/perl@21270
* In the vms/descrip_mms.template the perlvms.pod mustJarkko Hietaniemi2003-08-221-1/+1
| | | | | be copied from vms/, err, [.vms], not [.pod]. p4raw-id: //depot/perl@20833
* Retract #20826 and #20831; things are done differentlyJarkko Hietaniemi2003-08-221-0/+949
| | | | | | in VMS, it seems. Maybe the vms/descrip_mms.template needs to be changed? p4raw-id: //depot/perl@20832
* perlvms moving day, from Craig Berry.Jarkko Hietaniemi2003-08-221-949/+0
| | | p4raw-id: //depot/perl@20826
* Nicholas Clark's podulator. The win32 makefileJarkko Hietaniemi2003-08-191-34/+30
| | | | | generation doesn't seem to be working yet. p4raw-id: //depot/perl@20766
* clean up quotation issue for use with MMS on VMSPeter Prymmer2003-08-181-3/+9
| | | | | Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com> p4raw-id: //depot/perl@20762
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-141-1/+1
| | | p4raw-id: //depot/perl@20688
* another VMS pod nitCraig A. Berry2003-08-131-0/+4
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3F39D44A.4010207@mac.com> p4raw-id: //depot/perl@20671
* More missing pods for VMS.Jarkko Hietaniemi2003-08-121-4/+16
| | | p4raw-id: //depot/perl@20663
* add handling for new perlreref.pod file to VMS build.Peter Prymmer2003-08-121-1/+5
| | | | | Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com> p4raw-id: //depot/perl@20662
* Fw: [PATCH: perl@20512] DBG build tweaks for VMS.Peter Prymmer2003-08-071-8/+4
| | | | | Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com> p4raw-id: //depot/perl@20554
* This is necessary to get things building for the VMS debugger.Jarkko Hietaniemi2003-08-051-1/+1
| | | | | (Craig Berry) p4raw-id: //depot/perl@20497
* ioctl for VMSCraig A. Berry2003-08-021-0/+4
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3F2B3F57.4050609@mac.com> p4raw-id: //depot/perl@20439
* typo in VMS::FilespecKen Williams2003-07-241-1/+1
| | | | | Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org> p4raw-id: //depot/perl@20197
* Remove PL_earlytaint since the hash seed codeJarkko Hietaniemi2003-07-041-1/+1
| | | | | can be delayed until perl_parse(). p4raw-id: //depot/perl@19979
* switch vmspipe.com over to using local symbols instead of globalPeter Prymmer2003-07-042-21/+9
| | | | | Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com> p4raw-id: //depot/perl@19976
* Move the PL_earlytaint initialization to the PERL_SYS_INIT()Jarkko Hietaniemi2003-06-291-1/+1
| | | | | as per suggestion from Sarathy. p4raw-id: //depot/perl@19878
* More Perl malloc debugging magic from Ilya. Seems to work inJarkko Hietaniemi2003-06-201-1/+1
| | | | | | | | | | Linux, Solaris, AIX. Had to do #ifdef OS2 for the <io.h> in malloc.c, found in AIX since there is no such header. In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away memory was overwritten?" (In IRIX compiles but that doesn't prove much since in IRIX Perl's malloc is simply not used.) p4raw-id: //depot/perl@19831
* VMS::Stdio test tweakCraig A. Berry2003-04-271-1/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3EAAF1B3.7020708@mac.com> p4raw-id: //depot/perl@19349
* vms/vms.c waitpid tweakCraig A. Berry2003-04-141-3/+3
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3E9A4A64.6030205@mac.com> p4raw-id: //depot/perl@19202
* Document that perl recognizes 2>&1 on the command-line on VMS.Rafael Garcia-Suarez2003-04-081-2/+6
| | | p4raw-id: //depot/perl@19168
* VMS %ENV fix (follow-up to 18852)Craig A. Berry2003-04-032-28/+53
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1> p4raw-id: //depot/perl@19143
* VMS counterpart of change #19065Rafael Garcia-Suarez2003-03-261-1/+4
| | | | | p4raw-link: @19065 on //depot/perl: ce28de53280045efd40d128c35482d809354e666 p4raw-id: //depot/perl@19067
* vms.c thread clean-upCraig A. Berry2003-03-241-2/+8
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3E7E280A.5000304@mac.com> p4raw-id: //depot/perl@19054
* readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)Craig A. Berry2003-03-212-0/+48
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3E7A9D28.1040706@mac.com> p4raw-id: //depot/perl@19042
* VMS pod install tweaksCraig A. Berry2003-03-181-2/+10
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3E73A3CF.3060502@mac.com> p4raw-id: //depot/perl@19024
* """glob.*""" patch for VMS, from Peter Prymmer.Jarkko Hietaniemi2003-03-112-15/+64
| | | p4raw-id: //depot/perl@18927
* typos and other minor thingsTodd C. Miller2003-03-111-2/+2
| | | | | | From: "Todd C. Miller" <Todd.Miller@courtesan.com> Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com> p4raw-id: //depot/perl@18904
* long %ENV values for VMSCraig A. Berry2003-03-081-27/+135
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3E68F7DE.8070603@mac.com> p4raw-id: //depot/perl@18852
* arcane tainting bug in vms.cCraig A. Berry2003-02-161-6/+10
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3E4E86EF.8090609@mac.com> p4raw-id: //depot/perl@18721
* VMS perly build tweakCraig A. Berry2003-01-091-2/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]> p4raw-id: //depot/perl@18468
* Reverse #18285, for reasons given in:Hugo van der Sanden2002-12-231-288/+288
| | | | | | Subject: Re: Precedence of ? : Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk> p4raw-id: //depot/perl@18336
* Re: Precedence of ? :Stephen McCamant2002-12-111-288/+288
| | | | | Message-Id: <20021210055707.974F073CCC@syllepsis> p4raw-id: //depot/perl@18285
* VMS build updateCraig A. Berry2002-12-101-240/+510
| | | | | | Message-ID: <3DF56BE2.9000300@mac.com> From: "Craig A. Berry" <craigberry@mac.com> p4raw-id: //depot/perl@18277
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-37/+1
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* Remove package; (Heh heh.)Abhijit Menon-Sen2002-09-291-1245/+1240
| | | p4raw-id: //depot/perl@17942
* file spec tweaks for VMSCraig A. Berry2002-09-211-8/+9
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3D88F6AE.3020708@mac.com> p4raw-id: //depot/perl@17913
* XS build fix for VMSCraig A. Berry2002-08-061-11/+19
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <a05111b07b97256e1c335@[172.16.52.1]> p4raw-id: //depot/perl@17688
* Defined-or patch (cleaned up)Brent Dax2002-08-052-1202/+1312
| | | | | | From: "Brent Dax" <brentdax@cpan.org> Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue> p4raw-id: //depot/perl@17682
* VMS::Stdio fixups for mode arg to PerlIO_importFILECraig A. Berry2002-07-111-2/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05111b05b9535cbf2914@[172.16.52.1]> p4raw-id: //depot/perl@17483
* opendir() nit for VMSCraig A. Berry2002-07-021-1/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <a05111b02b946cb14a2a8@[172.16.52.1]> p4raw-id: //depot/perl@17396
* more dangerous logical name warnings for VMSCraig A. Berry2002-07-011-1/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <5.1.1.5.0.20020701130645.01aa8258@exchi01> p4raw-id: //depot/perl@17394
* VMS nits, add getppid(), admit absence of fork()Craig A. Berry2002-06-261-43/+24
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <a05111b00b93ec39cdf8f@[172.16.52.1]> p4raw-id: //depot/perl@17359
* assorted help for older VMS systemsCraig A. Berry2002-06-141-2/+14
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05111b05b92ec91d165b@[172.16.52.1]> p4raw-link: @17206 on //depot/perl: c5d9854390e492eb0f0360555ff8df0dad92cc9c p4raw-id: //depot/perl@17227
* small updates to DCL portions of perl kitPeter Prymmer2002-05-281-2/+2
| | | | | Message-ID: <OF23EAAE54.E5DCAD53-ON85256BC7.007B1EA5@55.25.11> p4raw-id: //depot/perl@16846
* logical name translation iteration limitsCraig A. Berry2002-05-241-3/+26
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]> p4raw-id: //depot/perl@16770
* Missed hunk from #16701.Jarkko Hietaniemi2002-05-201-2/+2
| | | p4raw-id: //depot/perl@16704
* ithreads for VMSCraig A. Berry2002-05-202-3/+3
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05111704b90e14567261@[172.16.52.1]> p4raw-id: //depot/perl@16701
* PERL_HASH() casting games so that our hashed data is "unsignedJarkko Hietaniemi2002-05-171-1/+1
| | | | | | | | | char" but old code using just a "char" doesn't need changes. (The change is using a temporary pointer instead of a direct cast to unsigned char* which would blindly cast anything, not just char pointers.) (The problem arose in MacOS Classic, as seen by Pudge, the cure by Nicholas Clark.) p4raw-id: //depot/perl@16656