summaryrefslogtreecommitdiff
path: root/ext/Sys-Hostname
Commit message (Collapse)AuthorAgeFilesLines
* Sys/Hostname.xs: add prototyping behaviourDavid Mitchell2014-12-122-1/+2
| | | | | | | | | | | Shut up the Please specify prototyping behavior for Hostname.xs (see perlxs manual) warning by specifying the default prototyping behaviour. It defaults to ENABLE, but I've changed it to be explicitly disabled - but it only contains 1 function which is only used internally, and has no args, so it doesn't really matter.
* Remove dead VMS code from ext/Sys-Hostname/Hostname.xs.Craig A. Berry2014-08-082-8/+1
| | | | | We haven't supported VMS versions prior to 7.0 for quite some time now, so this code can go.
* making the BSD in bsdish stand out for Sys::HostnameDavid Steinbrunner2013-05-251-2/+2
| | | | Bump $VERSION.
* Remove the EPOC port.Nicholas Clark2012-11-191-5/+1
| | | | | | | EPOC was a family of operating systems developed by Psion for mobile devices. It was the predecessor of Symbian. The port was last updated in April 2002.
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
|
* Version bumps for the recent PERL_NO_GET_CONTEXT commitsFather Chrysostomos2011-03-191-1/+1
|
* Add PERL_NO_GET_CONTEXT to Sys::HostnameNicholas Clark2011-03-191-0/+2
| | | | | For threaded platforms, this reduces the object code size, and should slightly reduce CPU usage.
* Version bumps for Sys::Hostname non-dual-life modules identified byJesse Vincent2011-01-201-1/+1
| | | | ./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8
* Actuall excise 'Apollo DomainOS' support. We officially killed it in 5.11.0. ItJesse Vincent2011-01-041-7/+0
| | | | hadn't worked for years before that.
* Increase Sys::Hostname’s versionFather Chrysostomos2010-10-271-1/+1
|
* Sys::Hostname::ghname should use newSVpv(s, 0), not newSVpvn(s, strlen(s))Nicholas Clark2010-10-211-4/+3
| | | | | | Whilst functionally identical, the latter will produce more object code. Also, avoid the strlen() entirely for the case of HAS_PHOSTNAME, where we know the length.
* Nothing autoloaded in Sys::Hostname or I18N::Langinfo, so don't use AutoLoader;Nicholas Clark2010-10-151-2/+1
|
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-2/+2
|
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-2/+0
| | | | | | | | | | | Inspired by, and in parts borrows from, Schwern's branch on github, but takes a slightly different approach in places. Not quite perfect yet - ext/File-Glob still runs from t, at least one FIXME needs fixing, and the changes to dual-life modules' tests need to be filtered back upstream, and possibly modified to suit their respective authors. But it works.
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
|
* Remove Makefile.PLs that make_ext.pl can automatically generate.Nicholas Clark2009-04-131-7/+0
| | | | | | (For core modules, or where the dual life module on CPAN has a Makefile.PL that is not the same. AUTHOR is only used for the ppm target, which the core doesn't need.)
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
|
* Rename ext/Sys/Hostname to ext/Sys-HostnameNicholas Clark2009-02-094-0/+276