This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Adjust executable suffix checks for VMS
[perl5.git] / pod / perlvar.pod
2002-05-31 Paul GreenAdjust executable suffix checks for VMS
2002-05-31 Paul GreenImproved $^X patch
2002-05-30 Paul GreenRE: [PATCH pod/perlvar.pod] $^X
2002-05-30 Abhijit Menon-Sen Ronald Kimball pointed out that there was a run...
2002-05-30 Stas Bekman$^X
2002-03-31 Philip NewtonRe: [Patch] pod/perlvar.pod
2002-03-30 Dan Kogai[Patch] pod/perlvar.pod
2002-03-27 Jarkko HietaniemiI like doubleclicking on URLs in pods to select them.
2002-03-23 Jarkko HietaniemiSlight tweaks on #15443.
2002-03-23 Mark-Jason Dominuspatch [bleadperl]: Document %! special variable
2002-03-15 Jarkko HietaniemiBe more explicit on when is the $! worth anything.
2002-03-06 Abhijit Menon-Sen Subject: Update perlhist.pod
2002-03-04 Jeffrey Friedlsmall 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. Kimballperlvar.pod fix
2001-11-20 Jarkko HietaniemiDocument ${^OPEN}.
2001-11-16 Abhijit Menon-Sen[PATCH] Doc spellcheck + podcheck
2001-11-08 Mark-Jason Dominusreplace perl.com/CPAN/ with http://www.cpan.org/
2001-10-28 Jarkko HietaniemiAdd the encoding pragma to control the "upgrade"
2001-10-22 Michael G. SchwernUndeprecating $]
2001-10-09 Ronald J. KimballRe: [PATCH mg.c gv.c and others] ${^TAINT}
2001-10-08 Michael G. SchwernRe: [PATCH mg.c gv.c and others] ${^TAINT}
2001-09-30 Rafael Garcia-Suarezadditional docs and tests
2001-09-23 Rafael Garcia-Suarezproposal : put the @INC-hooks directly in %INC
2001-09-20 Dave MitchellRe: ARGV and read
2001-09-07 Stas BekmanRe: perlvar manpage and localizing special vars
2001-08-28 Rafael Garcia-Suarezput 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 KaronenRewrite $. entry and switch to -> syntax
2001-08-10 Mark A. Hershbergerpatch for perlvar.pod
2001-08-08 Craig A. Berrybetter VMS docs for $?, exit(), and system()
2001-07-29 Jeff Pinyan$^N foolery as well
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Philip NewtonSuggestion for mnemonic for $^N
2001-06-30 Jarkko HietaniemiAdd support for $^N, the most-recently closed group.
2001-06-18 Jon Gunnip$@ Clarification in pod/perlvar.pod
2001-06-03 Jarkko HietaniemiMention that lexicalizing $a or $b is a bad idea if one
2001-05-30 Jarkko Hietaniemiperlvar.pod addition
2001-05-30 Jeff Pinyanperlvar.pod -- why isn't @F here?
2001-03-27 Simon Cozensperlvar nit
2001-01-24 Charles BaileySYN SYN
2001-01-23 Abigailpod/perlvar.pod
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-11-01 Garry T. WilliamsMake the POSIX::setuid and POSIX::setgid to really...
2000-10-20 Charles BaileySYN SYN
2000-08-04 Stephen P. PotterMinor tweak to perlvar.pod
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Paul SaabIn new BSDs changes to argv[] do not show up in ps...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-01 Gurusamy Sarathyintroduce @LAST_MATCH_START and @LAST_MATCH_END, Englis...
2000-04-28 Gurusamy Sarathyvarious minor tweaks seen on p5p
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyvarious pod nits (from Larry Virden and others)
2000-03-03 Gurusamy Sarathywhitespace and readabiliti nits in the pods (from Micha...
2000-02-28 Gurusamy Sarathyfix outdated URLs (from Michael G Schwern)
2000-02-22 Gurusamy Sarathyremove vestiges of older attribute syntax
2000-02-21 Gurusamy Sarathyremove dual-valueness of v-strings (i.e., they are...
2000-02-20 Gurusamy Sarathyrevise docs on @+ and @- (from Tom "Camel" Christiansen)
2000-02-19 Gurusamy Sarathyset close-on-exec flag on sockets too, like we do for...
2000-02-19 Gurusamy Sarathyrename byte:: to bytes::
2000-02-19 Gurusamy SarathyEnglish names for $^R and $^S
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-08 Gurusamy Sarathyalias to $^V to $PERL_VERSION_TUPLE
2000-02-07 Gurusamy Sarathychange $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-02-07 Gurusamy Sarathy${^Warnings} renamed to ${^WARNING_BITS}
2000-02-07 Gurusamy Sarathypod fixes (from Abigail and M J T Guy)
2000-02-07 Gurusamy Sarathyremove $^U dependent behaviors in runtime; chr() and...
2000-02-04 Gurusamy Sarathypatch to provide more informative names for evals and...
2000-01-31 Gurusamy Sarathyintroduce $^U, a global bit to indicate whether system
2000-01-30 Gurusamy Sarathyintroduce $^V (eq chr($revision) . chr($version) ....
2000-01-21 Gurusamy Sarathynotes about $^H and %^H from Ilya Zakharevich; substantial
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathynewer version of constant.pm from Tom Phoenix; added...
1999-08-29 Jarkko HietaniemiRename warning to warnings, from Paul Marquess.
1999-07-17 Gurusamy Sarathypod fixes (with minor edits) from Abigail, Ronald Kimba...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-05-28 Paul JohnsonFixes related to working local $.
1999-05-24 Gurusamy Sarathymore pod updates from Tom Christiansen; regen perltoc
1999-05-24 Gurusamy Sarathymajor pod update from Tom Christiansen
1999-02-28 Gurusamy Sarathytodo item: permit extended control variables a la ...
1999-02-15 Gurusamy Sarathyclarify what a "line" is
1999-02-15 Gurusamy Sarathypatches suggested by John Bley <jbb6@acpub.duke.edu...
1999-02-14 Gurusamy Sarathyslurping an empty file should return '' rather than...
1998-12-02 Tom ChristiansenFix most of the bad L<> links of
1998-11-29 Nick Ing-SimmonsUpdate docs and English.pm for $^C
1998-11-28 Ilya ZakharevichChange $#+
1998-11-28 John TobeyPATCH: document English.pm sawampersand and thread...
1998-11-08 Gurusamy Sarathyset close-on-exec bit on pipe() FDs
1998-10-30 Gurusamy Sarathymention the C<$SIG{CHLD} = 'IGNORE'> special case
1998-09-23 Ilya Zakharevichsupport match indices via special variables @- and @+
1998-06-24 Gurusamy Sarathycheck in what change#1182 didn't, and Changes
1998-06-21 Ilya Zakharevichapplied patch, with edits to the prose
1998-06-15 Tom Christiansendocumentation update from tchrist
1998-06-10 Hans MulderMangled 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 Hietaniemiretry [PATCH] 5.004_59: the perlhist.pod etc
1998-01-04 Tye McQueen[win32] Add a tweaked version of:
next