summaryrefslogtreecommitdiff
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* More VMS patches from Peter Prymmer.Jarkko Hietaniemi2000-02-241-0/+3
| | | p4raw-id: //depot/cfgperl@5245
* VMS patch from Peter Prymmer; use full_ar.Jarkko Hietaniemi2000-02-241-0/+2
| | | p4raw-id: //depot/cfgperl@5240
* VMS patch from Peter Prymmer.Jarkko Hietaniemi2000-02-241-4/+51
| | | p4raw-id: //depot/cfgperl@5233
* VMS build patchesDan Sugalski2000-02-232-8/+206
| | | | | | | | To: perl5-porters@perl.org, vmsperl@perl.org Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48> (the patch was mangled, had to be manually applied) p4raw-id: //depot/cfgperl@5224
* README.vms and related updates (from Peter Prymmer <pvhp@best.com>)Gurusamy Sarathy2000-02-201-15/+141
| | | p4raw-id: //depot/perl@5158
* megalomaniac 64-bit update: most importantly,Jarkko Hietaniemi2000-02-121-2/+1
| | | | | | uselonglong is eradicated, only backward compatibility hooks in use64bits remain. p4raw-id: //depot/cfgperl@5070
* Add/restore probes for getcwd/mk*temp*/mmap.Jarkko Hietaniemi2000-02-091-0/+76
| | | p4raw-id: //depot/cfgperl@5044
* VMS update (from Dan Sugalski and Peter Prymmer)Gurusamy Sarathy2000-02-042-3/+152
| | | p4raw-id: //depot/perl@4976
* XSLoader build patch for VMS (from Craig A. BerryGurusamy Sarathy2000-02-021-2/+16
| | | | | <craig.berry@metamorgs.com>) p4raw-id: //depot/perl@4944
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-1/+1
| | | p4raw-id: //depot/perl@4905
* more changes for new-style version numbers (versions numbers onGurusamy Sarathy2000-01-091-0/+2
| | | | | | | | | | | | | | | the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion}; split $Config{apiversion} into three, @Config{apirevision,apiversion, apisubversion} for CPP friendliness; $Config{sitelib} now defaults to .../site_perl/$version, just like $Config{privlib}, making sitelib completely independent across versions and substantially eliminating chances of breaking older installations by overwriting newly built extensions; all this means compatibility inclusions for @INC will need to take into account older sitelib versions (this still TODO) windows, vms, dos tweaks for the above p4raw-id: //depot/perl@4773
* VMS update (from Peter Prymmer <pvhp@forte.com>)Gurusamy Sarathy2000-01-071-2/+3
| | | p4raw-id: //depot/perl@4767
* VMS patches from Peter Prymmer.Jarkko Hietaniemi1999-11-212-165/+199
| | | p4raw-id: //depot/cfgperl@4595
* Regen Configure.Jarkko Hietaniemi1999-11-161-2/+33
| | | p4raw-id: //depot/cfgperl@4592
* fix bug in change#4515 (STOP blocks now see @ARGV like the rest)Gurusamy Sarathy1999-11-141-1/+1
| | | | | p4raw-link: @4515 on //depot/perl: 4f25aa189c4a92535547c706ad37c13b7caee387 p4raw-id: //depot/perl@4578
* Applied manually:Craig A. Berry1999-11-134-51/+59
| | | | | | | To: perl5-porters@perl.org, VMSPERL@perl.org Subject: [PATCH 5.005_62] patches required to build on VMS Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com> p4raw-id: //depot/cfgperl@4564
* remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-042-3/+0
| | | p4raw-id: //depot/perl@4511
* various cleanupsGurusamy Sarathy1999-10-121-18/+23
| | | p4raw-id: //depot/perl@4350
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-21/+16
| | | | | | compatibility; introduce SAVEDESTRUCTOR_X() that accepts void(*)(pTHX_ void*) p4raw-id: //depot/perl@4339
* 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