summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* v-strings as Objects Step 1John Peacock2001-11-157-73/+119
| | | | | Message-ID: <3BF3FE30.70D7EDCA@rowman.com> p4raw-id: //depot/perl@13028
* -x (was Re: [PATCH] new tests for command-line switches)Michael G. Schwern2001-11-154-24/+36
| | | | | Message-ID: <20011115124759.E31399@blackrider> p4raw-id: //depot/perl@13027
* Upgrade to Getopt::Long 2.26_03.Jarkko Hietaniemi2001-11-151-13/+12
| | | p4raw-id: //depot/perl@13026
* VMSCMD missingMichael G. Schwern2001-11-151-0/+3
| | | | | Message-Id: <20011115162411.M31399@blackrider> p4raw-id: //depot/perl@13025
* Re: [ID 20010713.001] use lib segmentation faultRobert Spier2001-11-151-1/+1
| | | | | Message-Id: <15348.5433.732364.963687@rls.cx> p4raw-id: //depot/perl@13024
* Update Changes.Jarkko Hietaniemi2001-11-152-1/+543
| | | p4raw-id: //depot/perl@13023
* new tests for command-line switchesRafael Garcia-Suarez2001-11-152-0/+183
| | | | | Message-ID: <20011115170030.A14193@rafael> p4raw-id: //depot/perl@13022
* Upgrade to podlators 1.13.Jarkko Hietaniemi2001-11-1512-329/+412
| | | p4raw-id: //depot/perl@13021
* skip "might be used uninitialized".Jarkko Hietaniemi2001-11-151-2/+3
| | | p4raw-id: //depot/perl@13020
* Fix for "perlio bug in koi8-r encoding". The problemJarkko Hietaniemi2001-11-153-81/+126
| | | | | | | | | seemed to be that binmode() always flushed the handle, which is not so good when switching encodings. Fixed, added Matt Sergeant's testcase, documented in perlfunc/binmode, also added a pointer about disciplines to perlfunc/open, and in general cleaned up and reformatted the open entry. p4raw-id: //depot/perl@13019
* Re: [ID 20011114.118] chop and chomp bind too tightlyRafael Garcia-Suarez2001-11-152-4/+4
| | | | | | | | | Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net> chop() and chomp() are not real list functions, so let's not have them overrideable. (Casey will be confused since in #7071 he patched the other way.) p4raw-id: //depot/perl@13018
* Re: Strange syntax error with mapRobin Barker2001-11-151-0/+10
| | | | | | Message-Id: <200111151348.NAA01299@tempest.npl.co.uk> (Applied with tweaks.) p4raw-id: //depot/perl@13017
* [DOC PATCH] mention Filter::cpp in perlrunRafael Garcia-Suarez2001-11-151-0/+3
| | | | | Message-Id: <20011115090639.A13005@rafael> p4raw-id: //depot/perl@13016
* "link =" from utils.lst was being processed oddly.Jarkko Hietaniemi2001-11-151-3/+6
| | | p4raw-id: //depot/perl@13015
* CreateTTY in -dIlya Zakharevich2001-11-151-3/+2
| | | | | Message-Id: <20011114212631.A25705@math.ohio-state.edu> p4raw-id: //depot/perl@13014
* Corify the Filter::Simple tests.Jarkko Hietaniemi2001-11-153-0/+21
| | | p4raw-id: //depot/perl@13013
* Upgrade to Filter::Simple 0.70.Jarkko Hietaniemi2001-11-159-36/+440
| | | p4raw-id: //depot/perl@13012
* Cleanliness inspired by Cygwin.Jarkko Hietaniemi2001-11-142-3/+4
| | | p4raw-id: //depot/perl@13011
* Add perlunintro (formerly known as perlunitut); regen toc.Jarkko Hietaniemi2001-11-145-38/+814
| | | p4raw-id: //depot/perl@13010
* FAQ sync.Jarkko Hietaniemi2001-11-141-1/+1
| | | p4raw-id: //depot/perl@13009
* Quieten pgcc 2.91.66 worries.Jarkko Hietaniemi2001-11-143-3/+3
| | | p4raw-id: //depot/perl@13008
* Upgrade to Switch 2.06.Jarkko Hietaniemi2001-11-144-11/+63
| | | p4raw-id: //depot/perl@13007
* Upgrade to Attribute::Handlers 0.76.Jarkko Hietaniemi2001-11-149-24/+65
| | | p4raw-id: //depot/perl@13006
* Signedness nit.Jarkko Hietaniemi2001-11-141-1/+1
| | | p4raw-id: //depot/perl@13005
* VERSIONize.Jarkko Hietaniemi2001-11-144-0/+8
| | | p4raw-id: //depot/perl@13004
* No pod in internal Net::FTP classes.Jarkko Hietaniemi2001-11-141-0/+1
| | | p4raw-id: //depot/perl@13003
* Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* Jeff Pinyan2001-11-141-25/+72
| | | | | Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@13002
* test.pl tweaks from Rafael and Pudge (assuming I decipheredJarkko Hietaniemi2001-11-141-6/+6
| | | | | Pudge correctly). p4raw-id: //depot/perl@13001
* Add comments to mark where $^X is being handled.Jarkko Hietaniemi2001-11-142-2/+2
| | | p4raw-id: //depot/perl@13000
* Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug testMichael G. Schwern2001-11-141-27/+40
| | | | | Message-ID: <20011114163825.D6519@blackrider> p4raw-id: //depot/perl@12999
* Fwd: [craigberry@mac.com: die_exit.t]Michael G. Schwern2001-11-141-6/+17
| | | | | Message-ID: <20011114131915.K5096@blackrider> p4raw-id: //depot/perl@12998
* Re: [PATCH] new version of runperl()Charles Lane2001-11-141-89/+246
| | | | | | | Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu> "VMS $^X pipes etc" patch. p4raw-id: //depot/perl@12997
* test.pl runperl() nits from Chris Nandor and Craig Berry,Jarkko Hietaniemi2001-11-141-6/+25
| | | | | and add "verbose" option to show the final command. p4raw-id: //depot/perl@12996
* Goof in some of the comment fields of #12994.Jarkko Hietaniemi2001-11-1410-10/+10
| | | p4raw-id: //depot/perl@12995
* The First, Last ranges in the Unicode data weren'tJarkko Hietaniemi2001-11-1427-122/+141
| | | | | | getting their general categories added properly; noticed by Jeffrey Friedl. p4raw-id: //depot/perl@12994
* new version of runperl()Rafael Garcia-Suarez2001-11-142-32/+73
| | | | | Message-ID: <20011114122301.A29384@rafael> p4raw-id: //depot/perl@12993
* s/parse_perl/parse_body/Michael G. Schwern2001-11-141-1/+1
| | | | | Message-Id: <20011113231754.S32567@blackrider> p4raw-id: //depot/perl@12992
* Re: [PATCH pod/perlapio.pod double-word fix]Philip Newton2001-11-141-160/+164
| | | | | | | Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com> plus a lot of paragraph reformatting because of long lines. p4raw-id: //depot/perl@12991
* A bool is not a pointer.Jarkko Hietaniemi2001-11-141-1/+1
| | | p4raw-id: //depot/perl@12990
* AUTHORS updates.Jarkko Hietaniemi2001-11-141-1/+8
| | | p4raw-id: //depot/perl@12989
* There are several MIME RFCs.Jarkko Hietaniemi2001-11-141-1/+1
| | | p4raw-id: //depot/perl@12988
* Simple little VMS fixMichael G. Schwern2001-11-142-6/+6
| | | | | Message-Id: <20011113205913.H32567@blackrider> p4raw-id: //depot/perl@12987
* VMS fixMichael G. Schwern2001-11-142-6/+5
| | | | | Message-Id: <20011113205134.F32567@blackrider> p4raw-id: //depot/perl@12986
* Re: select() broken under VMS?Michael G. Schwern2001-11-141-1/+1
| | | | | Message-Id: <20011113203842.E32567@blackrider> p4raw-id: //depot/perl@12985
* VMS fixups for IO::* testsMichael G. Schwern2001-11-148-21/+16
| | | | | Message-Id: <20011113202702.D32567@blackrider> p4raw-id: //depot/perl@12984
* s/socket/select/ typoMichael G. Schwern2001-11-141-1/+1
| | | | | Message-Id: <20011113195159.B32567@blackrider> p4raw-id: //depot/perl@12983
* Message-Id: <20011113172759.E27768@zippy.zyx.net>Larry Shatzer2001-11-131-5/+5
| | | p4raw-id: //depot/perl@12982
* Fix for the :utf8 read() bug noticed by Matt Sergeant:Jarkko Hietaniemi2001-11-132-10/+47
| | | | | | "large enough" Unicode characters returned more than one as their "Unicode size". p4raw-id: //depot/perl@12981
* vms/gen_shrfls.pl tweakCraig A. Berry2001-11-131-1/+1
| | | | | Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01> p4raw-id: //depot/perl@12980
* Minor patch to Encode.pm (detypo)Philip Newton2001-11-131-1/+1
| | | | | Message-ID: <20011113.200845@ID-11583.news.dfncis.de> p4raw-id: //depot/perl@12979