p5sagit/p5-mst-13.2.git
2008-01-04 Marcus Holland... There's no need to handle 'set' magic in the mX?PUSH...
2008-01-04 Steve Hay Run regen.pl (fixes build on Win32, at least)
2008-01-04 Vincent Pit Re: SV leak?
2008-01-04 Marcus Holland... Add macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas Clark Missed three sv_2mortal(newSVpvn(...))s in the headers.
2008-01-03 Nicholas Clark Add newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas Clark Extend 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 Clark We can now sv_upgrade(sv, SVt_PVHV), so do so, to simpl...
2008-01-03 Steve Peters Upgrade to Net-Ping-2.34
2008-01-03 Nicholas Clark Possible future bugs found by the creation of newSVpvn_...
2008-01-03 Nicholas Clark Add HeUTF8() to complement HePV() and then immediately...
2008-01-03 Nicholas Clark Typo spotted by Jarkko.
2008-01-03 Nicholas Clark Fixes to get MAD working after change 32804, and some...
2008-01-03 Jan Dubois RE: 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 Clark Add a new function newSVpvn_flags(), which takes a...
2008-01-02 Nicholas Clark Silly Nick - change 32804 missed updating the list...
2008-01-02 Sébastien Aperghis... Small documentation nits
2008-01-02 Nicholas Clark Make struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas Clark Convert some "regexp" and "struct regexp" to REGEXP...
2008-01-02 Nicholas Clark Wrap 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 Peters Upgrade to constant-1.15
2008-01-01 Steve Peters Upgrade to Sys-Syslog-0.24
2008-01-01 Steve Peters Upgrade to CGI.pm-3.32. Retain the version bump since...
2008-01-01 H.Merijn Brand Missing test, adding $ to the other tests
2008-01-01 H.Merijn Brand Bring 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. Berry Needed one more cast after 32760. The VMS compiler...
2007-12-31 Craig A. Berry Fix VMS::Stdio bug introduced in 32713.
2007-12-31 Nicholas Clark As Perl_magic_setbm() and Perl_magic_setfm() aren't...
2007-12-31 Nicholas Clark Perl_magic_setbm() and Perl_magic_setfm() are mathoms...
2007-12-31 Nicholas Clark assert() that we're not trying to free scalars a second...
2007-12-31 Steve Peters Upgrade to AutoLoader-5.64
2007-12-31 Steve Peters Upgrade to Math-Complex-1.38
2007-12-30 Nicholas Clark Change 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 Peters Add 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 Pit Typo in op.c
2007-12-29 Nicholas Clark In sv_chop(), write sentinals over the part of the...
2007-12-29 Nicholas Clark Move all code that relies on reading the to-be-thrown...
2007-12-29 Nicholas Clark Change 32760 needed to add a cast to avoid a warning.
2007-12-29 Nicholas Clark Reorder the external regexp flags to get RXf_PMf_STD_PM...
2007-12-29 Nicholas Clark The position of the modifier flag bits is actually...
2007-12-29 H.Merijn Brand Sync after metaconfig backports. Some reorders were...
2007-12-29 Nicholas Clark Perl_sv_chop() can return early if it's being asked...
2007-12-29 Nicholas Clark die if multiple macros in regexp.h attempt to use the...
2007-12-29 Yves Orton Fix Perl #49190, tests from Abigail, codefix from me.
2007-12-29 Nicholas Clark Change Perl_av_iter_p() to return IV* rather than I32...
2007-12-29 Nicholas Clark Note to future self about moving the regexp flag bits...
2007-12-29 Nicholas Clark Wrap wrapped and wraplen from struct regexp in macros...
2007-12-28 Nicholas Clark Eliminate prelen from struct regexp. Possibly we are...
2007-12-28 Nicholas Clark Replace 3 uses of RX_PRELEN(r) with plen, which has...
2007-12-28 Nicholas Clark Eliminate precomp from struct regexp. Store the offset...
2007-12-28 Nicholas Clark Silly Nick. There was a bug in change 30757 whereby...
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 Better diagnostics for the tests for #20683.
2007-12-27 Nicholas Clark scalars used in postponed subexpressions aren't first...
2007-12-27 Nicholas Clark Proper $TODO support in &ok() and &iseq() in pat.t
2007-12-27 Nicholas Clark Localize $\ before changing it, so as not to affect...
2007-12-27 Nicholas Clark Test 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 Clark You can't coerce a typeglob to a string. (Restore the...
2007-12-27 Nicholas Clark assert() that the sv_unmagic() in S_regmatch() is unneeded.
2007-12-27 Nicholas Clark You don't need $(DYNALOADER) to make $(nonxs_ext)
2007-12-27 Nicholas Clark Regexps are now orange.
2007-12-27 Nicholas Clark Remove the last Null(...) from x2p/*
2007-12-26 Nicholas Clark Tweak Perl_sv_upgrade() so that references can upgrade...
2007-12-26 Nicholas Clark Take code that occurs in three places to take a scalar...
2007-12-26 Nicholas Clark Remove two warnings (sub diag() was redefined, and...
2007-12-26 Steve Peters Upgrade to File-Temp-0.20
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 Robin Barker change/correction to 32246
2007-12-26 Steve Peters Linking a RT ticket to an open TODO.
2007-12-26 Gabor Szabo docs: list of places where $_ is used
2007-12-26 Gabor Szabo docs: replace FH by my $fh in open
2007-12-26 Jan Dubois 64-bit fix for Time::Local
2007-12-26 Brendan O'Dea Pod::Html: fix markup errors with (nested) definition...
2007-12-26 Nicholas Clark Use print rather than diag(), as these routine messages...
2007-12-26 Nicholas Clark Swap SVt_RV and SVt_NV in the SV ordering.
2007-12-26 Nicholas Clark A test for upgrading scalars. Curiously, before this...
2007-12-25 Jim Cromie patch - chg 32721 missed a couple Nullstrs
2007-12-25 Jan Dubois RE: [PATCH] s/perl510/perl511/g
2007-12-25 Jan Dubois Remove Nullch etc. from x2p
2007-12-24 Robin Barker PATCH re 32711
2007-12-23 Nicholas Clark Correct the correction. This one is both a correcly...
2007-12-23 Nicholas Clark Fix my typo in a comment.
2007-12-23 Nicholas Clark In SvPV_free(), assert() that no-one is trying to free...
2007-12-23 Nicholas Clark { my $a; } not warning about being used only once is...
2007-12-23 Nicholas Clark Add an assert() to verify my assumption that no-one...
2007-12-23 Steve Peters Welcome to Perl 5.11, win32!
next