Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
[p5sagit/p5-mst-13.2.git] / pod /
2005-07-02 Dave Mitchell replace ckWARN macros with functions
2005-07-01 Yitzchak Scott-Tho... Add the perlglossary man page
2005-06-29 Nicholas Clark Expand on parts of perltodo
2005-06-23 Nicholas Clark The current implementation of :unique is fundamentally...
2005-06-23 Andy Lester Const Boy II: The Localizing
2005-06-22 Dave Mitchell handle magic in local correctly
2005-06-21 Salvador Fandiño ternary operator cond ? foo : bar being parsed as ...
2005-06-20 chromatic Recommend Against UNIVERSAL:: Methods as Functions...
2005-06-20 Rafael Garcia-Suarez Remove the deprecated $# variable
2005-06-20 Rafael Garcia-Suarez Hugo suggests this.
2005-06-20 Rafael Garcia-Suarez Missed a chunk in previous commit
2005-06-20 Eric Amick [perl #36328] Until Statement Undocumented
2005-06-17 Rafael Garcia-Suarez Add new internal error message to perldiag
2005-06-16 Rafael Garcia-Suarez Add -f in perl synopsys, sync perl.pod and perlrun...
2005-06-15 Rafael Garcia-Suarez Better phrasing
2005-06-14 Rafael Garcia-Suarez Document ${^UTF8LOCALE}
2005-06-14 Salvador Fandiño better assertion support
2005-06-13 John Peacock Bring bleadperl up to version.pm
2005-06-13 Offer Kaye Re: [perl #36047] perlmod.pod/CLONESKIP error
2005-06-13 Rafael Garcia-Suarez Make SvUPGRADE always have the value '1'
2005-06-12 Alexey Tourbin perlipc.pod: mkfifo()
2005-06-10 Nicholas Clark Allison says that "Media" isn't really needed in the...
2005-06-09 Nicholas Clark $r = do {my @a; \$#a}; $$r = 503 # is also naughty...
2005-06-09 Nicholas Clark Update API docs.
2005-06-09 Alexey Tourbin perlfunc.pod: ioctl.ph
2005-06-07 Andy Lester Random cleanups #47
2005-06-07 Jarkko Hietaniemi one more round of is_utf8_foo tuneup
2005-06-07 Rafael Garcia-Suarez Fix apidoc for newSVhek
2005-06-07 Jarkko Hietaniemi Re: [perl #36130] chr(-1) should probably return undef
2005-06-03 Rafael Garcia-Suarez POD fixes
2005-06-03 Yitzchak Scott-Tho... Re: Should while ( <$fh> ) and while (< $fh >) do the...
2005-06-03 Andy Lester Quotes in pod/*.pod
2005-06-03 Rafael Garcia-Suarez Indent fix
2005-06-03 Rafael Garcia-Suarez FAQ sync
2005-06-03 Steve Peters SvPVX_const() - patch #4
2005-06-02 Nicholas Clark Integrate perl587delta.pod, the changes in perlhist...
2005-06-02 Rafael Garcia-Suarez Fix changed diagnostic
2005-06-02 Andy Lester Quotes fixed, see also perl #36079
2005-05-30 Rafael Garcia-Suarez Minor grammar fix by Uri Guttman
2005-05-30 Offer Kaye perlrun.pod -w description typo
2005-05-29 Nicholas Clark Teach buildtoc about README.openbsd, and regenerate...
2005-05-27 Michael G. Schwern Re: [perl #35420] localtime corruption
2005-05-27 Steve Peters Documentation nits and fixes for Sv*_set() macros
2005-05-24 Yitzchak Scott-Tho... Clarification on the behaviour of qw// and x :
2005-05-24 Rafael Garcia-Suarez Documentation nit on @-, found by Guillaume Rousse
2005-05-21 Dave Mitchell disallow eval { goto &foo }
2005-05-18 Gisle Aas Well defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-18 Michael G. Schwern [PATCH] Eliminate radically out of date CHANGES from...
2005-05-17 Rafael Garcia-Suarez Clarify definition of octal literals
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-12 Rafael Garcia-Suarez Rework documentation of split(//,...)
2005-05-11 Steve Peters [perl #33765] [PATCH] perlop: mention why 'print !...
2005-05-10 Steve Peters perlop.pod nit
2005-05-09 Andy Lester attributes-two.patch, the next batch
2005-05-09 Rafael Garcia-Suarez Fix typo (bug #35368)
2005-05-09 Steve Peters Sv_*set() doc's and extra const's for the SvPVX_const...
2005-05-07 Andy Lester GCC attributes!
2005-05-04 Rafael Garcia-Suarez Document the unportability of atan2() edge cases
2005-05-04 Offer Kaye perlvar.pod verbatim paragraph first line does not...
2005-05-04 Rafael Garcia-Suarez Sync synopses
2005-05-03 Dave Mitchell document the internals of exception handling
2005-05-03 Rafael Garcia-Suarez mkdir without arguments now defaults to $_
2005-05-03 Sergey Skvortsov [perl #33809] optimize macro dXSARGS
2005-05-02 Rafael Garcia-Suarez Clarify the definition of the 'w' pack format, as sugge...
2005-05-02 Craig A. Berry undo pod utilities regression in 24034
2005-04-29 Sébastien Aperghis... Small patch to perlport.pod
2005-04-28 Rafael Garcia-Suarez Remove confusing punctuation
2005-04-26 Andy Lester Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent...
2005-04-25 Rafael Garcia-Suarez Fix typo, noticed by Randal Schwartz
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-19 Dave Mitchell Add CLONE_SKIP() class method to allow individual class...
2005-04-11 Hernan Perez Masci perlfunc.pod: incomplete select description
2005-04-11 Rafael Garcia-Suarez Make the four-argument form of select() return undef
2005-04-10 Rafael Garcia-Suarez Fix [perl #34892] Segfault on ...
2005-04-08 Steven Schubiger Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32...
2005-04-08 Andy Lester Removing Y2K warnings
2005-04-08 Rafael Garcia-Suarez Add perl593delta.pod
2005-04-07 Rafael Garcia-Suarez Mention that select() returns -1 on error,
2005-04-07 Gisle Aas perldbtty$$ location
2005-04-07 raf@tradingpost... [perl #34699] documentation bug in "man perlpodspec"
2005-04-03 Steven Schubiger Re: [PATCH] Re: [perl #34632] perlintro: "Comments...
2005-04-03 Steven Schubiger Re: [PATCH] Re: [perl #34632] perlintro: "Comments...
2005-04-03 Marcus Holland-Moritz Fix wrong version for byteorder modifiers feature.
2005-04-01 Steve Hay Remove dependency on tr(1) for MinGW builds on Win32
2005-04-01 Rafael Garcia-Suarez Regenerate perltoc and perlmodlib
2005-04-01 Rafael Garcia-Suarez POD fixes.
2005-04-01 Rafael Garcia-Suarez FAQ sync.
2005-04-01 Rafael Garcia-Suarez Add a note about installhtml
2005-03-31 Rafael Garcia-Suarez Mention the current MinGW compilation problems
2005-03-31 Rafael Garcia-Suarez This is 5.9.2. Mostly.
2005-03-31 Rafael Garcia-Suarez More known problems.
2005-03-31 Rafael Garcia-Suarez Known problems, reported by Merijn
2005-03-31 Rafael Garcia-Suarez OS typo.
2005-03-31 Rafael Garcia-Suarez More work on perldelta
2005-03-30 Ton Hospel Re: PATCH: byte count feature request for unpack
2005-03-29 Rafael Garcia-Suarez Downconst external APIs
2005-03-29 Offer Kaye Make the spelling of whitespace (vs white-space and...
2005-03-28 Dave Mitchell expand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2005-03-27 Rafael Garcia-Suarez Raw work on perl592delta.
2005-03-26 Rafael Garcia-Suarez Remove an XXX note from the public doc.
next