This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2008-01-05 Nicholas ClarkAbolish RXf_UTF8. Store the UTF-8-ness of the pattern...
2008-01-05 Nicholas ClarkMake Perl_pregcomp() use SvUTF8() of the pattern, rathe...
2008-01-05 Yves Ortons/re/rx/ in an assert overlooked during recent renovations
2008-01-05 Nicholas ClarkReplace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Yves OrtonAdd a 'test-reonly' target to the standard Makefile...
2008-01-05 Marcus Holland... Remove IPC::SysV constant files from the MANIFEST.
2008-01-05 Marcus Holland... Build const-(c|xs).inc in IPC::SysV on the fly.
2008-01-05 Nicholas ClarkAbolish wraplen from struct regexp. We're already stori...
2008-01-05 Nicholas ClarkRemove a comment that is no longer necessary since...
2008-01-05 Nicholas ClarkAbolish RXp_PRELEN(rx) and RXp_WRAPLEN()
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-05 Nicholas ClarkAdd RX_UTF8(), which is effectively SvUTF8() but for...
2008-01-05 Nicholas ClarkProtect me (and my fellow muppets) from screens of...
2008-01-05 Nicholas ClarkBER is all very well, but it turns out that it's better...
2008-01-05 Nicholas ClarkFix the compile for -DPERL_OLD_COPY_ON_WRITE (apart...
2008-01-04 Nicholas ClarkRe-implement the SvOOK() hack to store the offset as...
2008-01-04 Nicholas ClarkOops. Forgot to propagate the rename of Perl_re_dup...
2008-01-04 Nicholas ClarkRe-implement mPUSHp() and mXPUSHp() using Perl_newSVpvn...
2008-01-04 Nicholas ClarkAdd a small program that gets the C pre-processor to...
2008-01-04 Sam VilainNotice of git tag retraction; also, [PATCH] correct...
2008-01-04 Rafael Garcia... SelfLoader is dual-lived
2008-01-04 Rafael Garcia... Upgrade to SelfLoader 1.13_03
2008-01-04 Rafael Garcia... Move the SelfLoader test files in their own subdirectory
2008-01-04 Marcus Holland... Follow up on change #32680. This fixes compilation
2008-01-04 Marcus Holland... Upgrade to Devel::PPPort 3.13_01
2008-01-04 Steve PetersUpgrade to CGI.pm-3.33. There are still differences...
2008-01-04 Steve PetersUpgrade to IO-Zlib-1.09.
2008-01-04 Marcus Holland... There's no need to handle 'set' magic in the mX?PUSH...
2008-01-04 Steve HayRun regen.pl (fixes build on Win32, at least)
2008-01-04 Vincent PitRe: SV leak?
2008-01-04 Marcus Holland... Add macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkMissed three sv_2mortal(newSVpvn(...))s in the headers.
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-03 Marcus Holland... Forgot to remove dTARGET with change #32816.
2008-01-03 Marcus Holland... Fix memory leaks in XS_PerlIO_get_layers() by mortalizing
2008-01-03 Nicholas ClarkWe can now sv_upgrade(sv, SVt_PVHV), so do so, to simpl...
2008-01-03 Steve PetersUpgrade to Net-Ping-2.34
2008-01-03 Nicholas ClarkPossible future bugs found by the creation of newSVpvn_...
2008-01-03 Nicholas ClarkAdd HeUTF8() to complement HePV() and then immediately...
2008-01-03 Nicholas ClarkTypo spotted by Jarkko.
2008-01-03 Nicholas ClarkFixes to get MAD working after change 32804, and some...
2008-01-03 Jan DuboisRE: How to load a "loadable object" that has a non...
2008-01-03 Rafael Garcia... OP_THREADSV was removed by #29727
2008-01-02 Nicholas ClarkAdd a new function newSVpvn_flags(), which takes a...
2008-01-02 Nicholas ClarkSilly Nick - change 32804 missed updating the list...
2008-01-02 Sébastien Aperghis... Small documentation nits
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas ClarkConvert some "regexp" and "struct regexp" to REGEXP...
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2008-01-02 Michael G.... shield t/test.pl functions from global print modifiers
2008-01-01 Steve PetersUpgrade to constant-1.15
2008-01-01 Steve PetersUpgrade to Sys-Syslog-0.24
2008-01-01 Steve PetersUpgrade to CGI.pm-3.32. Retain the version bump since...
2008-01-01 H.Merijn BrandMissing test, adding $ to the other tests
2008-01-01 H.Merijn BrandBring back the platforms that do not support -fstack...
2008-01-01 Marcus Holland... Add editor blocks to some header files.
2007-12-31 Craig A. BerryNeeded one more cast after 32760. The VMS compiler...
2007-12-31 Craig A. BerryFix VMS::Stdio bug introduced in 32713.
2007-12-31 Nicholas ClarkAs Perl_magic_setbm() and Perl_magic_setfm() aren't...
2007-12-31 Nicholas ClarkPerl_magic_setbm() and Perl_magic_setfm() are mathoms...
2007-12-31 Nicholas Clarkassert() that we're not trying to free scalars a second...
2007-12-31 Steve PetersUpgrade to AutoLoader-5.64
2007-12-31 Steve PetersUpgrade to Math-Complex-1.38
2007-12-30 Nicholas ClarkChange 32783 was generating warnings from gcc about...
2007-12-30 Marcus Holland... Add script to check source code for ANSI-C violations.
2007-12-30 Marcus Holland... factor out duplicate code in struct xpv*
2007-12-30 Steve PetersAdd file to MANIFEST that hitched a ride with change...
2007-12-30 Marcus Holland... Include SVf_UTF8 in the bitmask when checking the SvFLA...
2007-12-30 Marcus Holland... Upgrade to IPC::SysV 2.00
2007-12-29 Vincent PitTypo in op.c
2007-12-29 Nicholas ClarkIn sv_chop(), write sentinals over the part of the...
2007-12-29 Nicholas ClarkMove all code that relies on reading the to-be-thrown...
2007-12-29 Nicholas ClarkChange 32760 needed to add a cast to avoid a warning.
2007-12-29 Nicholas ClarkReorder the external regexp flags to get RXf_PMf_STD_PM...
2007-12-29 Nicholas ClarkThe position of the modifier flag bits is actually...
2007-12-29 H.Merijn BrandSync after metaconfig backports. Some reorders were...
2007-12-29 Nicholas ClarkPerl_sv_chop() can return early if it's being asked...
2007-12-29 Nicholas Clarkdie if multiple macros in regexp.h attempt to use the...
2007-12-29 Yves OrtonFix Perl #49190, tests from Abigail, codefix from me.
2007-12-29 Nicholas ClarkChange Perl_av_iter_p() to return IV* rather than I32...
2007-12-29 Nicholas ClarkNote to future self about moving the regexp flag bits...
2007-12-29 Nicholas ClarkWrap wrapped and wraplen from struct regexp in macros...
2007-12-28 Nicholas ClarkEliminate prelen from struct regexp. Possibly we are...
2007-12-28 Nicholas ClarkReplace 3 uses of RX_PRELEN(r) with plen, which has...
2007-12-28 Nicholas ClarkEliminate precomp from struct regexp. Store the offset...
2007-12-28 Nicholas ClarkSilly Nick. There was a bug in change 30757 whereby...
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 ClarkBetter diagnostics for the tests for #20683.
2007-12-27 Nicholas Clarkscalars used in postponed subexpressions aren't first...
2007-12-27 Nicholas ClarkProper $TODO support in &ok() and &iseq() in pat.t
2007-12-27 Nicholas ClarkLocalize $\ before changing it, so as not to affect...
2007-12-27 Nicholas ClarkTest that we can clone regexps into new threads, and...
2007-12-27 Nicholas Clark"Automate" change 32648 (ensure that -E always loads...
2007-12-27 Nicholas ClarkYou can't coerce a typeglob to a string. (Restore the...
2007-12-27 Nicholas Clarkassert() that the sv_unmagic() in S_regmatch() is unneeded.
next