| Commit message (Expand) | Author | Age | Files | Lines |
* | Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko | Rafael Garcia-Suarez | 2007-06-17 | 1 | -0/+11 |
* | Re: [PATCH] Callbacks for named captures (%+ and %-) | Ævar Arnfjörð Bjarmason | 2007-06-06 | 1 | -2/+29 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -5/+0 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -2/+0 |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -2/+8 |
* | move some more variables into the PL_parser struct: | Dave Mitchell | 2007-05-04 | 1 | -2/+2 |
* | FETCH/STORE/LENGTH callbacks for numbered capture variables | Ævar Arnfjörð Bjarmason | 2007-05-03 | 1 | -4/+10 |
* | tweak some regexp params to avoid warnings | Yves Orton | 2007-05-02 | 1 | -1/+1 |
* | Remove ext/Thread | Jerry D. Hedden | 2007-05-02 | 1 | -2/+0 |
* | Re: [PATCH] Cleanup of the regexp API | Ævar Arnfjörð Bjarmason | 2007-04-30 | 1 | -2/+2 |
* | Make PL_uudmap a constant global. Remove the run time initialisation | Nicholas Clark | 2007-04-24 | 1 | -1/+4 |
* | Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*... | Ævar Arnfjörð Bjarmason | 2007-04-23 | 1 | -3/+3 |
* | Several members of struct yy_parser can go on a diet. Some I32s were | Nicholas Clark | 2007-04-21 | 1 | -2/+2 |
* | Re: Proposed changes and to regular expression interfaces in core | Ævar Arnfjörð Bjarmason | 2007-04-06 | 1 | -0/+2 |
* | g++ on NetBSD needs to have environ declared as well. | Steve Peters | 2007-04-05 | 1 | -1/+1 |
* | C++ compilation fix by Steve Peters | Rafael Garcia-Suarez | 2007-04-05 | 1 | -4/+4 |
* | Rearrange members of structures to reduce memory size on some | Nicholas Clark | 2007-03-31 | 1 | -1/+1 |
* | Remove the object_compatibility placeholder in the interpreter struct | Rafael Garcia-Suarez | 2007-03-26 | 1 | -5/+0 |
* | Split the storage of the layers specificied by open.pm into one hint | Nicholas Clark | 2007-02-17 | 1 | -1/+2 |
* | add hooks for capture buffers into regex engine. | Yves Orton | 2007-02-13 | 1 | -0/+7 |
* | signbit detection (was [perl #39875] -0.0 loses signedness upon numeric compa... | Andy Dougherty | 2007-02-10 | 1 | -0/+4 |
* | Improve regex stringification code | Yves Orton | 2007-01-31 | 1 | -24/+1 |
* | one more iteration on PerlIO_teardown prototype | Jarkko Hietaniemi | 2007-01-30 | 1 | -1/+1 |
* | As we're not using UVf in the core, don't even define in when PERL_CORE | Nicholas Clark | 2007-01-27 | 1 | -3/+7 |
* | Assignments to function pointers can't be NULL, as that's a pointer to | Nicholas Clark | 2007-01-21 | 1 | -211/+216 |
* | Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ... | Yves Orton | 2007-01-15 | 1 | -0/+27 |
* | Proper symbian fix (replacing change #29813) by Jarkko | Rafael Garcia-Suarez | 2007-01-15 | 1 | -1/+1 |
* | Revert perl.h part of change 29811, which breaks compilation with gcc | Rafael Garcia-Suarez | 2007-01-15 | 1 | -1/+1 |
* | Symbian/S90 further fixes | Jarkko Hietaniemi | 2007-01-15 | 1 | -1/+1 |
* | patch: shorten perl.h by six lines | David Nicol | 2007-01-06 | 1 | -6/+0 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -0/+2 |
* | Re: [PATCH] Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-04 | 1 | -6/+0 |
* | Remove no longer used magic vtable | Rafael Garcia-Suarez | 2007-01-04 | 1 | -12/+0 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -3/+2 |
* | move easy lexer state variables into PL_parser | Dave Mitchell | 2007-01-02 | 1 | -1/+2 |
* | Welcome to 2007! Time to update copyrights from changes earlier | Steve Peters | 2007-01-01 | 1 | -1/+1 |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -0/+41 |
* | move parser state into new parser object, PL_parser | Dave Mitchell | 2006-12-18 | 1 | -0/+1 |
* | Continue split of perl internal regexp structures from ones that are engine s... | Yves Orton | 2006-12-01 | 1 | -4/+13 |
* | Re: [PATCH] perlhack: some portability updates | Dominic Dunlop | 2006-11-28 | 1 | -4/+5 |
* | Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 canned | Steve Hay | 2006-11-27 | 1 | -0/+3 |
* | Tweaks needed to get Perl compiling with g++ on OpenBSD. | Steve Peters | 2006-11-18 | 1 | -0/+4 |
* | was RE: Perl_die() / Perl_croak() | Robin Barker | 2006-11-13 | 1 | -0/+7 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 1 | -0/+3 |
* | Changes to get perl to compile with g++ on Cygwin. Some additional | Steve Peters | 2006-10-30 | 1 | -0/+4 |
* | Change MY_CXT ref in perl.h | Jerry D. Hedden | 2006-10-27 | 1 | -2/+3 |
* | Semicolon consistency between PERL_FPU_INIT and the other INITs. | Nicholas Clark | 2006-10-21 | 1 | -2/+2 |
* | Add PERLIO_INIT to PERL_SYS_INIT. | Nicholas Clark | 2006-10-21 | 1 | -1/+1 |
* | Always defining PERLIO_TERM, even if it's empty, makes for a simpler | Nicholas Clark | 2006-10-21 | 1 | -0/+3 |
* | Fix in perl.h for compiling with g++. | Steve Peters | 2006-10-21 | 1 | -1/+1 |