summaryrefslogtreecommitdiff
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* Integrate mkppport. All ppport.h files in the core will nowMarcus Holland-Moritz2006-07-091-1/+5
| | | | | be autogenerated at build time (and removed during cleanup). p4raw-id: //depot/perl@28513
* Updated handling of signal names and signals for VMSCraig A. Berry2006-06-291-2/+19
| | | p4raw-id: //depot/perl@28448
* [patch@28427] vms.c - null termination of string missing.John E. Malmberg2006-06-261-1/+2
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <449FD219.5060900@qsl.net> p4raw-id: //depot/perl@28429
* only use NAML$M_OPEN_SPECIAL where it existsCraig A. Berry2006-06-151-0/+2
| | | p4raw-id: //depot/perl@28396
* Add the perlreguts manpage, by Yves OrtonRafael Garcia-Suarez2006-06-081-7/+11
| | | p4raw-id: //depot/perl@28372
* autosplit one level deeper so we don't miss anythingCraig A. Berry2006-06-071-1/+1
| | | | | on a second pass (where lib/auto already exists) p4raw-id: //depot/perl@28368
* [patch@28349] vmsify - full EFS charset supportJohn E. Malmberg2006-06-072-278/+1128
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <4484F8F4.7040902@qsl.net> p4raw-id: //depot/perl@28367
* Add the perlunitut manpage, by Juerd WaalboerRafael Garcia-Suarez2006-06-011-3/+8
| | | p4raw-id: //depot/perl@28345
* Make VMS-specific device name encoding routine say no more politely.Craig A. Berry2006-05-311-3/+12
| | | p4raw-id: //depot/perl@28339
* Add perlpragma.pod, which describes how to implement user pragmata.Nicholas Clark2006-05-191-7/+11
| | | p4raw-id: //depot/perl@28241
* Add README.riscos to pod.lstNicholas Clark2006-05-191-5/+9
| | | p4raw-id: //depot/perl@28239
* Fix bug in prime_env_iter where the terms of a comparison were reversedjuna2006-04-151-1/+1
| | | | | | | | | so we thought we didn't have a logical name table when we did. Reported as: Subject: LWP::Simple crashes on VMSperl From: "juna" <ggl.20.jj...@spamgourmet.com> Newsgroups: comp.os.vms,comp.lang.perl.misc Message-ID: <1143237161.931669.48370@t31g2000cwb.googlegroups.com> p4raw-id: //depot/perl@27808
* Honor READALL privilege in cando_by_name (from ScottCraig A. Berry2006-04-151-7/+16
| | | | | Lepage of HP OpenVMS Engineering) p4raw-id: //depot/perl@27807
* Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesyCraig A. Berry2006-04-151-1/+1
| | | | | of Scott Lepage at HP. p4raw-id: //depot/perl@27806
* Need to migrate the refcounted_he structure to be properly shared.Nicholas Clark2006-04-111-1/+1
| | | | | | Add a mutex for manipulated their reference counts. Unwrap the structure, so that for ithreads it can store SVs in pads. p4raw-id: //depot/perl@27764
* [patch@27694] VMS RMSEXPAND/PERL_CANDO fixesJohn E. Malmberg2006-04-072-473/+146
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <4431095E.8030003@qsl.net> p4raw-id: //depot/perl@27733
* sort out some utime() issues on VMSCraig A. Berry2006-04-042-34/+50
| | | p4raw-id: //depot/perl@27706
* fix typo in vms/gen_shrfls.pl itanium detectorCraig A. Berry2006-04-021-1/+1
| | | p4raw-id: //depot/perl@27669
* [patch@27638] Enable standard stat for VMS >=8.2John E. Malmberg2006-03-312-17/+94
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <442CC08A.30409@qsl.net> p4raw-id: //depot/perl@27648
* [patch@27613] VMS long file path support active.John E. Malmberg2006-03-282-120/+78
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <4427E31D.2030801@qsl.net> p4raw-id: //depot/perl@27618
* [patch@27609] vms pool corruption fix for _NLA0:John E. Malmberg2006-03-261-3/+5
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <4426EC4E.8030801@qsl.net> p4raw-id: //depot/perl@27611
* improve thread linking options on VMSCraig A. Berry2006-03-231-7/+14
| | | p4raw-id: //depot/perl@27593
* [patch@27538] utime patch for VMSJohn E. Malmberg2006-03-212-1/+26
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <441EAA33.6010603@qsl.net> p4raw-id: //depot/perl@27561
* Revert part of change 27546 related to a /dev/null bugRafael Garcia-Suarez2006-03-201-1/+1
| | | | | workaround on VMS, as requested by John E. Malmberg p4raw-id: //depot/perl@27554
* [patch@27538] Misc vms.c fixes for buffer sizes.John E. Malmberg2006-03-201-27/+28
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <441E0092.2010405@qsl.net> p4raw-id: //depot/perl@27546
* null terminate command string -- broken in #27438Craig A. Berry2006-03-111-2/+2
| | | p4raw-id: //depot/perl@27467
* patch@27385 - VMS thread fixes (was: threads and VMS)John E. Malmberg2006-03-091-241/+336
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <440FB03D.8010409@qsl.net> p4raw-id: //depot/perl@27438
* add Module::Build 0.27_08Yitzchak Scott-Thoennes2006-03-061-2/+6
| | | | | Message-ID: <20060305200830.GA2660@efn.org> p4raw-id: //depot/perl@27389
* PATCH: 2 vms specific build files in perl @ 27383Peter Prymmer2006-03-061-2/+12
| | | | | Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com> p4raw-id: //depot/perl@27386
* Re: threads and VMSJohn E. Malmberg2006-03-061-62/+60
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <440A77EB.2030205@qsl.net> p4raw-id: //depot/perl@27385
* patch@27373 VMS build fix + more long pathname stuffJohn E. Malmberg2006-03-041-12/+28
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <44092743.4030607@qsl.net> p4raw-id: //depot/perl@27375
* patch@27236 vms glob/readdir/chdir EFS/long filename supportJohn E. Malmberg2006-02-201-36/+200
| | | | | Message-ID: <43F92CE6.5040704@qsl.net> p4raw-id: //depot/perl@27239
* patch@27162 long path name support in readdir / cando_by_nameJohn E. Malmberg2006-02-152-30/+382
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <43EF999A.1020500@qsl.net> p4raw-id: //depot/perl@27187
* patch@27082 Allow fatal exceptions to bring up VMS debuggerJohn E. Malmberg2006-02-072-3/+51
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <43E516E0.1000508@qsl.net> p4raw-id: //depot/perl@27114
* Integrate perl588delta.pod from maint, and re-run pod/buildtoc.Nicholas Clark2006-02-011-24/+29
| | | | | | | | | | | p4raw-id: //depot/perl@27037 p4raw-branched: from //depot/maint-5.8/perl@27036 'branch in' pod/perl588delta.pod (@27012..) p4raw-edited: from //depot/maint-5.8/perl@24695 'edit in' vms/descrip_mms.template (@24616..) p4raw-integrated: from //depot/maint-5.8/perl@24695 'edit in' Makefile.SH (@23936..) pod.lst pod/perltoc.pod win32/Makefile win32/makefile.mk (@24616..) 'merge in' win32/pod.mak (@23573..) MANIFEST (@24611..)
* patch@26996 - patch around stat("_NLA0:") bugJohn E. Malmberg2006-01-312-19/+18
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net>Date: Mon, 30 Jan 2006 23:21:34 -0500 Message-id: <43DEE5CE.7060108@qsl.net> p4raw-id: //depot/perl@27015
* Add perl594deltaRafael Garcia-Suarez2006-01-301-2/+6
| | | p4raw-id: //depot/perl@27010
* Install the ptardiff utility that comes with Archive::TarRafael Garcia-Suarez2006-01-271-1/+4
| | | p4raw-id: //depot/perl@26963
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-1/+1
| | | | | | | | Keep NEWSV() itself for backwards-compatibility outside of the core, but don't advertise it any more. (cf. change #25101). p4raw-link: @25101 on //depot/perl: a02a5408b2f199007c4dcb74559cc79066307ada p4raw-id: //depot/perl@26901
* more case tolerance for vms/ext/filespec.tCraig A. Berry2006-01-171-4/+4
| | | p4raw-id: //depot/perl@26869
* Friday the 13th, Part II. Don't call SYS$GETJPI with fancy caseCraig A. Berry2006-01-141-1/+3
| | | | | | lookup stuff on older systems that don't know what it means (broken in #25306). p4raw-id: //depot/perl@26845
* Eek. #25783 broke all pre-v8.2 VMS builds. Undo all the bitsCraig A. Berry2006-01-142-59/+24
| | | | | having to do with dirent, opendir, etc. Must be Friday the 13th. p4raw-id: //depot/perl@26844
* follow-up to 26740, shasum --> shasum.comCraig A. Berry2006-01-081-1/+1
| | | p4raw-id: //depot/perl@26745
* Install shasum on Windows and VMS tooRafael Garcia-Suarez2006-01-081-1/+4
| | | p4raw-id: //depot/perl@26740
* run pod/buildtoc --build-allNicholas Clark2006-01-081-14/+19
| | | p4raw-id: //depot/perl@26726
* patch@26561 & earlier - buffer overrun in VMS.CJohn E. Malmberg2006-01-021-1/+1
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <43B97987.70201@qsl.net> p4raw-id: //depot/perl@26581
* On VMS, put pods in [.lib.pods] rather than [.lib.pod]Craig A. Berry2005-12-151-488/+488
| | | | | in order to avoid collisions with [.lib.Pod] p4raw-id: //depot/perl@26363
* Using the system's utime() requires a patch to vms/vmsish.hCraig A. Berry2005-12-141-7/+0
| | | | | that has not been submitted yet. p4raw-id: //depot/perl@26358
* Don't include utime.h in vms.c -- it collides with Craig A. Berry2005-12-131-3/+0
| | | | | homegroun definitions in vmsish.h. p4raw-id: //depot/perl@26344
* patch@26310 - Major step for > 256 char paths on VMSJohn E. Malmberg2005-12-091-236/+764
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <4399D645.8070803@qsl.net> p4raw-id: //depot/perl@26314