summaryrefslogtreecommitdiff
path: root/vms/vmsish.h
Commit message (Expand)AuthorAgeFilesLines
...
* Need to migrate the refcounted_he structure to be properly shared.Nicholas Clark2006-04-111-1/+1
* [patch@27694] VMS RMSEXPAND/PERL_CANDO fixesJohn E. Malmberg2006-04-071-0/+1
* [patch@27638] Enable standard stat for VMS >=8.2John E. Malmberg2006-03-311-1/+1
* [patch@27613] VMS long file path support active.John E. Malmberg2006-03-281-0/+25
* [patch@27538] utime patch for VMSJohn E. Malmberg2006-03-211-0/+6
* patch@27162 long path name support in readdir / cando_by_nameJohn E. Malmberg2006-02-151-1/+6
* patch@26996 - patch around stat("_NLA0:") bugJohn E. Malmberg2006-01-311-1/+9
* Eek. #25783 broke all pre-v8.2 VMS builds. Undo all the bitsCraig A. Berry2006-01-141-47/+12
* follow up on 25969 for VMSAbe Timmerman2005-11-071-1/+1
* VMS threaded build fixes for things broken in #25783Craig A. Berry2005-10-221-14/+1
* [patch@25784] enable open(FOO, "child.pl foo|") on VMSJohn E. Malmberg2005-10-191-1/+6
* [patch@25783] vmsish.h fix for lstat() definitionJohn E. Malmberg2005-10-181-0/+3
* [patch@25775] VMS prep for symbolic links and long filenameJohn E. Malmberg2005-10-171-89/+120
* [patch@25763] Fix VMS error/exit handling, update kill functionJohn E. Malmberg2005-10-161-1/+4
* assorted blead build help for VMS (mostly ithreads-related)Craig A. Berry2005-10-021-3/+3
* patch@25279 VMS error handling and const fixesJohn E. Malmberg2005-08-101-22/+24
* Various patches by John E. Malmberg to fix dataRafael Garcia-Suarez2005-08-011-28/+28
* VMS build update for bleadCraig A. Berry2005-05-291-1/+1
* const fix-up for vms/vms.cCraig A. Berry2005-03-251-1/+1
* -Duselargefiles for VMSCraig A. Berry2005-01-051-6/+51
* ioctl for VMSCraig A. Berry2003-08-021-0/+4
* Remove PL_earlytaint since the hash seed codeJarkko Hietaniemi2003-07-041-1/+1
* Move the PL_earlytaint initialization to the PERL_SYS_INIT()Jarkko Hietaniemi2003-06-291-1/+1
* More Perl malloc debugging magic from Ilya. Seems to work inJarkko Hietaniemi2003-06-201-1/+1
* VMS %ENV fix (follow-up to 18852)Craig A. Berry2003-04-031-0/+1
* readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)Craig A. Berry2003-03-211-0/+4
* ithreads for VMSCraig A. Berry2002-05-201-1/+1
* MY_RAND workaround updateCharles Lane2001-12-061-1/+1
* MULTIPLICITY fixups Charles Lane2001-12-061-2/+0
* VMS pre7 default signal handlingCharles Lane2001-11-291-0/+2
* A not-so-lethal kill() for VMS pre-7.0Charles Lane2001-11-281-0/+7
* VMSCMD synch attempt.Jarkko Hietaniemi2001-11-151-0/+2
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-2/+10
* sigaction workaround for VMSCraig A. Berry2001-06-221-0/+11
* Re: DYNAMIC_ENV_FETCH HvNAME abuse.Abhijit Menon-Sen2001-06-161-1/+0
* PerlIO for VMSCraig A. Berry2001-05-261-2/+3
* fix const poisioning in PerlIO_openn->fdopen->opennPeter Prymmer2001-05-051-1/+1
* Multiplicity and thread fixes for VMSDan Sugalski2001-05-021-64/+99
* VMS fix-ups and statusCraig A. Berry2001-03-281-1/+1
* Convert fwrite()s to sockets to write()s, since some socket stacksCharles Bailey2001-02-081-20/+15
* Once again syncing after too long an absenceCharles Bailey2001-01-081-0/+1
* SYN SYNCharles Bailey2000-10-201-3/+11
* YA resync with mainstem, including VMS patches from othersCharles Bailey2000-08-041-40/+78
* Add fallback to tmpfile for use in cases where user's relying onCharles Bailey2000-05-291-0/+12
* Treat sockets as special in sys(read|write) (Charles Lane et al.)Charles Bailey2000-05-251-0/+2
* Urk -- undo previous removal of vmsish 'exit' changeCharles Bailey2000-05-251-3/+2
* Resync with mainline prior to post-5.6.0 updatesCharles Bailey2000-05-231-2/+4
* Add vmsish 'hushed' option to suppress error messages at exitCharles Bailey2000-03-131-0/+2
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-1/+1
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-081-0/+5
|\