This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In XS_PerlIO_get_layers() take advantage of the implementation of
[perl5.git] / ext /
2008-02-01 Nicholas ClarkBreak apart the list of functions defined in universal...
2008-02-01 Nicholas ClarkThe penultimate deparse test needs a name, else things...
2008-01-31 Jerry D. Heddenthreads::shared TODO test for outstanding bug
2008-01-30 Nicholas ClarkNeed to substitute out the placeholder '$RV' for earlie...
2008-01-30 Rafael Garcia-SuarezBump Safe's version
2008-01-29 Nicholas ClarkDocument why ok() is being used instead of like(),...
2008-01-29 Rafael Garcia-SuarezMake this test pass with the Test::More that comes...
2008-01-29 Yitzchak Scott-Tho... mistaken variable in pod
2008-01-28 Rafael Garcia-SuarezBump the version of Safe
2008-01-28 Rafael Garcia-SuarezIn Safe, load Carp::Heavy only if it exists (to remain
2008-01-28 Jarkko Hietaniemiext/IPC/SysV/SysV.xs [Re: [Fwd: Smoke [5.11.0] 33016...
2008-01-26 Nicholas ClarkEliminate the OP_SETSTATE, which had been disabled...
2008-01-26 Nicholas ClarkChange 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 BarkerRE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary...
2008-01-23 Nicholas ClarkPurge all use of Nullch in non-dual life modules.
2008-01-23 Nicholas ClarkDeprecate (and remove core use of ) Nullav, Nullcv...
2008-01-23 Steve PetersUpgrade to PathTools-3.27
2008-01-23 Steve PetersGet C++ compiles going on Solaris again.
2008-01-21 Nicholas ClarkMore places that could be using G_WANT, not picked...
2008-01-21 Nicholas ClarkRemove hardcoded cop.h constants from APItest.pm :-(
2008-01-18 Rafael Garcia-SuarezNew tests for new ops. Most of them are TODO
2008-01-17 Nicholas ClarkAdd a diagram for the 5.11 SV class structure, includin...
2008-01-15 Mashrab KuvatovBoolean priority bug, found by Mashrab Kuvatov:
2008-01-14 Robin Barkerconsting IO.xs
2008-01-14 Rafael Garcia-SuarezWhen parsing LC_ALL or LANG to get the locale's encodin...
2008-01-11 Robin BarkerFrom: "Robin Barker" <Robin.Barker@npl.co.uk>
2008-01-09 Steve PetersOnly code paths in hv_store either XSRETURN_NO or XSRET...
2008-01-09 Marcus Holland-MoritzRe: [PATCH] Exclude .svn and _darcs from IPC::SysV...
2008-01-09 Jerry D. HeddenMove re::regexp_pattern to universal.c
2008-01-09 Rafael Garcia-SuarezRemove the warning "v-string in require/use non portable"
2008-01-09 Florian RagwitzB::Deparse fixes for implicit smartmatching in given...
2008-01-07 Yves Ortondev version numbers, xs and warnings dont play together...
2008-01-06 Yves OrtonSilence new warning grep in void context warning in...
2008-01-06 Yves OrtonMake Data::Dumper handle blessed regexes properly,...
2008-01-06 Yves OrtonMake new regex type be 'REGEXP' and make all core qr...
2008-01-06 Rafael Garcia-SuarezFix "grep in void context" warnings
2008-01-06 Rafael Garcia-SuarezFix bug #49298: B::Deparse fails to deparse a reference...
2008-01-06 Robin Barkerconsting Compress::Raw::Zlib and Filter::Util::Call
2008-01-06 Nicholas ClarkAllow sv_setsv_flags() to copy SVt_REGEXP much like...
2008-01-05 Nicholas ClarkDon't allocate the NV slot for SVt_REGEXP.
2008-01-05 Nicholas ClarkReplace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Marcus Holland-MoritzBuild const-(c|xs).inc in IPC::SysV on the fly.
2008-01-05 Nicholas ClarkMake ext/re/t/re_funcs.t warnings clean.
2008-01-05 Nicholas ClarkAbolish wrapped in struct regexp - store the wrapped...
2008-01-04 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.13_01
2008-01-04 Vincent PitRe: SV leak?
2008-01-03 Jan DuboisRE: How to load a "loadable object" that has a non...
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2008-01-01 Steve PetersUpgrade to Sys-Syslog-0.24
2007-12-30 Marcus Holland-MoritzUpgrade to IPC::SysV 2.00
2007-12-29 Nicholas ClarkThe position of the modifier flag bits is actually...
2007-12-29 Nicholas ClarkWrap wrapped and wraplen from struct regexp in macros...
2007-12-28 Nicholas ClarkWrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas ClarkDump the REGEXP member of SVt_REGEXP.
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-28 Steve PetersSvPVX_const() triggers an assertion that when the sv...
2007-12-27 Nicholas ClarkRegexps are now orange.
2007-12-26 Nicholas ClarkRemove two warnings (sub diag() was redefined, and...
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas ClarkBetter diagnostics by removing an && from an ok() and...
2007-12-26 Nicholas ClarkSwap SVt_RV and SVt_NV in the SV ordering.
2007-12-22 Robin BarkerThe ext/Cwd/Cwd.xs part of...
2007-12-22 Marcus Holland-MoritzUpgrade to IPC::SysV 1.99_07
2007-12-22 Nicholas ClarkHateful software that sends my cursor keys as packets...
2007-12-22 Nicholas ClarkExterminate PL_na! Exterminate! Exterminate! Exterminate!
2007-12-22 Robin Barkerext/ consting
2007-12-22 Nicholas ClarkIntegrate:
2007-12-22 Abhijit Menon-SenAdd const to a few prototypes. (Patch from Robin Barker.)
2007-12-21 Nicholas ClarkDeparse each @array and friends.
2007-12-20 Nicholas ClarkImplement each @array.
2007-12-19 Jerry D. Heddenthreads::shared 1.15
2007-12-19 Steve PetersUpgrade to Sys-Syslog-0.23
2007-12-19 Steve PetersUpgrade to B-Lint-1.11
2007-12-17 Rafael Garcia-SuarezMake the hint file work as well on 64-bit linuxes,
2007-12-17 Jim Cromiepod-patch: reword O.pm
2007-12-08 Rafael Garcia-SuarezChange maintainer address for Safe.
2007-11-30 Craig A. BerryUpgrade to Time::HiRes 1.9711
2007-11-29 Rafael Garcia-SuarezUpgrade to Time::HiRes 1.9710
2007-11-29 Rafael Garcia-SuarezUpgrade to Time::HiRes 1.9709
2007-11-28 Rafael Garcia-SuarezWarning shutdowns, by Robin Barker
2007-11-28 Rafael Garcia-SuarezTypos, found by Abigail and myself
2007-11-28 Matt KraaiRe: fpathconf test failures on QNX
2007-11-22 Abhijit Menon-Sen2.18 release.
2007-11-22 Abhijit Menon-Sen5.00404 compile fix from Slaven Rezic.
2007-11-22 Rafael Garcia-SuarezUpgrade to Win32 0.34
2007-11-22 Rafael Garcia-SuarezAdd the Changes file for Win32.pm
2007-11-21 Steve HayRE: Net/Ping/t/510_ping_udp.t fails on Windows Vista
2007-11-20 Steve PetersUpdate to Time-Piece. The only change in the core...
2007-11-16 Abhijit Menon-SenFor the 2.17 release.
2007-11-15 Rafael Garcia-Suarez-e is better than -f (in case of symbolic links)
2007-11-15 David CantrellAdjust ODBM_File for Debian. See:
2007-11-13 Rafael Garcia-SuarezUpdate Time::HiRes' Changes file
2007-11-13 Rafael Garcia-SuarezUpdate the Storable changelog. Note that, while Storabl...
2007-11-13 Jan DuboisRE: 5.10 code freeze and dual-life modules
2007-11-13 Rafael Garcia-SuarezRe-apply change #30562 (thanks to Abe Timmerman)
2007-11-12 Sébastien Aperghis... Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.22.tar.gz
2007-11-12 Paul MarquessCompression Modules Update for EBCDIC
2007-11-05 Sébastien Aperghis... Another small patch for Sys::Syslog
next