This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cleanup perldelta
[perl5.git] / vms / vms.c
2016-02-04 Craig A. BerryDo environ key case consistently on VMS.
2016-01-26 Craig A. BerryLimit index arg to logicals in vmstrnenv().
2016-01-16 Craig A. BerryHave Perl_vmssetenv always use setenv/unsetenv.
2015-09-26 Craig A. Berrykillpg for VMS.
2015-07-12 Craig A. BerryUse CRTL getlogin and getlogin_r on VMS.
2015-07-09 Craig A. BerryRemove obsolete __GNUC__isms under vms/.
2015-06-28 Craig A. BerryRequire v7.3-2 or later for VMS builds.
2015-06-26 Craig A. BerryCorrect errno value in vms/vms.c's home-grown chdir.
2015-05-06 Craig A. BerryFix unixify when beginning with current directory.
2015-02-20 Craig A. BerryRemove another dead function in vms/vms.c.
2015-02-20 Craig A. BerryFix some style issues in vms/vms.c.
2015-02-19 Craig A. BerryUpdate copyright in vms/vms.c.
2015-02-18 Craig A. BerryMake nowait spawn return correct pid on VMS.
2015-02-17 Craig A. BerryRemove dead function from vms/vms.c
2014-12-04 Craig A. BerryUnescape directory portion of path in unixify.
2014-11-19 Craig A. BerryEscape EFS for directory portion in tovmsspec.
2014-11-15 Craig A. BerryRemove unused exit handler in vms/vms.c.
2014-09-29 Craig A. BerryFix start-of-string error in tovmsspec.
2014-08-08 Craig A. BerryReverse order of environ tables under bash on VMS.
2014-08-08 Craig A. Berrygetenv() failed lookup need not set errno on VMS.
2014-07-23 Craig A. BerryFix legacy VMS feature checking status.
2014-06-05 Craig A. BerryA malloc cast in vms/vms.c.
2014-03-10 Craig A. BerryHandle "no versions" feature in fileify and tovmsspec.
2014-03-07 Craig A. BerrySmarter handling of escaped semicolons in vmsify.
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-01-25 Craig A. BerryMake fileify handle node specifications better.
2014-01-25 Craig A. BerryIn vms.c's Perl_opendir, skip access check on remotes.
2013-12-21 Craig A. BerryFix unescaped first character in tovmsspec.
2013-12-08 Craig A. BerryError check VMS's backticks stdin inheritance.
2013-11-30 Craig A. BerryFix stdin inheritance for system and backticks on VMS.
2013-11-25 Craig A. BerryImprove prefix removal from PPF translations.
2013-09-07 Craig A. BerryFix processing of PERL_ENV_TABLES.
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-03-25 Craig A. BerryCopyright update for vms/vms.c.
2013-03-25 Craig A. BerryMake vms.c's Perl_flex_fstat preserve errno on success.
2013-03-03 Craig A. BerryFix declaration after statement in vms.c's Perl_my_chdir
2013-03-01 Craig A. BerryFix signed/unsigned mismatch in vms/vms.c.
2013-02-16 Craig A. BerryAllow VMS features to differ from Perl's defaults.
2013-02-15 Craig A. BerryMake extended filename syntax the default on VMS.
2013-02-15 Craig A. BerryMake readdir on VMS only unixify when asked.
2013-02-15 Craig A. BerryMake unixify unescape filespecs already in Unix format.
2013-02-09 Craig A. BerryStandardize removal of escapes in unixify.
2013-02-06 Craig A. BerryRemove unused feature setting from vms/vms.c.
2013-02-06 Craig A. BerryPass-through handling (again) in tovmsspec.
2013-02-06 Craig A. BerryMake vmsify support files with no directory component.
2013-02-05 Craig A. BerryRemove EFS escapes in unixify without directory components.
2012-12-14 Craig A. BerryMore fun escaping dots in tovmsspec.
2012-12-04 Craig A. BerryAvoid some doubled escapes in tovmsspec.
2012-12-02 Craig A. BerryBetter escaping of dots in tovmsspec.
2012-12-01 Craig A. BerryRemove a spurious strlen in VMS's readdir().
2012-12-01 Craig A. BerryFix memory leak in VMS's readdir().
2012-11-26 Craig A. BerryConsider /... a directory component with EFS on VMS.
2012-11-25 Craig A. BerryClarify reporting of .DIR extension on VMS.
2012-11-25 Craig A. BerryHandle invalid directory spec with EFS in pathify_dirspec.
2012-11-22 Craig A. BerryBetter pass-through handling for tovmsspec.
2012-11-17 Craig A. BerryPreserve case of command-line arguments on VMS.
2012-11-11 Craig A. BerryPreserve filename case on VMS.
2012-11-11 Craig A. BerryMove VMS feature-setting function to an appropriate...
2012-11-11 Craig A. BerrySet feature logical names in VMS init code.
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-11-03 Craig A. BerryRemove thread context from Perl_vmssetuserlnm.
2012-10-20 Craig A. BerryTweak psect attributes in VMS initialization code.
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-11 Craig A. BerryCast following 22831cc58.
2012-07-06 Craig A. BerryUnquote spawned command verbs on VMS.
2012-06-08 Craig A. BerryUpgrade initialization code in vms/vms.c.
2012-06-08 Craig A. BerryRemove pragma about pragma messages.
2012-05-26 Craig A. Berry__DECCXX usually should do what __DECC does.
2012-05-25 Craig A. BerryFix varying string struct for VMS's home-grown glob.
2012-05-25 Craig A. BerryFix a cast in vms/vms.c.
2012-05-24 Craig A. BerryFix up vms/vms.c for C++.
2012-02-16 Craig A. BerrySimplify VMS symlink override.
2012-02-09 Craig A. BerryAvoid null pointer dereference in tovmsspec.
2012-01-28 Craig A. BerryTrim directory extension in pathify under EFS.
2012-01-28 Craig A. BerryRestore directory extension and version in fileify...
2012-01-28 Craig A. Berryfilelify shouldn't always escape dots.
2012-01-24 Craig A. BerryHandle directories with dots in fileify under EFS.
2012-01-21 Craig A. BerryStart rationalizing Unix-to-VMS file spec conversion...
2012-01-15 Craig A. BerryIn vmsify, leave ../ path components alone.
2011-12-31 Craig A. Berrystrlcpy fix-ups in vms/vms.c following a35dcc95dd24.
2011-12-11 Craig A. BerryRemove explicit support for pre-7.0 VMS and pre-6.0...
2011-12-09 Craig A. Berrystat() fix for write but not read permission on a direc...
2011-12-03 Craig A. BerryRework vms/vms.c:Perl_flex_stat_int() to avoid undersco...
2011-11-13 Craig A. BerryUpdate string copying in vms/vms.c
2011-08-28 Craig A. BerryThinko in vms.c:copy_expand_unix_filename_escape().
2011-08-28 Craig A. BerryClose some unclosed comments in vms/vms.c.
2011-08-28 Craig A. BerryFix miscellaneous compiler warnings in vms/vms.c.
2011-08-28 Craig A. BerryRemove unnecessary includes from vms/vms.c.
2011-07-05 Craig A. BerryFix ?/% mix-up in Perl_vms_start_glob.
2011-02-24 Craig A. BerryFurther consolidate static logical name routines in...
2011-02-23 Craig A. BerryRemove unused static function popen_translate from...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in vms/*.
2010-12-03 Craig A. BerryRemove lots of unused, VMS-specific variables.
2010-12-03 Craig A. BerryFix K&R-style function declaration.
2010-12-03 Craig A. BerryRemove unused include file from vms/vms.c.
2010-12-02 Craig A. BerryFix some unreachable and return nits in vms/vms.c.
2010-12-02 Craig A. BerryFix some =/== nits in vms/vms.c
2010-11-06 Nicolas KaiserRT 78836: vms/vms.c: dubious expressions
2010-10-03 Craig A. BerryUse isGV_with_GP in vms/vms.c for better glob recognition.
2010-07-03 Craig A. BerryPlug more memory leaks in vms.c.
next