Tweak for MULTIPLICITY/USE_PERLIO
[p5sagit/p5-mst-13.2.git] / vms /
2000-12-29 Jarkko Hietaniemi Further VMS piping fixes from Charles Lane:
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-19 Craig A. Berry finding PerlIO symbols for VMS
2000-12-17 Craig A. Berry fix-up for VMS extensions
2000-12-15 Craig A. Berry Re: [ID 20001214.011] Unreachable value in a search...
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-27 Charles Lane VMS test cleanup
2000-11-22 Peter Prymmer make VMS' test.com tail compatible w/ unix
2000-11-09 Jarkko Hietaniemi Make deleting for %ENV work for (newer versions of...
2000-11-06 Jarkko Hietaniemi %ENV note tweaks from Dan Sugalski.
2000-11-06 Jarkko Hietaniemi Document %ENV = () portability issues.
2000-11-02 Charles Lane Perl@7504, vms/gen_shrfls.pl
2000-10-24 Nicholas Clark Check if stdio supports tweaking lval and cnt simultane...
2000-10-24 Jarkko Hietaniemi Run vms/vms_yfix.pl, should have done that after changing
2000-10-23 Prymmer/Kahn miscellaneous typos in 3 pods
2000-10-20 Charles Lane Perl 5.6.0/5.7.0 enable DProf test for VMS
2000-10-20 Charles Lane Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
2000-10-20 Charles Bailey SYN SYN
2000-10-12 Charles Lane 5.6.0 & 5.7.1, VMS fixes
2000-10-09 Peter Prymmer various VMS cleanup issues + CXX configure
2000-10-04 Charles Lane 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
2000-10-03 Jarkko Hietaniemi One remaining nit less at the VMS mailbox sizing.
2000-10-03 Jarkko Hietaniemi Scale down the VMS message boxes, by Charles Lane.
2000-10-03 Jarkko Hietaniemi Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY)...
2000-09-30 Craig A. Berry another VMS my_fwrite() fix for Storable
2000-09-12 Peter Prymmer [patch: perl@7045] vms updates
2000-09-12 Charles Lane Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spuriou...
2000-09-01 Peter Prymmer Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
2000-09-01 Craig A. Berry 2 more vms.c fix-ups and status
2000-08-30 Jarkko Hietaniemi A better fix for the Socket building problem from Craig...
2000-08-30 Craig A. Berry Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
2000-08-30 Craig A. Berry fix Storable on VMS by fixing my_fwrite()
2000-08-29 Craig A. Berry Chuck Lane's OpenVMS piping improvements
2000-08-25 Craig A. Berry prevent rare Perl hang on VMS
2000-08-15 Peter Prymmer Fix a dependency problem.
2000-08-14 Jarkko Hietaniemi VMS configure.com update continues.
2000-08-13 Jarkko Hietaniemi Should have deleted this in #6603.
2000-08-12 Jarkko Hietaniemi Rewrite of vms/subconfigure.com as configure.com,
2000-08-08 Jarkko Hietaniemi Do away with array context, from Daniel Chetlin <daniel...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-26 Peter Prymmer bug fix for munchconfig (turned up by CXX)
2000-07-15 Jarkko Hietaniemi another VMS build tweak from Peter Prymmer
2000-07-15 Jarkko Hietaniemi perlvms.pod whitespace cleanup to keep pod utils happy.
2000-07-14 Jarkko Hietaniemi thinko fix in vms/descrip_mms.template, the win32.pod...
2000-07-13 Jarkko Hietaniemi typo fix from Craig Berry
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6231..6240 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6174..6203 into mainline...
2000-06-30 Jarkko Hietaniemi Integrate with Sarathy.
2000-06-30 Gurusamy Sarathy integrate vmsperl changes into mainline
2000-06-29 Dan Sugalski ITHREADs for VMS
2000-06-25 Dan Sugalski XS module loading fixup for VMS
2000-06-03 Dan Sugalski Make perl's malloc work on VMS
2000-06-03 Dan Sugalski VMS fixups so we can build with MULTIPLICITY
2000-06-02 Gurusamy Sarathy fix small eval"" memory leaks under USE_ITHREADS
2000-05-30 Jarkko Hietaniemi Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
2000-05-29 Charles Bailey Add fallback to tmpfile for use in cases where user...
2000-05-29 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-28 Gurusamy Sarathy add a make entry to Config.pm so "perl -V:make" works...
2000-05-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-28 Gurusamy Sarathy VMS test harness tweak (from Jesper Naur <jesper.naur...
2000-05-28 Gurusamy Sarathy integrate vmsperl contents into mainline
2000-05-25 Charles Bailey Quiet error messages in vmsish.t (Charles Lane)
2000-05-25 Charles Bailey Regularize distinction between RMS$_DNF and RMS$_DIR...
2000-05-25 Charles Bailey Treat sockets as special in sys(read|write) (Charles...
2000-05-25 Charles Bailey Add bounds checking for several strings (Charles Lane)
2000-05-25 Charles Bailey Urk -- undo previous removal of vmsish 'exit' change
2000-05-24 Charles Bailey Ugly workaround for version-specific RTL error
2000-05-24 Charles Bailey Check for existence of file before trying to delete
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-07 Jarkko Hietaniemi Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
2000-05-07 Gurusamy Sarathy workaround for CRT bug in chdir() (from Charles Lane...
2000-04-28 Gurusamy Sarathy VMS config tweak (from Craig A. Berry <craig.berry...
2000-04-28 Gurusamy Sarathy support additional library locations via $Config{otherl...
2000-04-26 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Jarkko Hietaniemi Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
2000-04-24 Gurusamy Sarathy more pod nits (from Larry Virden)
2000-03-19 Gurusamy Sarathy pod typo fixes (from Marcel Grunauer <marcel.grunauer...
2000-03-19 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-03-19 Gurusamy Sarathy support for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-18 Jarkko Hietaniemi (Re-)introduce $uidsign and $gidsign.
2000-03-17 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-03-16 Jarkko Hietaniemi VMS patches from Dan Sugalski and Charles Bailey
2000-03-16 Jarkko Hietaniemi Fix pp_send() sizes (pass a Size_t, not an Off_t, and
2000-03-15 Charles Bailey Remove obsolete DCL symbol from subconfigure.com
2000-03-14 Gurusamy Sarathy integrate vmsperl changes into mainline (change#5693...
2000-03-14 Jarkko Hietaniemi detypo
2000-03-13 Gurusamy Sarathy fixes for broken L<> links (from Wolfgang Laun
2000-03-13 Charles Bailey Assorted configuration cleanups (Peter Prymmer, and a
2000-03-13 Charles Bailey Add vmsish 'hushed' option to suppress error messages...
2000-03-13 Charles Bailey Fix inverted test conditions for secure lnm translation
2000-03-13 Charles Bailey Resync with mainline post RC1
2000-03-13 Charles Bailey Update File::Spec::VMS and tests
2000-03-13 Charles Bailey Basic 5.6.0 RC1 build patches for VMS
2000-03-11 Gurusamy Sarathy VMS build tweaks (from Charles Bailey)
2000-03-09 Gurusamy Sarathy support binmode(F,":crlf") and use open IN => ":raw...
2000-03-08 Gurusamy Sarathy integrate cfgperl changes into mainline
2000-03-08 Gurusamy Sarathy add missing locks for op refcounts
2000-03-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-07 Gurusamy Sarathy VMS build patch (from Peter Prymmer)
next