Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Re: [ID 20011114.118] chop and chomp bind too tightly | Rafael Garcia-Suarez | 2001-11-15 | 2 | -4/+4 | |
| * | Re: Strange syntax error with map | Robin Barker | 2001-11-15 | 1 | -0/+10 | |
| * | [DOC PATCH] mention Filter::cpp in perlrun | Rafael Garcia-Suarez | 2001-11-15 | 1 | -0/+3 | |
| * | "link =" from utils.lst was being processed oddly. | Jarkko Hietaniemi | 2001-11-15 | 1 | -3/+6 | |
| * | CreateTTY in -d | Ilya Zakharevich | 2001-11-15 | 1 | -3/+2 | |
| * | Corify the Filter::Simple tests. | Jarkko Hietaniemi | 2001-11-15 | 3 | -0/+21 | |
| * | Upgrade to Filter::Simple 0.70. | Jarkko Hietaniemi | 2001-11-15 | 9 | -36/+440 | |
| * | Cleanliness inspired by Cygwin. | Jarkko Hietaniemi | 2001-11-14 | 2 | -3/+4 | |
| * | Add perlunintro (formerly known as perlunitut); regen toc. | Jarkko Hietaniemi | 2001-11-14 | 5 | -38/+814 | |
| * | FAQ sync. | Jarkko Hietaniemi | 2001-11-14 | 1 | -1/+1 | |
| * | Quieten pgcc 2.91.66 worries. | Jarkko Hietaniemi | 2001-11-14 | 3 | -3/+3 | |
| * | Upgrade to Switch 2.06. | Jarkko Hietaniemi | 2001-11-14 | 4 | -11/+63 | |
| * | Upgrade to Attribute::Handlers 0.76. | Jarkko Hietaniemi | 2001-11-14 | 9 | -24/+65 | |
| * | Signedness nit. | Jarkko Hietaniemi | 2001-11-14 | 1 | -1/+1 | |
| * | VERSIONize. | Jarkko Hietaniemi | 2001-11-14 | 4 | -0/+8 | |
| * | No pod in internal Net::FTP classes. | Jarkko Hietaniemi | 2001-11-14 | 1 | -0/+1 | |
| * | Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* | Jeff Pinyan | 2001-11-14 | 1 | -25/+72 | |
| * | test.pl tweaks from Rafael and Pudge (assuming I deciphered | Jarkko Hietaniemi | 2001-11-14 | 1 | -6/+6 | |
| * | Add comments to mark where $^X is being handled. | Jarkko Hietaniemi | 2001-11-14 | 2 | -2/+2 | |
| * | Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test | Michael G. Schwern | 2001-11-14 | 1 | -27/+40 | |
| * | Fwd: [craigberry@mac.com: die_exit.t] | Michael G. Schwern | 2001-11-14 | 1 | -6/+17 | |
| * | Re: [PATCH] new version of runperl() | Charles Lane | 2001-11-14 | 1 | -89/+246 | |
| * | test.pl runperl() nits from Chris Nandor and Craig Berry, | Jarkko Hietaniemi | 2001-11-14 | 1 | -6/+25 | |
| * | Goof in some of the comment fields of #12994. | Jarkko Hietaniemi | 2001-11-14 | 10 | -10/+10 | |
| * | The First, Last ranges in the Unicode data weren't | Jarkko Hietaniemi | 2001-11-14 | 27 | -122/+141 | |
| * | new version of runperl() | Rafael Garcia-Suarez | 2001-11-14 | 2 | -32/+73 | |
| * | s/parse_perl/parse_body/ | Michael G. Schwern | 2001-11-14 | 1 | -1/+1 | |
| * | Re: [PATCH pod/perlapio.pod double-word fix] | Philip Newton | 2001-11-14 | 1 | -160/+164 | |
| * | A bool is not a pointer. | Jarkko Hietaniemi | 2001-11-14 | 1 | -1/+1 | |
| * | AUTHORS updates. | Jarkko Hietaniemi | 2001-11-14 | 1 | -1/+8 | |
| * | There are several MIME RFCs. | Jarkko Hietaniemi | 2001-11-14 | 1 | -1/+1 | |
| * | Simple little VMS fix | Michael G. Schwern | 2001-11-14 | 2 | -6/+6 | |
| * | VMS fix | Michael G. Schwern | 2001-11-14 | 2 | -6/+5 | |
| * | Re: select() broken under VMS? | Michael G. Schwern | 2001-11-14 | 1 | -1/+1 | |
| * | VMS fixups for IO::* tests | Michael G. Schwern | 2001-11-14 | 8 | -21/+16 | |
| * | s/socket/select/ typo | Michael G. Schwern | 2001-11-14 | 1 | -1/+1 | |
| * | Message-Id: <20011113172759.E27768@zippy.zyx.net> | Larry Shatzer | 2001-11-13 | 1 | -5/+5 | |
| * | Fix for the :utf8 read() bug noticed by Matt Sergeant: | Jarkko Hietaniemi | 2001-11-13 | 2 | -10/+47 | |
| * | vms/gen_shrfls.pl tweak | Craig A. Berry | 2001-11-13 | 1 | -1/+1 | |
| * | Minor patch to Encode.pm (detypo) | Philip Newton | 2001-11-13 | 1 | -1/+1 | |
| * | Evil tabulators. | Jarkko Hietaniemi | 2001-11-13 | 1 | -10/+10 | |
| * | Document the available encodings. | Jarkko Hietaniemi | 2001-11-13 | 1 | -2/+84 | |
| * | Re: Why *not* use UNIVERSAL qw( isa can ) ; ?? | Barrie Slaymaker | 2001-11-13 | 1 | -2/+4 | |
| * | Re: Why *not* use UNIVERSAL qw( isa can ) ; ?? | Barrie Slaymaker | 2001-11-13 | 2 | -55/+77 | |
| * | docco tweaks | Barrie Slaymaker | 2001-11-13 | 1 | -13/+23 | |
| * | [PATCH] Attack of the C loops, round 1 | Richard Soderberg | 2001-11-13 | 1 | -2/+2 | |
| * | Update to Filter::Util::Call | Paul Marquess | 2001-11-13 | 2 | -25/+25 | |
| * | Making vmsish.pm a no-op on non-VMS | Michael G. Schwern | 2001-11-13 | 4 | -17/+31 | |
| * | :utf8 works only with perlio. | Jarkko Hietaniemi | 2001-11-13 | 1 | -7/+15 | |
| * | Re: @Config -"des" not quite working on VMS | Charles Lane | 2001-11-13 | 1 | -1/+4 |