summaryrefslogtreecommitdiff
path: root/ext/I18N-Langinfo
Commit message (Collapse)AuthorAgeFilesLines
* In I18N::Langinfo::langinfo(), use newSVpv(), as it will call strlen()Nicholas Clark2010-10-261-8/+1
| | | | | newSVpv() will return an undef if the passed pointer is NULL, which allows langinfo() to be simplified further.
* Convert Fcntl, File::Glob, I18N::Langinfo and Socket to an XS AUTOLOAD.Nicholas Clark2010-10-212-12/+1
| | | | | All 4 use ExtUtils::Constant::ProxySubs, and only have an AUTOLOAD to deal with failed constant lookups.
* Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error.Nicholas Clark2010-10-212-16/+4
| | | | | This is possible because all 5 use ExtUtils::Constant::ProxySubs, so the constant() routine is only used for error conditions.
* Convert I18N::Langinfo to XSLoader from DynaLoader.Nicholas Clark2010-10-191-4/+4
|
* Use inlineable proxy constant subs for I18N::LanginfoNicholas Clark2010-10-193-886/+14
| | | | | Also remove all the "fallback" code, as I18N::Langinfo is core only, and the core always has ExtUtils::Constant.
* Nothing autoloaded in Sys::Hostname or I18N::Langinfo, so don't use AutoLoader;Nicholas Clark2010-10-151-2/+1
|
* Remove boilerplate and (un)conditional code from Makefile.PLs in extNicholas Clark2010-09-211-12/+2
|
* Moved prototype check to XS code, allowing the .pm file change from yesterdaySteve Peters2010-08-192-5/+2
| | | | to be removed. Thanks to Rafael for pointing out prototypes in XS.
* Make I18N::Langinfo::langinfo take $_ as an argument if none is specified asSteve Peters2010-08-182-2/+6
| | | | its documentation advertises. Bump version for this change.
* Correctly document export of I18N::LanginfoKevin Ryde2009-11-081-2/+2
| | | | [perl #70303] I18N::Langinfo docs "nothing exported"
* Remove the $ENV{PERL_CORE} boilerplate from I18N::Langinfo's tests.Nicholas Clark2009-08-301-8/+0
|
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
|
* Rename ext/I18N/Langinfo to ext/I18N-LanginfoNicholas Clark2009-02-097-0/+1252