Helpful File::Find debugging code
[p5sagit/p5-mst-13.2.git] / vms / vms.c
2001-10-19 Charles Lane vmsish fix, ieee rand() cleanup
2001-10-18 Charles Lane try#2: [proposed PATCH Perl@12401] ieee floats, rand...
2001-10-09 Jarkko Hietaniemi Seems that a glob(undef) triggers an ACCVIO in Perl_fle...
2001-10-03 Craig A. Berry %ENV tainting for VMS
2001-09-25 Craig A. Berry angle bracket filespec problem on VMS
2001-09-17 Craig A. Berry waitpid enhancements for VMS
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-17 Jarkko Hietaniemi system() and backtick error handling cleanup from Craig...
2001-06-22 Craig A. Berry sigaction workaround for VMS
2001-06-11 Craig A. Berry no PerlIO at startup time on VMS
2001-05-26 Craig A. Berry PerlIO for VMS
2001-05-02 Dan Sugalski Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
2001-05-02 Dan Sugalski Multiplicity and thread fixes for VMS
2001-03-28 Nick Ing-Simmons Integrate mainline.
2001-03-28 Craig A. Berry VMS fix-ups and status
2001-03-21 Jarkko Hietaniemi Integrate changes #9262,9264,9265,9266 from maintperl...
2001-03-02 Charles Lane VMS piping ... cleanup at interpreter exit
2001-02-08 Charles Bailey Convert fwrite()s to sockets to write()s, since some...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-29 Jarkko Hietaniemi Further VMS piping fixes from Charles Lane:
2000-12-15 Craig A. Berry Re: [ID 20001214.011] Unreachable value in a search...
2000-11-09 Jarkko Hietaniemi Make deleting for %ENV work for (newer versions of...
2000-10-20 Charles Bailey SYN SYN
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-09-30 Craig A. Berry another VMS my_fwrite() fix for Storable
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-04 Charles Bailey YA resync with mainstem, including VMS patches from...
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-29 Dan Sugalski ITHREADs for VMS
2000-06-25 Dan Sugalski XS module loading fixup for VMS
2000-06-03 Dan Sugalski VMS fixups so we can build with MULTIPLICITY
2000-05-29 Charles Bailey Add fallback to tmpfile for use in cases where user...
2000-05-25 Charles Bailey Regularize distinction between RMS$_DNF and RMS$_DIR...
2000-05-25 Charles Bailey Add bounds checking for several strings (Charles Lane)
2000-05-24 Charles Bailey Ugly workaround for version-specific RTL error
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-07 Gurusamy Sarathy workaround for CRT bug in chdir() (from Charles Lane...
2000-03-14 Gurusamy Sarathy integrate vmsperl changes into mainline (change#5693...
2000-03-13 Charles Bailey Resync with mainline post RC1
2000-03-13 Charles Bailey Update File::Spec::VMS and tests
2000-03-07 Gurusamy Sarathy VMS build patch (from Peter Prymmer)
2000-03-06 Charles Bailey Downcase function call to hush picky cc
2000-03-03 Gurusamy Sarathy integrate cfgperl and vmsperl contents into mainline
2000-03-03 Charles Bailey Try to intuit whether typeless file invoked in subprocess
2000-03-03 Charles Bailey Add missing declaration (Dan Sugalski)
2000-03-03 Charles Bailey Ad hoc patch for duping stdout into stderr
2000-03-02 Charles Bailey Protect manipulation of open pipe list from concurrent...
2000-03-02 Charles Bailey Optional warning for truncated logical name equivalence...
2000-03-02 Charles Bailey FIx no-op in vms.c
2000-03-01 Gurusamy Sarathy consolidated VMS patches (from Craig A. Berry
2000-02-29 Gurusamy Sarathy VMS fixups (from Dan Sugalski); cosmetic tweaks
2000-02-28 Charles Bailey Free $PARSE context after lookups
2000-02-28 Charles Bailey Don't wait for subprocess to read final EOF
2000-02-27 Charles Bailey Impose security constraints on lnm lookup only if tainting
2000-02-27 Charles Bailey Add new File::Spec::VMS methods
2000-02-27 Charles Bailey Accept filespecs as command verbs for subprocesses
2000-02-09 Charles Bailey Work around prefixing bug in older DECC preprocessors
2000-02-09 Charles Bailey Minor fixes to assuage picky compilers (unsigned compar...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-11-21 Jarkko Hietaniemi VMS patches from Peter Prymmer.
1999-11-13 Craig A. Berry Applied manually:
1999-10-01 Gurusamy Sarathy remove dup hunks
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-17 Gurusamy Sarathy integrate vmsperl contents into mainline (where VMS...
1999-08-23 Charles Bailey Allow option to treat barewords at start of Unix paths...
1999-08-23 Charles Bailey Update calls for new thread context handling
1999-08-13 Dan Sugalski fix up VMS->unix filename translation a bit
1999-08-11 Craig A. Berry Bypass fsync(NULL) (crashes miniperl compiled with...
1999-08-10 Dan Sugalski Patches needed to get _60 building with
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy. perldiag.pod required manual...
1999-07-07 Charles Bailey applied new parts of suggested patch
1999-07-05 Hans Mulder hand-apply whitespace mutiliated patch
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-10 Charles Bailey applied suggested patch, modulo already applied parts
1999-05-09 Gurusamy Sarathy flush all open output buffers before fork(), exec(...
1999-05-05 Charles Bailey applied non-conflicting parts of suggested patch
1999-03-02 Hans Mulder To: perl5-porters@perl.org, vmsperl@perl.org
1999-01-07 Hans Mulder VMS.C tweak for occasional system() error
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-09-23 Charles Bailey (via private mail)
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-14 Hans Mulder Thread tweak for VMS.C
1998-07-10 Hans Mulder make binmode(STDIN) not whine
1998-07-04 Gurusamy Sarathy VMS updates from Dan Sugalski <sugalskd@osshe.edu>
1998-06-21 Hans Mulder fixup patches for VMS
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-14 Gurusamy Sarathy [win32] merge change#897 from maintbranch
next