| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Eliminate prelen from struct regexp. Possibly we are hardcoding a bit | Nicholas Clark | 2007-12-28 | 2 | -3/+4 |
* | Replace 3 uses of RX_PRELEN(r) with plen, which has the same value. | Nicholas Clark | 2007-12-28 | 1 | -3/+3 |
* | Eliminate precomp from struct regexp. Store the offset of precomp from | Nicholas Clark | 2007-12-28 | 2 | -8/+5 |
* | Silly Nick. There was a bug in change 30757 whereby the precomp of a | Nicholas Clark | 2007-12-28 | 1 | -1/+4 |
* | Wrap all accesses to the members precomp and prelen of struct regexp in | Nicholas Clark | 2007-12-28 | 9 | -27/+31 |
* | Dump the REGEXP member of SVt_REGEXP. | Nicholas Clark | 2007-12-28 | 2 | -1/+6 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 16 | -80/+132 |
* | SvPVX_const() triggers an assertion that when the sv isn't a PV. | Steve Peters | 2007-12-28 | 2 | -1/+275 |
* | Better diagnostics for the tests for #20683. | Nicholas Clark | 2007-12-27 | 1 | -2/+2 |
* | scalars used in postponed subexpressions aren't first class regexps, | Nicholas Clark | 2007-12-27 | 2 | -2/+10 |
* | Proper $TODO support in &ok() and &iseq() in pat.t | Nicholas Clark | 2007-12-27 | 1 | -6/+11 |