summaryrefslogtreecommitdiff
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* Install and build corelist on VMS, tooRafael Garcia-Suarez2005-02-181-1/+4
| | | p4raw-id: //depot/perl@23985
* -Duselargefiles for VMSCraig A. Berry2005-01-052-10/+61
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41DB63A6.7040504@mac.com> Date: Tue, 04 Jan 2005 21:48:54 -0600 p4raw-id: //depot/perl@23748
* add -I../lib to VMS build to find Config_heavy.plCraig A. Berry2004-12-011-27/+27
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41ADC61D.8010407@mac.com> p4raw-id: //depot/perl@23583
* Add perl586delta.pod to all the necessary makefiles and tables ofNicholas Clark2004-11-301-22/+26
| | | | | contents. p4raw-id: //depot/perl@23574
* Re: getting Config.pm on a dietCraig A. Berry2004-11-271-1/+1
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41A8F225.7080902@mac.com> Date: Sat, 27 Nov 2004 15:31:17 -0600 p4raw-id: //depot/perl@23557
* Put Config.pm on a diet. 3K rather than 32KNicholas Clark2004-11-271-0/+9
| | | | | | | | | configpm now generates 2 files, a small Config.pm containing the commonly used functions and values, which AUTOLOADs a Config_heavy.pl containing anything else needed. The "common" values in the small Config.pm may need some tweaking, based on real world data. p4raw-id: //depot/perl@23554
* Add the minitest target to vms buildsystemAbe Timmerman2004-11-142-2/+16
| | | | | Message-Id: <200411140048.17035.abe@ztreet.demon.nl> p4raw-id: //depot/perl@23498
* test_harness tweak for VMSCraig A. Berry2004-10-162-8/+7
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <41715716.5000108@mac.com> p4raw-id: //depot/perl@23377
* add the 'test_harness' target to vms "makefile"Abe Timmerman2004-10-112-5/+15
| | | | | Message-Id: <200410091813.38673.abe@ztreet.demon.nl> p4raw-id: //depot/perl@23358
* vms/t/filespec.t tweakCraig A. Berry2004-10-041-1/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <415D9F5B.5040306@mac.com> p4raw-id: //depot/perl@23346
* running mktables on VMSCraig A. Berry2004-08-161-12/+7
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41199244.9020706@mac.com> p4raw-id: //depot/perl@23219
* Grab perl585delta.pod from maint andNicholas Clark2004-07-221-5/+9
| | | | | | | | | | | | | | | | | | Integrate: [ 23069] This is RC2. Maybe this one will last longer. [ 23141] Break a leg [perlhist.pod] p4raw-link: @23141 on //depot/maint-5.8/perl: 9f882961fc43a6deff05386598fc91191e7baf9f p4raw-link: @23069 on //depot/maint-5.8/perl: f2d13cbe20ce19819db8fa263a5aba881a4232ec p4raw-id: //depot/perl@23154 p4raw-branched: from //depot/maint-5.8/perl@23152 'branch in' pod/perl585delta.pod p4raw-integrated: from //depot/maint-5.8/perl@23152 'edit in' pod/perlhist.pod (@23069..)
* prime_env_iter and zero-length values on VMSCraig A. Berry2004-07-091-1/+15
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <40EE1CB9.8030407@mac.com> p4raw-id: //depot/perl@23071
* replace the run time code in lib/utf8_pva.pl with data generatedNicholas Clark2004-05-311-1/+2
| | | | | at build by mktables, stored in lib/unicore/PVA.pl p4raw-id: //depot/perl@22881
* Run mktables as part of the build process.Nicholas Clark2004-05-311-1/+16
| | | | | Don't ship any of the files that it generates in lib/unicore p4raw-id: //depot/perl@22879
* Ooops. Forgot to update pod.lst, and all that ensues with thatNicholas Clark2004-04-231-22/+26
| | | p4raw-id: //depot/perl@22737
* fix utils install problems on VMSCraig A. Berry2004-04-021-3/+6
| | | | | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <406CCDC9.7000500@mac.com> We were not running utils/instmodsh.PL or utils/xsubpp.PL during the build, so installperl would not find the generated programs at install time. Also fixed several problems with the command definitions for the utilities p4raw-id: //depot/perl@22637
* archname salad on VMSCraig A. Berry2004-04-011-0/+11
| | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <406C78A0.2070009@mac.com> sort out architecture-specific directory names for OpenVMS Itanium port p4raw-id: //depot/perl@22636
* don't clean-up perly.* on VMSCraig A. Berry2004-03-271-6/+0
| | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <4064B4B4.2030203@mac.com> refrain from getting rid of perly.c and perly.h now that there are no longer VMS-specific overrides for these files p4raw-id: //depot/perl@22600
* fix memory bug in vms.c:mp_do_tounixspecCraig A. Berry2004-03-211-1/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <405D1151.3040308@mac.com> p4raw-id: //depot/perl@22544
* Add a perl592delta.pod man page.Rafael Garcia-Suarez2004-03-181-21/+26
| | | p4raw-id: //depot/perl@22530
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-144-2812/+0
| | | | | process p4raw-id: //depot/perl@22302
* Merge dynamic perldelta from maint (22081)Nicholas Clark2004-01-261-21/+35
| | | | | | | | | | | | So now perldelta.pod is copied at build time from perl591delta.pod perl590delta.pod is as released to CPAN by Hugo Regen lots of makefiles, pods and the MANIFEST p4raw-id: //depot/perl@22221 p4raw-deleted: from //depot/maint-5.8/perl@22218 'delete in' pod/perldelta.pod (@22072..) p4raw-edited: from //depot/maint-5.8/perl@22081 'edit in' Makefile.SH (@21777..) MANIFEST (@22072..) pod/perltoc.pod (@22073..) vms/descrip_mms.template (@22078..)
* Update pod.lst with perl583delta,pod, and rerun pod/buildtocNicholas Clark2004-01-141-21/+29
| | | | | [Forgot to do this as part of the integration] p4raw-id: //depot/perl@22154
* Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax errorRafael Garcia-Suarez2003-12-271-104/+105
| | | p4raw-id: //depot/perl@21986
* OpenVMS I64 supportCraig A. Berry2003-12-201-2/+3
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3FE2441F.2070603@mac.com> Date: Thu, 18 Dec 2003 18:19:43 -0600 p4raw-id: //depot/perl@21933
* environ array fix for VMSCraig A. Berry2003-12-111-1/+3
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3FD8D511.2030805@mac.com> p4raw-id: //depot/perl@21879
* setenv tweak for VMSCraig A. Berry2003-12-071-0/+5
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3FD270AC.3000106@mac.com> p4raw-id: //depot/perl@21864
* The prove utility should also be installed on VMS and on Windows.Rafael Garcia-Suarez2003-12-021-1/+4
| | | | | Haven't we regression tests for installations yet ? p4raw-id: //depot/perl@21836
* 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