| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | More leak fixes, by Jarkko | Rafael Garcia-Suarez | 2006-10-20 | 1 | -0/+15 |
* | Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf() | Nicholas Clark | 2006-10-14 | 1 | -2/+2 |
* | Missing % in format string | Rafael Garcia-Suarez | 2006-10-11 | 1 | -1/+1 |
* | Revert change 28962 (at least until a better solution is found) | Rafael Garcia-Suarez | 2006-10-08 | 1 | -0/+12 |
* | No need to create a new magic vtable if it's all 0 pointers. | Nicholas Clark | 2006-10-07 | 1 | -12/+0 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -0/+14 |
* | Generate the overload enum and names array programatically, which | Nicholas Clark | 2006-10-06 | 1 | -90/+1 |
* | Reoder struct am_table and am_table_short to save 8 bytes on LP64 | Nicholas Clark | 2006-10-06 | 1 | -2/+2 |
* | [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking. | Jim Cromie | 2006-10-03 | 1 | -1/+7 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -5/+7 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -6/+22 |
* | Silence two warnings from gcc when being -pedantic | Nicholas Clark | 2006-09-28 | 1 | -2/+2 |
* | Add hook for re_dup() into regex engine as reg_dupe (make re | Yves Orton | 2006-09-25 | 1 | -0/+2 |
* | (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC | Jarkko Hietaniemi | 2006-09-14 | 1 | -2/+3 |
* | C++: Solaris CC now compiles "perl" | Jarkko Hietaniemi | 2006-09-11 | 1 | -0/+4 |
* | Use %^H instead of $^H for the assertions pragma | Rafael Garcia-Suarez | 2006-09-08 | 1 | -3/+3 |
* | ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings | Robin Barker | 2006-09-05 | 1 | -0/+1 |
* | g++/Tru64: got perl linking once got the linkage right | Jarkko Hietaniemi | 2006-08-21 | 1 | -0/+7 |