| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Changes. | Jarkko Hietaniemi | 2001-04-05 | 2 | -1/+407 |
* | Slight doc tweak. | Jarkko Hietaniemi | 2001-04-05 | 1 | -7/+7 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-04-05 | 1 | -12/+24 |
|\ |
|
| * | Change sense from "incomplete" to "implemented but needs more work" in perlun... | Nick Ing-Simmons | 2001-04-05 | 1 | -12/+24 |
| * | Integrate mainline | Nick Ing-Simmons | 2001-04-05 | 37 | -367/+1388 |
| |\ |
|
* | | | Test for #9579. | Jarkko Hietaniemi | 2001-04-05 | 1 | -1/+28 |
* | | | Propagate calling context for do '...' | Gisle Aas | 2001-04-05 | 2 | -3/+3 |
* | | | Re: [PATCH foolperl & bleadperl] README.vms update | Peter Prymmer | 2001-04-05 | 1 | -0/+3 |
* | | | README.vms update | Craig A. Berry | 2001-04-05 | 1 | -37/+44 |
* | | | Fix subtle $VERSION mistakes with base.pm | Michael G. Schwern | 2001-04-05 | 2 | -3/+17 |
* | | | FreeBSD hints tweak from Anton Berezin. | Jarkko Hietaniemi | 2001-04-05 | 1 | -1/+2 |
* | | | patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009... | David Dyck | 2001-04-05 | 1 | -1/+10 |
* | | | bleadperl / hex ignores variable length and/or tr doesn't null terminate ( ... | David Dyck | 2001-04-05 | 1 | -11/+11 |
* | | | 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 |
| |/
|/| |
|
* | | Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED) | Paul Schinder | 2001-04-05 | 1 | -2/+7 |
* | | Regen toc. | Jarkko Hietaniemi | 2001-04-05 | 1 | -91/+173 |
* | | Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for | Jarkko Hietaniemi | 2001-04-05 | 20 | -226/+887 |
* | | Be traditional in your cpp (for the Errno extension). | Jarkko Hietaniemi | 2001-04-05 | 1 | -0/+4 |
* | | Add $Config{cppflags} to the gcc incantation. | Jarkko Hietaniemi | 2001-04-05 | 1 | -1/+1 |
* | | Introduce Sean Burke's Class::ISA 0.32. | Jarkko Hietaniemi | 2001-04-05 | 3 | -0/+256 |
* | | Housekeeping | Paul Johnson | 2001-04-05 | 1 | -1/+1 |
* | | Base64 update to perlfaq9.pod | Gisle Aas | 2001-04-05 | 1 | -4/+9 |
* | | Downgrade also the "Wide character" diagnostic. | Jarkko Hietaniemi | 2001-04-05 | 1 | -1/+1 |
* | | Integrate changes #9544,9547,9549(perlio),9550,9551 from | Jarkko Hietaniemi | 2001-04-05 | 9 | -14/+40 |
|\ \
| |/ |
|
| * | Downgrade "Wide character in print" to a warning. | Nick Ing-Simmons | 2001-04-04 | 2 | -4/+8 |
| * | Integrate mainline. | Nick Ing-Simmons | 2001-04-04 | 9 | -41/+92 |
| |\ |
|
| * \ | Integrate mainline | Nick Ing-Simmons | 2001-04-03 | 74 | -1136/+2820 |
| |\ \ |
|
* | | | | Retract changes #9542 and #9538 (from maintperl, integrated | Jarkko Hietaniemi | 2001-04-05 | 1 | -31/+17 |
| |_|/
|/| | |
|
* | | | Thou shalt not (just) match for English error messages. | Jarkko Hietaniemi | 2001-04-04 | 3 | -3/+3 |
* | | | Make the stdio tricks of fflush_all() to exist only if | Jarkko Hietaniemi | 2001-04-04 | 1 | -18/+22 |
* | | | Re: [PATCH] Lighten up glob | Benjamin Sugars | 2001-04-04 | 5 | -20/+56 |
* | | | Integrate changes #9538,9539 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-04 | 2 | -2/+13 |
| |/
|/| |
|
* | | Integrate change #9533 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-03 | 3 | -5/+19 |
* | | Change the push/unshift warning to be of class syntax, not misc. | Jarkko Hietaniemi | 2001-04-03 | 3 | -5/+5 |
* | | Change the push/unshift warning (#9532) to talk about "no values" | Jarkko Hietaniemi | 2001-04-03 | 3 | -12/+12 |
* | | Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x) | Robin Houston | 2001-04-03 | 4 | -1/+28 |
* | | Integrate change #9530 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-03 | 1 | -4/+4 |
* | | Update Changes. | Jarkko Hietaniemi | 2001-04-03 | 2 | -1/+166 |
* | | perlfaq3: extend the silly long list even further | Jarkko Hietaniemi | 2001-04-03 | 1 | -1/+3 |
* | | build && test XS::Typemap on VMS, glob-basic insensitivity training | Peter Prymmer | 2001-04-03 | 3 | -3/+16 |
* | | Configure sanity checks: | Jarkko Hietaniemi | 2001-04-03 | 1 | -384/+414 |
* | | (Retracted by #9609) | Jarkko Hietaniemi | 2001-04-03 | 1 | -7/+19 |
* | | 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 |