| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | perlop.pod doc patch: I/O operators | Ash Berlin | 2006-05-09 | 1 | -2/+2 |
* | Document order of evaluation for the comma operator | Paul Johnson | 2006-05-04 | 1 | -1/+2 |
* | RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT} | Jan Dubois | 2006-05-04 | 1 | -0/+5 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -1/+1 |
* | Clarify hard link support on Windows | Jan Dubois | 2006-05-03 | 1 | -2/+5 |
* | RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT} | Jan Dubois | 2006-05-03 | 1 | -0/+13 |
* | Fix bug in DynaLoader, which has been passing a filename in dynamic | Nicholas Clark | 2006-05-02 | 1 | -1/+2 |
* | [DOC PATCH] chop warning in perlport | Xavier Noria | 2006-05-02 | 1 | -15/+3 |
* | Perl_pack_cat() is a mathom too! | Nicholas Clark | 2006-04-30 | 1 | -11/+11 |
* | Document SvGAMAGIC(), and its significance w.r.t. the side effects of | Nicholas Clark | 2006-04-30 | 1 | -0/+14 |
* | Add a cross reference to bytes_from_utf8() in the documentation for | Nicholas Clark | 2006-04-29 | 1 | -11/+13 |
* | Typo fix in perlretut by Simon Taylor | Rafael Garcia-Suarez | 2006-04-28 | 1 | -1/+1 |
* | Changes to perlfaq8 "How do I find out if I'm running interactively | Steve Peters | 2006-04-19 | 1 | -6/+12 |
* | Calling cv_undef() on the CV created by newCONSTSUB() would leak like | Nicholas Clark | 2006-04-19 | 1 | -3/+3 |
* | Add a TODO regarding merging the win32 and wince codebases. | Steve Peters | 2006-04-18 | 1 | -2/+6 |
* | Expand "am I hot or not" into a more general "Profile Perl" section. | Nicholas Clark | 2006-04-18 | 1 | -8/+14 |
* | Note that Rafael has done the first cut of state variables. | Nicholas Clark | 2006-04-18 | 1 | -0/+9 |
* | Relocatable @INC and parallel builds pretty much work now. | Nicholas Clark | 2006-04-18 | 1 | -13/+0 |
* | Fix an error, spotted by Tim Bunce. | Nicholas Clark | 2006-04-17 | 1 | -1/+1 |
* | Coderefs in @INC are done and documented. | Nicholas Clark | 2006-04-17 | 1 | -5/+0 |
* | Document all the return values that code references in @INC can return. | Nicholas Clark | 2006-04-17 | 1 | -6/+36 |
* | Turn on UTF8 cache assertions with -Ca | Nicholas Clark | 2006-04-17 | 1 | -0/+5 |
* | Note that PVIOs probably aren't worth shrinking. Note 3 possible | Nicholas Clark | 2006-04-17 | 2 | -3/+10 |
* | Stray pod/perlapi.pod change found after a regen. | Steve Peters | 2006-04-16 | 1 | -16/+32 |
* | In the description of require, clarify the file handle return and why | Nicholas Clark | 2006-04-14 | 1 | -3/+6 |
* | doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr... | Jarkko Hietaniemi | 2006-04-14 | 1 | -6/+8 |
* | eliminate PL_reg_re | Dave Mitchell | 2006-04-13 | 1 | -20/+0 |
* | sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=... | Jarkko Hietaniemi | 2006-04-08 | 1 | -1/+2 |
* | Document that the regexp engine is not currently reentrant | Dominic Dunlop | 2006-04-03 | 1 | -0/+8 |
* | Re: recent changes have some unmatching of parameters and types | SADAHIRO Tomoyuki | 2006-04-02 | 1 | -1/+1 |
* | Propagate cop_hints inside string evals. For the unthreaded case this | Nicholas Clark | 2006-04-01 | 1 | -1/+11 |
* | Document new magic types in perlguts. Fix a comment about sort hints. | Rafael Garcia-Suarez | 2006-03-31 | 1 | -0/+2 |