summaryrefslogtreecommitdiff
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* remove dup hunksGurusamy Sarathy1999-10-011-4/+0
| | | p4raw-id: //depot/perl@4272
* Re-apply applicable parts of #3993, #3994, and #3995.Jarkko Hietaniemi1999-09-171-56/+41
| | | p4raw-id: //depot/cfgperl@4185
* integrate vmsperl contents into mainline (where VMS files conflicted,Gurusamy Sarathy1999-09-176-217/+218
|\ | | | | | | | | vmsperl contents have prevailed) p4raw-id: //depot/perl@4182
| * Integrate mainline 5.05_61Charles Bailey1999-09-064-1454/+1540
| |\ | |/ |/| p4raw-id: //depot/vmsperl@4084
| * Patch up holes in realclean targetCharles Bailey1999-08-231-1/+6
| | | | | | p4raw-id: //depot/vmsperl@4030
| * Update VMS version of perly.hCharles Bailey1999-08-231-18/+19
| | | | | | p4raw-id: //depot/vmsperl@4028
| * Update dependencies in Descrip.MMSCharles Bailey1999-08-231-144/+103
| | | | | | p4raw-id: //depot/vmsperl@4027
| * Fix prototypes in perlapi.c (64-bit?)Charles Bailey1999-08-231-0/+3
| | | | | | | | | | Clear prior definition of getenv_len before defining VMS-specific macro p4raw-id: //depot/vmsperl@4026
| * Loosen conditons for recognizing a function name in perl.h to accomodate ↵Charles Bailey1999-08-231-1/+1
| | | | | | | | | | revisions p4raw-id: //depot/vmsperl@4023
| * byteperl is now part of the ByteLoader extCharles Bailey1999-08-231-11/+2
| | | | | | p4raw-id: //depot/vmsperl@4021
| * Allow option to treat barewords at start of Unix paths as simple words ↵Charles Bailey1999-08-231-4/+16
| | | | | | | | | | rather than logicals p4raw-id: //depot/vmsperl@4020
| * Update calls for new thread context handlingCharles Bailey1999-08-233-60/+87
| | | | | | p4raw-id: //depot/vmsperl@4019
| * Update VMS configuration procedures for 5.005_60Charles Bailey1999-08-231-1/+276
| | | | | | p4raw-id: //depot/vmsperl@4017
* | sub : attrlistSpider Boardman1999-08-292-1404/+1458
| | | | | | | | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US> p4raw-id: //depot/cfgperl@4043
* | Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - scan for LDBL_DIG - from DBL_DIG and LDBL_DIG select NV_DIG - introduce IVSIZE, UVSIZE, NVSIZE - introduce IV_DIG - remove stdio64 - AIX uses `oslevel` when others use `uname -r` - already AIX 4.2 goes 64-bit - in HP-UX require the 64-bit libc, just the directory isn't enough - group ids are not NVs - #undef USE_LONG_DOUBLE if long double is no better than double - introduce NV_WITHIN_*() and IV_FITS_IN_IV - mention large file support in perldelta - introduce quad TOPpin' and POPpin' - the svcat... buffer was tiny for printing quads in %b - fix the multiplication test in 64bit.t - try to make VMS to comply with all this removal and "introducal" of symbols p4raw-id: //depot/cfgperl@3995
* | More Configure/subconfigure.com syncing.Jarkko Hietaniemi1999-08-161-0/+39
| | | | | | p4raw-id: //depot/cfgperl@3994
* | Remove from VMS what the change #3982 took away from Configure lands.Jarkko Hietaniemi1999-08-141-56/+0
| | | | | | | | | | p4raw-link: @3982 on //depot/metaconfig: ad9d3b19dcfc4d9ee9bdd95d8dd54024d8a1d42con //depot/cfgperl: d9b3e12dc6d5d94bcf6692f9359e377c8a7dcdd6 p4raw-id: //depot/cfgperl@3993
* | fix up VMS->unix filename translation a bitDan Sugalski1999-08-131-1/+12
| | | | | | | | | | | | | | To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu, sarathy@activestate.com Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org> p4raw-id: //depot/cfgperl@3979
* | Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)Craig A. Berry1999-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | Sender: owner-perl5-porters@perl.org To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com, bailey@newman.upenn.edu Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno problem Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com> p4raw-id: //depot/cfgperl@3959
* | Patches needed to get _60 building withDan Sugalski1999-08-103-60/+88
| | | | | | | | | | | | | | | | To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com, bailey@newman.upenn.edu threads on VMS Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org> p4raw-id: //depot/cfgperl@3955
* | Pathces to get _60 building on VMSDan Sugalski1999-08-104-66/+350
|/ | | | | | | To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu, sarathy@activestate.com Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org> p4raw-id: //depot/cfgperl@3953
* allow arrow omission in $foo[10]->('foo') etc. (but not inStephen McCamant1999-07-262-1297/+1350
| | | | | | | foo()->()); rework grammar to remove conflicts Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net> Subject: [PATCH _57, long] Re: optional arrow asymmetry p4raw-id: //depot/perl@3767
* move DProf things around to where they are supposed to beGurusamy Sarathy1999-07-201-1/+4
| | | p4raw-id: //depot/perl@3710
* applied new parts of suggested patchCharles Bailey1999-07-071-9/+17
| | | | | | Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu> Subject: [PATCH 5.005_57] Consolidated VMS patch p4raw-id: //depot/perl@3650
* hand-apply whitespace mutiliated patchHans Mulder1999-07-054-18/+165
| | | | | | Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu> Subject: [PATCH 5.005_57]Updated VMS patch p4raw-id: //depot/perl@3594
* remove _() non-ansismGurusamy Sarathy1999-06-023-64/+64
| | | p4raw-id: //depot/perl@3518
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-112-14/+16
| | | | | | | | | | needed to open myconfig.SH rather than myconfig; sundry adjustments to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it work under win32; getenv_sv() changed to getenv_len() since SVs aren't visible in the lower echelons; remove bogus exports from config.sym; PERL_OBJECT-ness for C++ exception support; null out IoDIRP in filter_del() or sv_free() will attempt to close it p4raw-id: //depot/perl@3387
* applied suggested patch, modulo already applied partsCharles Bailey1999-05-106-109/+305
| | | | | | Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu> Subject: [Patch 5.005_56] VMS consolidated patch #2 p4raw-id: //depot/perl@3357
* flush all open output buffers before fork(), exec(), system, qx//Gurusamy Sarathy1999-05-091-0/+1
| | | | | | and pipe open() operations, simplifying buffering headaches faced by users; uses fflush(NULL), which may need Configure test p4raw-id: //depot/perl@3352
* applied non-conflicting parts of suggested patchCharles Bailey1999-05-052-262/+573
| | | | | | Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu> Subject: [Patch 5.005_56] Revised VMS patch p4raw-id: //depot/perl@3306
* hand-applied conflicting parts of suggested patchCharles Bailey1999-04-264-567/+223
| | | | | | Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu> Subject: [PATCH 5.005_56] VMS configuration/build p4raw-id: //depot/perl@3273
* descrip_mms.template installed files fixDan Sugalski1999-04-211-2/+2
| | | | | | To: perlbug@perl.org Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu> p4raw-id: //depot/cfgperl@3265
* applied suggested patch, modulo superseded partsCharles Bailey1999-03-245-82/+162
| | | | | | Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu> Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes p4raw-id: //depot/perl@3153
* integrate changes#3091-3094 from maint-5.005Gurusamy Sarathy1999-03-241-0/+4
| | | | | | | | p4raw-link: @3091 on //depot/maint-5.005/perl: 74b502a1b27c7427d14366e729c0b76cb5ba79a6 p4raw-id: //depot/perl@3148 p4raw-integrated: from //depot/maint-5.005/perl@3147 'copy in' vos/config_h.SH_orig (@2813..) README.hurd (@3093..) 'merge in' vms/subconfigure.com (@2716..) vos/config.h (@2813..)
* To: perl5-porters@perl.org, vmsperl@perl.orgHans Mulder1999-03-024-20/+27
| | | | | | | | | | | | | | | | Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS Date: Mon, 01 Mar 1999 16:06:29 -0800 Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu> From: Dan Sugalski <sugalskd@osshe.edu> To: perl5-porters@perl.org, vmsperl@perl.org Subject: [PATCH 5.005_56]vmsish.pm patch Date: Mon, 01 Mar 1999 20:19:04 -0800 Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu> plus Configure regen containing a "solution" to the crosscompile/multiarch problem. p4raw-id: //depot/cfgperl@3050
* integrate cfgperl contentsGurusamy Sarathy1999-02-241-0/+4
|\ | | | | p4raw-id: //depot/perl@3023
| * Scratch #3008 and introduce $crosscompile and $multiarchJarkko Hietaniemi1999-02-221-0/+4
| | | | | | | | | | also in non-Configure lands. p4raw-id: //depot/cfgperl@3009
* | distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagationGurusamy Sarathy1999-02-181-2/+2
|/ | | | | of lexical searches in BEGIN|INIT|END) p4raw-id: //depot/perl@2975
* propagate PERL_VERSION everywhere, add to podGurusamy Sarathy1999-02-163-6/+16
| | | p4raw-id: //depot/perl@2957
* integrate cfgperl changes into mainlineGurusamy Sarathy1999-02-151-0/+12
|\ | | | | p4raw-id: //depot/perl@2925
| * Integrate from mainperl.Jarkko Hietaniemi1999-02-081-2/+1
| |\ | | | | | | p4raw-id: //depot/cfgperl@2842
| * | Update vms/subconfigure.com along the lines of change #2829.Jarkko Hietaniemi1999-02-081-0/+12
| | | | | | | | | | | | | | | p4raw-link: @2829 on //depot/cfgperl: ff49bff8f179cd4f0cb16d6811e862f772f03ee0 p4raw-id: //depot/cfgperl@2831
* | | perly_c.diff typoGurusamy Sarathy1999-02-141-1/+1
| |/ |/| | | p4raw-id: //depot/perl@2909
* | make safesysmalloc() etc., always available; safemalloc() et al areGurusamy Sarathy1999-02-081-2/+1
|/ | | | | | now macros that point to the right malloc; fix various places in sources that need to always use safesysmalloc() et al p4raw-id: //depot/perl@2834
* Integrate from mainperl.Jarkko Hietaniemi1999-02-071-769/+802
|\ | | | | p4raw-id: //depot/cfgperl@2825
| * applied suggested patch; regen perly* and vms/perly*Stephen McCamant1999-02-071-771/+804
| | | | | | | | | | | | Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu> Subject: [PATCH] Re: Suggestion for perlobj man page p4raw-id: //depot/perl@2823
| * integrate cfgperl changes into mainlineGurusamy Sarathy1999-01-241-0/+16
| |\ | | | | | | p4raw-id: //depot/perl@2695
| * \ integrate cfgperl changes into mainline, fix conflictsGurusamy Sarathy1999-01-175-13/+602
| |\ \ | | | | | | | | p4raw-id: //depot/perl@2620
* | | | These should've been already in #2803.Jarkko Hietaniemi1999-02-021-0/+2
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@2804
* | | | VMS update, applicable parts ofHans Mulder1999-02-022-16/+18
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Subject: [PATCH 5.005_03MT3]VMS configure tweak Date: Wed, 20 Jan 1999 12:05:18 -0800 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu> From: Dan Sugalski <sugalskd@osshe.edu> To: perlbug@perl.com, vmsperl@perl.org Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course) Date: Tue, 26 Jan 1999 14:40:38 -0800 Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu> From: Dan Sugalski <sugalskd@osshe.edu> To: perl5-porters@perl.org, vmsperl@perl.org Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches Date: Tue, 26 Jan 1999 14:55:29 -0800 Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu> p4raw-id: //depot/cfgperl@2778