summaryrefslogtreecommitdiff
path: root/NetWare/nw5.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-071-1/+1
|
* Remove the stub nw_get_sitelib(), and undefine SITELIB_EXP for NetWare.Nicholas Clark2009-02-181-6/+0
| | | | | | (nw_get_sitelib() was hard coded to return NULL, which is a slower equivalent to simply not defining SITELIB_EXP in the first place. I suspect a cargo cult of win32/ without actually taking the time to understand it.)
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-1/+1
| | | | | | | | | | | | ability to create landmines that will explode under someone in the future when they upgrade their compiler to one with better optimisation. We've already done this at least twice. (Yes, some of the assertions are after code that would already have SEGVd because it already deferences a pointer, but they are put in to make it easier to automate checking that each and every case is covered.) Add a tool, checkARGS_ASSERT.pl, to check that every case is covered. p4raw-id: //depot/perl@33291
* Nullch and others were still alive and well in some of the operatingSteve Peters2007-12-231-3/+3
| | | | | | system specific directories. I think I've chainsawed all of them now, but I can't guarantee that it compiles anywhere from win32. p4raw-id: //depot/perl@32713
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-5/+5
| | | | | | | | Message-ID: <42CC3CE9.5050606@divsol.com> (reverted all dual-lived modules since they must work with older perls too so must wait for a new Devel::PPPort) p4raw-id: //depot/perl@25101
* Make opendir() filename const in Win32-land & friendsSteve Hay2005-06-241-1/+1
| | | | | | | | That fact that it wasn't const already was highlighted by a warning from pp_open_dir() generated by change 24743. Rather than undo the const change in pp_open_dir(), this seems to make more sense. Hope I haven't broken Netware or WinCE. p4raw-id: //depot/perl@24974
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-06-281-6/+143
| | | p4raw-id: //depot/perl@17376
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-05-311-0/+14
| | | p4raw-id: //depot/perl@16922
* NetWare tweak from C Aditya.Jarkko Hietaniemi2002-04-231-1/+1
| | | p4raw-id: //depot/perl@16104
* NetWare changeover from Watcom to Codewarrior, from C Aditya.Jarkko Hietaniemi2002-04-221-2/+9
| | | p4raw-id: //depot/perl@16076
* NetWare update from C Aditya.Jarkko Hietaniemi2002-04-051-2/+2
| | | p4raw-id: //depot/perl@15747
* From: "Paul Marquess" <paul_marquess@yahoo.co.uk>Paul Marquess2002-03-201-1/+1
| | | | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk> packWARN also for subdirs. p4raw-id: //depot/perl@15378
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-02-051-4/+6
| | | p4raw-id: //depot/perl@14567
* NetWare updates from Ananth Kesari.Jarkko Hietaniemi2001-09-051-1/+64
| | | p4raw-id: //depot/perl@11875
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-5/+5
| | | | | working in 5.7.x p4raw-id: //depot/perl@11803
* Add perl_clone_host() for Netware.Jarkko Hietaniemi2001-06-271-0/+9
| | | p4raw-id: //depot/perl@10986
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+896
p4raw-id: //depot/perl@10643