summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Bump mro's version number and copyright year, since it differs from 5.11.0Jesse Vincent2009-10-201-2/+2
* Bump B::Consise's version number since it's changed since 5.11.0Jesse Vincent2009-10-201-1/+1
* Add two (U8 *) casts to placate C++.Nicholas Clark2009-10-191-2/+2
* In utf16_to_utf8(), fix off-by-one errors for the range of valid surrogates.Nicholas Clark2009-10-181-1/+2
* utf16_to_utf8() should croak on encountering a bare low surrogate.Nicholas Clark2009-10-181-0/+3
* utf16_to_utf8() should croak if the buffer ends without the second surrogate.Nicholas Clark2009-10-181-0/+7
* utf16_to_utf8_reversed() should croak early when passed an odd byte length.Nicholas Clark2009-10-181-0/+7
* Expose utf16_to_utf8{,reversed} via XS::APItest, and provide some basic tests.Nicholas Clark2009-10-183-2/+80
* Use gmtime() instead of localtime(), as timezones hinder testing strtime().Nicholas Clark2009-10-181-1/+1
* Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP)Nicholas Clark2009-10-1510-35/+39
* Use newSVpvn(), newSVpvs() and gv_fetchpvs(), the later with proper arguments.Nicholas Clark2009-10-151-3/+3
* Use gv_stashsv() and gv_fetchpvs(), the later with proper arguments.Nicholas Clark2009-10-152-7/+7
* Use sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(), gv_stashpvs() and theNicholas Clark2009-10-152-47/+51
* In strftime(), save a malloc()/free() by using sv_usepvn_flags().Nicholas Clark2009-10-151-2/+6
* POSIX::strftime() should be able to handle Unicode characters in the formatNicholas Clark2009-10-153-5/+14
* Hmmm... this may be a heisenbug. Works on some terminals but notSteve Peters2009-10-153-7/+5
* POSIX::strftime() should be able to handle Unicode characters in theSteve Peters2009-10-153-5/+7
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-152-2/+3
* A number of pod fixes found by podcheck.tJesse Vincent2009-10-052-5/+9
* Move Storable from ext/ to dist/Nicholas Clark2009-10-0249-14224/+0
* Move Win32 from ext/ to cpan/Nicholas Clark2009-10-0218-3194/+0
* Move ExtUtils::Constant from ext/ to cpan/Nicholas Clark2009-10-026-3560/+0
* Move Win32API::File from ext/ to cpan/Nicholas Clark2009-10-0213-5890/+0
* Move Time::Piece from ext/ to cpan/Nicholas Clark2009-10-0213-2680/+0
* Move Time::HiRes from ext/ to cpan/Nicholas Clark2009-10-0217-5244/+0
* Move Tie::File from ext/ to cpan/Nicholas Clark2009-10-0239-8959/+0
* Move Text::Soundex from ext/ to cpan/Nicholas Clark2009-10-025-782/+0
* Move Text::ParseWords from ext/ to cpan/Nicholas Clark2009-10-023-429/+0
* Move Text::Balanced from ext/ to cpan/Nicholas Clark2009-10-0212-4675/+0
* Move Test::Simple from ext/ to cpan/Nicholas Clark2009-10-02119-11723/+0
* Move Term::Cap from ext/ to cpan/Nicholas Clark2009-10-022-1035/+0
* Move Test::Harness from ext/ to cpan/Nicholas Clark2009-10-02180-27371/+0
* Move Shell from ext/ to cpan/Nicholas Clark2009-10-022-335/+0
* Move List::Util from ext/ to cpan/Nicholas Clark2009-10-0249-3661/+0
* Move Pod::Simple from ext/ to cpan/Nicholas Clark2009-10-02174-26756/+0
* Move Pod::Parser from ext/ to cpan/Nicholas Clark2009-10-0251-9909/+0
* Move Pod::LaTeX from ext/ to cpan/Nicholas Clark2009-10-023-2381/+0
* Move Pod::Escapes from ext/ to cpan/Nicholas Clark2009-10-026-1120/+0
* Move PerlIO::via::QuotedPrint from ext/ to cpan/Nicholas Clark2009-10-022-169/+0
* Move parent from ext/ to cpan/Nicholas Clark2009-10-0213-427/+0
* Move Module::Pluggable from ext/ to cpan/Nicholas Clark2009-10-0266-2520/+0
* Move MIME::Base64 from ext/ to cpan/Nicholas Clark2009-10-0210-1997/+0
* Move Memoize from ext/ to cpan/Nicholas Clark2009-10-0229-3537/+0
* Move Math::BigRat from ext/ to cpan/Nicholas Clark2009-10-0214-5616/+0
* Move Math::BigInt::FastCalc from ext/ to cpan/Nicholas Clark2009-10-026-1266/+0
* Move Math::BigInt from ext/ to cpan/Nicholas Clark2009-10-0260-23497/+0
* Move Locale::Codes from ext/ to cpan/Nicholas Clark2009-10-0221-3975/+0
* Move libnet from ext/ to cpan/Nicholas Clark2009-10-0237-8483/+0
* Move IO::Zlib from ext/ to cpan/Nicholas Clark2009-10-0210-1104/+0
* Move IO::Compress from ext/ to cpan/Nicholas Clark2009-10-02143-34592/+0