| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 16 | -75/+82 |
* | Forgot to remove dTARGET with change #32816. | Marcus Holland-Moritz | 2008-01-03 | 1 | -1/+0 |
* | Fix memory leaks in XS_PerlIO_get_layers() by mortalizing | Marcus Holland-Moritz | 2008-01-03 | 1 | -8/+8 |
* | We can now sv_upgrade(sv, SVt_PVHV), so do so, to simplify the code. | Nicholas Clark | 2008-01-03 | 1 | -10/+3 |
* | Upgrade to Net-Ping-2.34 | Steve Peters | 2008-01-03 | 2 | -2/+2 |
* | Possible future bugs found by the creation of newSVpvn_flags(). | Nicholas Clark | 2008-01-03 | 4 | -9/+6 |
* | Add HeUTF8() to complement HePV() and then immediately suggest that | Nicholas Clark | 2008-01-03 | 2 | -2/+34 |
* | Typo spotted by Jarkko. | Nicholas Clark | 2008-01-03 | 1 | -1/+1 |
* | Fixes to get MAD working after change 32804, and some newSVpvn_utf8()s | Nicholas Clark | 2008-01-03 | 1 | -10/+8 |
* | RE: How to load a "loadable object" that has a non-default file extension ? | Jan Dubois | 2008-01-03 | 1 | -14/+19 |
* | OP_THREADSV was removed by #29727 | Rafael Garcia-Suarez | 2008-01-03 | 1 | -3/+0 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 14 | -77/+119 |
* | Silly Nick - change 32804 missed updating the list of global functions. | Nicholas Clark | 2008-01-02 | 1 | -1/+2 |
* | Small documentation nits | Sébastien Aperghis-Tramoni | 2008-01-02 | 2 | -7/+7 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 18 | -183/+224 |
* | Convert some "regexp" and "struct regexp" to REGEXP where they are | Nicholas Clark | 2008-01-02 | 4 | -14/+14 |
* | Wrap all deferences of struct regexp* in macros RX_*() [and for | Nicholas Clark | 2008-01-02 | 13 | -222/+250 |
* | shield t/test.pl functions from global print modifiers | Michael G. Schwern | 2008-01-02 | 1 | -17/+28 |
* | Upgrade to constant-1.15 | Steve Peters | 2008-01-01 | 2 | -2/+2 |
* | Upgrade to Sys-Syslog-0.24 | Steve Peters | 2008-01-01 | 2 | -2/+5 |
* | Upgrade to CGI.pm-3.32. Retain the version bump since bug fixes | Steve Peters | 2008-01-01 | 1 | -2/+2 |
* | Missing test, adding $ to the other tests | H.Merijn Brand | 2008-01-01 | 1 | -3/+3 |
* | Bring back the platforms that do not support -fstack-protector | H.Merijn Brand | 2008-01-01 | 1 | -11/+16 |
* | Add editor blocks to some header files. | Marcus Holland-Moritz | 2008-01-01 | 21 | -5/+201 |
* | Needed one more cast after 32760. The VMS compiler complained | Craig A. Berry | 2007-12-31 | 1 | -1/+1 |
* | Fix VMS::Stdio bug introduced in 32713. | Craig A. Berry | 2007-12-31 | 1 | -1/+1 |
* | As Perl_magic_setbm() and Perl_magic_setfm() aren't in the public API, | Nicholas Clark | 2007-12-31 | 4 | -42/+0 |
* | Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can be | Nicholas Clark | 2007-12-31 | 6 | -31/+47 |
* | assert() that we're not trying to free scalars a second time. | Nicholas Clark | 2007-12-31 | 1 | -0/+1 |
* | Upgrade to AutoLoader-5.64 | Steve Peters | 2007-12-31 | 5 | -9/+147 |
* | Upgrade to Math-Complex-1.38 | Steve Peters | 2007-12-31 | 4 | -8/+8 |
* | Change 32783 was generating warnings from gcc about an extra semicolon | Nicholas Clark | 2007-12-30 | 1 | -1/+1 |
* | Add script to check source code for ANSI-C violations. | Marcus Holland-Moritz | 2007-12-30 | 2 | -0/+112 |
* | factor out duplicate code in struct xpv* | Marcus Holland-Moritz | 2007-12-30 | 5 | -464/+127 |
* | Add file to MANIFEST that hitched a ride with change #32750. It | Steve Peters | 2007-12-30 | 1 | -0/+1 |
* | Include SVf_UTF8 in the bitmask when checking the SvFLAGS in | Marcus Holland-Moritz | 2007-12-30 | 1 | -1/+1 |
* | Upgrade to IPC::SysV 2.00 | Marcus Holland-Moritz | 2007-12-30 | 7 | -11/+16 |
* | Typo in op.c | Vincent Pit | 2007-12-29 | 2 | -8/+47 |
* | In sv_chop(), write sentinals over the part of the buffer that is | Nicholas Clark | 2007-12-29 | 1 | -0/+23 |
* | Move all code that relies on reading the to-be-thrown-away buffer ahead | Nicholas Clark | 2007-12-29 | 2 | -6/+2 |
* | Change 32760 needed to add a cast to avoid a warning. | Nicholas Clark | 2007-12-29 | 1 | -1/+3 |
* | Reorder the external regexp flags to get RXf_PMf_STD_PMMOD into the | Nicholas Clark | 2007-12-29 | 3 | -86/+86 |
* | The position of the modifier flag bits is actually encoded by a right | Nicholas Clark | 2007-12-29 | 3 | -2/+5 |
* | Sync after metaconfig backports. Some reorders were done | H.Merijn Brand | 2007-12-29 | 3 | -37/+38 |
* | Perl_sv_chop() can return early if it's being asked to do nothing. | Nicholas Clark | 2007-12-29 | 1 | -0/+4 |
* | die if multiple macros in regexp.h attempt to use the same flag bit. | Nicholas Clark | 2007-12-29 | 1 | -3/+9 |
* | Fix Perl #49190, tests from Abigail, codefix from me. | Yves Orton | 2007-12-29 | 2 | -8/+15 |
* | Change Perl_av_iter_p() to return IV* rather than I32* (which means | Nicholas Clark | 2007-12-29 | 4 | -5/+12 |
* | Note to future self about moving the regexp flag bits around. | Nicholas Clark | 2007-12-29 | 2 | -2/+5 |
* | Wrap wrapped and wraplen from struct regexp in macros RW_WRAPPED() and | Nicholas Clark | 2007-12-29 | 4 | -11/+15 |