Add some descriptive text from Larry to op.c on how optrees are built
[p5sagit/p5-mst-13.2.git] / ext /
2004-11-09 Rafael Garcia-Suarez Adjust test count for non-windows machines
2004-11-09 Jos I. Boumans fix IO::File to support binmode
2004-11-08 Nicholas Clark No more late changes, dammit
2004-11-08 Yitzchak Scott-Tho... Re: optree tests and VMS progress (no really)
2004-11-06 Jim Cromie Re: optree tests and VMS progress (no really)
2004-11-05 H.Merijn Brand Skip failing thread/wait tests on HP-UX 10.20
2004-10-31 Jim Cromie [patches] optree_* tests unexpectedly succeeding. ...
2004-10-31 Nicholas Clark Skip tests if Devel::Peek not built
2004-10-31 Nicholas Clark Assimilate PathTools 3.01 (File::Spec and Cwd)
2004-10-31 Nicholas Clark Correct change 23437 - as Config isn't imported, need...
2004-10-30 Dave Mitchell [perl #32033] Using foreach on threads::shared array...
2004-10-30 Nicholas Clark Skip tests that require Data::Dumper if it is not built
2004-10-29 Steve Peters 36 additional tests for B
2004-10-25 Rafael Garcia-Suarez Fix [perl #32130] Errno.pm must not pass references...
2004-10-25 Rafael Garcia-Suarez Upgrade to Encode 2.08.
2004-10-23 Tels Re: Devel::Peek: hash quality 125%?
2004-10-23 Rafael Garcia-Suarez Upgrade to Encode 2.07
2004-10-23 Brendan O'Dea ext/IO/IO.xs: fix blocking on sparc linux
2004-10-20 Nicholas Clark Need to skip optree walking tests if perlio not built
2004-10-19 Rafael Garcia-Suarez Upgrade to Encode 2.05
2004-10-19 Rafael Garcia-Suarez More Data::Dumper docs nits, fix the previous one,
2004-10-19 Jarkko Hietaniemi Re-apply the encoding.pm part of:
2004-10-18 Marcus Holland-Moritz Upgrade to Encode 2.04.
2004-10-15 Rafael Garcia-Suarez Doc nit to Data::Dumper, suggested by Peter Kay.
2004-10-14 Craig A. Berry Re: [NOT OK] 23353 OpenVMS 7.2 VAX
2004-10-14 Peter Dintelmann AW: [perl #31864] IO::Poll - undef fd not checked in...
2004-10-10 Dave Mitchell Turn regcomp into a list op
2004-10-10 Nicholas Clark Hack to make -Dusethreads -Uuseithreads -Uuse5005thread...
2004-10-04 Jim Cromie [perl #31697] [PATCH] B::Showlex::newlex enhancement...
2004-10-04 Vadim Konovalov dynaloader improvements and cleanup
2004-09-30 Jay Hannah [patch] Sys::Syslog POD - $Sys::Syslog::host
2004-09-30 Rafael Garcia-Suarez A fix for [perl #31692] : as PerlIO::scalar accesses...
2004-09-20 Rafael Garcia-Suarez Upgrade to MIME::Base64 3.05.
2004-09-20 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.65.
2004-09-20 Jarkko Hietaniemi [PATCH] encoding and open pragmas
2004-09-15 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.63.
2004-09-10 Nicholas Clark Integrate:
2004-09-09 Nicholas Clark A single version of B that supports 5.8 and 5.10
2004-09-08 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.03.
2004-09-08 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.02.
2004-09-08 Nicholas Clark backport B to work on 5.8.x, so that a single version...
2004-09-02 Rafael Garcia-Suarez Upgrade to Encode 2.02
2004-09-01 Jim Cromie [ PATCH ] 2 added private flags for B::Concise
2004-09-01 Rafael Garcia-Suarez Upgrade to Cwd 2.21.
2004-08-30 Marcus Holland-Moritz Skip Time::HiRes tests if configured without that module.
2004-08-30 Marcus Holland-Moritz Skip a Data::Dumper test if configured without B module.
2004-08-29 Marcus Holland-Moritz Fix typo in B::Assembler.
2004-08-29 Marcus Holland-Moritz Skip ext/B/t/assembler.t when configured without B.
2004-08-26 Marcus Holland-Moritz Fix nasty line break in Storable test file.
2004-08-26 Rafael Garcia-Suarez Upgrade to MIME::Base64 3.03
2004-08-25 Rafael Garcia-Suarez Upgrade to MIME::Base64 3.02.
2004-08-23 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.01.
2004-08-22 Marcus Holland-Moritz Fix some backwards-compatibility problems with Storable.
2004-08-22 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.61
2004-08-22 Marcus Holland-Moritz Fix Storable's MANIFEST.
2004-08-20 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.00_03.
2004-08-19 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.00_02.
2004-08-17 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.00_01.
2004-08-17 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.00.
2004-08-10 Jim Cromie 2 patches: goto.t, B.pm/xs
2004-08-10 Alan Burlison Re: POSIX::sigprocmask implemented incorrectly
2004-08-09 Dave Mitchell Fix a typo and remove some debugging crud from change...
2004-08-09 Dave Mitchell eval_sv() failing a taint test could corrupt the stack
2004-08-09 Alan Burlison Re: POSIX::sigprocmask implemented incorrectly
2004-08-07 Dave Mitchell Add tests for XS call_*() API
2004-08-07 Paul Marquess DB_File 1.810
2004-08-04 Alan Burlison Re: POSIX::sigprocmask implemented incorrectly
2004-07-31 Marcus Holland-Moritz Fix copy & paste bugs in mX?PUSH macro tests.
2004-07-30 Steve Hay Bug report #30132 was resolved before it was finished!
2004-07-22 Rafael Garcia-Suarez Upgrade to Cwd 2.20
2004-07-16 Nicholas Clark Some calls to PerlMemShared_alloc() aren't checking...
2004-07-15 Nicholas Clark threads.xs doesn't check the return value of the thread...
2004-07-15 Nicholas Clark Assimilate Cwd 2.19
2004-07-15 H.Merijn Brand Trailing semi-colon are not allowed on #ifdef's in...
2004-07-14 Nicholas Clark Optimise foreach my $i (reverse ...)
2004-07-13 Nicholas Clark A proper, working, stable optimisation for sort {$b...
2004-07-13 Nicholas Clark The current optimisation for sort {$b cmp $a} is bogus...
2004-07-10 Nicholas Clark Store weak references.
2004-07-05 Rafael Garcia-Suarez Update tests and $VERSION for change 23046
2004-07-05 Stephen McCamant Re: [perl #30504] B::Deparse scoping problem with for...
2004-07-05 Nicholas Clark Bump $B::Deparse::VERSION
2004-07-04 Craig A. Berry _vms_abs_path on non-directories
2004-07-02 Rafael Garcia-Suarez Bump version number of Safe for CPAN release
2004-07-01 Nicholas Clark Bump version numbers
2004-06-29 Rafael Garcia-Suarez More caveats in B::Deparse's documentation
2004-06-25 Andy Dougherty Correct detection of absent modules. Based on
2004-06-25 Rafael Garcia-Suarez Fix the Cwd tests for the core.
2004-06-24 Rafael Garcia-Suarez Upgrade to Cwd 2.18
2004-06-24 Rafael Garcia-Suarez Upgrade to Cwd 2.17_03
2004-06-22 Paul Marquess DB_File 1.809 was RE: [perl #30237] DB_File methods...
2004-06-22 Craig A. Berry Storable signedness nit
2004-06-18 Nicholas Clark Case insensitive file systems are bad, m'kay
2004-06-18 Nicholas Clark Skip tests when PerlIO::scalar and PerlIO::via aren...
2004-06-18 Nicholas Clark Not ideal, but skip all of IO's tests if Socket is...
2004-06-18 Nicholas Clark Skip test if perl configured without threads::shared
2004-06-18 Nicholas Clark Skip test if Devel::PPPort not built
2004-06-18 Nicholas Clark Skip re tests if re not built.
2004-06-18 Nicholas Clark If we don't build B, we should skip all its tests.
2004-06-17 Nicholas Clark Change 22516 forgot to add make_overload.pl to generate...
2004-06-17 Nicholas Clark Storable should cope if the string to thaw happens...
next