summaryrefslogtreecommitdiff
path: root/vms/vmsish.h
Commit message (Expand)AuthorAgeFilesLines
* replace "define\t" with "define " in most "normal" core files.Yves Orton2023-04-291-1/+1
* Remove obsolete workaround for VAX errno macrosCraig A. Berry2022-11-241-9/+3
* Remove ancient and broken GCC for VMS supportCraig A. Berry2022-10-181-3/+1
* Unixish.h, doshish.h: Reorder terminations; simplifyKarl Williamson2022-07-251-3/+2
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-2/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-2/+2
* vmsish.h: Fix missing semicolon from 2bc5f86Craig A. Berry2020-03-191-1/+1
* Add mutex for accessing ENVKarl Williamson2020-03-111-1/+2
* Better selection of homegrown ino_t in vmsish.h.Craig A. Berry2017-12-091-3/+3
* Revert "vms/vmsish.h: move a function declaration from doio.c"Craig A. Berry2017-10-251-1/+0
* Never attempt to redeclare standard functionsAaron Crane2017-10-211-6/+0
* vms/vmsish.h: move a function declaration from doio.cAaron Crane2017-10-211-0/+1
* (perl #126228) partly revert 8cc95fdb and fix a3c8358cTony Cook2017-01-191-1/+1
* Add locale mutexKarl Williamson2016-04-091-1/+2
* C99 math under C++ on VMS.Craig A. Berry2016-01-161-0/+48
* killpg for VMS.Craig A. Berry2015-09-261-0/+2
* Use CRTL getlogin and getlogin_r on VMS.Craig A. Berry2015-07-121-5/+0
* Remove obsolete __GNUC__isms under vms/.Craig A. Berry2015-07-091-5/+0
* Require v7.3-2 or later for VMS builds.Craig A. Berry2015-06-281-6/+0
* Set NAN_COMPARE_BROKEN on VMS with long doubles.Craig A. Berry2015-02-141-0/+4
* Downgrade missing return warning for VMS C++ compiler.Craig A. Berry2015-01-251-1/+1
* Remove mysig* macros from vmsish.h.Craig A. Berry2014-11-221-6/+0
* Don’t copy VMS hints to cop->op_privateFather Chrysostomos2014-11-081-4/+2
* mask VMS hints bits in COPsDavid Mitchell2014-09-101-1/+1
* tbuffer_t no longer exists on VMS.Craig A. Berry2014-03-021-15/+4
* Add void casts to VMS-specific bail-out macro.Craig A. Berry2013-03-011-2/+2
* Remove "register" declarationsKarl Williamson2012-11-241-2/+2
* Remove thread context from Perl_vmssetuserlnm.Craig A. Berry2012-11-031-1/+2
* C++ification for vms/vmsish.h.Craig A. Berry2012-05-241-1/+13
* Remove some dead x2p-related code in vmsish.h.Nicholas Clark2012-01-041-54/+4
* Remove explicit support for pre-7.0 VMS and pre-6.0 DEC C.Craig A. Berry2011-12-101-89/+1
* [RT #36079] Convert ` to '.jkeenan2011-11-221-2/+2
* Remove sockadapt layer from the VMS build.Craig A. Berry2011-09-031-1/+0
* Reduce redundant macros and prototypes in vmsish.h.Craig A. Berry2010-12-121-176/+87
* Remove redundant function macros from vms/vmsish.h.Craig A. Berry2010-09-271-6/+0
* PERL_FS_VER_FMT is only used with the current perl version, which is known atNicholas Clark2009-02-161-1/+6
* Handle uninitialized interpreter when performing vmsish pragma checks.Craig A. Berry2009-02-131-2/+2
* vms fgetname wrapper.John Malmberg2009-02-111-0/+3
* For the vmsish pragma, make sure there is a thread context if needed.Craig A. Berry2009-02-011-1/+5
* Re: patch@34561 VMS exec handling / cwd realpath fixesJohn E. Malmberg2008-10-301-2/+2
* [patch@34044] Enable getgrgid on VMSJohn E. Malmberg2008-06-131-0/+4
* Following 33291, on VMS we need to use the same prototypes other platforms Craig A. Berry2008-02-221-2/+0
* [patch@32376] VMS symbolic links part 4 of 4 - Final partJohn E. Malmberg2007-11-241-0/+1
* Re: copyright notices for vms.c and vmsish.hCharles Bailey2007-10-301-7/+8
* symlink() wrapper for VMS that prevents the creation of symlinksCraig A. Berry2007-10-051-1/+10
* make PERL_SYS_INIT/INIT3/TERM into functionsDave Mitchell2007-09-251-2/+2
* [patch@31846] vms stat and chmod fixes.John E. Malmberg2007-09-121-1/+7
* [patch@31750] rename directories on VMS like on UNIXJohn E. Malmberg2007-08-311-0/+5
* Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM*Nicholas Clark2006-10-211-2/+2
* [patch@28349] vmsify - full EFS charset supportJohn E. Malmberg2006-06-071-13/+69