summaryrefslogtreecommitdiff
path: root/vms/vms.c
Commit message (Expand)AuthorAgeFilesLines
* locale.c: Use macros from previous commitsKarl Williamson2022-06-121-5/+5
* vms.c: Save '&' instrs by casting to U8Karl Williamson2021-07-301-2/+2
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-22/+22
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-2589/+2589
* vms.c: Convert to use av_count()Karl Williamson2020-08-191-2/+2
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-2/+2
* Remove spurious double spaces before open braces in core C codeDagfinn Ilmari Mannsåker2020-04-131-1/+1
* Add memCHRs() macro and use itKarl Williamson2019-12-181-3/+3
* vms/vms.c: fix unused relational comparison resultAlexandr Savca2019-07-251-1/+1
* Fix reversed logic from 1d60dc3fde1056479b.Craig A. Berry2018-01-221-1/+1
* Make VMS CRTL features work for embedders.Craig A. Berry2018-01-211-186/+145
* make exec keep its argument list more reliablyZefram2017-12-141-11/+12
* Handle empty list in Perl_vms_do_aexec.Craig A. Berry2017-11-141-0/+1
* Two fix-ups following b59bf0b288.Craig A. Berry2017-11-061-2/+1
* Change some strncmp(), etc. to strBEGINs()Karl Williamson2017-11-061-9/+9
* Use memEQs, memNEs in core filesKarl Williamson2017-11-061-8/+4
* Restore parenthesis that went missing in 083b2a61ee6281f.Craig A. Berry2017-10-251-1/+1
* Convert strncmp into strnEQ, strnNEKarl Williamson2017-10-241-14/+9
* Convert strcmp into strEQ, strNEKarl Williamson2017-10-241-27/+22
* [perl #131730] Fix exec PROGRAM LIST with empty LIST on VMSDagfinn Ilmari Mannsåker2017-10-181-8/+8
* Fix missing break in tovmsspec.Craig A. Berry2017-08-121-0/+1
* Update case folding and character classification in vms/vms.c.Craig A. Berry2017-07-251-53/+53
* Remove obsolete (PL_)statcache mentions in commentsDagfinn Ilmari Mannsåker2017-01-181-1/+1
* Don't escape tilde when converting to VMS filespecs.Craig A. Berry2017-01-141-5/+2
* vms: use hv_fetchs() with constant string keyYves Orton2016-10-191-1/+1
* Make PERLLIB_SEP dynamic on VMS.Craig A. Berry2016-09-011-0/+4
* VMS patch for duplicate env entriesCraig A. Berry2016-03-011-1/+3
* Do environ key case consistently on VMS.Craig A. Berry2016-02-041-1/+1
* Limit index arg to logicals in vmstrnenv().Craig A. Berry2016-01-251-2/+14
* Have Perl_vmssetenv always use setenv/unsetenv.Craig A. Berry2016-01-161-16/+2
* killpg for VMS.Craig A. Berry2015-09-261-5/+158
* 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