summaryrefslogtreecommitdiff
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Re: unsigned char hashes (Re: perl@16539)Peter Prymmer2002-05-131-1/+1
| | | | | Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11> p4raw-id: //depot/perl@16585
* fix a small comment nit in vms/vms.cPeter Prymmer2002-05-131-1/+1
| | | | | | | Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11> p4raw-link: @16539 on //depot/perl: 7c792c1b64d3da322ccff4f228c4d0f9bd199fbf p4raw-link: @55 on //depot/perl: 1f5895a1c4980727163b32b39405e3fc770ace84 p4raw-id: //depot/perl@16574
* remove the extraneous "all" target from the run of make_ext on VMS onlyPeter Prymmer2002-05-011-1/+1
| | | | | Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11> p4raw-id: //depot/perl@16304
* Re: [PATCH: perl@16267] update to vms/perlvms.podPhilip Newton2002-05-011-3/+3
| | | | | | | Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com> p4raw-link: @16267 on //depot/perl: 4a764cd0c6a5228a65a4547158328224bc480d50 p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e p4raw-id: //depot/perl@16298
* update to vms/perlvms.podPeter Prymmer2002-04-291-29/+38
| | | | | Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11> p4raw-id: //depot/perl@16274
* extract enc2xs and piconv for VMSCraig A. Berry2002-04-271-1/+8
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]> p4raw-id: //depot/perl@16228
* use t/TESTCraig A. Berry2002-04-261-181/+45
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05111708b8ef12696579@[172.16.52.1]> p4raw-id: //depot/perl@16189
* Brace yourself from Craig Berry to keep older compilers happy.Jarkko Hietaniemi2002-04-251-1/+2
| | | p4raw-id: //depot/perl@16164
* Partially retract #12056, from Craig Berry.Jarkko Hietaniemi2002-04-241-60/+42
| | | p4raw-id: //depot/perl@16130
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-12/+12
| | | | | | change is from change#12026) p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc p4raw-id: //depot/perl@16048
* rescue perldoc for VMSCraig A. Berry2002-04-201-2/+6
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05111701b8e779a639b9@[172.16.52.1]> p4raw-id: //depot/perl@16029
* safety check for vms/test.comCraig A. Berry2002-03-261-1/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01> p4raw-id: //depot/perl@15532