| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Replace all reads of RXf_UTF8 with RX_UTF8(). | Nicholas Clark | 2008-01-05 | 6 | -11/+12 |
* | Add a 'test-reonly' target to the standard Makefile for *nix. (Not quite as c... | Yves Orton | 2008-01-05 | 1 | -3/+6 |
* | Remove IPC::SysV constant files from the MANIFEST. | Marcus Holland-Moritz | 2008-01-05 | 1 | -2/+0 |
* | Build const-(c|xs).inc in IPC::SysV on the fly. | Marcus Holland-Moritz | 2008-01-05 | 3 | -1180/+4 |
* | Abolish wraplen from struct regexp. We're already storing it in SvCUR. | Nicholas Clark | 2008-01-05 | 2 | -5/+4 |
* | Remove a comment that is no longer necessary since Perl Object bit | Nicholas Clark | 2008-01-05 | 1 | -3/+0 |
* | Abolish RXp_PRELEN(rx) and RXp_WRAPLEN() | Nicholas Clark | 2008-01-05 | 2 | -16/+14 |
* | Make ext/re/t/re_funcs.t warnings clean. | Nicholas Clark | 2008-01-05 | 1 | -1/+2 |
* | Abolish wrapped in struct regexp - store the wrapped pattern pointer | Nicholas Clark | 2008-01-05 | 4 | -10/+19 |
* | Add RX_UTF8(), which is effectively SvUTF8() but for regexps. | Nicholas Clark | 2008-01-05 | 5 | -20/+23 |
* | Protect me (and my fellow muppets) from screens of "syntax errors" if | Nicholas Clark | 2008-01-05 | 3 | -2/+7 |
* | BER is all very well, but it turns out that it's better to store the | Nicholas Clark | 2008-01-05 | 8 | -74/+101 |
* | Fix the compile for -DPERL_OLD_COPY_ON_WRITE (apart from the tenacious | Nicholas Clark | 2008-01-05 | 3 | -11/+13 |
* | Re-implement the SvOOK() hack to store the offset as a BER encoded | Nicholas Clark | 2008-01-04 | 7 | -46/+115 |
* | Oops. Forgot to propagate the rename of Perl_re_dup to Perl_re_dup_guts | Nicholas Clark | 2008-01-04 | 1 | -1/+1 |
* | Re-implement mPUSHp() and mXPUSHp() using Perl_newSVpvn_flags(), which | Nicholas Clark | 2008-01-04 | 1 | -2/+2 |
* | Add a small program that gets the C pre-processor to expand the macro | Nicholas Clark | 2008-01-04 | 2 | -0/+59 |
* | Notice of git tag retraction; also, [PATCH] correct Module::CoreList | Sam Vilain | 2008-01-04 | 1 | -1/+1 |
* | SelfLoader is dual-lived | Rafael Garcia-Suarez | 2008-01-04 | 1 | -0/+7 |
* | Upgrade to SelfLoader 1.13_03 | Rafael Garcia-Suarez | 2008-01-04 | 3 | -21/+105 |
* | Move the SelfLoader test files in their own subdirectory | Rafael Garcia-Suarez | 2008-01-04 | 3 | -2/+2 |
* | Follow up on change #32680. This fixes compilation | Marcus Holland-Moritz | 2008-01-04 | 1 | -1/+1 |
* | Upgrade to Devel::PPPort 3.13_01 | Marcus Holland-Moritz | 2008-01-04 | 76 | -343/+614 |
* | Upgrade to CGI.pm-3.33. There are still differences between the | Steve Peters | 2008-01-04 | 1 | -1/+2 |
* | Upgrade to IO-Zlib-1.09. | Steve Peters | 2008-01-04 | 1 | -1/+1 |
* | There's no need to handle 'set' magic in the mX?PUSH macros. | Marcus Holland-Moritz | 2008-01-04 | 2 | -62/+42 |
* | Run regen.pl (fixes build on Win32, at least) | Steve Hay | 2008-01-04 | 3 | -4/+36 |
* | Re: SV leak? | Vincent Pit | 2008-01-04 | 6 | -35/+35 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 14 | -163/+175 |
* | Missed three sv_2mortal(newSVpvn(...))s in the headers. | Nicholas Clark | 2008-01-03 | 3 | -4/+4 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 12 | -26/+34 |
* | 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 |