summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
Commit message (Collapse)AuthorAgeFilesLines
* add note about how $( doesn't interpolate in REs (fromGurusamy Sarathy2000-05-021-2/+2
| | | | | Philip Newton <newton@ficus.frogspace.net>) p4raw-id: //depot/perl@6048
* pod nit (from Simon Cozens)Gurusamy Sarathy2000-04-281-1/+1
| | | p4raw-id: //depot/perl@5992
* Document that tr() is not tr(1).Jarkko Hietaniemi2000-04-251-0/+6
| | | p4raw-id: //depot/cfgperl@5946
* Integrate with Sarathy.Jarkko Hietaniemi2000-04-241-1/+1
| | | p4raw-id: //depot/cfgperl@5937
* better notes on s///ee (from Simon Cozens <simon@cozens.net>)Gurusamy Sarathy2000-03-191-5/+10
| | | p4raw-id: //depot/perl@5817
* fixes for broken L<> links (from Wolfgang LaunGurusamy Sarathy2000-03-131-1/+1
| | | | | <wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@5715
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-131-5/+6
| | | p4raw-id: //depot/perl@5712
* mention autoflush portability caveatGurusamy Sarathy2000-03-131-0/+6
| | | p4raw-id: //depot/perl@5703
* clarify docs on return value from binding operatorsGurusamy Sarathy2000-03-081-2/+5
| | | p4raw-id: //depot/perl@5613
* move doc about v-strings from perlop to perldata (suggested byGurusamy Sarathy2000-03-021-16/+0
| | | | | David Dyck <dcd@tc.fluke.com>) p4raw-id: //depot/perl@5452
* fix Pod::Html to recognize C<< > >> etc., and convert some podsGurusamy Sarathy2000-02-291-30/+30
| | | | | to the more readable form (from Robin Barker) p4raw-id: //depot/perl@5373
* Lift the 32-bit straightjacket from bit ops;Jarkko Hietaniemi2000-02-281-3/+6
| | | | | prefer IV/UV over NV in sv_2pv(). p4raw-id: //depot/cfgperl@5329
* remove outdated info about csh and glob(); glob() need not failGurusamy Sarathy2000-02-271-12/+3
| | | | | when tainting anymore if using internal globbing p4raw-id: //depot/perl@5286
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-02-241-1/+1
| | | p4raw-id: //depot/perl@5234
* per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> andGurusamy Sarathy2000-02-231-0/+3
| | | | | C<use 5.6.0> work as well; underscores are now permitted in v-strings p4raw-id: //depot/perl@5220
* remove vestiges of older attribute syntaxGurusamy Sarathy2000-02-221-1/+1
| | | p4raw-id: //depot/perl@5202
* remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-211-11/+12
| | | | | | | | now); avoid the word "tuple" to describe strings represented as character ordinals; usurp $PERL_VERSION for $^V as suggested by Larry, deprecate $] ; adjust the documentation and testsuite accordingly p4raw-id: //depot/perl@5186
* support sprintf("v%v", v1.2.3) (works on any string argument, inGurusamy Sarathy2000-02-061-8/+9
| | | | | fact); add tests for version tuples p4raw-id: //depot/perl@4998
* pod updates (from David Adler, M J T Guy)Gurusamy Sarathy2000-02-041-1/+1
| | | p4raw-id: //depot/perl@4979
* introduce $^V (eq chr($revision) . chr($version) . chr($subversion));Gurusamy Sarathy2000-01-301-0/+13
| | | | | document version tuples p4raw-id: //depot/perl@4927
* wrong category for exec() warningGurusamy Sarathy2000-01-221-1/+1
| | | p4raw-id: //depot/perl@4844
* typo fixGurusamy Sarathy2000-01-211-3/+3
| | | p4raw-id: //depot/perl@4829
* pod nits from Simon Cozens <simon@brecon.co.uk> and othersGurusamy Sarathy1999-12-281-1/+1
| | | p4raw-id: //depot/perl@4720
* typo, doc tweakGurusamy Sarathy1999-10-241-2/+2
| | | p4raw-id: //depot/perl@4438
* clarify significance of parens for "x" (from M.J.T. GuyGurusamy Sarathy1999-10-141-4/+5
| | | | | <mjtg@cus.cam.ac.uk>) p4raw-id: //depot/perl@4379
* [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503Vlad Harchev1999-10-131-1/+1
| | | | | | To: perl5-porters@perl.org Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain> p4raw-id: //depot/cfgperl@4367
* various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)Gurusamy Sarathy1999-10-131-4/+9
| | | p4raw-id: //depot/perl@4359
* Undo #4055 (related to #4079).Jarkko Hietaniemi1999-09-051-6/+2
| | | p4raw-id: //depot/cfgperl@4080
* Time is not yet ripe.Jarkko Hietaniemi1999-09-051-5/+5
| | | p4raw-id: //depot/cfgperl@4079
* Enable 64-bit clean bit ops.Jarkko Hietaniemi1999-09-041-5/+5
| | | | | (Disables the t/op/misc.t substest 3 in 64-bit platforms.) p4raw-id: //depot/cfgperl@4070
* Document the undefinedness of overshifting.Jarkko Hietaniemi1999-08-301-2/+6
| | | p4raw-id: //depot/cfgperl@4055
* Use \N{named characters} instead of \C.Ilya Zakharevich1999-08-301-2/+2
| | | | | | | | | To: jhi@iki.fi Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce), perl5-porters@perl.org (Mailing list Perl5) Subject: Re: [PATCH 5.005_58] Named characters in Perl Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4052
* Introduce the charnames pragma.Jarkko Hietaniemi1999-08-041-1/+3
| | | | | | | | | | | | | | | | Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu> To: Chip Salzenberg <[11]chip@perlsupport.com> Cc: Mailing list Perl5 <[12]perl5-porters@perl.org> Date: Sat, 31 Jul 1999 05:44:05 -0400 Message-Id: <[13]199907311407.IAA25042@localhost.frii.com> From: Ilya Zakharevich <ilya@math.ohio-state.edu> To: Mailing list Perl5 <perl5-porters@perl.org> Subject: [PATCH 5.005_58] Named characters in Perl Date: Mon, 2 Aug 1999 19:25:40 -0400 Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3916
* pod fixes (with minor edits) from Abigail, Ronald Kimball, JonGurusamy Sarathy1999-07-171-3/+18
| | | | | | Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and Steve Lidie p4raw-id: //depot/perl@3676
* major pod update from Tom ChristiansenGurusamy Sarathy1999-05-241-404/+425
| | | p4raw-id: //depot/perl@3460
* Win32 and VC++ 98 doesn't support CASTIJan Dubois1999-05-101-6/+8
| | | | | Message-ID: <373067e9.56194713@smtp1.ibm.net> p4raw-id: //depot/perl@3379
* doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>Gurusamy Sarathy1999-03-241-4/+6
| | | p4raw-id: //depot/perl@3151
* correct slurp mode docGurusamy Sarathy1999-02-171-1/+2
| | | p4raw-id: //depot/perl@2969
* undo change#2465 (qw[] is a real list now)Gurusamy Sarathy1999-02-161-4/+0
| | | | | p4raw-link: @2465 on //depot/cfgperl: 49bb67615f25aa24217b077bcddd9be35d8b60e1 p4raw-id: //depot/perl@2960
* applied suggested patch, with several language/readability tweaksIlya Zakharevich1999-02-141-36/+95
| | | | | | Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu> Subject: Re: [PATCH 5.005_*] Better parsing docs p4raw-id: //depot/perl@2919
* slurping an empty file should return '' rather than undef, withGurusamy Sarathy1999-02-141-4/+11
| | | | | commensurate effects on ARGV processing p4raw-id: //depot/perl@2910
* clarify docs for change#2835Gurusamy Sarathy1999-02-091-1/+8
| | | | | p4raw-link: @2835 on //depot/perl: 8127e0e3c3aeffc5d0bcdebd664c0fd7cd5bd9fe p4raw-id: //depot/perl@2845
* make qw() into a true list at compile time (slightly modifiedGurusamy Sarathy1999-02-081-4/+4
| | | | | variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>) p4raw-id: //depot/perl@2835
* tweak doc on bitwise opsGurusamy Sarathy1999-02-071-3/+7
| | | p4raw-id: //depot/perl@2824
* properly prototype check parenthesized unary ops (e.g. defined(&a,&b))Gurusamy Sarathy1999-02-071-1/+1
| | | p4raw-id: //depot/perl@2817
* PATCH: perlmodlib.podArtur Bergman1998-12-281-19/+20
| | | | | | To: perlbug@perl.com Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com> p4raw-id: //depot/cfgperl@2506
* Document that qw() taints.Christian Burger1998-12-121-0/+4
| | | | | | | To: perlbug@perl.com Subject: taint problems Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de> p4raw-id: //depot/cfgperl@2465
* additional documentation for qr//Ilya Zakharevich1998-11-281-15/+37
| | | | | | Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Documentation (fwd) p4raw-id: //depot/perl@2366
* apply minimal variant of patch (sent via private mail)Jarkko Hietaniemi1998-09-231-0/+8
| | | | | | Message-Id: <199808121242.PAA29761@comanche.spices> Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands p4raw-id: //depot/perl@1803
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-5/+15
| | | p4raw-id: //depot/utfperl@1651