| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement IO::Socket::atmark(), inspired by Lincoln Stein's | Jarkko Hietaniemi | 2001-03-26 | 2 | -24/+95 |
* | Integrate mainline. | Nick Ing-Simmons | 2001-03-25 | 2 | -2/+2 |
|\ |
|
| * | Roll back the version numbers of Digest::MD5 and MIME::Base64 | Jarkko Hietaniemi | 2001-03-25 | 2 | -2/+2 |
* | | Avoid at leasy one of undefined warnings in Encode. | Nick Ing-Simmons | 2001-03-25 | 2 | -5/+12 |
* | | Missing return value. | Nick Ing-Simmons | 2001-03-25 | 1 | -0/+1 |
|/ |
|
* | Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13. | Jarkko Hietaniemi | 2001-03-25 | 5 | -0/+675 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-03-24 | 5 | -9/+247 |
|\ |
|
| * | POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined | Nick Ing-Simmons | 2001-03-24 | 1 | -8/+3 |
| * | Implement: | Nick Ing-Simmons | 2001-03-24 | 4 | -1/+244 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2001-03-23 | 1 | -10/+32 |
|\ \
| |/ |
|
| * | Perlio internals re-organized. | Nick Ing-Simmons | 2001-03-23 | 1 | -8/+30 |
| * | Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff. | Nick Ing-Simmons | 2001-03-23 | 1 | -2/+4 |
| * | Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOU... | Nick Ing-Simmons | 2001-03-22 | 1 | -2/+0 |
* | | Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas. | Jarkko Hietaniemi | 2001-03-23 | 6 | -0/+1360 |
* | | Integrate change #9306 from maintperl into mainline, | Jarkko Hietaniemi | 2001-03-23 | 1 | -0/+2 |
|/ |
|
* | Multiplicity fix for Dumper. | Nick Ing-Simmons | 2001-03-21 | 1 | -20/+20 |
* | First stab at making Data::Dumper to grok Unicode. | Jarkko Hietaniemi | 2001-03-21 | 2 | -32/+106 |
* | Re: [PATCH] POSIX::getcwd() | Benjamin Sugars | 2001-03-21 | 2 | -14/+46 |
* | Integrate changes #9262,9264,9265,9266 from maintperl to mainline. | Jarkko Hietaniemi | 2001-03-21 | 5 | -3/+36 |
* | Integrate changes #9259,9260 from maintperl into mainline. | Jarkko Hietaniemi | 2001-03-20 | 1 | -2/+0 |
* | Integrate changes #9244,9247,9250 from maintperl into mainline. | Jarkko Hietaniemi | 2001-03-19 | 2 | -3/+10 |
* | UTF-X encoding invariance for Encode: | Nick Ing-Simmons | 2001-03-18 | 3 | -60/+10 |
* | Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote | Jarkko Hietaniemi | 2001-03-16 | 1 | -2/+6 |
* | Make the Filter::Util:Call files have their own copies | Jarkko Hietaniemi | 2001-03-16 | 2 | -1/+28 |
* | more pod patches | Michael Stevens | 2001-03-16 | 19 | -85/+88 |
* | ext/GDBM_File GDBM_NOLOCK constant | Paul Lindner | 2001-03-16 | 2 | -1/+8 |
* | Upgrade to Storable 1.0.11, from Raphael Manfredi. | Jarkko Hietaniemi | 2001-03-15 | 3 | -23/+78 |
* | Retract #9136: breaks threading (and binary compatibility). | Jarkko Hietaniemi | 2001-03-14 | 1 | -24/+1 |
* | (Retracted by #9155) | Jens-Uwe Mager | 2001-03-13 | 1 | -1/+24 |
* | Workaround for the buggy ("internal compiler error") | Jarkko Hietaniemi | 2001-03-13 | 1 | -0/+19 |
* | Integrate mainline (for regexp stuff). | Nick Ing-Simmons | 2001-03-11 | 4 | -32/+48 |
|\ |
|
| * | Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just | Jarkko Hietaniemi | 2001-03-10 | 1 | -2/+2 |
| * | Portability fixes for Mac OS / bleadperl | Chris Nandor | 2001-03-10 | 3 | -31/+47 |
* | | USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com> | Nick Ing-Simmons | 2001-03-11 | 1 | -2/+2 |
|/ |
|
* | EBCDIC sanity - phase I | Nick Ing-Simmons | 2001-03-10 | 1 | -2/+2 |
* | Regen perlapi, perltoc. | Jarkko Hietaniemi | 2001-03-09 | 1 | -0/+5 |
* | A modified version of | anders@broadcom.com | 2001-03-09 | 2 | -35/+94 |
* | Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts | Dave Mitchell | 2001-03-09 | 1 | -5/+3 |
* | More Encode alias tidying. | Nick Ing-Simmons | 2001-03-05 | 3 | -20/+283 |
* | The mapping of ISO Latin X to ISO 8859-Y is tricky. | Jarkko Hietaniemi | 2001-03-05 | 1 | -3/+18 |
* | Add more ISO 8859 encoding aliases. | Jarkko Hietaniemi | 2001-03-05 | 1 | -1/+2 |
* | Encode implementation "completion" | Nick Ing-Simmons | 2001-03-05 | 20 | -261/+457 |
* | Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0 | H.Merijn Brand | 2001-03-04 | 1 | -2/+5 |
* | Integrate mainline. | Nick Ing-Simmons | 2001-03-01 | 3 | -5/+5 |
|\ |
|
| * | Re: Errors in core PODs | Michael Stevens | 2001-02-28 | 1 | -1/+1 |
| * | Re: sync sync sync: have I missed any patches? | Tim Jenness | 2001-02-28 | 2 | -4/+4 |
* | | Add charname comments to .ucm files writen by 'compile', | Nick Ing-Simmons | 2001-02-28 | 22 | -5174/+5221 |
|/ |
|
* | perlglob.exe needs to be found in Win32, patch from | Jarkko Hietaniemi | 2001-02-26 | 1 | -1/+4 |
* | Encode implementations docs. | Nick Ing-Simmons | 2001-02-25 | 1 | -2/+148 |
* | Change method names in Encode implementation classes to something | Nick Ing-Simmons | 2001-02-25 | 2 | -19/+35 |