summaryrefslogtreecommitdiff
path: root/ext/I18N
Commit message (Collapse)AuthorAgeFilesLines
* Change the VERSION since there are now changes since Perl 5.8.0.Jarkko Hietaniemi2003-08-251-1/+1
| | | p4raw-id: //depot/perl@20877
* perl-5.8.0, langinfo.h and YESSTRinsecure2003-08-221-0/+1
| | | | | Message-Id: <200308212137.57016.insecure@mail.od.ua> p4raw-id: //depot/perl@20817
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+0
| | | p4raw-id: //depot/perl@20269
* D'oh.Jarkko Hietaniemi2002-03-192-0/+868
| | | p4raw-id: //depot/perl@15342
* [PATCH] proper fallback for I18N::LanginfoJarkko Hietaniemi2002-03-191-88/+0
| | | | | | | | | | | | From: Nicholas Clark <nick@unfortu.net> Date: Tue, 19 Mar 2002 22:37:08 +0000 Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net> Subject: Re: [PATCH] proper fallback for I18N::Langinfo From: Nicholas Clark <nick@ccl4.org> Date: Tue, 19 Mar 2002 22:39:55 +0000 Message-ID: <20020319223954.G94831@plum.flirble.org> p4raw-id: //depot/perl@15341
* Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7Nicholas Clark2002-03-191-0/+1
| | | | | Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15338
* Thought I deleted this already?Jarkko Hietaniemi2002-03-081-724/+0
| | | p4raw-id: //depot/perl@15096
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-042-10/+7
| | | | | Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15023
* Slight comment tweakage.Jarkko Hietaniemi2001-12-311-10/+13
| | | p4raw-id: //depot/perl@13984
* Give up on serious testing of langinfo(). Leave the oldJarkko Hietaniemi2001-12-291-0/+15
| | | | | code in place, though. p4raw-id: //depot/perl@13937
* The hoops one has to jump through.Jarkko Hietaniemi2001-12-151-1/+13
| | | p4raw-id: //depot/perl@13703
* $apply->('club', $glibc_maintainers);Jarkko Hietaniemi2001-12-051-1/+0
| | | | | | (Nicholas Clark just reported that <langinfo.h> YESSTR is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5) p4raw-id: //depot/perl@13480
* Make the Langinfo test both more lenient (allowJarkko Hietaniemi2001-12-041-51/+34
| | | | | | for any symbol not to exists) and stricter (add more symbols). p4raw-id: //depot/perl@13458
* DOS/DJGPP has nl_langinfo() but nothing much in it.Jarkko Hietaniemi2001-12-031-1/+2
| | | p4raw-id: //depot/perl@13445
* Try to make a missing RADIXCHAR a softer kinder error.Jarkko Hietaniemi2001-12-011-7/+26
| | | p4raw-id: //depot/perl@13414
* Have a little faith on nl_langinfo() itself.Jarkko Hietaniemi2001-12-011-25/+7
| | | p4raw-id: //depot/perl@13413
* Typo (a missing endparen) and thinko (_MAXSTRMSG isJarkko Hietaniemi2001-12-011-1/+1
| | | | | the max, not max plus one) p4raw-id: //depot/perl@13412
* Make reality agree with the comment.Jarkko Hietaniemi2001-12-011-1/+1
| | | p4raw-id: //depot/perl@13411
* Try to protect against wild langinfo() arguments.Jarkko Hietaniemi2001-12-011-2/+26
| | | p4raw-id: //depot/perl@13410
* Omit needless calls to pod2man (perl@12641)Andy Dougherty2001-10-251-0/+1
| | | | | Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@12644
* Work around old buggy glibcs for langinfo constants,Jarkko Hietaniemi2001-10-022-9/+22
| | | | | from Nicholas Clark and David Dyck. p4raw-id: //depot/perl@12306
* Eradicate Time::Piece; add an example.Jarkko Hietaniemi2001-10-021-1/+5
| | | p4raw-id: //depot/perl@12305
* Make missing the RADIXCHAR a softer, gentler error.Jarkko Hietaniemi2001-10-011-2/+15
| | | p4raw-id: //depot/perl@12295
* Re: What sort of Makefile.PL should h2xs write?Nicholas Clark2001-09-244-810/+838
| | | | | | | Message-ID: <20010923230055.Y4971@plum.flirble.org> (with "sample_constants" changed to "fallback") p4raw-id: //depot/perl@12169
* Langinfo.tNicholas Clark2001-07-121-0/+1
| | | | | Message-ID: <20010712235538.M5827@plum.flirble.org> p4raw-id: //depot/perl@11332
* test skip logic was brokenGurusamy Sarathy2001-07-091-3/+4
| | | p4raw-id: //depot/perl@11229
* Guard the nl_langinfo() with HAS_NL_LANGINFO Jarkko Hietaniemi2001-07-081-0/+4
| | | | | as pointed out by Sarathy. p4raw-id: //depot/perl@11224
* Fix I18N::Langinfo nits noticed but Philip Newton.Jarkko Hietaniemi2001-07-081-11/+16
| | | p4raw-id: //depot/perl@11211
* Really do the test under the C locale.Jarkko Hietaniemi2001-07-081-5/+4
| | | p4raw-id: //depot/perl@11210
* Add I18N::Langinfo, which is basically a wrapper aroundJarkko Hietaniemi2001-07-084-0/+1078
nl_langinfo(), which is an additional way to query locale specific information. p4raw-id: //depot/perl@11207