summaryrefslogtreecommitdiff
path: root/vms/vms.c
Commit message (Expand)AuthorAgeFilesLines
* Use CRTL getlogin and getlogin_r on VMS.Craig A. Berry2015-07-121-11/+0
* Remove obsolete __GNUC__isms under vms/.Craig A. Berry2015-07-091-18/+0
* Require v7.3-2 or later for VMS builds.Craig A. Berry2015-06-281-304/+24
* Correct errno value in vms/vms.c's home-grown chdir.Craig A. Berry2015-06-261-2/+2
* Fix unixify when beginning with current directory.Craig A. Berry2015-05-061-3/+2
* Remove another dead function in vms/vms.c.Craig A. Berry2015-02-191-26/+0
* Fix some style issues in vms/vms.c.Craig A. Berry2015-02-191-306/+429
* Update copyright in vms/vms.c.Craig A. Berry2015-02-191-1/+1
* Make nowait spawn return correct pid on VMS.Craig A. Berry2015-02-171-1/+5
* Remove dead function from vms/vms.cCraig A. Berry2015-02-161-14/+0
* Unescape directory portion of path in unixify.Craig A. Berry2014-12-041-6/+4
* Escape EFS for directory portion in tovmsspec.Craig A. Berry2014-11-181-1/+6
* Remove unused exit handler in vms/vms.c.Craig A. Berry2014-11-151-40/+0
* Fix start-of-string error in tovmsspec.Craig A. Berry2014-09-281-1/+1
* Reverse order of environ tables under bash on VMS.Craig A. Berry2014-08-081-0/+3
* getenv() failed lookup need not set errno on VMS.Craig A. Berry2014-08-071-14/+9
* Fix legacy VMS feature checking status.Craig A. Berry2014-07-221-19/+17
* A malloc cast in vms/vms.c.Craig A. Berry2014-06-051-1/+1
* Handle "no versions" feature in fileify and tovmsspec.Craig A. Berry2014-03-101-5/+11
* Smarter handling of escaped semicolons in vmsify.Craig A. Berry2014-03-061-8/+6
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* Make fileify handle node specifications better.Craig A. Berry2014-01-251-7/+13
* In vms.c's Perl_opendir, skip access check on remotes.Craig A. Berry2014-01-251-1/+2
* Fix unescaped first character in tovmsspec.Craig A. Berry2013-12-201-6/+2
* Error check VMS's backticks stdin inheritance.Craig A. Berry2013-12-081-3/+4
* Fix stdin inheritance for system and backticks on VMS.Craig A. Berry2013-11-301-0/+6
* Improve prefix removal from PPF translations.Craig A. Berry2013-11-241-14/+22
* Fix processing of PERL_ENV_TABLES.Craig A. Berry2013-09-071-5/+6
* Use SSize_t for arraysFather Chrysostomos2013-08-251-1/+1
* Copyright update for vms/vms.c.Craig A. Berry2013-03-241-4/+1
* Make vms.c's Perl_flex_fstat preserve errno on success.Craig A. Berry2013-03-241-0/+2
* Fix declaration after statement in vms.c's Perl_my_chdirCraig A. Berry2013-03-021-3/+5
* Fix signed/unsigned mismatch in vms/vms.c.Craig A. Berry2013-03-011-1/+2
* Allow VMS features to differ from Perl's defaults.Craig A. Berry2013-02-161-0/+13
* Make extended filename syntax the default on VMS.Craig A. Berry2013-02-141-1/+1
* Make readdir on VMS only unixify when asked.Craig A. Berry2013-02-141-5/+5
* Make unixify unescape filespecs already in Unix format.Craig A. Berry2013-02-141-8/+14
* Standardize removal of escapes in unixify.Craig A. Berry2013-02-091-19/+9
* Remove unused feature setting from vms/vms.c.Craig A. Berry2013-02-051-12/+0
* Pass-through handling (again) in tovmsspec.Craig A. Berry2013-02-051-9/+12
* Make vmsify support files with no directory component.Craig A. Berry2013-02-051-9/+12
* Remove EFS escapes in unixify without directory components.Craig A. Berry2013-02-051-1/+7
* More fun escaping dots in tovmsspec.Craig A. Berry2012-12-141-12/+19
* Avoid some doubled escapes in tovmsspec.Craig A. Berry2012-12-041-2/+4
* Better escaping of dots in tovmsspec.Craig A. Berry2012-12-021-7/+17
* Remove a spurious strlen in VMS's readdir().Craig A. Berry2012-11-301-1/+1
* Fix memory leak in VMS's readdir().Craig A. Berry2012-11-301-7/+10
* Consider /... a directory component with EFS on VMS.Craig A. Berry2012-11-261-3/+1
* Clarify reporting of .DIR extension on VMS.Craig A. Berry2012-11-241-2/+2
* Handle invalid directory spec with EFS in pathify_dirspec.Craig A. Berry2012-11-241-7/+20