summaryrefslogtreecommitdiff
path: root/NetWare
Commit message (Collapse)AuthorAgeFilesLines
* Add procselfexe and d_dirfd to strange lands.Jarkko Hietaniemi2001-11-231-0/+2
| | | p4raw-id: //depot/perl@13218
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-0/+1
| | | | | | | | | | to pp_sort.c. Includes the quicksort stabilizing layer from John P. Linderman. -Msort=qsort or -Msort=fast is faster than without (or with -Msort=mergesort or -Msort=safe) for short random inputs, but for some reason not quite as fast as 5.6.1 qsort. More benchmarking, profiling, tuning, and optimizing definitely needed. p4raw-id: //depot/perl@13179
* Spread d_procselfexe to far-off lands (undefined).Jarkko Hietaniemi2001-11-201-0/+1
| | | p4raw-id: //depot/perl@13141
* NetWare Nit from Ananth Kesari.Jarkko Hietaniemi2001-11-121-0/+1
| | | p4raw-id: //depot/perl@12952
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2001-11-093-10/+22
| | | p4raw-id: //depot/perl@12913
* Upgrade to Unicode::Normalize 0.10, now in XS.Jarkko Hietaniemi2001-11-091-39/+51
| | | | | | | | | | | | | | | | | | The CPAN distribution has both pm and XS implementations, and for performance reasons we choose the XS. Another reason to choose the XS is that it doesn't require Lingua::KO::Hangul::Util, which means that we can delete that-- which in turn means that Unicode::UCD cannot expect that: support it, but don't expect. Ditto Unicode::Collate. Note that Unicode::Normalize Makefile.PL and Normalize.xs have been modified from the CPAN 0.10 versions: the first one to be simpler (no pm) and clean up the generated unf*.h files, the second one to quench compiler grumblings. Must notify Sadahiro about these changes. p4raw-id: //depot/perl@12909
* Upgrade NetWare and WinCE as in #12626.Jarkko Hietaniemi2001-10-241-1/+2
| | | p4raw-id: //depot/perl@12629
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2001-10-091-3/+1
| | | p4raw-id: //depot/perl@12376
* NetWare tweak from Ananth Kesari.Jarkko Hietaniemi2001-09-261-5/+7
| | | p4raw-id: //depot/perl@12229
* Remove iconv references since we are not using itJarkko Hietaniemi2001-09-202-14/+0
| | | | | | | and not going to; regen perltoc, perlmodlib. (Some references still linger in perltoc, have to figure out where they are coming from.) p4raw-id: //depot/perl@12095
* NetWare tweaks from Ananth Kesari.Jarkko Hietaniemi2001-09-144-15/+20
| | | p4raw-id: //depot/perl@12018
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2001-09-116-7/+33
| | | p4raw-id: //depot/perl@12002
* NetWare updates from Ananth Kesari.Jarkko Hietaniemi2001-09-054-2/+72
| | | p4raw-id: //depot/perl@11875
* remove stray CRs in files; keep all files with UNIX line-endsGurusamy Sarathy2001-09-021-1/+1
| | | | | | (Porting/makerel adds CRs to the files that need it in the distribution) p4raw-id: //depot/perl@11821
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-319-102/+27
| | | | | working in 5.7.x p4raw-id: //depot/perl@11803
* 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