2009-11-19 |
Nicholas Clark |
PVIOs don't use the SvIVX slot. |
tree | commitdiff |
2009-11-15 |
Zefram |
lexer API |
tree | commitdiff |
2009-11-15 |
Vincent Pit |
Teach B::Deparse about in-place reverse |
tree | commitdiff |
2009-11-12 |
Craig A. Berry |
1 is a magic number to C's exit() and Perl_my_exit(). |
tree | commitdiff |
2009-11-12 |
H.Merijn Brand |
Sorry, missed a " |
tree | commitdiff |
2009-11-12 |
H.Merijn Brand |
HP-UX does not accept UTC0UTC, because there is no... |
tree | commitdiff |
2009-11-12 |
Gerard Goossen |
Add missing LEAVE to POSIX.xs sigaction |
tree | commitdiff |
2009-11-11 |
Jan Dubois |
Map winsock error codes to POSIX errno values |
tree | commitdiff |
2009-11-10 |
Vincent Pit |
Optimize reversing an array in-place |
tree | commitdiff |
2009-11-08 |
Gerard Goossen |
Make my_exit behave the same as the Perl exit. And... |
tree | commitdiff |
2009-11-08 |
Zefram |
pad_findmy APIification |
tree | commitdiff |
2009-11-08 |
Kevin Ryde |
Correctly document export of I18N::Langinfo |
tree | commitdiff |
2009-11-07 |
Nicholas Clark |
Add length and flags arguments to Perl_pad_findmy(... |
tree | commitdiff |
2009-11-07 |
Zefram |
C++ fail with KeywordRPN |
tree | commitdiff |
2009-11-05 |
Jesse Vincent |
Implement facility to plug in syntax triggered by keywords |
tree | commitdiff |
2009-11-01 |
Nicholas Clark |
Remove Perl_pmflag() from the public API, and mark... |
tree | commitdiff |
2009-10-25 |
Yves Orton |
disable non-unicode case insensitive trie matching |
tree | commitdiff |
2009-10-23 |
Nicholas Clark |
Avoid using defined @array in core tests. |
tree | commitdiff |
2009-10-23 |
Nicholas Clark |
Avoid using defined %hash in core code and tests. |
tree | commitdiff |
2009-10-23 |
Nicholas Clark |
Convert tests in ext/ from Test to Test::More. |
tree | commitdiff |
2009-10-22 |
Nicholas Clark |
Perl_utf16_to_utf8() should treat "\0" like any every... |
tree | commitdiff |
2009-10-20 |
Jesse Vincent |
Bump mro's version number and copyright year, since... |
tree | commitdiff |
2009-10-20 |
Jesse Vincent |
Bump B::Consise's version number since it's changed... |
tree | commitdiff |
2009-10-19 |
Nicholas Clark |
Add two (U8 *) casts to placate C++. |
tree | commitdiff |
2009-10-18 |
Nicholas Clark |
In utf16_to_utf8(), fix off-by-one errors for the range... |
tree | commitdiff |
2009-10-18 |
Nicholas Clark |
utf16_to_utf8() should croak on encountering a bare... |
tree | commitdiff |
2009-10-18 |
Nicholas Clark |
utf16_to_utf8() should croak if the buffer ends without... |
tree | commitdiff |
2009-10-18 |
Nicholas Clark |
utf16_to_utf8_reversed() should croak early when passed... |
tree | commitdiff |
2009-10-18 |
Nicholas Clark |
Expose utf16_to_utf8{,reversed} via XS::APItest, and... |
tree | commitdiff |
2009-10-18 |
Nicholas Clark |
Use gmtime() instead of localtime(), as timezones hinde... |
tree | commitdiff |
2009-10-15 |
Nicholas Clark |
Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags... |
tree | commitdiff |
2009-10-15 |
Nicholas Clark |
Use newSVpvn(), newSVpvs() and gv_fetchpvs(), the later... |
tree | commitdiff |
2009-10-15 |
Nicholas Clark |
Use gv_stashsv() and gv_fetchpvs(), the later with... |
tree | commitdiff |
2009-10-15 |
Nicholas Clark |
Use sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(... |
tree | commitdiff |
2009-10-15 |
Nicholas Clark |
In strftime(), save a malloc()/free() by using sv_usepv... |
tree | commitdiff |
2009-10-15 |
Nicholas Clark |
POSIX::strftime() should be able to handle Unicode... |
tree | commitdiff |
2009-10-15 |
Steve Peters |
Hmmm... this may be a heisenbug. Works on some termina... |
tree | commitdiff |
2009-10-15 |
Steve Peters |
POSIX::strftime() should be able to handle Unicode... |
tree | commitdiff |
2009-10-15 |
demerphq |
Optimise if (%foo) to be faster than if(keys %foo) |
tree | commitdiff |
2009-10-06 |
Jesse Vincent |
A number of pod fixes found by podcheck.t |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Storable from ext/ to dist/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Win32 from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move ExtUtils::Constant from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Win32API::File from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Time::Piece from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Time::HiRes from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Tie::File from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Text::Soundex from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Text::ParseWords from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Text::Balanced from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Test::Simple from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Term::Cap from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Test::Harness from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Shell from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move List::Util from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Pod::Simple from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Pod::Parser from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Pod::LaTeX from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Pod::Escapes from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move PerlIO::via::QuotedPrint from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move parent from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Module::Pluggable from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move MIME::Base64 from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Memoize from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Math::BigRat from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Math::BigInt::FastCalc from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Math::BigInt from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Locale::Codes from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move libnet from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move IO::Zlib from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move IO::Compress from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move if from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move Filter::Util::Call from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move File::Temp from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move ExtUtils::Manifest from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move ExtUtils::Command from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move encoding::warnings from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move Digest::SHA from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move Digest::MD5 from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move Digest from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move Compress::Raw::Zlib from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move Compress::Raw::Bzip2 from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move CGI from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move bignum from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move B::Lint from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move B::Debug from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move B::Dearpse from ext to dist, as Stephen McCamant... |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move ExtUtils::MakeMaker from ext/ to cpan/ |
tree | commitdiff |
2009-09-30 |
Jesse Vincent |
B-Lint is slightly synced from CPAN. bumped to an _... |
tree | commitdiff |
2009-09-30 |
Jesse Vincent |
Math::BigInt has some minor changes since the last... |
tree | commitdiff |
2009-09-30 |
Jesse Vincent |
Bump Text-Soundex's version number since the .xs file... |
tree | commitdiff |
2009-09-30 |
Jesse Vincent |
Time::Local in blead has diverged from CPAN. Update... |
tree | commitdiff |
2009-09-30 |
Nicholas Clark |
Move Locale::Maketext from ext/ to dist/ |
tree | commitdiff |
2009-09-30 |
Nicholas Clark |
Move libnet Net::* to the top level, to mirror the... |
tree | commitdiff |
2009-09-30 |
Nicholas Clark |
Move Unicode::Collate from ext/ to dist/ |
tree | commitdiff |
2009-09-30 |
Nicholas Clark |
Move Unicode::Normalize from ext/ to cpan/ |
tree | commitdiff |
2009-09-30 |
Nicholas Clark |
Move Pod::Perldoc from ext/ to dist/ |
tree | commitdiff |
2009-09-30 |
Nicholas Clark |
Move Locale::Maketext::Simple from ext/ to dist/ |
tree | commitdiff |
2009-09-30 |
Enrico Sorcinelli |
Make Pod::Perldoc use PERLDOC_POD2 ENV var |
tree | commitdiff |
2009-09-29 |
Nicholas Clark |
Move XSLoader from ext/ to dist/ |
tree | commitdiff |
next |