summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
Commit message (Collapse)AuthorAgeFilesLines
* $^N foolery as wellJeff Pinyan2001-07-291-4/+2
| | | | | Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@11474
* Suggestion for mnemonic for $^NPhilip Newton2001-07-021-1/+4
| | | | | Message-Id: <200107010733.KAA03920@taas.iki.fi> p4raw-id: //depot/perl@11073
* Add support for $^N, the most-recently closed group.Jarkko Hietaniemi2001-06-301-3/+18
| | | p4raw-id: //depot/perl@11038
* $@ Clarification in pod/perlvar.podJon Gunnip2001-06-181-4/+4
| | | | | Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com> p4raw-id: //depot/perl@10687
* Mention that lexicalizing $a or $b is a bad idea if oneJarkko Hietaniemi2001-06-031-1/+3
| | | | | wants to use sort(). p4raw-id: //depot/perl@10409
* perlvar.pod additionJarkko Hietaniemi2001-05-301-0/+13
| | | | | | | | | | | | | | From: Peter Gessner <peter.gessner@post.rwth-aachen.de> Date: Fri, 25 May 2001 20:23:12 +0200 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de> Subject: Re: perlvar.pod addition From: "Abigail" <abigail@foad.org> Date: Fri, 25 May 2001 22:00:39 +0200 Message-ID: <20010525200039.28029.qmail@foad.org> Mention $a and $b in perlvar. p4raw-id: //depot/perl@10305
* perlvar.pod -- why isn't @F here?Jeff Pinyan2001-05-301-0/+7
| | | | | Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@10304
* perlvar nitSimon Cozens2001-03-271-1/+1
| | | | | Message-ID: <20010327011201.A19179@netthink.co.uk> p4raw-id: //depot/perl@9378
* pod/perlvar.podAbigail2001-01-231-7/+12
| | | | | Message-ID: <20010123004110.22259.qmail@foad.org> p4raw-id: //depot/perl@8525
* Make the POSIX::setuid and POSIX::setgid to really call setuid()Garry T. Williams2000-11-011-1/+11
| | | | | | | | | | | | and setgid() because they were just changing $< and $( which means only changing the real uid/gid, as opposed to changing both real and effective ids. (The alternative way could have been in POSIX.pm to change $> and $), too, but making a direct call to the C API feels cleaner.) Fixes the bug Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid() Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net> p4raw-id: //depot/perl@7521
* Minor tweak to perlvar.podStephen P. Potter2000-08-041-1/+1
| | | | | Message-Id: <200004181326.JAA01560@spp.users.ds.net> p4raw-id: //depot/perl@6518
* In new BSDs changes to argv[] do not show up in ps(1) output,Paul Saab2000-08-021-0/+5
| | | | | | | | | | | instead one must use setproctitle(). This was already addressed by change #6457, but the below has a new variant for FreeBSD 4.0 or later, and the matter is also documented more. Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps Message-Id: <20000801154139.A53740@yahoo-inc.com> p4raw-link: @6457 on //depot/perl: 0c9177abdae6e91f4dfdab2ef3cc817ec901e51eon //depot/metaconfig: efc5abcdbec468dfb20e18acbe3ab6c1cd9e92c3 p4raw-id: //depot/perl@6483
* introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliasesGurusamy Sarathy2000-05-011-0/+4
| | | | | for @- and @+ (from Johan Vromans) p4raw-id: //depot/perl@6030
* various minor tweaks seen on p5pGurusamy Sarathy2000-04-281-1/+1
| | | p4raw-id: //depot/perl@5993
* various pod nits (from Larry Virden and others)Gurusamy Sarathy2000-04-241-4/+4
| | | p4raw-id: //depot/perl@5917
* whitespace and readabiliti nits in the pods (from Michael G SchwernGurusamy Sarathy2000-03-031-9/+9
| | | | | and Robin Barker) p4raw-id: //depot/perl@5493
* fix outdated URLs (from Michael G Schwern)Gurusamy Sarathy2000-02-281-1/+1
| | | p4raw-id: //depot/perl@5319
* 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-12/+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
* revise docs on @+ and @- (from Tom "Camel" Christiansen)Gurusamy Sarathy2000-02-201-10/+37
| | | p4raw-id: //depot/perl@5159
* set close-on-exec flag on sockets too, like we do for filesGurusamy Sarathy2000-02-191-1/+2
| | | | | and pipes p4raw-id: //depot/perl@5137
* rename byte:: to bytes::Gurusamy Sarathy2000-02-191-2/+2
| | | p4raw-id: //depot/perl@5133
* English names for $^R and $^SGurusamy Sarathy2000-02-191-0/+4
| | | p4raw-id: //depot/perl@5132
* alias to $^V to $PERL_VERSION_TUPLEGurusamy Sarathy2000-02-081-0/+2
| | | p4raw-id: //depot/perl@5039
* change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;Gurusamy Sarathy2000-02-071-13/+15
| | | | | introduce -C switch (sets $^WIDE_SYSTEM_CALLS) p4raw-id: //depot/perl@5029
* ${^Warnings} renamed to ${^WARNING_BITS}Gurusamy Sarathy2000-02-071-1/+1
| | | p4raw-id: //depot/perl@5025
* pod fixes (from Abigail and M J T Guy)Gurusamy Sarathy2000-02-071-2/+2
| | | p4raw-id: //depot/perl@5015
* remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)Gurusamy Sarathy2000-02-071-30/+8
| | | | | | | now return bytes all the way to 255, they will be transparently coerced (in future) to UTF-8 when they are used in operations involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore p4raw-id: //depot/perl@5013
* patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-041-0/+17
| | | | | subroutines (from Ilya Zakharevich) p4raw-id: //depot/perl@4975
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-0/+35
| | | | | | | calls should using widechar APIs; chr and sprintf "%c" also follow this flag in the absense of "use byte"; "use utf8" sets $^U=1 (this appears kludgey) p4raw-id: //depot/perl@4937
* introduce $^V (eq chr($revision) . chr($version) . chr($subversion));Gurusamy Sarathy2000-01-301-0/+22
| | | | | document version tuples p4raw-id: //depot/perl@4927
* notes about $^H and %^H from Ilya Zakharevich; substantialGurusamy Sarathy2000-01-211-2/+48
| | | | | fixups of faulty facts and prose p4raw-id: //depot/perl@4828
* newer version of constant.pm from Tom Phoenix; added Tom's notes toGurusamy Sarathy1999-12-281-1/+1
| | | | | perldelta; added STOP, DESTROY and AUTOLOAD to specials list p4raw-id: //depot/perl@4718
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-9/+7
| | | p4raw-id: //depot/cfgperl@4038
* pod fixes (with minor edits) from Abigail, Ronald Kimball, JonGurusamy Sarathy1999-07-171-5/+3
| | | | | | Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and Steve Lidie p4raw-id: //depot/perl@3676
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-0/+7
| | | | | | | due to leaked scalar, investigation pending) Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk> Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings p4raw-id: //depot/perl@3640
* Fixes related to working local $.Paul Johnson1999-05-281-2/+4
| | | | | | To: perl5-porters <perl5-porters@perl.org> Message-ID: <19990528151118.A289@west-tip.transeda.com> p4raw-id: //depot/cfgperl@3494
* more pod updates from Tom Christiansen; regen perltocGurusamy Sarathy1999-05-241-37/+36
| | | p4raw-id: //depot/perl@3462
* major pod update from Tom ChristiansenGurusamy Sarathy1999-05-241-297/+324
| | | p4raw-id: //depot/perl@3460
* todo item: permit extended control variables a la ${^Foo} (patchGurusamy Sarathy1999-02-281-0/+48
| | | | | courtesy Mark-Jason Dominus <mjd@plover.com>) p4raw-id: //depot/perl@3039
* clarify what a "line" isGurusamy Sarathy1999-02-151-2/+8
| | | p4raw-id: //depot/perl@2932
* patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)Gurusamy Sarathy1999-02-151-3/+3
| | | | | | | | | | | Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST) Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu> Subject: [PATCH]5.005_54 (DOC) fix many typos -- Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST) Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu> Subject: [PATCH]5.005_54 (DOC) typos p4raw-id: //depot/perl@2929
* slurping an empty file should return '' rather than undef, withGurusamy Sarathy1999-02-141-2/+2
| | | | | commensurate effects on ARGV processing p4raw-id: //depot/perl@2910
* Fix most of the bad L<> links ofTom Christiansen1998-12-021-2/+6
| | | | | | | | | | | Subject: bad L<> links Reply-to: tchrist@perl.com To: perlbug@jhereg.perl.com Message-Id: <199808111658.KAA00484@jhereg.perl.com> The ones not fixed may require darker Pod::HTML magic, for example the perlguts.html#tags should work fine, IMHO. p4raw-id: //depot/cfgperl@2437
* Update docs and English.pm for $^CNick Ing-Simmons1998-11-291-0/+9
| | | p4raw-id: //depot/perl@2397
* Change $#+Ilya Zakharevich1998-11-281-10/+13
| | | | | Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2373
* PATCH: document English.pm sawampersand and thread issuesJohn Tobey1998-11-281-0/+21
| | | | | Message-Id: <m0zgZWx-000FOgC@feynman.localnet> p4raw-id: //depot/perl@2362
* set close-on-exec bit on pipe() FDsGurusamy Sarathy1998-11-081-1/+1
| | | p4raw-id: //depot/perl@2215
* mention the C<$SIG{CHLD} = 'IGNORE'> special caseGurusamy Sarathy1998-10-301-0/+4
| | | p4raw-id: //depot/perl@2152
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-0/+24
| | | | | | Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] @- and @+ p4raw-id: //depot/perl@1800