summaryrefslogtreecommitdiff
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | VMS configure tweakHans Mulder1999-01-221-0/+16
| |/ |/| | | | | | | | | To: perl5-porters@perl.org Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu> p4raw-id: //depot/cfgperl@2680
* | VMS.C tweak for occasional system() errorHans Mulder1999-01-071-5/+5
| | | | | | | | | | Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu> p4raw-id: //depot/cfgperl@2580
* | Initial VMS patchesHans Mulder1998-12-034-8/+597
| | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu> The patch to config_h.SH requires more study because metaconfig needs to agree. p4raw-id: //depot/cfgperl@2441
* | Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.Jarkko Hietaniemi1998-12-013-27/+40
|\ \ | |/ | | p4raw-id: //depot/cfgperl@2428
| * another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-293-16/+29
|/ | | | | | | | avoid most uses of PL_na (which is much more inefficient than a simple local); update docs to suit; PL_na now being thr->Tna may be a minor compatibility issue for extensions--will require dTHR outside of XSUBs (those get automatic dTHR) p4raw-id: //depot/perl@2387
* add perlreftut.podGurusamy Sarathy1998-11-281-2/+2
| | | p4raw-id: //depot/perl@2357
* VM/ESA and VMS sig_num_init (change#2101) catchup.Jarkko Hietaniemi1998-11-051-4/+6
| | | | | p4raw-link: @2101 on //depot/cfgperl: 824a2ba35a8a435c7dda7b79d43bec16c40e4bd9 p4raw-id: //depot/cfgperl@2203
* remaining PL_foo stragglersGurusamy Sarathy1998-10-301-19/+0
| | | p4raw-id: //depot/perl@2145
* Doc patch to VMS::Stdio moduleHans Mulder1998-10-171-19/+389
| | | | | Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu> p4raw-id: //depot/perl@1999
* remove spurious unused conflicting globals (PL_yy{v,s}sp)Gurusamy Sarathy1998-10-061-2/+0
| | | p4raw-id: //depot/perl@1924
* make C<use> recognize C<require> overrides; allow C<do EXPR> to beGurusamy Sarathy1998-10-031-1/+1
| | | | | overridden p4raw-id: //depot/perl@1923
* VMS config tweaksHans Mulder1998-10-022-2/+6
| | | | | Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu> p4raw-id: //depot/perl@1916
* run vms_yfix.plGurusamy Sarathy1998-09-271-14/+15
| | | p4raw-id: //depot/perl@1897
* (via private mail)Charles Bailey1998-09-2314-191/+193
| | | | | | Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu> Subject: [Patch 5.005_02] Miscellaneous VMS cleanup p4raw-id: //depot/perl@1837
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-082-2/+140
|\ | | | | p4raw-id: //depot/perl@1760
| * remove useless 'rcsid' (extension of a suggestion byGurusamy Sarathy1998-08-041-1/+0
| | | | | | | | | | Stephen McCamant) p4raw-id: //depot/maint-5.005/perl@1727
| * VMS patchesGurusamy Sarathy1998-08-021-1/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: pvhp@forte.com (Peter Prymmer) Message-Id: <9807290017.AA01833@forte.com> Date: Tue, 28 Jul 98 17:17:33 PDT Subject: Re: Not OK: perl 5.00501 on VMS_AXP-thread I7.2 -- From: Dan Sugalski <sugalskd@osshe.edu> Message-Id: <3.0.5.32.19980729125623.00b562b0@ous.edu> Date: Wed, 29 Jul 1998 12:56:23 -0700 Subject: [PATCH 5.005_01]Typo in CONFIGURE.COM (vms) -- From: Dan Sugalski <sugalskd@osshe.edu> Date: Thu, 30 Jul 1998 09:02:24 -0700 Message-Id: <3.0.5.32.19980730090224.00b70eb0@ous.edu> Subject: [PATCH 5.005_01]VMS config SOCKETSHR typo patch and fcntl check p4raw-id: //depot/maint-5.005/perl@1696
* | integrate utfperlGurusamy Sarathy1998-07-261-3/+3
|\ \ | |/ |/| p4raw-id: //depot/perl@1660
| * Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-3/+3
| | | | | | p4raw-id: //depot/utfperl@1651
* | VMS patches from Dan Sugalski <sugalskd@osshe.edu>Gurusamy Sarathy1998-07-262-2/+7
|/ | | | | | | | | | | | | | | Date: Fri, 24 Jul 1998 11:38:25 -0700 Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu> Subject: [PATCH 5.005] version number problem with VMS (Corrected) -- Date: Fri, 24 Jul 1998 12:30:36 -0700 Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu> Subject: [PATCH 5.005]Tweaks to README.vms -- Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT) Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu> Subject: [PATCH 5.005] Final build cleanup patch p4raw-id: //depot/maint-5.005/perl@1658
* VMS patches from Dan Sugalski <sugalskd@osshe.edu>Gurusamy Sarathy1998-07-221-7/+13
| | | | | | | | | | | | | | | Date: Tue, 21 Jul 1998 16:04:40 PDT Message-Id: <3.0.5.32.19980721160440.00a916f0@ous.edu> Subject: [PATCH 5.004_76]Document Vax C's death for VMS -- Date: Tue, 21 Jul 1998 16:08:57 PDT Message-Id: <3.0.5.32.19980721160857.00a6d250@ous.edu> Subject: [PATCH 5.004_76]fix clean/realclean targets of VMS' makefile -- Date: Tue, 21 Jul 1998 16:05:56 PDT Message-Id: <3.0.5.32.19980721160556.00a1a100@ous.edu> Subject: [PATCH 5.004_76]Note the record-read capabilities of $/ in perldelta.pod p4raw-id: //depot/perl@1637
* t/io/inplace.t enabled for VMSHans Mulder1998-07-221-1/+1
| | | | | Message-Id: <3.0.5.32.19980721130644.00ac5100@ous.edu> p4raw-id: //depot/perl@1635
* VMS patches from Dan Sugalski <sugalskd@osshe.edu>Brad Hughes1998-07-213-99/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Wed, 15 Jul 1998 09:38:12 -0700 Message-Id: <3.0.5.32.19980715093812.00a42a50@ous.edu> Subject: [PATCH 5.005-beta1]Quick VMS config update -- Date: Wed, 15 Jul 1998 12:53:52 -0700 Message-Id: <3.0.5.32.19980715125352.00a25cb0@ous.edu> Subject: Re: $ebcdic has broken VMS in _75 (Now with doc patch!) -- Date: Thu, 16 Jul 1998 11:15:44 -0700 Message-Id: <3.0.5.32.19980716111544.00b78770@ous.edu> Subject: [PATCH 5.004_75]Another VMS tweak for the Vax C compiler -- Date: Thu, 16 Jul 1998 11:21:55 -0700 Message-Id: <3.0.5.32.19980716112155.00a66c50@ous.edu> Subject: [PATCH 5.004_75]Get archname correct for thread build on VMS -- Date: Thu, 16 Jul 1998 11:25:04 -0700 Message-Id: <3.0.5.32.19980716112504.00ae0d50@ous.edu> Subject: [PATCH 5.004_75]Thread build tweaks for VMS 6.2 and older -- Date: Fri, 17 Jul 1998 15:29:13 -0700 Message-Id: <3.0.5.32.19980717152913.00a469b0@ous.edu> Subject: [PATCH 5.004_75]Missed a header file in VMS build procedure -- Date: Mon, 20 Jul 1998 10:20:49 -0700 Message-Id: <3.0.5.32.19980720102049.00a05100@ous.edu> Subject: [PATCH 5.004_75]Tweaks to Thread.XS for OLD_PTHREADS_API build -- Date: Mon, 20 Jul 1998 10:13:03 -0700 Message-Id: <3.0.5.32.19980720101303.00a17100@ous.edu> Subject: [PATCH 5.004_75]Explicitly specify extensions during VMS config process -- Date: Mon, 20 Jul 1998 15:51:22 -0700 Message-Id: <3.0.5.32.19980720155122.00a41950@ous.edu> Subject: patch for readme.vms p4raw-id: //depot/perl@1589
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-204-73/+73
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* Edited "behind my back" ...Nick Ing-Simmons1998-07-181-28/+28
| | | p4raw-id: //depot/ansiperl@1535
* applied patch, with tab tweak suggest by Peter PrymmerHans Mulder1998-07-151-9/+8
| | | | | | Message-Id: <3.0.5.32.19980714164114.00a3e2a0@ous.edu> Subject: [PATCH 5.004_74]VMS build cleanups p4raw-id: //depot/perl@1512