| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused files; noted by Sarathy. | Jarkko Hietaniemi | 2001-05-03 | 2 | -186/+0 |
* | Fix for a segfault, from Marc Lehmann. | Jarkko Hietaniemi | 2001-05-02 | 2 | -2/+2 |
* | Multiplicity and thread fixes for VMS | Dan Sugalski | 2001-05-02 | 1 | -1/+1 |
* | Re: [PATCH] Allow appending on a PerlIO::Scalar | Benjamin Sugars | 2001-05-02 | 1 | -4/+31 |
* | Additional note on the encoding example: one cannot | Jarkko Hietaniemi | 2001-05-02 | 1 | -0/+3 |
* | Add an encoding conversion example. | Jarkko Hietaniemi | 2001-05-02 | 1 | -5/+13 |
* | Another coat of paint but still nowhere finished. | Jarkko Hietaniemi | 2001-05-02 | 1 | -10/+161 |
* | Allow appending on a PerlIO::Scalar | Benjamin Sugars | 2001-05-01 | 1 | -1/+4 |
* | Multiple consecutive writes on PerlIO::Scalar | Benjamin Sugars | 2001-05-01 | 1 | -1/+1 |
* | optimised sort | Robin Houston | 2001-05-01 | 1 | -1/+9 |
* | for(;;), sort | Robin Houston | 2001-05-01 | 1 | -7/+17 |
* | do, warn, use | Robin Houston | 2001-05-01 | 1 | -23/+23 |
* | suppress warning | Robin Houston | 2001-04-30 | 1 | -3/+4 |
* | Allow a zero timeout on IO::Socket accept and connect-- | John Holdsworth | 2001-04-30 | 1 | -9/+17 |
* | Doc fixes. | Abigail | 2001-04-29 | 1 | -2/+2 |
* | non-block scopes | Robin Houston | 2001-04-28 | 1 | -1/+18 |
* | Human-readable pragmas &c | Robin Houston | 2001-04-27 | 1 | -7/+52 |
* | Add LOG_PERROR; prettify the "removed". | Jarkko Hietaniemi | 2001-04-27 | 1 | -37/+45 |
* | Deparse nits. | Jarkko Hietaniemi | 2001-04-26 | 1 | -2/+2 |
* | formats must be flush left | Robin Houston | 2001-04-26 | 1 | -3/+3 |
* | [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant | Chris Bongaarts | 2001-04-26 | 1 | -1/+1 |
* | Further cuts and more docs from Graham Barr. | Jarkko Hietaniemi | 2001-04-26 | 2 | -25/+16 |
* | DB_File-1.77 | Paul Marquess | 2001-04-26 | 4 | -18/+214 |
* | fix easy bugs | Robin Houston | 2001-04-26 | 1 | -5/+24 |
* | Dethinko from Robin Houston. | Jarkko Hietaniemi | 2001-04-26 | 1 | -1/+1 |
* | C<$x = /(.)/> ne C<($x) = /(.)/> | Robin Houston | 2001-04-26 | 1 | -1/+3 |
* | Re: [PATCH B::Deparse] fix string uninterpretation | Robin Houston | 2001-04-26 | 1 | -2/+1 |
* | Re: [PATCH B::Deparse] fix string uninterpretation | Robin Houston | 2001-04-26 | 1 | -2/+2 |
* | The Time::Piece conspiracy unmasked!!! | Jarkko Hietaniemi | 2001-04-26 | 3 | -109/+0 |
* | [PATCH B::Deparse] fix string uninterpretation | Robin Houston | 2001-04-26 | 1 | -4/+4 |
* | filetests, open(my $x,...), warnings, formats &c | Robin Houston | 2001-04-26 | 1 | -61/+45 |
* | Beginnings of strptime(). Do not touch the wet paint. | Jarkko Hietaniemi | 2001-04-26 | 1 | -83/+220 |
* | Re: [PATCH: perl@9841] fix a typo for Cwd.xs | Benjamin Sugars | 2001-04-26 | 1 | -1/+0 |
* | re 'debug' was broken by #9084. | Jarkko Hietaniemi | 2001-04-26 | 1 | -1/+1 |
* | Re: [PATCH 5.7.1] B::Concise and extra variables | Paul Johnson | 2001-04-25 | 1 | -3/+60 |
* | fix a typo for Cwd.xs | Peter Prymmer | 2001-04-25 | 1 | -1/+1 |
* | abs_path() didn't terminate the filename correctly, | Jarkko Hietaniemi | 2001-04-25 | 1 | -16/+29 |
* | The tzname[] bit is not needed by util.c -- and causes | Jarkko Hietaniemi | 2001-04-25 | 1 | -3/+8 |
* | Mac OS X patch for missing tzname definition from Paul Schinder. | Jarkko Hietaniemi | 2001-04-24 | 1 | -0/+5 |
* | Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld... | Tim Jenness | 2001-04-24 | 1 | -17/+18 |
* | Re: [ID 20010423.006] Test failed in perl@9794 | Robin Houston | 2001-04-24 | 1 | -0/+4 |
* | Retract #9811. | Jarkko Hietaniemi | 2001-04-24 | 1 | -4/+0 |
* | (Retracted by #9812.) | Jarkko Hietaniemi | 2001-04-24 | 1 | -0/+4 |
* | Implement Cwd::abs_path in XS | Benjamin Sugars | 2001-04-23 | 1 | -0/+99 |
* | Deparse nit | Robin Houston | 2001-04-23 | 1 | -2/+5 |
* | Time::Piece work continues. $t->day removed since | Jarkko Hietaniemi | 2001-04-23 | 2 | -70/+295 |
* | Distinguish package variables, if necessary | Robin Houston | 2001-04-22 | 1 | -4/+63 |
* | Support BEGIN blocks in B::Deparse (& more) | Robin Houston | 2001-04-22 | 3 | -66/+280 |
* | IO::Socket::INET patch | andrew deryabin | 2001-04-22 | 1 | -2/+4 |
* | B::walksymtable improperly documented? | Michael G. Schwern | 2001-04-21 | 1 | -4/+16 |