| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | suppress "unintialized value" warnings | Robin Houston | 2001-04-05 | 1 | -0/+4 |
* | regex quoting, and a minor milestone | Robin Houston | 2001-04-05 | 1 | -2/+8 |
* | binmode is no longer an UNOP | Robin Houston | 2001-04-05 | 1 | -1/+1 |
* | "${foo}bar", "${foo}[1]" etc. | Robin Houston | 2001-04-05 | 1 | -1/+7 |
* | cope with SVf_IVisUV, and cope with $^^ and friends | Robin Houston | 2001-04-05 | 3 | -8/+31 |
* | lexical variables with ridiculously long names that are used in list assignments | Robin Houston | 2001-04-05 | 1 | -12/+1 |
* | print control-character vars readably | Robin Houston | 2001-04-05 | 4 | -5/+26 |
* | Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for | Jarkko Hietaniemi | 2001-04-05 | 1 | -3/+2 |
* | Add $Config{cppflags} to the gcc incantation. | Jarkko Hietaniemi | 2001-04-05 | 1 | -1/+1 |
* | Integrate changes #9544,9547,9549(perlio),9550,9551 from | Jarkko Hietaniemi | 2001-04-05 | 5 | -9/+24 |
* | Thou shalt not (just) match for English error messages. | Jarkko Hietaniemi | 2001-04-04 | 1 | -1/+1 |
* | Re: [PATCH] Lighten up glob | Benjamin Sugars | 2001-04-04 | 1 | -5/+5 |
* | padname values may have bogus SvCUR | Robin Houston | 2001-04-02 | 4 | -4/+27 |
* | @stash_array = split(/pat/, str); | Robin Houston | 2001-04-02 | 1 | -3/+9 |
* | [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c | Jonathan Stowe | 2001-04-01 | 1 | -1/+1 |
* | Integrate changes #9493,9494,9495,9496 from maintperl | Jarkko Hietaniemi | 2001-04-01 | 1 | -1/+1 |
* | Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics" | Robin Houston | 2001-03-30 | 1 | -2/+10 |
* | Re: [PATCH] CwdXS, Take 2 | Benjamin Sugars | 2001-03-30 | 2 | -0/+139 |
* | File::Glob stuff for Mac OS | Chris Nandor | 2001-03-30 | 2 | -7/+43 |
* | Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length i... | Radu Greab | 2001-03-30 | 1 | -1/+4 |
* | B::Deparse precedence bug. (Patch included.) | Jeremy Madea | 2001-03-30 | 1 | -1/+3 |
* | PATCH: B::Debug should show LOOP-specific fields | Robin Houston | 2001-03-30 | 1 | -0/+10 |
* | ext/re/aix.pl can go | H.Merijn Brand | 2001-03-30 | 1 | -22/+0 |
* | Change Encode's check arguments to 'bool' so SvTRUE gets used | Nick Ing-Simmons | 2001-03-29 | 1 | -4/+4 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-03-29 | 1 | -8/+8 |
|\ |
|
| * | Win32 has name conflict with ERROR | Nick Ing-Simmons | 2001-03-29 | 1 | -8/+8 |
| * | Integrate mainline. | Nick Ing-Simmons | 2001-03-28 | 1 | -1/+1 |
* | | printf warning | Robin Barker | 2001-03-29 | 3 | -8/+11 |
* | | VMS fix-ups and status | Craig A. Berry | 2001-03-28 | 1 | -1/+1 |
|/ |
|
* | Yet another tweak on AIX dynaloading. | Jarkko Hietaniemi | 2001-03-28 | 2 | -3/+3 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-03-28 | 2 | -7/+9 |
* | Re: [PATCH] Typemap testing | Tim Jenness | 2001-03-28 | 3 | -1/+10 |
* | [ID 20010327.007] New warning from IO::Socket for sockatmark | David Dyck | 2001-03-28 | 1 | -1/+1 |
* | Integrate mainline. | Nick Ing-Simmons | 2001-03-27 | 1 | -1/+1 |
|\ |
|
| * | Integrate perlio: | Jarkko Hietaniemi | 2001-03-27 | 3 | -15/+82 |
| * | Better have a three-element array if one is going to assign | Jarkko Hietaniemi | 2001-03-27 | 1 | -1/+1 |
* | | Outline docs for PerlIO and PerlIO::Scalar | Nick Ing-Simmons | 2001-03-27 | 1 | -0/+20 |
* | | PerlIO::Via layer (alpha-ish). | Nick Ing-Simmons | 2001-03-27 | 3 | -0/+655 |
* | | Integrate mainline. | Nick Ing-Simmons | 2001-03-27 | 9 | -3/+972 |
|\ \
| |/ |
|
| * | If directory entries compare equal case-insensitively, | Jarkko Hietaniemi | 2001-03-27 | 1 | -1/+5 |
| * | Add Tim Jenness' XS::Typemap for exercizing the standard typemap. | Jarkko Hietaniemi | 2001-03-27 | 6 | -0/+964 |
| * | B::Terse and warnings | Benjamin Sugars | 2001-03-27 | 2 | -2/+3 |
* | | Various EBCDIC fixes: | Nick Ing-Simmons | 2001-03-27 | 2 | -15/+48 |
* | | Integrate mainline. | Nick Ing-Simmons | 2001-03-26 | 3 | -24/+129 |
|\ \
| |/ |
|
| * | 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 |