| Commit message (Expand) | Author | Age | Files | Lines |
* | lexer API | Zefram | 2009-11-15 | 4 | -91/+86 |
* | Teach B::Deparse about in-place reverse | Vincent Pit | 2009-11-15 | 1 | -4/+4 |
* | 1 is a magic number to C's exit() and Perl_my_exit(). | Craig A. Berry | 2009-11-12 | 1 | -2/+8 |
* | Sorry, missed a " | H.Merijn Brand | 2009-11-12 | 1 | -1/+1 |
* | HP-UX does not accept UTC0UTC, because there is no valid DST rule | H.Merijn Brand | 2009-11-12 | 1 | -0/+8 |
* | Add missing LEAVE to POSIX.xs sigaction | Gerard Goossen | 2009-11-12 | 1 | -2/+6 |
* | Map winsock error codes to POSIX errno values | Jan Dubois | 2009-11-11 | 1 | -0/+123 |
* | Optimize reversing an array in-place | Vincent Pit | 2009-11-10 | 1 | -0/+1 |
* | Make my_exit behave the same as the Perl exit. And add tests for it | Gerard Goossen | 2009-11-08 | 3 | -1/+39 |
* | pad_findmy APIification | Zefram | 2009-11-08 | 2 | -19/+14 |
* | Correctly document export of I18N::Langinfo | Kevin Ryde | 2009-11-08 | 1 | -2/+2 |
* | Add length and flags arguments to Perl_pad_findmy(), moving it to the public ... | Nicholas Clark | 2009-11-07 | 1 | -1/+1 |
* | C++ fail with KeywordRPN | Zefram | 2009-11-07 | 2 | -3/+3 |
* | Implement facility to plug in syntax triggered by keywords | Jesse Vincent | 2009-11-05 | 5 | -0/+547 |
* | Remove Perl_pmflag() from the public API, and mark it as deprecated. | Nicholas Clark | 2009-11-01 | 3 | -2/+53 |
* | disable non-unicode case insensitive trie matching | Yves Orton | 2009-10-25 | 1 | -6/+6 |
* | Avoid using defined @array in core tests. | Nicholas Clark | 2009-10-23 | 1 | -1/+1 |
* | Avoid using defined %hash in core code and tests. | Nicholas Clark | 2009-10-23 | 1 | -2/+2 |
* | Convert tests in ext/ from Test to Test::More. | Nicholas Clark | 2009-10-23 | 2 | -63/+61 |
* | Perl_utf16_to_utf8() should treat "\0" like any every other odd-length input. | Nicholas Clark | 2009-10-22 | 1 | -11/+9 |
* | Bump mro's version number and copyright year, since it differs from 5.11.0 | Jesse Vincent | 2009-10-20 | 1 | -2/+2 |
* | Bump B::Consise's version number since it's changed since 5.11.0 | Jesse Vincent | 2009-10-20 | 1 | -1/+1 |
* | Add two (U8 *) casts to placate C++. | Nicholas Clark | 2009-10-19 | 1 | -2/+2 |
* | In utf16_to_utf8(), fix off-by-one errors for the range of valid surrogates. | Nicholas Clark | 2009-10-18 | 1 | -1/+2 |
* | utf16_to_utf8() should croak on encountering a bare low surrogate. | Nicholas Clark | 2009-10-18 | 1 | -0/+3 |
* | utf16_to_utf8() should croak if the buffer ends without the second surrogate. | Nicholas Clark | 2009-10-18 | 1 | -0/+7 |
* | utf16_to_utf8_reversed() should croak early when passed an odd byte length. | Nicholas Clark | 2009-10-18 | 1 | -0/+7 |
* | Expose utf16_to_utf8{,reversed} via XS::APItest, and provide some basic tests. | Nicholas Clark | 2009-10-18 | 3 | -2/+80 |
* | Use gmtime() instead of localtime(), as timezones hinder testing strtime(). | Nicholas Clark | 2009-10-18 | 1 | -1/+1 |
* | Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP) | Nicholas Clark | 2009-10-15 | 10 | -35/+39 |
* | Use newSVpvn(), newSVpvs() and gv_fetchpvs(), the later with proper arguments. | Nicholas Clark | 2009-10-15 | 1 | -3/+3 |
* | Use gv_stashsv() and gv_fetchpvs(), the later with proper arguments. | Nicholas Clark | 2009-10-15 | 2 | -7/+7 |
* | Use sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(), gv_stashpvs() and the | Nicholas Clark | 2009-10-15 | 2 | -47/+51 |
* | In strftime(), save a malloc()/free() by using sv_usepvn_flags(). | Nicholas Clark | 2009-10-15 | 1 | -2/+6 |
* | POSIX::strftime() should be able to handle Unicode characters in the format | Nicholas Clark | 2009-10-15 | 3 | -5/+14 |
* | Hmmm... this may be a heisenbug. Works on some terminals but not | Steve Peters | 2009-10-15 | 3 | -7/+5 |
* | POSIX::strftime() should be able to handle Unicode characters in the | Steve Peters | 2009-10-15 | 3 | -5/+7 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 2 | -2/+3 |
* | A number of pod fixes found by podcheck.t | Jesse Vincent | 2009-10-05 | 2 | -5/+9 |
* | Move Storable from ext/ to dist/ | Nicholas Clark | 2009-10-02 | 49 | -14224/+0 |
* | Move Win32 from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 18 | -3194/+0 |
* | Move ExtUtils::Constant from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 6 | -3560/+0 |
* | Move Win32API::File from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 13 | -5890/+0 |
* | Move Time::Piece from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 13 | -2680/+0 |
* | Move Time::HiRes from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 17 | -5244/+0 |
* | Move Tie::File from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 39 | -8959/+0 |
* | Move Text::Soundex from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 5 | -782/+0 |
* | Move Text::ParseWords from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 3 | -429/+0 |
* | Move Text::Balanced from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 12 | -4675/+0 |
* | Move Test::Simple from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 119 | -11723/+0 |