2008-01-05 |
Nicholas Clark | Abolish RXf_UTF8. Store the UTF-8-ness of the pattern... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark | Make Perl_pregcomp() use SvUTF8() of the pattern, rathe... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Yves Orton | s/re/rx/ in an assert overlooked during recent renovations |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark | Replace all reads of RXf_UTF8 with RX_UTF8(). |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Yves Orton | Add a 'test-reonly' target to the standard Makefile... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Marcus Holland... | Remove IPC::SysV constant files from the MANIFEST. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Marcus Holland... | Build const-(c|xs).inc in IPC::SysV on the fly. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark | Abolish wraplen from struct regexp. We're already stori... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark | Remove a comment that is no longer necessary since... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark | Abolish RXp_PRELEN(rx) and RXp_WRAPLEN() |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark | Make ext/re/t/re_funcs.t warnings clean. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark | Abolish wrapped in struct regexp - store the wrapped... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark | Add RX_UTF8(), which is effectively SvUTF8() but for... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark | Protect me (and my fellow muppets) from screens of... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark | BER is all very well, but it turns out that it's better... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark | Fix the compile for -DPERL_OLD_COPY_ON_WRITE (apart... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Nicholas Clark | Re-implement the SvOOK() hack to store the offset as... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Nicholas Clark | Oops. Forgot to propagate the rename of Perl_re_dup... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Nicholas Clark | Re-implement mPUSHp() and mXPUSHp() using Perl_newSVpvn... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Nicholas Clark | Add a small program that gets the C pre-processor to... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Sam Vilain | Notice of git tag retraction; also, [PATCH] correct... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Rafael Garcia... | SelfLoader is dual-lived |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Rafael Garcia... | Upgrade to SelfLoader 1.13_03 |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Rafael Garcia... | Move the SelfLoader test files in their own subdirectory |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Marcus Holland... | Follow up on change #32680. This fixes compilation |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Marcus Holland... | Upgrade to Devel::PPPort 3.13_01 |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Steve Peters | Upgrade to CGI.pm-3.33. There are still differences... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Steve Peters | Upgrade to IO-Zlib-1.09. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Marcus Holland... | There's no need to handle 'set' magic in the mX?PUSH... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Steve Hay | Run regen.pl (fixes build on Win32, at least) |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Vincent Pit | Re: SV leak? |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Marcus Holland... | Add macros mPUSHs() and mXPUSHs() for pushing SVs on... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark | Missed three sv_2mortal(newSVpvn(...))s in the headers. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark | Add newSVpvs_flags() as a wrapper to newSVpvn_flags... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark | Extend newSVpvn_flags() to also call sv_2mortal() if... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Marcus Holland... | Forgot to remove dTARGET with change #32816. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Marcus Holland... | Fix memory leaks in XS_PerlIO_get_layers() by mortalizing |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark | We can now sv_upgrade(sv, SVt_PVHV), so do so, to simpl... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Steve Peters | Upgrade to Net-Ping-2.34 |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark | Possible future bugs found by the creation of newSVpvn_... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark | Add HeUTF8() to complement HePV() and then immediately... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark | Typo spotted by Jarkko. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark | Fixes to get MAD working after change 32804, and some... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Jan Dubois | RE: How to load a "loadable object" that has a non... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Rafael Garcia... | OP_THREADSV was removed by #29727 |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Nicholas Clark | Add a new function newSVpvn_flags(), which takes a... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Nicholas Clark | Silly Nick - change 32804 missed updating the list... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Sébastien Aperghis... | Small documentation nits |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Nicholas Clark | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Nicholas Clark | Convert some "regexp" and "struct regexp" to REGEXP... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Nicholas Clark | Wrap all deferences of struct regexp* in macros RX_... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Michael G.... | shield t/test.pl functions from global print modifiers |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Steve Peters | Upgrade to constant-1.15 |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Steve Peters | Upgrade to Sys-Syslog-0.24 |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Steve Peters | Upgrade to CGI.pm-3.32. Retain the version bump since... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
H.Merijn Brand | Missing test, adding $ to the other tests |
commit | commitdiff | tree | snapshot |
2008-01-01 |
H.Merijn Brand | Bring back the platforms that do not support -fstack... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Marcus Holland... | Add editor blocks to some header files. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Craig A. Berry | Needed one more cast after 32760. The VMS compiler... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Craig A. Berry | Fix VMS::Stdio bug introduced in 32713. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Nicholas Clark | As Perl_magic_setbm() and Perl_magic_setfm() aren't... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Nicholas Clark | Perl_magic_setbm() and Perl_magic_setfm() are mathoms... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Nicholas Clark | assert() that we're not trying to free scalars a second... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Steve Peters | Upgrade to AutoLoader-5.64 |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Steve Peters | Upgrade to Math-Complex-1.38 |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Nicholas Clark | Change 32783 was generating warnings from gcc about... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Marcus Holland... | Add script to check source code for ANSI-C violations. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Marcus Holland... | factor out duplicate code in struct xpv* |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Steve Peters | Add file to MANIFEST that hitched a ride with change... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Marcus Holland... | Include SVf_UTF8 in the bitmask when checking the SvFLA... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Marcus Holland... | Upgrade to IPC::SysV 2.00 |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Vincent Pit | Typo in op.c |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark | In sv_chop(), write sentinals over the part of the... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark | Move all code that relies on reading the to-be-thrown... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark | Change 32760 needed to add a cast to avoid a warning. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark | Reorder the external regexp flags to get RXf_PMf_STD_PM... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark | The position of the modifier flag bits is actually... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
H.Merijn Brand | Sync after metaconfig backports. Some reorders were... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark | Perl_sv_chop() can return early if it's being asked... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark | die if multiple macros in regexp.h attempt to use the... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Yves Orton | Fix Perl #49190, tests from Abigail, codefix from me. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark | Change Perl_av_iter_p() to return IV* rather than I32... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark | Note to future self about moving the regexp flag bits... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark | Wrap wrapped and wraplen from struct regexp in macros... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark | Eliminate prelen from struct regexp. Possibly we are... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark | Replace 3 uses of RX_PRELEN(r) with plen, which has... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark | Eliminate precomp from struct regexp. Store the offset... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark | Silly Nick. There was a bug in change 30757 whereby... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark | Wrap all accesses to the members precomp and prelen... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark | Dump the REGEXP member of SVt_REGEXP. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark | First class regexps. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Steve Peters | SvPVX_const() triggers an assertion that when the sv... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark | Better diagnostics for the tests for #20683. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark | scalars used in postponed subexpressions aren't first... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark | Proper $TODO support in &ok() and &iseq() in pat.t |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark | Localize $\ before changing it, so as not to affect... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark | Test that we can clone regexps into new threads, and... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark | "Automate" change 32648 (ensure that -E always loads... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark | You can't coerce a typeglob to a string. (Restore the... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark | assert() that the sv_unmagic() in S_regmatch() is unneeded. |
commit | commitdiff | tree | snapshot |
next |