summaryrefslogtreecommitdiff
path: root/NetWare
Commit message (Collapse)AuthorAgeFilesLines
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-273-5/+5
| | | | | | Thanks to H. Merijn Brand for the patch. Some of the comments and or guards might be removable in perl.h now. p4raw-id: //depot/perl@11758
* Add sharedsv* to the DOSish platforms; plus addJarkko Hietaniemi2001-08-141-2/+4
| | | | | some WinCE files to the list of DOSish files. p4raw-id: //depot/perl@11667
* Introduce more floating point classifying APIs;Jarkko Hietaniemi2001-08-091-0/+14
| | | | | | | | | | | | | try to define (most importantly) Perl_is{inf,nan}(x). For this first cut, assume none such APIs exist in non-UNIXoid platforms-- this is of course too unkind: Win32 rumoredly has _fpclass() and _isnan(), and VMS/VOS very probably have some of the APIs available. The only thing Perl uses at the moment is Perl_isnan() (has been in use for a while now). NOTE: the Win32 and NetWare config_h.?c need regenerating. p4raw-id: //depot/perl@11618
* Add HAS_PTHREAD_ATFORK.Jarkko Hietaniemi2001-07-122-1/+8
| | | p4raw-id: //depot/perl@11334
* Netware tweak from Ananth Kesari.Jarkko Hietaniemi2001-07-091-0/+2
| | | p4raw-id: //depot/perl@11233
* Netware tweaks from Guruprasad.Jarkko Hietaniemi2001-07-026-46/+51
| | | p4raw-id: //depot/perl@11090
* NetWare tweaks from Guruprasad.Jarkko Hietaniemi2001-06-308-53/+265
| | | p4raw-id: //depot/perl@11035
* Add Configure probes for nl_langinfo() and <langinfo.h>.Jarkko Hietaniemi2001-06-281-0/+2
| | | | | | Expected not to exist in non-UNIX excepting in VMS, where according to a quick web survey they just might. p4raw-id: //depot/perl@11003
* Add perl_clone_host() for Netware.Jarkko Hietaniemi2001-06-271-0/+9
| | | p4raw-id: //depot/perl@10986
* Netware patches from Ananth Kesari.Jarkko Hietaniemi2001-06-267-1416/+1235
| | | p4raw-id: //depot/perl@10950
* NetWare scripts tweak from Ananth Kesari.Jarkko Hietaniemi2001-06-221-1/+1
| | | p4raw-id: //depot/perl@10826
* Add fchdir() probe (in non-UNIX systems assume it doesn't exist).Jarkko Hietaniemi2001-06-212-0/+7
| | | p4raw-id: //depot/perl@10797
* NetWare tweaks from Guruprasad.Jarkko Hietaniemi2001-06-2110-163/+429
| | | p4raw-id: //depot/perl@10775
* NetWare tweaks from Guruprasad.Jarkko Hietaniemi2001-06-192-24/+27
| | | p4raw-id: //depot/perl@10719
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-1649-0/+15595
p4raw-id: //depot/perl@10643