2007-07-11 |
Rafael Garcia-Suarez |
Remove wrong equivalent to pop() (bug #43705) |
blob | commitdiff |
2007-07-04 |
Dave Mitchell |
clarify what text 'warn' appends to a newline-less... |
blob | commitdiff | diff to current |
2007-05-10 |
Steve Peters |
Fix Pod nit in perlfunc |
blob | commitdiff | diff to current |
2007-05-10 |
Marc Lehmann |
Re: Compress::Zlib, pack "C" and utf-8 [PATCH] |
blob | commitdiff | diff to current |
2007-05-10 |
Rafael Garcia-Suarez |
Regarding precedence, filetest operators are the same... |
blob | commitdiff | diff to current |
2007-04-24 |
Rafael Garcia-Suarez |
Remove the code that handles assignment to state variables |
blob | commitdiff | diff to current |
2007-04-14 |
Abigail |
Typo in =item say |
blob | commitdiff | diff to current |
2007-04-02 |
Christian Winter |
perlfunc.pod: Lexical visibility hint in require docu |
blob | commitdiff | diff to current |
2007-03-24 |
Rafael Garcia-Suarez |
Make readline() default to *ARGV. |
blob | commitdiff | diff to current |
2007-03-24 |
Rafael Garcia-Suarez |
Make readpipe default to $_ |
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-19 |
Rafael Garcia-Suarez |
Better wording for the return value of select() |
blob | commitdiff | diff to current |
2007-03-14 |
Wolfgang Laun |
perlfunc.pod (ref results), perlop.pod (qr// result) |
blob | commitdiff | diff to current |
2007-03-08 |
Rafael Garcia-Suarez |
Better docs for C<no VERSION> |
blob | commitdiff | diff to current |
2007-03-07 |
Juerd Waalboer |
Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) |
blob | commitdiff | diff to current |
2007-03-06 |
Tels |
Doc patch about PerlIO::encoding: |
blob | commitdiff | diff to current |
2007-03-03 |
Rafael Garcia-Suarez |
Make use VERSION also load feature.pm |
blob | commitdiff | diff to current |
2007-02-20 |
Rafael Garcia-Suarez |
A few nits to perlfunc/map. |
blob | commitdiff | diff to current |
2007-01-24 |
Jan Dubois |
fix a few references in perlfunc.html |
blob | commitdiff | diff to current |
2007-01-10 |
Peter Scott |
PATCH: perlfunc.pod / warn |
blob | commitdiff | diff to current |
2006-11-16 |
Rafael Garcia-Suarez |
Clarifications to close() docs, pointed out by Peter... |
blob | commitdiff | diff to current |
2006-11-13 |
Paul Johnson |
minor nit in binmode docs |
blob | commitdiff | diff to current |
2006-11-08 |
Rafael Garcia-Suarez |
Change the documentation of the return values of @INC... |
blob | commitdiff | diff to current |
2006-11-08 |
Glenn Linderman |
Re: New version diagnostic breaks a bunch of modules. |
blob | commitdiff | diff to current |
2006-11-02 |
Gisle Aas |
Re: $, and say |
blob | commitdiff | diff to current |
2006-10-26 |
SADAHIRO Tomoyuki |
Re: [perl #40583] sprintf "%#04X" also uppercases the... |
blob | commitdiff | diff to current |
2006-10-25 |
Rafael Garcia-Suarez |
I'll finally get it right. (thanks to Sadahiro Tomoyuki) |
blob | commitdiff | diff to current |
2006-10-25 |
Rafael Garcia-Suarez |
Fix nit in previous patch, spotted by Gisle |
blob | commitdiff | diff to current |
2006-10-25 |
Nicholas Clark |
Add a %B sprintf format |
blob | commitdiff | diff to current |
2006-10-23 |
Rafael Garcia-Suarez |
Document that the %#X printf format prefixes the output... |
blob | commitdiff | diff to current |
2006-10-19 |
Alexander Gough |
stab at UNITCHECK blocks |
blob | commitdiff | diff to current |
2006-10-16 |
SADAHIRO Tomoyuki |
Re: sprintf 64 test |
blob | commitdiff | diff to current |
2006-10-08 |
Rafael Garcia-Suarez |
Clarifications on the usage of setlocale() and LC_NUMER... |
blob | commitdiff | diff to current |
2006-09-13 |
merijnb@ms.com |
[perl #40327] Doc patch for perlfunc.pod |
blob | commitdiff | diff to current |
2006-09-07 |
David Nicol |
Re: [perl #40262] kill( 0, ... ) does not return alive... |
blob | commitdiff | diff to current |
2006-09-04 |
chromatic |
Add Index Numbers to caller() Docs |
blob | commitdiff | diff to current |
2006-08-14 |
Rafael Garcia-Suarez |
Typo fix in the documentation of source filters in... |
blob | commitdiff | diff to current |
2006-08-05 |
Gabor Szabo |
perlfunc.pod - unite gmtime and localtime |
blob | commitdiff | diff to current |
2006-08-05 |
Gabor Szabo |
add more X<> tags to perlfunc |
blob | commitdiff | diff to current |
2006-07-26 |
Rafael Garcia-Suarez |
Add a few links to standard modules in perlfunc, by... |
blob | commitdiff | diff to current |
2006-07-10 |
Gabor Szabo |
examples in the core documentation |
blob | commitdiff | diff to current |
2006-07-06 |
Steve Peters |
Alphabetizing function names in perlfunc lists. |
blob | commitdiff | diff to current |
2006-07-06 |
Rafael Garcia-Suarez |
Mention state variables in perldiag. Add switch-related... |
blob | commitdiff | diff to current |
2006-07-03 |
Steve Peters |
Allow stat() and -X file tests work on dirhandles. |
blob | commitdiff | diff to current |
2006-06-28 |
Alexander_Gernler... |
[perl #39639] perldoc -f waitpid has wrong code example |
blob | commitdiff | diff to current |
2006-06-01 |
Rafael Garcia-Suarez |
Add a few more built-in types in perlfunc/ref() |
blob | commitdiff | diff to current |
2006-05-12 |
Peter Dintelmann |
AW: question on "len item/string item" with unpack() |
blob | commitdiff | diff to current |
2006-04-17 |
Nicholas Clark |
Fix an error, spotted by Tim Bunce. |
blob | commitdiff | diff to current |
2006-04-17 |
Nicholas Clark |
Document all the return values that code references... |
blob | commitdiff | diff to current |
2006-04-14 |
Nicholas Clark |
In the description of require, clarify the file handle... |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark |
Serialise changes to %^H onto the current COP. Return... |
blob | commitdiff | diff to current |
2006-03-29 |
Hugo van der Sanden |
child's processor time |
blob | commitdiff | diff to current |
2006-03-14 |
Rafael Garcia-Suarez |
Make usage of :unique emit a deprecation warning. |
blob | commitdiff | diff to current |
2006-03-12 |
Rafael Garcia-Suarez |
Load .pmc always, even if they are older than a matchin... |
blob | commitdiff | diff to current |
2006-03-09 |
Ronald J. Kimball |
Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek... |
blob | commitdiff | diff to current |
2006-02-27 |
Zsban Ambrus |
[perl #38633] doc patch: perlfunc "new" section lacks... |
blob | commitdiff | diff to current |
2006-02-08 |
Gisle Aas |
Bareword file handles not supported for chown/chmod... |
blob | commitdiff | diff to current |
2006-02-01 |
Steve Peters |
Doc nit found by Stephen Gordon. |
blob | commitdiff | diff to current |
2006-02-01 |
Rafael Garcia-Suarez |
Improve a bit the documentation for kill() with SIGNAL==0 |
blob | commitdiff | diff to current |
2006-01-31 |
p.boven@sara.nl |
[perl #38380] Typo in perlfunc.pod |
blob | commitdiff | diff to current |
2006-01-08 |
SADAHIRO Tomoyuki |
Re: [perl #38181] Default IO Layer is ignored in 3... |
blob | commitdiff | diff to current |
2006-01-02 |
Steve Peters |
Note that the "unlink"ing directories is attempted... |
blob | commitdiff | diff to current |
2005-12-29 |
Yitzchak Scott-Tho... |
[DOC PATCH] rindex clarification |
blob | commitdiff | diff to current |
2005-12-19 |
Rafael Garcia-Suarez |
A note on say() and ORS grabbed from Damian's Perl6... |
blob | commitdiff | diff to current |
2005-12-19 |
Robin Houston |
latest switch/say/~~ |
blob | commitdiff | diff to current |
2005-12-08 |
Gisle Aas |
Improve the setsockopt description. |
blob | commitdiff | diff to current |
2005-12-03 |
Dave Mitchell |
clarify description of vector (v) sprintf format modifier |
blob | commitdiff | diff to current |
2005-11-22 |
Robin Houston |
[DOC PATCH] Sort subs *can* now be recursive |
blob | commitdiff | diff to current |
2005-11-07 |
Steve Peters |
Fix documentation for gmtime(). |
blob | commitdiff | diff to current |
2005-10-31 |
Gisle Aas |
futimes [PATCH] |
blob | commitdiff | diff to current |
2005-10-24 |
Rafael Garcia-Suarez |
Fix path in code example |
blob | commitdiff | diff to current |
2005-10-13 |
Ivan Tubert-Brohman |
POD index entries with X<> |
blob | commitdiff | diff to current |
2005-10-04 |
Steve Peters |
Fixes to Pod errors found by podchecker. |
blob | commitdiff | diff to current |
2005-10-02 |
Steve Peters |
Clarify the documentation regarding the return value... |
blob | commitdiff | diff to current |
2005-09-27 |
Rafael Garcia-Suarez |
POD nit by Yitzchak |
blob | commitdiff | diff to current |
2005-09-16 |
Rafael Garcia-Suarez |
Revert change #24223 : select() will continue |
blob | commitdiff | diff to current |
2005-09-14 |
Jarkko Hietaniemi |
Math::Complex and Math::Trig updates (Re: [perl #37117... |
blob | commitdiff | diff to current |
2005-09-02 |
Yitzchak Scott-Tho... |
document index() with out of bounds POSITION |
blob | commitdiff | diff to current |
2005-08-30 |
Rafael Garcia-Suarez |
Clarify the cases where system() returns 1, |
blob | commitdiff | diff to current |
2005-08-05 |
H.Merijn Brand |
ASCIZ is not a typo |
blob | commitdiff | diff to current |
2005-08-05 |
Piotr Fusik |
Typos in *.p[lm] |
blob | commitdiff | diff to current |
2005-08-01 |
Michael G. Schwern |
Re: [perl #36616] bug or feature? foreach (sort @array... |
blob | commitdiff | diff to current |
2005-07-28 |
Rafael Garcia-Suarez |
Clarification to the syntax of loop modifiers |
blob | commitdiff | diff to current |
2005-07-28 |
Steve Peters |
perlfunc.pod grammar fixes |
blob | commitdiff | diff to current |
2005-07-27 |
Steve Peters |
id est is i.e. |
blob | commitdiff | diff to current |
2005-07-26 |
John W. Krahn |
[perl #36658] Typo in perlfunc.pod |
blob | commitdiff | diff to current |
2005-07-25 |
Michael G. Schwern |
[PATCH perlfunc.pod/crypt] crypt() digests, not encrypts |
blob | commitdiff | diff to current |
2005-07-25 |
Piotr Fusik |
perlfunc.pod: s/definetely/definitely/ |
blob | commitdiff | diff to current |
2005-07-22 |
Michael G Schwern |
[perl #36612] [PATCH] Misleading shift docs about ... |
blob | commitdiff | diff to current |
2005-07-18 |
Michael G. Schwern |
Re: Why does our() cross packages? (PATCH) |
blob | commitdiff | diff to current |
2005-07-16 |
Gisle Aas |
Re: fchmod, fchown, fchdir |
blob | commitdiff | diff to current |
2005-07-15 |
Michael G Schwern |
[perl #36538] perlfunc/our contradicts itself |
blob | commitdiff | diff to current |
2005-07-11 |
Piotr Fusik |
perlfunc.pod |
blob | commitdiff | diff to current |
2005-06-20 |
chromatic |
Recommend Against UNIVERSAL:: Methods as Functions... |
blob | commitdiff | diff to current |
2005-06-15 |
Rafael Garcia-Suarez |
Better phrasing |
blob | commitdiff | diff to current |
2005-06-09 |
Alexey Tourbin |
perlfunc.pod: ioctl.ph |
blob | commitdiff | diff to current |
2005-06-07 |
Jarkko Hietaniemi |
Re: [perl #36130] chr(-1) should probably return undef |
blob | commitdiff | diff to current |
2005-06-03 |
Rafael Garcia-Suarez |
POD fixes |
blob | commitdiff | diff to current |
2005-05-27 |
Michael G. Schwern |
Re: [perl #35420] localtime corruption |
blob | commitdiff | diff to current |
2005-05-18 |
Gisle Aas |
Well defined $? and introduction of ${^CHILD_ERROR_NATI... |
blob | commitdiff | diff to current |
next |