summaryrefslogtreecommitdiff
path: root/vms/vms.c
Commit message (Expand)AuthorAgeFilesLines
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-9/+39
* try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems Charles Lane2001-10-181-0/+9
* Seems that a glob(undef) triggers an ACCVIO in Perl_flex_statJarkko Hietaniemi2001-10-091-0/+1
* %ENV tainting for VMSCraig A. Berry2001-10-031-4/+10
* angle bracket filespec problem on VMSCraig A. Berry2001-09-251-0/+5
* waitpid enhancements for VMSCraig A. Berry2001-09-171-21/+139
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-4/+4
* system() and backtick error handling cleanup from Craig A. Berry.Jarkko Hietaniemi2001-08-171-11/+41
* sigaction workaround for VMSCraig A. Berry2001-06-221-0/+21
* no PerlIO at startup time on VMSCraig A. Berry2001-06-111-11/+11
* PerlIO for VMSCraig A. Berry2001-05-261-13/+16
* Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS Dan Sugalski2001-05-021-1/+2
* Multiplicity and thread fixes for VMSDan Sugalski2001-05-021-142/+154
* VMS fix-ups and statusCraig A. Berry2001-03-281-3/+3
* Integrate changes #9262,9264,9265,9266 from maintperl to mainline.Jarkko Hietaniemi2001-03-211-3/+3
* VMS piping ... cleanup at interpreter exitCharles Lane2001-03-021-1/+13
* Convert fwrite()s to sockets to write()s, since some socket stacksCharles Bailey2001-02-081-38/+113
* Once again syncing after too long an absenceCharles Bailey2001-01-081-37/+56
* SYN SYNCharles Bailey2000-10-201-121/+1424
* YA resync with mainstem, including VMS patches from othersCharles Bailey2000-08-041-43/+130
* Add fallback to tmpfile for use in cases where user's relying onCharles Bailey2000-05-291-0/+22
* Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)Charles Bailey2000-05-251-43/+34
* Add bounds checking for several strings (Charles Lane)Charles Bailey2000-05-251-4/+7
* Ugly workaround for version-specific RTL errorCharles Bailey2000-05-241-0/+6
* Resync with mainline prior to post-5.6.0 updatesCharles Bailey2000-05-231-0/+24
* Resync with mainline post RC1Charles Bailey2000-03-131-0/+3
|\
| * VMS build patch (from Peter Prymmer)Gurusamy Sarathy2000-03-071-0/+3
* | Update File::Spec::VMS and testsCharles Bailey2000-03-131-6/+24
|/
* Downcase function call to hush picky ccCharles Bailey2000-03-061-10/+10
* Try to intuit whether typeless file invoked in subprocessCharles Bailey2000-03-031-0/+27
* Add missing declaration (Dan Sugalski)Charles Bailey2000-03-031-0/+1
* Ad hoc patch for duping stdout into stderrCharles Bailey2000-03-031-0/+4
* Protect manipulation of open pipe list from concurrent ASTs (Charles Lane)Charles Bailey2000-03-021-2/+15
* Optional warning for truncated logical name equivalence string (Dan Sugalski)Charles Bailey2000-03-021-0/+6
* FIx no-op in vms.cCharles Bailey2000-03-021-1/+1
* Free $PARSE context after lookupsCharles Bailey2000-02-281-7/+32
* Don't wait for subprocess to read final EOFCharles Bailey2000-02-281-1/+1
* Impose security constraints on lnm lookup only if taintingCharles Bailey2000-02-271-0/+4
* Add new File::Spec::VMS methodsCharles Bailey2000-02-271-9/+5
* Accept filespecs as command verbs for subprocessesCharles Bailey2000-02-271-36/+63
* Work around prefixing bug in older DECC preprocessorsCharles Bailey2000-02-091-0/+21
* Minor fixes to assuage picky compilers (unsigned comparisons andCharles Bailey2000-02-091-2/+2
* Quick integration of mainline changes to dateCharles Bailey2000-01-201-5/+4
* Allow option to treat barewords at start of Unix paths as simple words rather...Charles Bailey1999-08-231-4/+16
* Update calls for new thread context handlingCharles Bailey1999-08-231-55/+73
* applied new parts of suggested patchCharles Bailey1999-07-071-9/+17
* hand-apply whitespace mutiliated patchHans Mulder1999-07-051-12/+53
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-10/+12
* applied suggested patch, modulo already applied partsCharles Bailey1999-05-101-97/+191
* flush all open output buffers before fork(), exec(), system, qx//Gurusamy Sarathy1999-05-091-0/+1