summaryrefslogtreecommitdiff
path: root/NetWare/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-27/+3
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* Change version from 5.8.0 to 5.9.0.Hugo van der Sanden2002-08-041-2/+2
| | | p4raw-id: //depot/perl@17671
* NetWare tweaks from Ananth KesariJarkko Hietaniemi2002-07-181-0/+3
| | | | | (the #17601 helped also NetWare) p4raw-id: //depot/perl@17620
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-06-281-6/+6
| | | p4raw-id: //depot/perl@17376
* Add XS::APItest to Win32/DJGPP/NetWare.Jarkko Hietaniemi2002-06-111-1/+11
| | | p4raw-id: //depot/perl@17177
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-06-061-20/+11
| | | p4raw-id: //depot/perl@17033
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-05-311-82/+144
| | | p4raw-id: //depot/perl@16922
* Bump the version numbers to five-eight-oh.Jarkko Hietaniemi2002-05-281-2/+2
| | | p4raw-id: //depot/perl@16843
* NetWare update from C Aditya.Jarkko Hietaniemi2002-04-261-6/+5
| | | p4raw-id: //depot/perl@16190
* NetWare changeover from Watcom to Codewarrior, from C Aditya.Jarkko Hietaniemi2002-04-221-420/+331
| | | p4raw-id: //depot/perl@16076
* Welcome to the 5.7.3.Jarkko Hietaniemi2002-04-101-1/+1
| | | p4raw-id: //depot/perl@15844
* NetWare update from C Aditya.Jarkko Hietaniemi2002-04-051-4/+4
| | | p4raw-id: //depot/perl@15747
* Makefile.PL's in core must be called with PERL_CORE=1Michael G. Schwern2002-03-291-27/+27
| | | | | Message-ID: <20020329231419.GI16816@blackrider> p4raw-id: //depot/perl@15619
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-2/+3
| | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-02-051-11/+27
| | | p4raw-id: //depot/perl@14567
* Eradicate sharedsv.*Jarkko Hietaniemi2002-01-201-2/+0
| | | p4raw-id: //depot/perlio@14356
* Netware Makefile tweak from Ananth Kesari.Jarkko Hietaniemi2002-01-181-49/+55
| | | p4raw-id: //depot/perl@14329
* NetWare tweak from Ananth Kesari.Jarkko Hietaniemi2001-12-041-1/+1
| | | p4raw-id: //depot/perl@13455
* 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
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2001-11-091-8/+20
| | | 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
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-37/+4
| | | | | working in 5.7.x p4raw-id: //depot/perl@11803
* 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
* Netware tweaks from Guruprasad.Jarkko Hietaniemi2001-07-021-2/+5
| | | p4raw-id: //depot/perl@11090
* NetWare tweaks from Guruprasad.Jarkko Hietaniemi2001-06-301-2/+4
| | | p4raw-id: //depot/perl@11035
* Netware patches from Ananth Kesari.Jarkko Hietaniemi2001-06-261-5/+6
| | | p4raw-id: //depot/perl@10950
* NetWare tweaks from Guruprasad.Jarkko Hietaniemi2001-06-211-27/+87
| | | p4raw-id: //depot/perl@10775
* NetWare tweaks from Guruprasad.Jarkko Hietaniemi2001-06-191-23/+26
| | | p4raw-id: //depot/perl@10719
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+1456
p4raw-id: //depot/perl@10643