| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a new function, pv_escape(), to display contents of PVs | Yves Orton | 2006-07-06 | 1 | -0/+56 |
* | Allow stat() and -X file tests work on dirhandles. | Steve Peters | 2006-07-03 | 1 | -5/+9 |
* | s/have a more/have more/ typo fix in perlfaq4 | Craig A. Berry | 2006-07-02 | 1 | -1/+1 |
* | Must not forget that. | Rafael Garcia-Suarez | 2006-06-30 | 1 | -0/+6 |
* | Small adjustment to the Plan | Rafael Garcia-Suarez | 2006-06-30 | 1 | -3/+3 |
* | Another typo fix. | Rafael Garcia-Suarez | 2006-06-29 | 1 | -2/+2 |
* | Typo fix. | Rafael Garcia-Suarez | 2006-06-29 | 1 | -7/+7 |
* | Small precision about \Q \E inside m//x | Sébastien Aperghis-Tramoni | 2006-06-29 | 1 | -6/+7 |
* | [perl #39639] perldoc -f waitpid has wrong code example | Alexander_Gernler@genua.de | 2006-06-28 | 1 | -1/+1 |
* | Nits in the perlpragma manpage | Rafael Garcia-Suarez | 2006-06-27 | 1 | -7/+7 |
* | Remove notes about removed 5005-threads from perlguts. | Rafael Garcia-Suarez | 2006-06-26 | 1 | -9/+9 |
* | More perlreguts nits by Dominic Dunlop, | Rafael Garcia-Suarez | 2006-06-26 | 1 | -4/+5 |
* | Nits about lock() in perlthrtut by Daniel Frederick Crisman, | Rafael Garcia-Suarez | 2006-06-25 | 1 | -91/+90 |
* | Nits to perlreguts.pod by Dominic Dunlop | Rafael Garcia-Suarez | 2006-06-25 | 1 | -163/+198 |
* | Re: [PATCH] Hash::Util::FieldHash | Anno Siegel | 2006-06-23 | 2 | -1/+13 |
* | Re: [PATCH] perlhack.pod | Dr.Ruud | 2006-06-23 | 1 | -1/+1 |
* | perltodo additions by Vadim Konovalov | Rafael Garcia-Suarez | 2006-06-23 | 1 | -6/+12 |
* | Add the new method UNIVERSAL::DOES() and the API function sv_does() | chromatic | 2006-06-12 | 1 | -0/+11 |
* | Re: [PATCH DOC] Three minor fixes related to perlop | Daniel Frederick Crisman | 2006-06-12 | 2 | -3/+3 |
* | Proper use of enums | Andy Lester | 2006-06-12 | 1 | -1/+1 |
* | Re: [PATCH] regexec/regcomp.c cleanups | Yves Orton | 2006-06-11 | 1 | -201/+278 |
* | Add the perlreguts manpage, by Yves Orton | Rafael Garcia-Suarez | 2006-06-08 | 3 | -2/+781 |
* | Re: range operator vs. unicode | Yitzchak Scott-Thoennes | 2006-06-08 | 1 | -4/+17 |
* | [DOCPATCH perlunicode.pod] paragraphing nit | SADAHIRO Tomoyuki | 2006-06-05 | 1 | -105/+137 |
* | The smart match table was duplicated in source code and in perlsyn, | Rafael Garcia-Suarez | 2006-06-04 | 1 | -1/+3 |
* | Add the perlunitut manpage, by Juerd Waalboer | Rafael Garcia-Suarez | 2006-06-01 | 3 | -193/+587 |
* | Add a few more built-in types in perlfunc/ref() | Rafael Garcia-Suarez | 2006-06-01 | 1 | -0/+4 |
* | RE: perlhack.pod confused about POPSTACK | Jan Dubois | 2006-05-27 | 1 | -7/+5 |
* | SysV IPC | Jarkko Hietaniemi | 2006-05-26 | 1 | -5/+5 |
* | Fix pod nit in perltodo. | Steve Peters | 2006-05-26 | 1 | -1/+1 |
* | RE: perlhack.pod confused about POPSTACK | Jan Dubois | 2006-05-25 | 1 | -6/+0 |
* | Run 'make regen' for changes 28299, 28300, 28301. | Marcus Holland-Moritz | 2006-05-24 | 1 | -6/+6 |
* | correct POPSTACK/POPMARK confusion in perlhack.pod | Dave Mitchell | 2006-05-23 | 1 | -4/+4 |
* | literal string macros | Marcus Holland-Moritz | 2006-05-22 | 1 | -0/+108 |
* | Additional perlpragma.pod nits. | Steve Peters | 2006-05-22 | 1 | -3/+3 |
* | More nits in perlpragma, and remove the warning about %^H being | Rafael Garcia-Suarez | 2006-05-22 | 2 | -10/+9 |
* | Fix two nits in perlpragma.pod | Rafael Garcia-Suarez | 2006-05-22 | 1 | -2/+2 |
* | Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds. | Steve Peters | 2006-05-21 | 1 | -1/+1 |
* | Rename cop_hints to cop_hints_hash | Nicholas Clark | 2006-05-20 | 1 | -1/+2 |
* | Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't | Nicholas Clark | 2006-05-19 | 1 | -4/+3 |
* | Rebuild perltoc.pod. | Nicholas Clark | 2006-05-19 | 1 | -486/+2413 |
* | Add perlpragma.pod, which describes how to implement user pragmata. | Nicholas Clark | 2006-05-19 | 2 | -0/+139 |
* | Add README.riscos to pod.lst | Nicholas Clark | 2006-05-19 | 1 | -0/+1 |
* | give a more useful example for $^V | Dave Mitchell | 2006-05-19 | 1 | -1/+4 |
* | Re: Change 28183 has broken 64-bit builds? | Jarkko Hietaniemi | 2006-05-17 | 1 | -5/+9 |
* | Clarification on what Perl does to floating points in the modulus | Steve Peters | 2006-05-15 | 1 | -1/+3 |
* | [REPATCH universal.c] Make sv_derived_from Documentation Clearer | chromatic | 2006-05-15 | 1 | -3/+3 |
* | Re: [PATCH] my_snprintf | Jarkko Hietaniemi | 2006-05-12 | 1 | -0/+25 |
* | AW: question on "len item/string item" with unpack() | Peter Dintelmann | 2006-05-12 | 1 | -12/+15 |
* | Adding a mention of STDIN processing by qx// as requested by | Steve Peters | 2006-05-11 | 1 | -0/+9 |