Proper use of enums
[p5sagit/p5-mst-13.2.git] / ext /
2006-06-11 Yves Orton Re: [PATCH] regexec/regcomp.c cleanups
2006-06-11 Yves Orton Re: [PATCH] Better version of the Aho-Corasick patch...
2006-06-09 Yves Orton Re: [PATCH] Better version of the Aho-Corasick patch...
2006-06-06 Rafael Garcia-Suarez Upgrade to Encode 2.18
2006-06-06 Jerry D. Hedden random thread test failure
2006-06-06 Jerry D. Hedden threads 1.32
2006-06-05 Nicholas Clark Eliminate most of the UTF-8 black smoke by skipping...
2006-06-05 Nicholas Clark Add the missing ${^OPEN} hints flag to B::Concise
2006-06-01 mlelstv@serpens.de [perl #39178] IO::Socket::connect returns wrong errno...
2006-05-30 Joshua ben Jore Re: B::Lint changes
2006-05-30 Nicholas Clark Fix bugs in the bytecode system caused by the abolition...
2006-05-29 Nicholas Clark Comprehensive regression tests for Perl_refcounted_he_f...
2006-05-29 Craig A. Berry And some more DynaLoader things that should not be...
2006-05-29 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.08_04
2006-05-29 Rafael Garcia-Suarez Regen headers following change 28325. Also, make it...
2006-05-29 Yves Orton Re: [PATCH] More regex optimisations and debug enhancem...
2006-05-28 Jarkko Hietaniemi DynaLoader.t: less assumptions
2006-05-27 Craig A. Berry use the same arg names everyone else does and handle...
2006-05-26 Jarkko Hietaniemi SysV IPC
2006-05-26 Steve Peters Upgrade to Sys-Syslog-0.14
2006-05-26 Steve Peters Stop a warning generated from thread's Makefile.PL
2006-05-26 Yves Orton Re: [PATCH] Test script for DynaLoader
2006-05-25 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.08_03
2006-05-25 Steve Peters Upgrade to Digest-SHA-5.38.
2006-05-24 Rafael Garcia-Suarez Fix segfault in SDBM_File when the destructor is called...
2006-05-23 Rafael Garcia-Suarez Typo fix
2006-05-23 Jerry D. Hedden Explicit thread context
2006-05-22 Paul Marquess IO::Compress::Base::Common
2006-05-22 Sébastien Aperghis... Better handling for error-checking
2006-05-22 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.08_02
2006-05-20 Nicholas Clark Fix bug in change 28258. So how come I thought I'd...
2006-05-20 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.08_01
2006-05-20 Nicholas Clark Abolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas Clark Move the hints from op_private into cop_hints. This...
2006-05-18 Jerry D. Hedden threads core dump in BEGIN
2006-05-18 Rafael Garcia-Suarez Nits in the DynaLoader test: make it warning-clean,
2006-05-18 Sébastien Aperghis... Test script for DynaLoader
2006-05-18 Jerry D. Hedden threads 1.28
2006-05-17 Paul Marquess IO::Compress* 2.000_12
2006-05-15 Steve Peters Upgrade to Digest-SHA-5.37
2006-05-12 Nicholas Clark Threads and signals. Delicious. Tweak change 28168...
2006-05-12 Jerry D. Hedden Better unsafe signals info in threads.pm
2006-05-12 Nicholas Clark Fix concise-xs.t following the changes to B::Deparse.
2006-05-11 Jerry D. Hedden Thread signalling [REVISED]
2006-05-11 Rafael Garcia-Suarez Deparse state variables.
2006-05-10 Steve Peters Upgrade to Encode-2.17
2006-05-09 Nicholas Clark Two signed array indicies that Coverity spots should...
2006-05-09 Nicholas Clark Ressurect change 27824, which plugs a resource leak...
2006-05-09 David Landgren Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
2006-05-09 Jerry D. Hedden 'threads' patch to fix threaded build on Win32
2006-05-08 David Landgren [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
2006-05-08 Steve Peters Upgrade to Digest-SHA-5.36. Actually bumped to 5.36_01 as
2006-05-05 Rafael Garcia-Suarez Implement state array and state hashes. Initialisation...
2006-05-05 Jerry D. Hedden threads - stack size support
2006-05-04 Jerry D. Hedden threads - formatting [REVISED]
2006-05-04 Rafael Garcia-Suarez Upgrade to Encode 2.16
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-05-02 Nicholas Clark Fix bug in DynaLoader, which has been passing a filenam...
2006-05-02 Nicholas Clark GvFILE() cannot be a pointer to the memory owned by...
2006-05-02 Steve Peters One too many ('s in change #28043.
2006-05-02 Steve Peters Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat
2006-05-01 Nicholas Clark Disable SIGRTMAX and SIGRTMIN in POSIX if Configure...
2006-05-01 Nicholas Clark Re-order one DO_UTF8 to be after the SvPV.
2006-04-28 Steve Peters Added Changes file left out from change #28001.
2006-04-28 Jerry D. Hedden threads - miscellaneous
2006-04-27 Steve Peters Upgrade to Encode-2.15
2006-04-26 Jerry D. Hedden threads - consolidate XS functions
2006-04-25 Jerry D. Hedden Continuing threads sync
2006-04-22 Nicholas Clark "Don't Repeat Yourself" on the "We *really* need to...
2006-04-21 Nicholas Clark Remove the enable_debugging member from the structure...
2006-04-21 Nicholas Clark Use a struct to hold the regexp engine state informatio...
2006-04-21 Nicholas Clark Merge the install and uninstall routines.
2006-04-21 Nicholas Clark Refactor re.pm slightly. This has no change to document...
2006-04-21 Jerry D. Hedden Rework threads destruct call
2006-04-20 Jerry D. Hedden [REPOST] [PATCH] Remove superfluous counter in threads
2006-04-18 Alex Waugh Support compiling for RISC OS
2006-04-17 Nicholas Clark Coverity is a persistent beast. Hot on the tails of...
2006-04-17 Nicholas Clark Oops. Change 27826 had an error in the definition of...
2006-04-17 Paul Marquess Compress::Zlib
2006-04-16 Nicholas Clark Coverity is flagging a potential problem because it...
2006-04-15 bah@longitude.com Potential (?) memory leak in Storable.xs (Coverity)
2006-04-15 Nicholas Clark Coverity was getting upset about an assignment from...
2006-04-15 Nicholas Clark Coverity reports that Storable can potentially cause...
2006-04-15 Nicholas Clark Coverity notes that resource are leaked in the unfinish...
2006-04-15 Nicholas Clark Coverity correctly reports that gv might (just) be...
2006-04-15 Nicholas Clark Update the assertion to a croak "Out of range special...
2006-04-14 Paul Marquess IO::Compress::*
2006-04-14 Jerry D. Hedden Fix implementation of threads->_handle on unixes.
2006-04-13 Nicholas Clark (Hopefully) fix coredumps in ByteLoader, which were...
2006-04-13 Nicholas Clark Fix B and ByteLoader to cope with cop_warnings no longe...
2006-04-10 Nicholas Clark Perl_unsharepvn() was no longer being used in core...
2006-04-06 Steve Hay Fix skip count in ext\B\t\lint.t
2006-04-05 Joshua ben Jore Re: expr foreach (...) isn't a B::Lint warning anymore
2006-04-05 Rafael Garcia-Suarez There should be only one META.yml file
2006-04-05 Steve Hay Simplify tests for fork() capabilities
2006-04-04 Jim Cromie Re: Making IO::Socket pass test on Win32
2006-04-04 Jan Dubois threads.pm should overload != operator
2006-04-04 Rafael Garcia-Suarez Fix syntax error in io_pipe test
2006-04-04 Yves Orton Re: Making IO::Socket pass test on Win32
2006-04-03 Jerry D. Hedden 2nd patch to sync blead 'threads' with CPAN [REPOST]
next