p5sagit/p5-mst-13.2.git
2004-01-17 Dave Mitchell back out change #22167 "freeing a CV reference that...
2004-01-17 Paul Green Refactor VOS patches for bleadperl and perl-5.8.x
2004-01-17 SADAHIRO Tomoyuki Re: open/or inconsistency
2004-01-17 Gisle Aas Perl core dumps when running out of memory [PATCH]
2004-01-17 Paul Marquess Enhanced DBM Filters
2004-01-17 Dave Mitchell [perl #24914] freeing a CV reference that was currentl...
2004-01-17 Nicholas Clark Integrate final perl583delta
2004-01-16 Yitzchak Scott... Re: [perl #24816] Magic vars seem unsure if they are...
2004-01-16 Dave Mitchell [perl #8698] format bug with undefined _TOP
2004-01-16 LAUN Wolfgang format/write (version 2)
2004-01-15 Dave Mitchell buigid #24905 - the code planted to call glob() retained an
2004-01-15 Rafael Garcia... Upgrade to Time::HiRes 1.55
2004-01-15 Nicholas Clark Make chomp heed the utf8 flags on the target string...
2004-01-14 Nicholas Clark Update pod.lst with perl583delta,pod, and rerun pod...
2004-01-14 Nicholas Clark Integrate:
2004-01-14 Nicholas Clark Bump version number as file has changed since 5.8.2
2004-01-14 Andy Lester Doc patches for File::Find
2004-01-14 Nicholas Clark Assimilate CGI 3.03
2004-01-13 Nicholas Clark Add VMS to the list of "don't fork" OSes
2004-01-13 Tels [ANNOUNCE] Math::BigInt v1.69
2004-01-13 Rafael Garcia... MANIFEST adjustment.
2004-01-13 Abhijit Menon-Sen Upgrade to Locale::Maketext 1.07.
2004-01-12 Rafael Garcia... Document usage of $_ and pos() inside /(?{...})/.
2004-01-12 Rafael Garcia... Upgrade to MIME::Base64 2.23.
2004-01-12 Robin Barker RE: MIME-Base64-2.22 [PATCH]
2004-01-12 Mike Pomraning Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
2004-01-12 Nicholas Clark use sv_setpvn rather than sv_setpv and save a strlen()
2004-01-12 Gisle Aas Make 'Configure -Dcf_by=...' work
2004-01-12 SADAHIRO Tomoyuki Re: [perl #24846] [PATCH] Apparent utf8 bug in join...
2004-01-11 Mike Pomraning Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
2004-01-11 Abe Timmerman Regenerate win32/Makefile and win32/makefile.mk after
2004-01-11 Rafael Garcia... Upgrade to Cwd 2.14.
2004-01-11 Tels Upgrade to Math::BigRat 0.11
2004-01-10 Steve Hay Nicer formatting for function arguments in Carp messages
2004-01-10 Adrian M. Enache documentation nit
2004-01-10 Adrian M. Enache nit to Bytecode - the av_extend opcode wasn't saved...
2004-01-10 Adrian M. Enache still problems with backreferences + reverse cloning
2004-01-09 Nicholas Clark Bah. Makefile.PL still tests the sub-MANIFEST
2004-01-09 Dave Mitchell temporarily backout test of thread returning a closure...
2004-01-08 Dave Mitchell segv in pad.c with threads (was: DBD::Oracle and Perl...
2004-01-08 Rafael Garcia... perl582delta.pod was not in the MANIFEST.
2004-01-08 Nicholas Clark Integrate:
2004-01-08 Abigail Mention 5.8.3-RC1
2004-01-07 Nicholas Clark [Integrate]
2004-01-07 Rafael Garcia... Hardcoded numerical flag masks. Bad.
2004-01-06 Nicholas Clark Seems that sv_setsv_cow needs to be visible to core...
2004-01-06 Rafael Garcia... Fix bug #24813 : the -0 wasn't recognized on the #...
2004-01-06 Nicholas Clark Jarkko didn't move the cd ..\pod correctly. Given that...
2004-01-06 Rafael Garcia... The TODO tag should be included also when a TODO test...
2004-01-06 Rafael Garcia... This TODO test seems to pass now.
2004-01-05 Rafael Garcia... Some of the bitwise manipulation PP functions weren...
2004-01-05 Dave Mitchell [perl #24674]
2004-01-05 Rafael Garcia... Some mandatory syntax warnings emitted by the lexer...
2004-01-05 Nicholas Clark Change the flag logic in buildtoc
2004-01-05 Nicholas Clark Fix bug with MANIFEST generation when we also regenerat...
2004-01-05 Craig A. Berry skip num.t #47 on VMS
2004-01-05 Craig A. Berry future-proof signal check
2004-01-04 Rafael Garcia... Upgrade to Cwd 2.13
2004-01-04 LAUN Wolfgang Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
2004-01-03 Rafael Garcia... Upgrade to PerlIO::via::QuotedPrint 0.06
2004-01-03 Rafael Garcia... Upgrade to Time::HiRes 1.54
2004-01-03 Nicholas Clark No matter how hard you proof read it, something always...
2004-01-03 Nicholas Clark Fix minor problems with the CPAN release
2004-01-03 Rafael Garcia... Tidy up change #18751, so that the second parameter...
2004-01-02 Nicholas Clark Bump $threads::VERSION as the documentation has changed...
2004-01-02 Marcus Holland... Use the optimization level -O2 by default on Linux...
2004-01-02 Nicholas Clark Update debugger version number and Changes file
2004-01-01 Dave Mitchell addition to 22036 (document SUPER better): superclass...
2004-01-01 Dave Mitchell Document the quirks of SUPER, especially the fact that...
2004-01-01 Dave Mitchell Fix bug #24383, where hashes with the :unique attribute...
2004-01-01 Dorner Thomas Perl 5.8.3 patches from the BS2000 port - part 2
2004-01-01 Ilya Zakharevich OS/2 update
2004-01-01 Rafael Garcia... Document that /[\W]/ doesn't work, unicode-wise (see...
2004-01-01 Rafael Garcia... Document that detached threads aren't supported on...
2004-01-01 Rafael Garcia... Upgrade to Getopt::Long 2.34_01
2003-12-31 Nicholas Clark Tweak 00compile.t to avoid splatting a DIAG over core...
2003-12-31 Audrey Tang "piconv -C 512" badly broken
2003-12-31 Rafael Garcia... Upgrade to Test::Harness 2.40.
2003-12-31 Rafael Garcia... C++ comments, bad.
2003-12-30 Nicholas Clark Bump VERSION numbers
2003-12-30 Rafael Garcia... A patch for Test::Harness on VMS by Craig Berry
2003-12-30 Jarkko Hietaniemi more uni doc tweakage
2003-12-30 Dave Mitchell bug #24757 perlrun.pod's description of find -mtime...
2003-12-30 Rafael Garcia... Upgrade to Math::BigInt 1.68.
2003-12-30 Dave Mitchell Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
2003-12-30 Rafael Garcia... Add a regression test for bug #24762
2003-12-30 Rafael Garcia... Updates the notes about byacc in pumpkin.pod.
2003-12-30 Rafael Garcia... Bump up UNIVERSAL's version to 1.02
2003-12-29 Nicholas Clark Add Mike Pomraning
2003-12-29 Rafael Garcia... Update the README and Changes files for Switch 2.10
2003-12-29 Rafael Garcia... Upgrade to Switch 2.10, by integrating some changes...
2003-12-29 Marcus Holland... Windows hasn't getuid/setuid and friends.
2003-12-29 Kevin Chase win32_chsize buglet
2003-12-29 Rafael Garcia... Upgrade to Encode 1.99.
2003-12-28 Rafael Garcia... Fix a little syntax error, reported by Marcus Holland...
2003-12-28 Nigel Sandever 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE...
2003-12-27 Rafael Garcia... Regenerate the perly.c patch for byacc output painless...
2003-12-27 Rafael Garcia... Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a...
2003-12-27 Redvers Davies Cross compilation patches for arm.
2003-12-27 Rafael Garcia... Fix bug [perl #24735] : make sure that the range (...
next