Integrate perlio:
[p5sagit/p5-mst-13.2.git] / pod / perlvar.pod
2002-03-06 Abhijit Menon-Sen Subject: Update perlhist.pod
2002-03-04 Jeffrey Friedl small doc update to promote '-no_match_vars' of 'use...
2002-02-26 Rafael Garcia-Suarez "." is not in @INC when -T
2001-11-27 Ronald J. Kimball perlvar.pod fix
2001-11-20 Jarkko Hietaniemi Document ${^OPEN}.
2001-11-16 Abhijit Menon-Sen [PATCH] Doc spellcheck + podcheck
2001-11-08 Mark-Jason Dominus replace perl.com/CPAN/ with http://www.cpan.org/
2001-10-28 Jarkko Hietaniemi Add the encoding pragma to control the "upgrade"
2001-10-22 Michael G. Schwern Undeprecating $]
2001-10-09 Ronald J. Kimball Re: [PATCH mg.c gv.c and others] ${^TAINT}
2001-10-08 Michael G. Schwern Re: [PATCH mg.c gv.c and others] ${^TAINT}
2001-09-30 Rafael Garcia-Suarez additional docs and tests
2001-09-23 Rafael Garcia-Suarez proposal : put the @INC-hooks directly in %INC
2001-09-20 Dave Mitchell Re: ARGV and read
2001-09-07 Stas Bekman Re: perlvar manpage and localizing special vars
2001-08-28 Rafael Garcia-Suarez put useful info in %INC for files loaded by a hook...
2001-08-25 Rafael Garcia-Suarez [DOC PATCH] The coderef-in-@INC feature
2001-08-20 Ilmari Karonen Rewrite $. entry and switch to -> syntax
2001-08-10 Mark A. Hershberger patch for perlvar.pod
2001-08-08 Craig A. Berry better VMS docs for $?, exit(), and system()
2001-07-29 Jeff Pinyan $^N foolery as well
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Philip Newton Suggestion for mnemonic for $^N
2001-06-30 Jarkko Hietaniemi Add support for $^N, the most-recently closed group.
2001-06-18 Jon Gunnip $@ Clarification in pod/perlvar.pod
2001-06-03 Jarkko Hietaniemi Mention that lexicalizing $a or $b is a bad idea if one
2001-05-30 Jarkko Hietaniemi perlvar.pod addition
2001-05-30 Jeff Pinyan perlvar.pod -- why isn't @F here?
2001-03-27 Simon Cozens perlvar nit
2001-01-24 Charles Bailey SYN SYN
2001-01-23 Abigail pod/perlvar.pod
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-11-01 Garry T. Williams Make the POSIX::setuid and POSIX::setgid to really...
2000-10-20 Charles Bailey SYN SYN
2000-08-04 Stephen P. Potter Minor tweak to perlvar.pod
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-02 Paul Saab In new BSDs changes to argv[] do not show up in ps...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-01 Gurusamy Sarathy introduce @LAST_MATCH_START and @LAST_MATCH_END, Englis...
2000-04-28 Gurusamy Sarathy various minor tweaks seen on p5p
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy various pod nits (from Larry Virden and others)
2000-03-03 Gurusamy Sarathy whitespace and readabiliti nits in the pods (from Micha...
2000-02-28 Gurusamy Sarathy fix outdated URLs (from Michael G Schwern)
2000-02-22 Gurusamy Sarathy remove vestiges of older attribute syntax
2000-02-21 Gurusamy Sarathy remove dual-valueness of v-strings (i.e., they are...
2000-02-20 Gurusamy Sarathy revise docs on @+ and @- (from Tom "Camel" Christiansen)
2000-02-19 Gurusamy Sarathy set close-on-exec flag on sockets too, like we do for...
2000-02-19 Gurusamy Sarathy rename byte:: to bytes::
2000-02-19 Gurusamy Sarathy English names for $^R and $^S
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-08 Gurusamy Sarathy alias to $^V to $PERL_VERSION_TUPLE
2000-02-07 Gurusamy Sarathy change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-02-07 Gurusamy Sarathy ${^Warnings} renamed to ${^WARNING_BITS}
2000-02-07 Gurusamy Sarathy pod fixes (from Abigail and M J T Guy)
2000-02-07 Gurusamy Sarathy remove $^U dependent behaviors in runtime; chr() and...
2000-02-04 Gurusamy Sarathy patch to provide more informative names for evals and...
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
2000-01-30 Gurusamy Sarathy introduce $^V (eq chr($revision) . chr($version) ....
2000-01-21 Gurusamy Sarathy notes about $^H and %^H from Ilya Zakharevich; substantial
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathy newer version of constant.pm from Tom Phoenix; added...
1999-08-29 Jarkko Hietaniemi Rename warning to warnings, from Paul Marquess.
1999-07-17 Gurusamy Sarathy pod fixes (with minor edits) from Abigail, Ronald Kimba...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-05-28 Paul Johnson Fixes related to working local $.
1999-05-24 Gurusamy Sarathy more pod updates from Tom Christiansen; regen perltoc
1999-05-24 Gurusamy Sarathy major pod update from Tom Christiansen
1999-02-28 Gurusamy Sarathy todo item: permit extended control variables a la ...
1999-02-15 Gurusamy Sarathy clarify what a "line" is
1999-02-15 Gurusamy Sarathy patches suggested by John Bley <jbb6@acpub.duke.edu...
1999-02-14 Gurusamy Sarathy slurping an empty file should return '' rather than...
1998-12-02 Tom Christiansen Fix most of the bad L<> links of
1998-11-29 Nick Ing-Simmons Update docs and English.pm for $^C
1998-11-28 Ilya Zakharevich Change $#+
1998-11-28 John Tobey PATCH: document English.pm sawampersand and thread...
1998-11-08 Gurusamy Sarathy set close-on-exec bit on pipe() FDs
1998-10-30 Gurusamy Sarathy mention the C<$SIG{CHLD} = 'IGNORE'> special case
1998-09-23 Ilya Zakharevich support match indices via special variables @- and @+
1998-06-24 Gurusamy Sarathy check in what change#1182 didn't, and Changes
1998-06-21 Ilya Zakharevich applied patch, with edits to the prose
1998-06-15 Tom Christiansen documentation update from tchrist
1998-06-10 Hans Mulder Mangled patch, needed hand-tweaks, along with binmode...
1998-05-14 Gurusamy Sarathy [win32] merge change#897 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge changes#872,873 from maintbranch
1998-02-28 Gurusamy Sarathy [win32] misc small tweaks
1998-02-20 Jarkko Hietaniemi retry [PATCH] 5.004_59: the perlhist.pod etc
1998-01-04 Tye McQueen [win32] Add a tweaked version of:
1997-09-05 Perl 5 Porters [inseparable changes from patch to perl 5.004_04]
1997-08-07 Tim Bunce [inseperable differences up to perl 5.004_02]
1997-04-07 Perl 5 Porters [inseparable changes from match from perl-5.003_97b...
1997-04-02 Nathan Torkington Pod style
1997-03-25 Perl 5 Porters [inseperable changes from patch from perl-5.003_95...
1997-03-25 Cary D. Renzema Pod updates
1997-03-25 Gisle Aas perlvar.pod patch
1997-03-08 Perl 5 Porters [inseparable changes from match from perl-5.003_93...
1997-03-08 Nat Torkington *.pod changes based on the FAQ
1997-02-21 Perl 5 Porters [inseparable changes from patch from perl5.003_27 to...
1997-02-18 Perl 5 Porters [inseparable changes from patch from perl5.003_26 to...
next