2009-10-16 |
Nicholas Clark |
Enable deprecation warnings by default. |
blob | commitdiff |
2009-10-13 |
Smylers |
perlvar $1 clarification |
blob | commitdiff | diff to current |
2009-04-07 |
Rafael Garcia-Suarez |
Deprecate assignment to $[ |
blob | commitdiff | diff to current |
2009-03-18 |
Rafael Garcia-Suarez |
Fix typo in English name of $& |
blob | commitdiff | diff to current |
2009-02-10 |
Rafael Garcia-Suarez |
Fix previous patch. Actually it's written PAREN, not... |
blob | commitdiff | diff to current |
2009-02-10 |
Moritz Lenz |
mention English name of %+ in perlvar.pod |
blob | commitdiff | diff to current |
2009-01-25 |
Rafael Garcia-Suarez |
Document that $0 is set to "-e" when perl is run with... |
blob | commitdiff | diff to current |
2008-11-03 |
Tim Bunce |
Re: @{"_<$filename"} is unreasonably tied to use of... |
blob | commitdiff | diff to current |
2008-01-08 |
Gabor Szabo |
Re: [PATCH] docs more open() and $_ related entries |
blob | commitdiff | diff to current |
2007-12-26 |
Gabor Szabo |
docs: list of places where $_ is used |
blob | commitdiff | diff to current |
2007-12-17 |
Jan Dubois |
Document that $^V is no longer a v-string |
blob | commitdiff | diff to current |
2007-12-05 |
Jan Dubois |
typo fix |
blob | commitdiff | diff to current |
2007-11-17 |
Michael G Schwern |
[perl #47533] [PATCH perlvar.pod] Missing English variables |
blob | commitdiff | diff to current |
2007-06-08 |
Rafael Garcia-Suarez |
encoding.pm doesn't give any details about ${^ENCODING}, |
blob | commitdiff | diff to current |
2007-05-04 |
David Leadbeater |
Documentation fixes for EGID/GID confusion |
blob | commitdiff | diff to current |
2007-03-22 |
Rafael Garcia-Suarez |
Remove references to perlcc from the core docs. |
blob | commitdiff | diff to current |
2007-03-08 |
Yves Orton |
Re: [PATCH] Tweaks so that miniperl.exe doesnt croak... |
blob | commitdiff | diff to current |
2007-03-07 |
Juerd Waalboer |
Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) |
blob | commitdiff | diff to current |
2007-02-27 |
Rafael Garcia-Suarez |
Rework and fix docs for %+, %- and re::Tie::Hash::Named... |
blob | commitdiff | diff to current |
2007-02-14 |
Yves Orton |
Re: [PATCH] Document that m//k works |
blob | commitdiff | diff to current |
2007-01-15 |
Yves Orton |
Add support for /k modfier for matching along with... |
blob | commitdiff | diff to current |
2007-01-04 |
Yves Orton |
Re: [PATCH] Change implementation of %+ to use a proper... |
blob | commitdiff | diff to current |
2006-10-07 |
Yves Orton |
Re: [PATCH] Initial attempt at named captures for perls... |
blob | commitdiff | diff to current |
2006-08-08 |
Sébastien Aperghis... |
Small precision about $SIG{__WARN__} |
blob | commitdiff | diff to current |
2006-08-07 |
Gabor Szabo |
adding X<> to perlvar |
blob | commitdiff | diff to current |
2006-07-26 |
Mike Guy |
Re: [ID 20000816.012] *foo = *_ is broken |
blob | commitdiff | diff to current |
2006-05-22 |
Rafael Garcia-Suarez |
More nits in perlpragma, and remove the warning about... |
blob | commitdiff | diff to current |
2006-05-19 |
Dave Mitchell |
give a more useful example for $^V |
blob | commitdiff | diff to current |
2006-05-03 |
Jan Dubois |
RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT} |
blob | commitdiff | diff to current |
2006-04-08 |
Jarkko Hietaniemi |
sv.c, rs.t, perlvar.pod (Coverity finding: did you... |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark |
Document the values for ${^UTF8CACHE} |
blob | commitdiff | diff to current |
2006-03-16 |
Nicholas Clark |
Add a new per-interpeter variable PL_utf8cache, which... |
blob | commitdiff | diff to current |
2006-01-30 |
Yitzchak Scott-Tho... |
[DOC PATCH] $^X isn't necessarily argv[0] |
blob | commitdiff | diff to current |
2006-01-17 |
Rafael Garcia-Suarez |
Make the description of $^M in perlvar a bit more clear |
blob | commitdiff | diff to current |
2006-01-12 |
Rafael Garcia-Suarez |
Typo fix. |
blob | commitdiff | diff to current |
2006-01-09 |
Rafael Garcia-Suarez |
Revert change 26749 |
blob | commitdiff | diff to current |
2006-01-09 |
Xavier Noria |
identifiers always in main (was: defining a _ function... |
blob | commitdiff | diff to current |
2005-10-17 |
Xavier Noria |
Re: small addition to $, and $\ in perlvar.pod |
blob | commitdiff | diff to current |
2005-08-24 |
Rafael Garcia-Suarez |
Unmatched parentheses (thanks to Steve Peters) |
blob | commitdiff | diff to current |
2005-08-07 |
Jarkko Hietaniemi |
undup |
blob | commitdiff | diff to current |
2005-07-31 |
Rafael Garcia-Suarez |
Remove the documentation for $#, which has been removed |
blob | commitdiff | diff to current |
2005-06-14 |
Rafael Garcia-Suarez |
Document ${^UTF8LOCALE} |
blob | commitdiff | diff to current |
2005-05-24 |
Rafael Garcia-Suarez |
Documentation nit on @-, found by Guillaume Rousse |
blob | commitdiff | diff to current |
2005-05-18 |
Gisle Aas |
Well defined $? and introduction of ${^CHILD_ERROR_NATI... |
blob | commitdiff | diff to current |
2005-05-04 |
Offer Kaye |
perlvar.pod verbatim paragraph first line does not... |
blob | commitdiff | diff to current |
2005-04-28 |
Rafael Garcia-Suarez |
Remove confusing punctuation |
blob | commitdiff | diff to current |
2005-03-22 |
Rafael Garcia-Suarez |
Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF}, |
blob | commitdiff | diff to current |
2005-03-18 |
Yves Orton |
Re: Reworked Trie Patch |
blob | commitdiff | diff to current |
2004-11-24 |
Steve Peters |
[perl #3242] [PATCH]No error on assignment to $> |
blob | commitdiff | diff to current |
2004-02-03 |
Rafael Garcia-Suarez |
Implement "my $_". |
blob | commitdiff | diff to current |
2003-09-23 |
Juerd |
perlvar |
blob | commitdiff | diff to current |
2003-09-10 |
Jarkko Hietaniemi |
blead version of #21161. |
blob | commitdiff | diff to current |
2003-07-29 |
Brendan O'Dea |
pod/perlvar.pod: minor typo |
blob | commitdiff | diff to current |
2003-07-21 |
Steve Grazzini |
[DOCPATCH] %SIG and SA_RESTART |
blob | commitdiff | diff to current |
2003-07-06 |
Radu Greab |
DProf fixes |
blob | commitdiff | diff to current |
2003-07-05 |
Jarkko Hietaniemi |
Be explicit about the $0 pain in Linux 2.2. |
blob | commitdiff | diff to current |
2003-07-04 |
Jarkko Hietaniemi |
More $0 sad tales. |
blob | commitdiff | diff to current |
2003-07-02 |
Jarkko Hietaniemi |
It would seem that in Linux 2.2 there is no way |
blob | commitdiff | diff to current |
2003-07-02 |
Jarkko Hietaniemi |
FreeBSD $0 dance. |
blob | commitdiff | diff to current |
2003-06-30 |
Jarkko Hietaniemi |
$0 doc tweakage. |
blob | commitdiff | diff to current |
2003-06-29 |
Jarkko Hietaniemi |
The joy of $0. Undoing the #16399 makes Andreas' |
blob | commitdiff | diff to current |
2003-06-28 |
Dave Mitchell |
Two debugging patches. |
blob | commitdiff | diff to current |
2003-06-13 |
Rafael Garcia-Suarez |
Remove the deprecated $* variable. |
blob | commitdiff | diff to current |
2003-04-27 |
Rafael Garcia-Suarez |
$[ clarifications. |
blob | commitdiff | diff to current |
2003-04-08 |
Jarkko Hietaniemi |
Few more words about safe/unsafe signals. |
blob | commitdiff | diff to current |
2003-03-07 |
Jarkko Hietaniemi |
Give pointers to runtime Unicode changes. |
blob | commitdiff | diff to current |
2003-02-19 |
Rafael Garcia-Suarez |
Document clearly that "_" is always in package "main". |
blob | commitdiff | diff to current |
2003-02-17 |
Jarkko Hietaniemi |
Doc tweaks (and one code tweak) based on Philip Newton... |
blob | commitdiff | diff to current |
2003-02-15 |
Jarkko Hietaniemi |
The new(er) way of controlling Unicode I/O (and other... |
blob | commitdiff | diff to current |
2003-02-15 |
Iain Spoon Truskett |
Re: perlvar phrasing clarification for $^S |
blob | commitdiff | diff to current |
2003-01-16 |
Jarkko Hietaniemi |
Make the locale-induced UTF-8-ification of STD fhs |
blob | commitdiff | diff to current |
2003-01-09 |
Rafael Garcia-Suarez |
Document that ${^TAINT} is read-only. |
blob | commitdiff | diff to current |
2003-01-06 |
Rafael Garcia-Suarez |
Change the value of ${^TAINT} : 0 without taint checks, |
blob | commitdiff | diff to current |
2002-12-02 |
Jarkko Hietaniemi |
$0 mofifying part I |
blob | commitdiff | diff to current |
2002-08-30 |
Rafael Garcia-Suarez |
Advertise Linux::Pid. |
blob | commitdiff | diff to current |
2002-08-29 |
Rafael Garcia-Suarez |
posixify getppid on linux-multithread |
blob | commitdiff | diff to current |
2002-08-27 |
Mark-Jason Dominus |
Patch perlvar.pod |
blob | commitdiff | diff to current |
2002-07-18 |
John L. Allen |
perlvar pod |
blob | commitdiff | diff to current |
2002-07-07 |
Rafael Garcia-Suarez |
Replace the word "discipline" by "layer" almost everywhere, |
blob | commitdiff | diff to current |
2002-06-20 |
Gurusamy Sarathy |
mention Win32::GetOSName() nearabouts $^O |
blob | commitdiff | diff to current |
2002-06-08 |
Philip Newton |
Doc patches: assorted minor nits |
blob | commitdiff | diff to current |
2002-06-06 |
Jarkko Hietaniemi |
Windows wisdom from Sarathy. |
blob | commitdiff | diff to current |
2002-06-06 |
Jarkko Hietaniemi |
Document that $^O in Win32 is a bit lacking in details. |
blob | commitdiff | diff to current |
2002-05-31 |
Paul Green |
Adjust executable suffix checks for VMS |
blob | commitdiff | diff to current |
2002-05-31 |
Paul Green |
Improved $^X patch |
blob | commitdiff | diff to current |
2002-05-30 |
Paul Green |
RE: [PATCH pod/perlvar.pod] $^X |
blob | commitdiff | diff to current |
2002-05-30 |
Abhijit Menon-Sen |
Ronald Kimball pointed out that there was a run... |
blob | commitdiff | diff to current |
2002-05-30 |
Stas Bekman |
$^X |
blob | commitdiff | diff to current |
2002-03-31 |
Philip Newton |
Re: [Patch] pod/perlvar.pod |
blob | commitdiff | diff to current |
2002-03-30 |
Dan Kogai |
[Patch] pod/perlvar.pod |
blob | commitdiff | diff to current |
2002-03-27 |
Jarkko Hietaniemi |
I like doubleclicking on URLs in pods to select them. |
blob | commitdiff | diff to current |
2002-03-23 |
Jarkko Hietaniemi |
Slight tweaks on #15443. |
blob | commitdiff | diff to current |
2002-03-23 |
Mark-Jason Dominus |
patch [bleadperl]: Document %! special variable |
blob | commitdiff | diff to current |
2002-03-15 |
Jarkko Hietaniemi |
Be more explicit on when is the $! worth anything. |
blob | commitdiff | diff to current |
2002-03-06 |
Abhijit Menon-Sen |
Subject: Update perlhist.pod |
blob | commitdiff | diff to current |
2002-03-04 |
Jeffrey Friedl |
small doc update to promote '-no_match_vars' of 'use... |
blob | commitdiff | diff to current |
2002-02-26 |
Rafael Garcia-Suarez |
"." is not in @INC when -T |
blob | commitdiff | diff to current |
2001-11-27 |
Ronald J. Kimball |
perlvar.pod fix |
blob | commitdiff | diff to current |
2001-11-20 |
Jarkko Hietaniemi |
Document ${^OPEN}. |
blob | commitdiff | diff to current |
2001-11-16 |
Abhijit Menon-Sen |
[PATCH] Doc spellcheck + podcheck |
blob | commitdiff | diff to current |
next |