| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 2 | -1/+69 |
* | Pod nit mentioned in Debian bug #358455. | Steve Peters | 2006-03-30 | 1 | -1/+1 |
* | child's processor time | Hugo van der Sanden | 2006-03-29 | 1 | -0/+2 |
* | re-[PATCH] Re: [PATCH] Poison now in two different flavours! | Jarkko Hietaniemi | 2006-03-29 | 3 | -6/+30 |
* | Having tested IPv6 support in all builtins for TCP and UDP, it all | Nicholas Clark | 2006-03-28 | 1 | -4/+0 |
* | If constant folding fails, don't fold constants, rather than reporting | Nicholas Clark | 2006-03-27 | 2 | -7/+5 |
* | Document the values for ${^UTF8CACHE} | Nicholas Clark | 2006-03-23 | 1 | -0/+2 |
* | Move orphaned documentation back to its functions | Nicholas Clark | 2006-03-23 | 1 | -4/+0 |
* | Add a new per-interpeter variable PL_utf8cache, which will be used to | Nicholas Clark | 2006-03-16 | 1 | -0/+4 |
* | Note that it's worth looking to downsize variables in the interpreter | Nicholas Clark | 2006-03-16 | 1 | -0/+10 |
* | Make usage of :unique emit a deprecation warning. | Rafael Garcia-Suarez | 2006-03-14 | 2 | -26/+1 |
* | Load .pmc always, even if they are older than a matching .pm file. | Rafael Garcia-Suarez | 2006-03-12 | 1 | -8/+6 |
* | Teaching embed.pl about conditional symbols is a TODO. | Nicholas Clark | 2006-03-10 | 1 | -0/+11 |
* | Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle | Ronald J. Kimball | 2006-03-09 | 1 | -0/+3 |
* | Two more TODOs for those with C knowledge. | Nicholas Clark | 2006-03-07 | 1 | -0/+25 |
* | TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html | Nicholas Clark | 2006-03-07 | 1 | -5/+4 |
* | FAQ sync. (FAQ now moved to svn) | Rafael Garcia-Suarez | 2006-03-07 | 10 | -389/+498 |
* | Add all new utilities in the perlutil man page. | Rafael Garcia-Suarez | 2006-03-06 | 1 | -8/+101 |
* | add Module::Build 0.27_08 | Yitzchak Scott-Thoennes | 2006-03-06 | 1 | -0/+5 |
* | Non-null optimizations | Andy Lester | 2006-03-02 | 1 | -1/+1 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 2 | -5/+76 |
* | [perl #38633] doc patch: perlfunc "new" section lacks lock and qr | Zsban Ambrus | 2006-02-27 | 1 | -4/+4 |
* | Remove set magic from typeglobs. Remove typeglob magic entirely. | Nicholas Clark | 2006-02-23 | 1 | -1/+0 |
* | Yitzchak points out that the perldiag entry for "Integer overflow in | Rafael Garcia-Suarez | 2006-02-20 | 1 | -10/+0 |
* | arena-rework : consolidated patch | Jim Cromie | 2006-02-18 | 1 | -215/+222 |