summaryrefslogtreecommitdiff
path: root/NetWare/iperlhost.h
Commit message (Collapse)AuthorAgeFilesLines
* fix up faulty perl embeddingsZefram2017-12-211-1/+1
| | | | | | | | | | | | Some platform-specific embeddings of perl were misusing the return values from perl_parse() and perl_run(), in some cases causing failure due to exit(0) combined with the recent changes in commit 0301e899536a22752f40481d8a1d141b7a7dda82. Commit d4a50999a5525c2681d59cae5fcd94f94ff897fd partially fixed a Windows embedding. More fully fix that, along with NetWare and OS/2. Even in embeddings with correct logic, stop using a variable named "exitstatus" to hold the result of perl_parse() or perl_run(), to avoid misleading people who copy the code.
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-071-1/+1
|
* NetWare changeover from Watcom to Codewarrior, from C Aditya.Jarkko Hietaniemi2002-04-221-2/+2
| | | p4raw-id: //depot/perl@16076
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-02-051-0/+2
| | | p4raw-id: //depot/perl@14567
* Netware tweaks from Guruprasad.Jarkko Hietaniemi2001-07-021-6/+7
| | | p4raw-id: //depot/perl@11090
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+45
p4raw-id: //depot/perl@10643