This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add created_as_... builtins to perldelta
[perl5.git] / pod / perlvar.pod
2022-03-10 Yves Ortonperlvar.pod - add more info about demarcated variable...
2022-03-06 Felipe GasperProperly handle UTF8-flagged strings when assigning...
2022-02-19 Yves OrtonReapply "docs: clarify effect of $^H, %^H, ${^WARNING_B...
2022-02-08 Paul "LeoNerd" EvansDocument that $^S is 1 inside a try block
2021-05-21 Михаил КозачковMoved 2 vars in perlvar to deprecated section
2020-12-01 Tony Cookremove ${^WIN32_SLOPPY_STAT}
2020-11-27 Dan Bookperlvar - clarify that paragraph mode also discards...
2020-09-29 Karl Williamsonperlvar: Remove mention of WIFCONTINUED
2020-08-27 Tony Cooknot only system and library calls can set errno
2020-08-27 Tony Cookclarify that errno can be set to non-zero on success
2020-08-23 Karl Williamsonperlvar: Remove PERL_VERSION... apidoc entries
2020-04-27 David MitchellRevert "docs: clarify effect of $^H, %^H, ${^WARNING_BITS}"
2020-04-18 Dan Bookperlvar - expand and link to ${^OPEN} documentation
2020-03-12 David Mitchelldocs: clarify effect of $^H, %^H, ${^WARNING_BITS}
2020-01-28 Dan BookUpdate links to perlrun to link to specific items
2020-01-02 Dan Bookrecommend numeric comparisons for $]
2019-12-10 Felipe GasperFix superfluous article and comma splice
2019-12-04 Tony Cookupdates to $^H{feature_validname} now update cop_features
2019-10-30 Tony Cookadd ${^FEATURE_BITS} to perlvar.pod
2019-10-25 E. ChorobaDocument the SIG handler behaviour for weird hook values
2019-09-03 Karl WilliamsonNote that PERL_VERSION and kin are documented
2019-05-16 Nicolas RAdjust perlvar doc for @INC
2019-03-18 Dagfinn Ilmari Man... perlvar: improve POD markup for $-[n] example
2019-03-18 Karl WilliamsonPATCH: [perl #131551] Too deep regex compilation recursion
2019-03-13 Karl Williamsonperlvar: Fix broken link
2018-12-19 James E KeenanMore specific documentation of paragraph mode.
2018-09-26 Dagfinn Ilmari Man... Remove support for setting $[ to a non-zero value
2018-08-26 David MitchellImprove docs for lastparen, lastcloseparen
2018-04-10 Ricardo Signesperlvar: update the docs on "my $_" to note its removal
2018-04-08 James E KeenanSpelling corrections from Ville Skytt.
2018-02-18 Karl WilliamsonAdd switch_to_globale_locale()
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-02-18 Karl WilliamsonAdd ${^SAFE_LOCALES}
2017-12-11 Dagfinn Ilmari Man... Note schedule for $[ removal in perlvar
2017-10-22 Lukas Maidocument semantics of %+ in perlvar in addition to...
2017-06-07 Dagfinn Ilmari Man... Make setting ${^ENCODING} to a defined value fatal
2017-05-17 Yves Ortonperldelta: clarify what these new capture variables...
2017-02-25 Dominic HargreavesDocumentation fixes for '.' possibly no longer being...
2017-01-16 AbigailNo longer mention some uses of $SIG {__DIE__} are depre...
2016-11-07 Aristotle Pagaltzisperlvar: clarify @ISA recommendations
2016-11-07 Hauke Dperlvar: document @ISA
2016-11-01 Yves Ortonnew feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE...
2016-08-07 Karl Williamsonperlvar: Emphasize that $] has unchanged behavior forever
2016-07-17 Father ChrysostomosNote in perlvar that ${^ENCODING} is removed
2016-04-22 Karl WilliamsonFix some pod errors
2016-03-11 Karl Williamsonperlvar: Add a couple links
2016-03-08 Karl Williamsonperlvar: Cross reference other pods
2016-02-25 Lukas Maiperlvar: hyperlink from $^D to perlrun/-D
2015-12-10 Lukas Maireword $@ documentation (it's not just for syntax errors)
2015-09-30 Ricardo Signesdocument the specific value of $!{E...}
2015-09-11 Thomas Sibleyperlvar: %LAST_MATCH_START is not %-
2015-07-27 Aristotle Pagaltzisperlvar: discourage $OLD_PERL_VERSION
2015-07-13 Karl WilliamsonForbid variable names with ASCII non-graphic chars
2015-07-12 Karen EtheridgeDocument $OLD_PERL_VERSION's history
2015-06-21 Aristotle Pagaltzisperlvar: fix list of defaulted array operators
2015-05-06 Karl Williamsonperlvar: Mention literal cntrls are deprecated in var...
2015-04-28 Aristotle PagaltzisAlso restore the index entry for $OLD_PERL_VERSION
2015-04-27 Karen Etheridgeadd back documentation that $OLD_PERL_VERSION is an...
2015-04-27 Karen Etheridgemove the documentation for $] out of the deprecated...
2015-02-06 Father Chrysostomosperlvar typo
2015-02-06 David Goldenperlvar: further clarify version number representations...
2015-02-06 David Goldenperlvar: revise $] and $^V with less bias
2014-11-24 Karl Williamsonperlvar: Add info
2014-11-21 Karl Williamsonperlvar: More text about ${^ENCODING}; refer by perldiag
2014-11-21 Dagfinn Ilmari Man... Deprecate setting ${^ENCODING}
2014-11-01 Shlomi FishMove away from $a and $b for examples.
2014-10-19 Karl Williamsonperlvar: Note a deprecation
2014-06-05 Karl WilliamsonRevert "PATCH: [perl #119499] "$!" with UTF-8 flag"
2014-04-07 SHIRAKATA Kentaronitpicks
2014-04-01 Karl WilliamsonPATCH: [perl #119499] "$!" with UTF-8 flag
2014-02-19 David Goldenperlvar.pod: suggest string comparisons for $]
2014-02-03 Yves Ortondeal with assignment to $/ better, deprecate edge cases...
2014-01-20 Ricardo Signesdocument $^P's 0x800 and 0x1000
2013-10-11 Dagfinn Ilmari Man... Remove non-existent English variable names from perlvar
2013-07-24 David Mitchellperlvar.pod: add a separate section on $& et al
2013-07-13 Father ChrysostomosWrap a long verbatim line in perlvar.pod
2013-07-13 Father Chrysostomosperlvar: Don’t mention dev version
2013-07-13 Kent Fredricpod/perlvar.pod: Document changes to %ENV
2013-07-12 Father ChrysostomosConsistent spaces after dots in perlvar
2013-06-23 James E KeenanDocumentation corrections from Wallace Reis++.
2013-05-26 David Mitchellre-enable Copy-on-Write by default.
2013-05-06 David MitchellRevert "Update docs to concur with $`,$&,$' changes"
2013-03-23 Ricardo Signesfix a missed s/deprecated/experimental/ for my $_
2012-12-12 Karl Williamsonperlvar.pod: Slight clarification, typo
2012-12-09 Tony Cookremove the warning added for 5.16 and indicate the...
2012-12-04 Father ChrysostomosDeprecate lexical $_
2012-11-27 Father ChrysostomosUpdate docs to concur with $`,$&,$' changes
2012-11-12 Father Chrysostomosperlvar: two spaces after dots
2012-11-12 Tom WyantDocumentation of non-handle IO::Handle methods in perlv...
2012-09-26 Karl Williamsonperlvar.pod: Document UTF8CACHE
2012-09-18 Father Chrysostomos${^LAST_FH}
2012-08-15 Joaquin Ferreroperlvar.pod, line 1337, bad filehandle
2012-08-02 Father Chrysostomos[perl #114020] perlvar: warn against my $_
2012-08-02 Father Chrysostomosperlvar: Document all uses of implicit $_
2012-07-29 Father Chrysostomosperlvar: Correct $^S’s description
2012-06-27 Brian Fraserperlvar: #109408
2012-06-22 Walt MankowskiFixed repeated words
2012-03-25 Craig A. BerryClarify VMS-specific handling of $/ = \N.
2012-03-23 Tony Cook[rt #79960] document how broken $/ = \N is for unicode...
2012-03-08 Father Chrysostomosperlvar: Fix long lines
next