summaryrefslogtreecommitdiff
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-194-77/+164
| | | | | Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12513
* try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems Charles Lane2001-10-181-0/+9
| | | | | Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12491
* Set PERL_CORE environment var Michael G. Schwern2001-10-171-0/+4
| | | | | Message-ID: <20011017040413.C25550@blackrider> p4raw-id: //depot/perl@12471
* Seems that a glob(undef) triggers an ACCVIO in Perl_flex_statJarkko Hietaniemi2001-10-091-0/+1
| | | | | | | Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat, when a NULL is passed for the filename string pointer. From Charles Lane. p4raw-id: //depot/perl@12381
* perlvms.pod updateCraig A. Berry2001-10-041-13/+23
| | | | | Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01> p4raw-id: //depot/perl@12337
* %ENV tainting for VMSCraig A. Berry2001-10-031-4/+10
| | | | | Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01> p4raw-id: //depot/perl@12321
* angle bracket filespec problem on VMSCraig A. Berry2001-09-251-0/+5
| | | | | Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01> p4raw-id: //depot/perl@12217
* perltootc -> perltooc in vms/descrip_mms.templateCraig A. Berry2001-09-251-2/+2
| | | | | Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01> p4raw-id: //depot/perl@12194
* Fixing inline TODO recognitionMichael G. Schwern2001-09-241-1/+1
| | | | | Message-ID: <20010924110207.E27885@blackrider> p4raw-id: //depot/perl@12177
* waitpid enhancements for VMSCraig A. Berry2001-09-171-21/+139
| | | | | Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01> p4raw-id: //depot/perl@12056
* Bump up version numbers.Jarkko Hietaniemi2001-09-162-2/+2
| | | | | | | | | | | TODO 1: double check that pre-5.6.1 CPAN.pm:s don't try to download 5.8.0 because of the version numbers. Mainly this means using _00 in the core version numbers. TODO 2: the "use 5.005_64" in many modules needs to be changed to, say, "use 5.6.1". p4raw-id: //depot/perl@12040
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-312-13/+6
| | | | | working in 5.7.x p4raw-id: //depot/perl@11803
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-272-8/+8
| | | | | | Thanks to H. Merijn Brand for the patch. Some of the comments and or guards might be removable in perl.h now. p4raw-id: //depot/perl@11758
* system() and backtick error handling cleanup from Craig A. Berry.Jarkko Hietaniemi2001-08-171-11/+41
| | | p4raw-id: //depot/perl@11694
* better VMS docs for $?, exit(), and system()Craig A. Berry2001-08-081-8/+21
| | | | | Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01> p4raw-id: //depot/perl@11610
* [PATCH: perl@11564] introducing perlivpPrymmer/Kahn2001-08-061-1/+5
| | | | | | | | | | | Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT) Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com> Subject: Re: [PATCH: perl@11564] introducing perlivp From: Prymmer/Kahn <pvhp@best.com> Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT) Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com> p4raw-id: //depot/perl@11594
* add io/fs.t to vmsperl test suitePeter Prymmer2001-07-241-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com> p4raw-id: //depot/perl@11465
* Adding TODO tests (was: Re: a report on perl@10930 results on a couple of ↵Michael G. Schwern2001-06-271-10/+38
| | | | | | | Alphas) Message-ID: <20010627023458.K23874@blackrider> p4raw-id: //depot/perl@10987
* build (and test!) VMS::Stdio on VMSPeter Prymmer2001-06-232-11/+26
| | | | | Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com> p4raw-id: //depot/perl@10850
* sigaction workaround for VMSCraig A. Berry2001-06-222-0/+32
| | | | | Message-Id: <a05101001b75908704194@[192.168.56.145]> p4raw-id: //depot/perl@10827
* test hunting on VMSCraig A. Berry2001-06-191-3/+5
| | | | | Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01> p4raw-id: //depot/perl@10737
* build ext/Socket dynamically on VMSCraig A. Berry2001-06-191-27/+3
| | | | | Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01> p4raw-id: //depot/perl@10734
* Perly.y and related file fixes to keep mainframe yacc (and bison) happy.Nick Ing-Simmons2001-06-191-245/+245
| | | p4raw-id: //depot/perl@10707
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-5/+6
| | | p4raw-id: //depot/perl@10685
* Re: DYNAMIC_ENV_FETCH HvNAME abuse.Abhijit Menon-Sen2001-06-161-1/+0
| | | | | Message-ID: <20010616074119.A24720@lustre.linux.in> p4raw-id: //depot/perl@10654
* make VMS find util.c's offspring Craig A. Berry2001-06-161-7/+11
| | | | | Message-Id: <a05101007b750342599be@[172.16.52.1]> p4raw-id: //depot/perl@10622
* make VMS autosplit earlier in buildCraig A. Berry2001-06-131-1/+1
| | | | | Message-Id: <a05101001b74c943d7af4@[192.168.56.160]> p4raw-id: //depot/perl@10556
* no PerlIO at startup time on VMSCraig A. Berry2001-06-111-11/+11
| | | | | Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]> p4raw-id: //depot/perl@10518
* One more run_byacc (a hand-tweaked version had slipped in).Jarkko Hietaniemi2001-06-111-2/+2
| | | p4raw-id: //depot/perl@10510
* Update perly_c.diff, update perly.fixer to edit awayJarkko Hietaniemi2001-06-101-3/+3
| | | | | some of the -Wall noise. p4raw-id: //depot/perl@10503
* perly.y overhaulSimon Cozens2001-06-101-1286/+1321
| | | | | | | Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk> Plus make run_byacc. p4raw-id: //depot/perl@10501
* Re: [PATCH perl@10439] fix old $^S description in perlvms.podCraig A. Berry2001-06-081-1/+1
| | | | | Message-Id: <a05100e01b7458075db7d@[172.16.52.1]> p4raw-id: //depot/perl@10478
* fix old $^S description in perlvms.podCraig A. Berry2001-06-061-12/+7
| | | | | Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01> p4raw-id: //depot/perl@10462
* Integrate change #10394 from maintperl; lexical file scope leakage.Jarkko Hietaniemi2001-06-031-2/+2
| | | | | | | | | p4raw-link: @10394 on //depot/maint-5.6/perl: f8a08f7b8bd67b287f13d07e110e93e62aebd509 p4raw-id: //depot/perl@10395 p4raw-integrated: from //depot/maint-5.6/perl@10393 'copy in' t/pragma/warn/universal (@5902..) 'merge in' perly.c (@8159..) vms/perly_c.vms (@8169..) t/op/misc.t (@8636..) perly.y (@9292..)
* PerlIO for VMSCraig A. Berry2001-05-264-45/+72
| | | | | Message-Id: <a05100e0ab734816701a5@[172.16.52.1]> p4raw-id: //depot/perl@10218
* fix const poisioning in PerlIO_openn->fdopen->opennPeter Prymmer2001-05-051-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com> p4raw-id: //depot/perl@9993
* Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS Dan Sugalski2001-05-021-1/+2
| | | | | Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48> p4raw-id: //depot/perl@9966
* Multiplicity and thread fixes for VMSDan Sugalski2001-05-022-206/+253
| | | | | Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48> p4raw-id: //depot/perl@9960
* VMS updatesPeter Prymmer2001-04-262-57/+82
| | | | | Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com> p4raw-id: //depot/perl@9847
* VMS fix-ups and statusCraig A. Berry2001-03-282-4/+4
| | | | | Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01> p4raw-id: //depot/perl@9414
* Integrate changes #9262,9264,9265,9266 from maintperl to mainline.Jarkko Hietaniemi2001-03-212-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | revert the leak fix in change#9142 (problem needs a more experimental fix unsuitable for 5.6.1) do alphabetical sorting by default (for csh compatibility) cut-n-paste goof in change#9264 VMS piping fixes (from Charles Lane) p4raw-link: @9266 on //depot/maint-5.6/perl: 72d1c956969523b19a71b5ffb5af9479f09d0e6a p4raw-link: @9265 on //depot/maint-5.6/perl: 8549c3fc2da30e970df00a46a796a39e843777aa p4raw-link: @9264 on //depot/maint-5.6/perl: 1086ad2319c3ee3e3873c478e76309ea4f03453b p4raw-link: @9262 on //depot/maint-5.6/perl: a89eb504d1201e0dad09aaf86db07d000904f216 p4raw-link: @9142 on //depot/maint-5.6/perl: 26972843796e21c404c9d13ec5ee86e7b952a2bd p4raw-id: //depot/perl@9269 p4raw-integrated: from //depot/maint-5.6/perl@9268 'copy in' ext/File/Glob/Changes ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h (@5902..) ext/File/Glob/Glob.pm (@7770..) vms/vmspipe.com (@8636..) vms/vms.c (@8986..) 'edit in' ext/File/Glob/Glob.xs (@9264..) 'merge in' scope.c (@9142..)
* Tweak to perly.y to allow -DDEBUGGING to compile on OS390.Nick Ing-Simmons2001-03-191-190/+192
| | | | | | (Building on OS390 uses native YACC and YYDEBUG has other side effects.) p4raw-id: //depot/perlio@9248
* Re: [ID 20010309.004] my-variables lose values while goto'ing within a ↵Robin Houston2001-03-141-201/+206
| | | | | | | for(;;)-loop Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9139
* Re: [ PATCH perl@8956 ] new debug option -DR shows ref countsDave Mitchell2001-03-091-1/+1
| | | | | Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk> p4raw-id: //depot/perl@9084
* VMS piping ... cleanup at interpreter exitCharles Lane2001-03-021-1/+13
| | | | | Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@8983
* Re: Errors in core PODsMichael Stevens2001-02-282-7/+7
| | | | | Message-ID: <20010223154756.A7723@firedrake.org> p4raw-id: //depot/perl@8965
* configure.com bug fixing spreeCraig A. Berry2001-02-271-1/+5
| | | | | Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01> p4raw-id: //depot/perl@8959
* Integrate changes 7819,7820 from vmsperl into mainline.Jarkko Hietaniemi2001-02-092-58/+128
|\ | | | | | | | | | | | | | | | | | | | | | | Add header for LIB$ prototypes (C. Berry) Convert fwrite()s to sockets to write()s, since some socket stacks don't take kindly to stdio. Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups (for often optional LNMs) Correct a few typos (C. Bailey) p4raw-id: //depot/perl@8724
| * Convert fwrite()s to sockets to write()s, since some socket stacksCharles Bailey2001-02-082-58/+128
| | | | | | | | | | | | | | | | | | don't take kindly to stdio. Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups (for often optional LNMs) Correct a few typos (C. Bailey) p4raw-id: //depot/vmsperl@8720
| * SYN SYNCharles Bailey2001-02-081-2/+3
| | | | | | p4raw-id: //depot/vmsperl@8718