Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sys/Hostname.xs: add prototyping behaviour | David Mitchell | 2014-12-12 | 2 | -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. Berry | 2014-08-08 | 2 | -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::Hostname | David Steinbrunner | 2013-05-25 | 1 | -2/+2 |
| | | | | Bump $VERSION. | ||||
* | Remove the EPOC port. | Nicholas Clark | 2012-11-19 | 1 | -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 '. | jkeenan | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Version bumps for the recent PERL_NO_GET_CONTEXT commits | Father Chrysostomos | 2011-03-19 | 1 | -1/+1 |
| | |||||
* | Add PERL_NO_GET_CONTEXT to Sys::Hostname | Nicholas Clark | 2011-03-19 | 1 | -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 by | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
| | | | | ./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8 | ||||
* | Actuall excise 'Apollo DomainOS' support. We officially killed it in 5.11.0. It | Jesse Vincent | 2011-01-04 | 1 | -7/+0 |
| | | | | hadn't worked for years before that. | ||||
* | Increase Sys::Hostname’s version | Father Chrysostomos | 2010-10-27 | 1 | -1/+1 |
| | |||||
* | Sys::Hostname::ghname should use newSVpv(s, 0), not newSVpvn(s, strlen(s)) | Nicholas Clark | 2010-10-21 | 1 | -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 Clark | 2010-10-15 | 1 | -2/+1 |
| | |||||
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -2/+2 |
| | |||||
* | Make extensions in ext run their tests from the extension's own directory. | Nicholas Clark | 2009-08-28 | 1 | -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 executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
| | |||||
* | Remove Makefile.PLs that make_ext.pl can automatically generate. | Nicholas Clark | 2009-04-13 | 1 | -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 Clark | 2009-03-26 | 1 | -1/+0 |
| | |||||
* | Rename ext/Sys/Hostname to ext/Sys-Hostname | Nicholas Clark | 2009-02-09 | 4 | -0/+276 |