p5sagit/p5-mst-13.2.git
2006-11-09 David Feldman Add to Attribute::Handlers the ability to report caller...
2006-11-09 Rafael Garcia... Silence warnings in Pod::Man
2006-11-09 Robin Barker ***speculative*** was RE: [PATCH] regexec.c - silence...
2006-11-09 Jarkko Hietaniemi regcomp.c: printf arg casts
2006-11-08 Dave Mitchell [perl #40718] perl parser bug leading to memory corruption
2006-11-08 Steve Peters Configure patch to add detection for DIR.dd_fd member...
2006-11-08 Robin Barker fails under minitest
2006-11-08 Rafael Garcia... Change the documentation of the return values of @INC...
2006-11-08 Michael G Schwern Supress df warning in stat.t on OS X
2006-11-08 Steve Hay Don't use the PERL_MSVCRT_READFIX when using VC++ 7...
2006-11-08 Rafael Garcia... Type change to avoid signed/unsigned compiler warnings
2006-11-08 Rafael Garcia... Regenerate Changes; update perldelta
2006-11-08 Glenn Linderman Re: New version diagnostic breaks a bunch of modules.
2006-11-08 Philip M. Gollucci Perl_die() / Perl_croak()
2006-11-08 Mike Schilli Patch for bug in SelfLoader.pm
2006-11-07 Rafael Garcia... Use $HOME/localperl as default prefix for installing...
2006-11-07 Rafael Garcia... More notes in perldelta
2006-11-07 Rafael Garcia... Forbid using tainted formats in printf and sprintf
2006-11-07 Jerry D. Hedden Re: [PATCH] [perl #40668] Data::Dumper fails to dump...
2006-11-07 Jesse Vincent Because I like pain. An update to README
2006-11-07 Yves Orton New regex syntax omnibus
2006-11-06 Nicholas Clark assert() that SvPV_set() isn't used on arrays.
2006-11-06 Nicholas Clark assert() that SvPV_set() isn't used on hashes.
2006-11-06 Nicholas Clark assert() that scalars are of the correct type in *set...
2006-11-06 Steve Hay Get Visual C++ 2005 (aka Visual C++ 8.x) support off...
2006-11-06 Michael Cummings Re: [PATCH] Detecting bad /dev/null's in Configure
2006-11-06 Michael Cummings Re: [PATCH] Detecting bad /dev/null's in Configure
2006-11-06 SADAHIRO Tomoyuki Re: [perl #26136] localtime(3) calls tzset(3), but...
2006-11-06 Rafael Garcia... Sync Pod::Usage with the CPAN version
2006-11-06 H.Merijn Brand The non-unix parts for localtime_r_needs_tzset
2006-11-06 Andrew Savige Re: the new t/run/cloexec.t failing in Solaris and...
2006-11-06 Rafael Garcia... Upgrade to Test::Simple 0.64_03
2006-11-06 Rafael Garcia... Change reentr.pl to generate reentr.h accordingly to...
2006-11-06 Benjamin Holzman RE: [perl #26136] localtime(3) calls tzset(3), but...
2006-11-06 Rafael Garcia... Silence a cast warning
2006-11-06 Nicholas Clark PVCVs no longer allocate memory for the SvNVX slot...
2006-11-06 Craig A. Berry In pipe_exit_routine in vms/vms.c, mark a subprocess...
2006-11-04 SADAHIRO Tomoyuki Re: [perl #40641] crash with unicode characters in...
2006-11-04 Nicholas Clark Change 27506 wasn't quite correct - the copy of the...
2006-11-04 Andrew Savige New test for close-on-exec ($^F): t/run/cloexec.t
2006-11-03 SADAHIRO Tomoyuki replace S_sv_pos_b2u_forwards with utf8_length (was...
2006-11-03 Rafael Garcia... The assignment to $VERSION must be on its own line...
2006-11-03 Jerry D. Hedden threads 1.49
2006-11-03 gml4410@ggr... Wrap the $VERSION initialization of DynaLoader in a...
2006-11-03 Rafael Garcia... When code is loaded through an @INC-hook, and when...
2006-11-03 Gisle Aas Typo fixes by Hendrik Maryns.
2006-11-02 H.Merijn Brand Change #29193 makes this addition unneeded
2006-11-02 Dave Mitchell add test that eval undef clears $@
2006-11-02 Dave Mitchell eval $undef should emit one warning, not three.
2006-11-02 Rafael Garcia... Fix case in external pod link
2006-11-02 Rafael Garcia... say() has the same syntax than print(), so forbid to...
2006-11-02 Rafael Garcia... This volatile modifier is not on the referent, but...
2006-11-02 Yves Orton Add more backtracking control verbs to regex engine...
2006-11-02 Vadim Konovalov [patch at 21983] factor out $^O eq 'darwin' from XSLoad...
2006-11-02 Gisle Aas Re: $, and say
2006-11-02 Rafael Garcia... Silence a gcc warning
2006-11-02 Rafael Garcia... More regression tests for the _ prototype
2006-11-02 Rafael Garcia... More heuristics to make warnings.t pass under different
2006-11-01 Yves Orton Add a commit verb to regex engine to allow fine tuning...
2006-11-01 H.Merijn Brand Fix the failures in warnings tests when PERL_UNICODE...
2006-11-01 Steve Hay Forgot to bump Time-HiRes $VERSION in change #29180
2006-11-01 Steve Hay Silence VC++ compiler warnings
2006-11-01 Paul Marquess Remove beta status from compression modules
2006-11-01 Rafael Garcia... Regression test by Yves Orton for : [perl #36046] Speci...
2006-10-31 Nicholas Clark Missed a ) in a comment.
2006-10-31 Rafael Garcia... Don't run ext/Sys/Syslog/t/constants.t with taint mode...
2006-10-31 Rafael Garcia... Some diagnostic output was giving warnings in op/pack.t
2006-10-31 Rafael Garcia... Fix a case of segfault in ithread destruction
2006-10-31 Rafael Garcia... Doc clarification for PerlIO::encoding
2006-10-31 Rafael Garcia... threads::shared doesn't use ppport.h in the core
2006-10-31 Jerry D. Hedden threads 1.47
2006-10-31 Rafael Garcia... Silence a warning and call readpipe_override() correctly.
2006-10-31 Rafael Garcia... Make S_readpipe_override() compile with threads; regene...
2006-10-31 Rafael Garcia... Make readpipe() overridable (and also `` and qx//)
2006-10-31 Rafael Garcia... Remove duplicated entries
2006-10-30 Gisle Aas Improve documentation of av_len and av_fill.
2006-10-30 Nicholas Clark Avoid Devel::DProf failing an assertion during global...
2006-10-30 Steve Peters It seems only HWND__* is needed by MinGW g++.
2006-10-30 Yves Orton The second patch from:
2006-10-30 Yves Orton The first patch from:
2006-10-30 Rafael Garcia... Mention that field hashes are for inside-out objects
2006-10-30 Yves Orton Patch 29155 breaks VC
2006-10-30 Rafael Garcia... Update perldelta with changes up to 28867
2006-10-30 Steve Peters VOL should be used instead of volatile in the core.
2006-10-30 H.Merijn Brand $hex is already hex, so cannot be used in %X if startin...
2006-10-30 Steve Peters Initial cleanups to support compiling Win32 with MinGW...
2006-10-30 Christian Winter Re: Closures with named subs
2006-10-30 Jerry D. Hedden threads 1.46
2006-10-30 Rafael Garcia... Silence a g++ warning reported by Jarkko.
2006-10-30 Rafael Garcia... Delete Encode's MANIFEST (or else the make process...
2006-10-30 Steve Hay Bump $VERSION in Term::UI following change #29120
2006-10-30 John Peacock Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.68.tar.gz
2006-10-30 Jim Cromie [patch] simplify optree test support
2006-10-30 Steve Hay Add some missing targets to win32/makefile.mk
2006-10-30 Rafael Garcia... In vim, modelines are not taken into account if they...
2006-10-30 Vadim Konovalov wince patch
2006-10-30 Craig A. Berry When we open a file and pass it along to PerlIO, be...
2006-10-30 Craig A. Berry Change the non-mkstemp, non-win32 code path of PerlIO_t...
2006-10-30 Steve Peters Changes to get perl to compile with g++ on Cygwin....
2006-10-29 Paul Marquess [PATHCH] Scalar::Util::readonly ...
next