[patch] B portability macros
[p5sagit/p5-mst-13.2.git] / ext /
2008-02-04 Jim Cromie [patch] B portability macros
2008-02-04 Reini Urban fix B::Debug pmnext
2008-02-03 Nicholas Clark Recode all the old variable-like substitutions with...
2008-02-03 Nicholas Clark Produce a more generic expectation management system...
2008-02-02 Nicholas Clark 5.8.x and earler have a SUBPROCESS line in the dump...
2008-02-02 Nicholas Clark Change 27244 wasn't quite correct. XSUB is dumped as...
2008-02-01 Nicholas Clark Break apart the list of functions defined in universal...
2008-02-01 Nicholas Clark The penultimate deparse test needs a name, else things...
2008-01-31 Jerry D. Hedden threads::shared TODO test for outstanding bug
2008-01-30 Nicholas Clark Need to substitute out the placeholder '$RV' for earlie...
2008-01-30 Rafael Garcia-Suarez Bump Safe's version
2008-01-29 Nicholas Clark Document why ok() is being used instead of like(),...
2008-01-29 Rafael Garcia-Suarez Make this test pass with the Test::More that comes...
2008-01-29 Yitzchak Scott-Tho... mistaken variable in pod
2008-01-28 Rafael Garcia-Suarez Bump the version of Safe
2008-01-28 Rafael Garcia-Suarez In Safe, load Carp::Heavy only if it exists (to remain
2008-01-28 Jarkko Hietaniemi ext/IPC/SysV/SysV.xs [Re: [Fwd: Smoke [5.11.0] 33016...
2008-01-26 Nicholas Clark Eliminate the OP_SETSTATE, which had been disabled...
2008-01-26 Nicholas Clark Change 33069 missed updating dump.c to dump PVIOs corre...
2008-01-24 Robin Barker ... and the rest; was RE: unnecessary define
2008-01-23 Robin Barker RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary...
2008-01-23 Nicholas Clark Purge all use of Nullch in non-dual life modules.
2008-01-23 Nicholas Clark Deprecate (and remove core use of ) Nullav, Nullcv...
2008-01-23 Steve Peters Upgrade to PathTools-3.27
2008-01-23 Steve Peters Get C++ compiles going on Solaris again.
2008-01-21 Nicholas Clark More places that could be using G_WANT, not picked...
2008-01-21 Nicholas Clark Remove hardcoded cop.h constants from APItest.pm :-(
2008-01-18 Rafael Garcia-Suarez New tests for new ops. Most of them are TODO
2008-01-17 Nicholas Clark Add a diagram for the 5.11 SV class structure, includin...
2008-01-15 Mashrab Kuvatov Boolean priority bug, found by Mashrab Kuvatov:
2008-01-14 Robin Barker consting IO.xs
2008-01-14 Rafael Garcia-Suarez When parsing LC_ALL or LANG to get the locale's encodin...
2008-01-11 Robin Barker From: "Robin Barker" <Robin.Barker@npl.co.uk>
2008-01-09 Steve Peters Only code paths in hv_store either XSRETURN_NO or XSRET...
2008-01-09 Marcus Holland-Moritz Re: [PATCH] Exclude .svn and _darcs from IPC::SysV...
2008-01-09 Jerry D. Hedden Move re::regexp_pattern to universal.c
2008-01-09 Rafael Garcia-Suarez Remove the warning "v-string in require/use non portable"
2008-01-09 Florian Ragwitz B::Deparse fixes for implicit smartmatching in given...
2008-01-07 Yves Orton dev version numbers, xs and warnings dont play together...
2008-01-06 Yves Orton Silence new warning grep in void context warning in...
2008-01-06 Yves Orton Make Data::Dumper handle blessed regexes properly,...
2008-01-06 Yves Orton Make new regex type be 'REGEXP' and make all core qr...
2008-01-06 Rafael Garcia-Suarez Fix "grep in void context" warnings
2008-01-06 Rafael Garcia-Suarez Fix bug #49298: B::Deparse fails to deparse a reference...
2008-01-06 Robin Barker consting Compress::Raw::Zlib and Filter::Util::Call
2008-01-06 Nicholas Clark Allow sv_setsv_flags() to copy SVt_REGEXP much like...
2008-01-05 Nicholas Clark Don't allocate the NV slot for SVt_REGEXP.
2008-01-05 Nicholas Clark Replace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Marcus Holland-Moritz Build const-(c|xs).inc in IPC::SysV on the fly.
2008-01-05 Nicholas Clark Make ext/re/t/re_funcs.t warnings clean.
2008-01-05 Nicholas Clark Abolish wrapped in struct regexp - store the wrapped...
2008-01-04 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.13_01
2008-01-04 Vincent Pit Re: SV leak?
2008-01-03 Jan Dubois RE: How to load a "loadable object" that has a non...
2008-01-02 Nicholas Clark Make struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas Clark Wrap all deferences of struct regexp* in macros RX_...
2008-01-01 Steve Peters Upgrade to Sys-Syslog-0.24
2007-12-30 Marcus Holland-Moritz Upgrade to IPC::SysV 2.00
2007-12-29 Nicholas Clark The position of the modifier flag bits is actually...
2007-12-29 Nicholas Clark Wrap wrapped and wraplen from struct regexp in macros...
2007-12-28 Nicholas Clark Wrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas Clark Dump the REGEXP member of SVt_REGEXP.
2007-12-28 Nicholas Clark First class regexps.
2007-12-28 Steve Peters SvPVX_const() triggers an assertion that when the sv...
2007-12-27 Nicholas Clark Regexps are now orange.
2007-12-26 Nicholas Clark Remove two warnings (sub diag() was redefined, and...
2007-12-26 Nicholas Clark Eliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas Clark Better diagnostics by removing an ...
2007-12-26 Nicholas Clark Swap SVt_RV and SVt_NV in the SV ordering.
2007-12-22 Robin Barker The ext/Cwd/Cwd.xs part of...
2007-12-22 Marcus Holland-Moritz Upgrade to IPC::SysV 1.99_07
2007-12-22 Nicholas Clark Hateful software that sends my cursor keys as packets...
2007-12-22 Nicholas Clark Exterminate PL_na! Exterminate! Exterminate! Exterminate!
2007-12-22 Robin Barker ext/ consting
2007-12-22 Nicholas Clark Integrate:
2007-12-22 Abhijit Menon-Sen Add const to a few prototypes. (Patch from Robin Barker.)
2007-12-21 Nicholas Clark Deparse each @array and friends.
2007-12-20 Nicholas Clark Implement each @array.
2007-12-19 Jerry D. Hedden threads::shared 1.15
2007-12-19 Steve Peters Upgrade to Sys-Syslog-0.23
2007-12-19 Steve Peters Upgrade to B-Lint-1.11
2007-12-17 Rafael Garcia-Suarez Make the hint file work as well on 64-bit linuxes,
2007-12-17 Jim Cromie pod-patch: reword O.pm
2007-12-08 Rafael Garcia-Suarez Change maintainer address for Safe.
2007-11-30 Craig A. Berry Upgrade to Time::HiRes 1.9711
2007-11-29 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.9710
2007-11-29 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.9709
2007-11-28 Rafael Garcia-Suarez Warning shutdowns, by Robin Barker
2007-11-28 Rafael Garcia-Suarez Typos, found by Abigail and myself
2007-11-28 Matt Kraai Re: fpathconf test failures on QNX
2007-11-22 Abhijit Menon-Sen 2.18 release.
2007-11-22 Abhijit Menon-Sen 5.00404 compile fix from Slaven Rezic.
2007-11-22 Rafael Garcia-Suarez Upgrade to Win32 0.34
2007-11-22 Rafael Garcia-Suarez Add the Changes file for Win32.pm
2007-11-21 Steve Hay RE: Net/Ping/t/510_ping_udp.t fails on Windows Vista
2007-11-20 Steve Peters Update to Time-Piece. The only change in the core...
2007-11-16 Abhijit Menon-Sen For the 2.17 release.
2007-11-15 Rafael Garcia-Suarez -e is better than -f (in case of symbolic links)
2007-11-15 David Cantrell Adjust ODBM_File for Debian. See:
2007-11-13 Rafael Garcia-Suarez Update Time::HiRes' Changes file
next