Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
[p5sagit/p5-mst-13.2.git] / vms / vms.c
2005-10-26 John E. Malmberg [patch@25854]vms.c rmsexpand and memmove fixes
2005-10-25 John E. Malmberg VMS exit handling still broken, need some help.
2005-10-23 John E. Malmberg [patch@25825] Fix st_ino compare to use real data.
2005-10-22 Craig A. Berry VMS threaded build fixes for things broken in #25783
2005-10-20 John E. Malmberg [patch@25809]restore documented exit behavior
2005-10-19 John E. Malmberg [patch@25784] enable open(FOO, "child.pl foo|") on VMS
2005-10-17 John E. Malmberg [patch@25775] VMS prep for symbolic links and long...
2005-10-16 John E. Malmberg [patch@25763] Fix VMS error/exit handling, update kill...
2005-10-14 Craig A. Berry Grab enough room from the outset in do_tovmsspec()
2005-09-13 John E. Malmberg [patch@25388] vms/vms.c Perl_cando fix.
2005-08-19 John E. Malmberg [patch@25305] fixes to const fixes + Case Preserved...
2005-08-10 John E. Malmberg patch@25279 VMS error handling and const fixes
2005-08-05 John E. Malmberg [patch]vms.c - buffer highwater overrun in vmsify
2005-08-01 Rafael Garcia-Suarez Various patches by John E. Malmberg to fix data
2005-08-01 John E. Malmberg [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-05-29 Craig A. Berry VMS build update for blead
2005-03-25 Craig A. Berry const fix-up for vms/vms.c
2004-07-09 Craig A. Berry prime_env_iter and zero-length values on VMS
2004-03-21 Craig A. Berry fix memory bug in vms.c:mp_do_tounixspec
2003-12-11 Craig A. Berry environ array fix for VMS
2003-12-07 Craig A. Berry setenv tweak for VMS
2003-07-04 Peter Prymmer switch vmspipe.com over to using local symbols instead...
2003-04-14 Craig A. Berry vms/vms.c waitpid tweak
2003-04-03 Craig A. Berry VMS %ENV fix (follow-up to 18852)
2003-03-24 Craig A. Berry vms.c thread clean-up
2003-03-21 Craig A. Berry readdir_r for VMS (was Re: [PATCH] configure.com: sig_n...
2003-03-11 Jarkko Hietaniemi """glob.*""" patch for VMS, from Peter Prymmer.
2003-03-11 Todd C. Miller typos and other minor things
2003-03-08 Craig A. Berry long %ENV values for VMS
2003-02-16 Craig A. Berry arcane tainting bug in vms.c
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-07-02 Craig A. Berry opendir() nit for VMS
2002-06-14 Craig A. Berry assorted help for older VMS systems
2002-05-24 Craig A. Berry logical name translation iteration limits
2002-05-20 Jarkko Hietaniemi Missed hunk from #16701.
2002-05-20 Craig A. Berry ithreads for VMS
2002-05-17 Jarkko Hietaniemi PERL_HASH() casting games so that our hashed data is...
2002-05-13 Peter Prymmer Re: unsigned char hashes (Re: perl@16539)
2002-05-13 Peter Prymmer fix a small comment nit in vms/vms.c
2002-04-25 Jarkko Hietaniemi Brace yourself from Craig Berry to keep older compilers...
2002-04-24 Jarkko Hietaniemi Partially retract #12056, from Craig Berry.
2002-04-20 Craig A. Berry rescue perldoc for VMS
2002-03-24 Craig A. Berry errno help for VMS
2002-03-24 Craig A. Berry extend use of home-grown kill() on VMS
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Paul Marquess From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2002-02-18 Craig A. Berry VMS cando_by_name and current process privs
2001-12-06 Charles Lane MY_RAND workaround update
2001-12-06 Charles Lane MULTIPLICITY fixups
2001-11-29 Charles Lane VMS pre7 default signal handling
2001-11-28 Charles Lane A not-so-lethal kill() for VMS pre-7.0
2001-11-27 Jarkko Hietaniemi VMS piping fixes from Charles Lane (perl -P should
2001-11-19 Jarkko Hietaniemi do_spawn() cleanup from Charles Lane.
2001-11-17 Jarkko Hietaniemi Tweak from Charles Lane.
2001-11-16 Charles Lane [Patch Perl@13023] VMS system() warning
2001-11-16 Jarkko Hietaniemi A missing return; from Charles Lane.
2001-11-16 Charles Lane subprocess command line size increase
2001-11-15 Jarkko Hietaniemi VMSCMD synch attempt.
2001-11-15 Michael G. Schwern VMSCMD missing
2001-11-14 Charles Lane Re: [PATCH] new version of runperl()
2001-11-12 Charles Lane [Patch Perl@12856] MULTIPLICITY on VMS
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
next