summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* PVIOs don't use the SvIVX slot.Nicholas Clark2009-11-191-1/+1
* lexer APIZefram2009-11-154-91/+86
* Teach B::Deparse about in-place reverseVincent Pit2009-11-151-4/+4
* 1 is a magic number to C's exit() and Perl_my_exit().Craig A. Berry2009-11-121-2/+8
* Sorry, missed a "H.Merijn Brand2009-11-121-1/+1
* HP-UX does not accept UTC0UTC, because there is no valid DST ruleH.Merijn Brand2009-11-121-0/+8
* Add missing LEAVE to POSIX.xs sigactionGerard Goossen2009-11-121-2/+6
* Map winsock error codes to POSIX errno valuesJan Dubois2009-11-111-0/+123
* Optimize reversing an array in-placeVincent Pit2009-11-101-0/+1
* Make my_exit behave the same as the Perl exit. And add tests for itGerard Goossen2009-11-083-1/+39
* pad_findmy APIificationZefram2009-11-082-19/+14
* Correctly document export of I18N::LanginfoKevin Ryde2009-11-081-2/+2
* Add length and flags arguments to Perl_pad_findmy(), moving it to the public ...Nicholas Clark2009-11-071-1/+1
* C++ fail with KeywordRPNZefram2009-11-072-3/+3
* Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-055-0/+547
* Remove Perl_pmflag() from the public API, and mark it as deprecated.Nicholas Clark2009-11-013-2/+53
* disable non-unicode case insensitive trie matchingYves Orton2009-10-251-6/+6
* Avoid using defined @array in core tests.Nicholas Clark2009-10-231-1/+1
* Avoid using defined %hash in core code and tests.Nicholas Clark2009-10-231-2/+2
* Convert tests in ext/ from Test to Test::More.Nicholas Clark2009-10-232-63/+61
* Perl_utf16_to_utf8() should treat "\0" like any every other odd-length input.Nicholas Clark2009-10-221-11/+9
* 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