Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff...
[p5sagit/p5-mst-13.2.git] / pod /
2006-05-27 Jan Dubois RE: perlhack.pod confused about POPSTACK
2006-05-26 Jarkko Hietaniemi SysV IPC
2006-05-26 Steve Peters Fix pod nit in perltodo.
2006-05-25 Jan Dubois RE: perlhack.pod confused about POPSTACK
2006-05-24 Marcus Holland-Moritz Run 'make regen' for changes 28299, 28300, 28301.
2006-05-23 Dave Mitchell correct POPSTACK/POPMARK confusion in perlhack.pod
2006-05-22 Marcus Holland-Moritz literal string macros
2006-05-22 Steve Peters Additional perlpragma.pod nits.
2006-05-22 Rafael Garcia-Suarez More nits in perlpragma, and remove the warning about...
2006-05-22 Rafael Garcia-Suarez Fix two nits in perlpragma.pod
2006-05-21 Steve Peters Add Perl_PerlIO_context_layers() to the public API...
2006-05-20 Nicholas Clark Rename cop_hints to cop_hints_hash
2006-05-19 Nicholas Clark Correct Perl_refcounted_he_chain_2hv() and its caller...
2006-05-19 Nicholas Clark Rebuild perltoc.pod.
2006-05-19 Nicholas Clark Add perlpragma.pod, which describes how to implement...
2006-05-19 Nicholas Clark Add README.riscos to pod.lst
2006-05-19 Dave Mitchell give a more useful example for $^V
2006-05-17 Jarkko Hietaniemi Re: Change 28183 has broken 64-bit builds?
2006-05-15 Steve Peters Clarification on what Perl does to floating points...
2006-05-15 chromatic [REPATCH universal.c] Make sv_derived_from Documentatio...
2006-05-12 Jarkko Hietaniemi Re: [PATCH] my_snprintf
2006-05-12 Peter Dintelmann AW: question on "len item/string item" with unpack()
2006-05-11 Steve Peters Adding a mention of STDIN processing by qx// as request...
2006-05-09 Ash Berlin perlop.pod doc patch: I/O operators
2006-05-04 Paul Johnson Document order of evaluation for the comma operator
2006-05-04 Jan Dubois RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-05-03 Jan Dubois Clarify hard link support on Windows
2006-05-03 Jan Dubois RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
2006-05-02 Nicholas Clark Fix bug in DynaLoader, which has been passing a filenam...
2006-05-02 Xavier Noria [DOC PATCH] chop warning in perlport
2006-04-30 Nicholas Clark Perl_pack_cat() is a mathom too!
2006-04-30 Nicholas Clark Document SvGAMAGIC(), and its significance w.r.t. the...
2006-04-29 Nicholas Clark Add a cross reference to bytes_from_utf8() in the docum...
2006-04-28 Rafael Garcia-Suarez Typo fix in perlretut by Simon Taylor
2006-04-19 Steve Peters Changes to perlfaq8 "How do I find out if I'm running...
2006-04-19 Nicholas Clark Calling cv_undef() on the CV created by newCONSTSUB...
2006-04-18 Steve Peters Add a TODO regarding merging the win32 and wince codebases.
2006-04-18 Nicholas Clark Expand "am I hot or not" into a more general "Profile...
2006-04-18 Nicholas Clark Note that Rafael has done the first cut of state variables.
2006-04-18 Nicholas Clark Relocatable @INC and parallel builds pretty much work...
2006-04-17 Nicholas Clark Fix an error, spotted by Tim Bunce.
2006-04-17 Nicholas Clark Coderefs in @INC are done and documented.
2006-04-17 Nicholas Clark Document all the return values that code references...
2006-04-17 Nicholas Clark Turn on UTF8 cache assertions with -Ca
2006-04-17 Nicholas Clark Note that PVIOs probably aren't worth shrinking. Note...
2006-04-16 Steve Peters Stray pod/perlapi.pod change found after a regen.
2006-04-14 Nicholas Clark In the description of require, clarify the file handle...
2006-04-14 Jarkko Hietaniemi doop.c: (Coverity) found a bug but not quite what Cover...
2006-04-13 Dave Mitchell eliminate PL_reg_re
2006-04-08 Jarkko Hietaniemi sv.c, rs.t, perlvar.pod (Coverity finding: did you...
2006-04-03 Dominic Dunlop Document that the regexp engine is not currently reentrant
2006-04-02 SADAHIRO Tomoyuki Re: recent changes have some unmatching of parameters...
2006-04-01 Nicholas Clark Propagate cop_hints inside string evals. For the unthre...
2006-03-31 Rafael Garcia-Suarez Document new magic types in perlguts. Fix a comment...
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-03-30 Steve Peters Pod nit mentioned in Debian bug #358455.
2006-03-29 Hugo van der Sanden child's processor time
2006-03-29 Jarkko Hietaniemi re-[PATCH] Re: [PATCH] Poison now in two different...
2006-03-28 Nicholas Clark Having tested IPv6 support in all builtins for TCP...
2006-03-27 Nicholas Clark If constant folding fails, don't fold constants, rather...
2006-03-23 Nicholas Clark Document the values for ${^UTF8CACHE}
2006-03-23 Nicholas Clark Move orphaned documentation back to its functions
2006-03-16 Nicholas Clark Add a new per-interpeter variable PL_utf8cache, which...
2006-03-16 Nicholas Clark Note that it's worth looking to downsize variables...
2006-03-14 Rafael Garcia-Suarez Make usage of :unique emit a deprecation warning.
2006-03-12 Rafael Garcia-Suarez Load .pmc always, even if they are older than a matchin...
2006-03-10 Nicholas Clark Teaching embed.pl about conditional symbols is a TODO.
2006-03-09 Ronald J. Kimball Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek...
2006-03-07 Nicholas Clark Two more TODOs for those with C knowledge.
2006-03-07 Nicholas Clark TPF++ # perlfoundation.org/gc/grants/2006-perl5-improve...
2006-03-07 Rafael Garcia-Suarez FAQ sync. (FAQ now moved to svn)
2006-03-06 Rafael Garcia-Suarez Add all new utilities in the perlutil man page.
2006-03-06 Yitzchak Scott-Tho... add Module::Build 0.27_08
2006-03-02 Andy Lester Non-null optimizations
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-27 Zsban Ambrus [perl #38633] doc patch: perlfunc "new" section lacks...
2006-02-23 Nicholas Clark Remove set magic from typeglobs. Remove typeglob magic...
2006-02-20 Rafael Garcia-Suarez Yitzchak points out that the perldiag entry for "Intege...
2006-02-18 Jim Cromie arena-rework : consolidated patch
2006-02-17 Rafael Garcia-Suarez In TODO: make encoding.pm lexical ?
2006-02-13 Andy Lester perldiag.pod patching re: integer overflow
2006-02-11 Nicholas Clark In perldiag.pod add an entry for the error message...
2006-02-09 Gisle Aas Document incompatible interpretation of chdir FOO.
2006-02-08 Gisle Aas Bareword file handles not supported for chown/chmod...
2006-02-08 Rafael Garcia-Suarez Wave hands about encoding::warnings
2006-02-06 Nicholas Clark I think that "merge Perl_sv_2[inpu]v" and "reduce dupli...
2006-02-06 Steve Peters Document the limitations of calling exit() (instead...
2006-02-05 Nicholas Clark The message "Can't upgrade that kind of scalar" can...
2006-02-05 Nicholas Clark Remove "Can't upgrade to undef" from perldiag, as the...
2006-02-05 Steve Peters Fixed embed.fnc entry for S_forbid_setid() and picked...
2006-02-04 Nicholas Clark Enhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-04 Nicholas Clark The TODO 'Tidy up global variables' can go, replaced...
2006-02-04 Nicholas Clark I believe that mathoms have been completely TODOne.
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-02-01 Steve Peters Doc nit found by Stephen Gordon.
2006-02-01 Steve Purkis [[:...:]] is equivalent to \p{...}, not [:...:], tweake...
2006-02-01 Rafael Garcia-Suarez Improve a bit the documentation for kill() with SIGNAL==0
2006-02-01 Nicholas Clark Mmm, it looks like it's a bad plan to rebuild the TOC...
2006-02-01 Nicholas Clark Integrate perl588delta.pod from maint, and re-run pod...
next