summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Changes.Jarkko Hietaniemi2001-04-052-1/+407
* Slight doc tweak.Jarkko Hietaniemi2001-04-051-7/+7
* Integrate perlio:Jarkko Hietaniemi2001-04-051-12/+24
|\
| * Change sense from "incomplete" to "implemented but needs more work" in perlun...Nick Ing-Simmons2001-04-051-12/+24
| * Integrate mainlineNick Ing-Simmons2001-04-0537-367/+1388
| |\
* | | Test for #9579.Jarkko Hietaniemi2001-04-051-1/+28
* | | Propagate calling context for do '...'Gisle Aas2001-04-052-3/+3
* | | Re: [PATCH foolperl & bleadperl] README.vms updatePeter Prymmer2001-04-051-0/+3
* | | README.vms updateCraig A. Berry2001-04-051-37/+44
* | | Fix subtle $VERSION mistakes with base.pmMichael G. Schwern2001-04-052-3/+17
* | | FreeBSD hints tweak from Anton Berezin.Jarkko Hietaniemi2001-04-051-1/+2
* | | patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009...David Dyck2001-04-051-1/+10
* | | bleadperl / hex ignores variable length and/or tr doesn't null terminate ( ...David Dyck2001-04-051-11/+11
* | | suppress "unintialized value" warningsRobin Houston2001-04-051-0/+4
* | | regex quoting, and a minor milestoneRobin Houston2001-04-051-2/+8
* | | binmode is no longer an UNOPRobin Houston2001-04-051-1/+1
* | | "${foo}bar", "${foo}[1]" etc.Robin Houston2001-04-051-1/+7
* | | cope with SVf_IVisUV, and cope with $^^ and friendsRobin Houston2001-04-053-8/+31
* | | lexical variables with ridiculously long names that are used in list assignmentsRobin Houston2001-04-051-12/+1
* | | print control-character vars readablyRobin Houston2001-04-054-5/+26
| |/ |/|
* | Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)Paul Schinder2001-04-051-2/+7
* | Regen toc.Jarkko Hietaniemi2001-04-051-91/+173
* | Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed forJarkko Hietaniemi2001-04-0520-226/+887
* | Be traditional in your cpp (for the Errno extension).Jarkko Hietaniemi2001-04-051-0/+4
* | Add $Config{cppflags} to the gcc incantation.Jarkko Hietaniemi2001-04-051-1/+1
* | Introduce Sean Burke's Class::ISA 0.32.Jarkko Hietaniemi2001-04-053-0/+256
* | HousekeepingPaul Johnson2001-04-051-1/+1
* | Base64 update to perlfaq9.podGisle Aas2001-04-051-4/+9
* | Downgrade also the "Wide character" diagnostic.Jarkko Hietaniemi2001-04-051-1/+1
* | Integrate changes #9544,9547,9549(perlio),9550,9551 fromJarkko Hietaniemi2001-04-059-14/+40
|\ \ | |/
| * Downgrade "Wide character in print" to a warning.Nick Ing-Simmons2001-04-042-4/+8
| * Integrate mainline.Nick Ing-Simmons2001-04-049-41/+92
| |\
| * \ Integrate mainlineNick Ing-Simmons2001-04-0374-1136/+2820
| |\ \
* | | | Retract changes #9542 and #9538 (from maintperl, integratedJarkko Hietaniemi2001-04-051-31/+17
| |_|/ |/| |
* | | Thou shalt not (just) match for English error messages.Jarkko Hietaniemi2001-04-043-3/+3
* | | Make the stdio tricks of fflush_all() to exist only ifJarkko Hietaniemi2001-04-041-18/+22
* | | Re: [PATCH] Lighten up globBenjamin Sugars2001-04-045-20/+56
* | | Integrate changes #9538,9539 from maintperl into mainline.Jarkko Hietaniemi2001-04-042-2/+13
| |/ |/|
* | Integrate change #9533 from maintperl into mainline.Jarkko Hietaniemi2001-04-033-5/+19
* | Change the push/unshift warning to be of class syntax, not misc.Jarkko Hietaniemi2001-04-033-5/+5
* | Change the push/unshift warning (#9532) to talk about "no values"Jarkko Hietaniemi2001-04-033-12/+12
* | Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)Robin Houston2001-04-034-1/+28
* | Integrate change #9530 from maintperl into mainline.Jarkko Hietaniemi2001-04-031-4/+4
* | Update Changes.Jarkko Hietaniemi2001-04-032-1/+166
* | perlfaq3: extend the silly long list even furtherJarkko Hietaniemi2001-04-031-1/+3
* | build && test XS::Typemap on VMS, glob-basic insensitivity trainingPeter Prymmer2001-04-033-3/+16
* | Configure sanity checks:Jarkko Hietaniemi2001-04-031-384/+414
* | (Retracted by #9609)Jarkko Hietaniemi2001-04-031-7/+19
* | padname values may have bogus SvCURRobin Houston2001-04-024-4/+27
* | @stash_array = split(/pat/, str);Robin Houston2001-04-021-3/+9