| Commit message (Expand) | Author | Age | Files | Lines |
* | factor out duplicate code in struct xpv* | Marcus Holland-Moritz | 2007-12-30 | 1 | -0/+5 |
* | Correct the correction. This one is both a correcly spelled word, and | Nicholas Clark | 2007-12-23 | 1 | -1/+1 |
* | Fix my typo in a comment. | Nicholas Clark | 2007-12-23 | 1 | -1/+1 |
* | Replace our assert-which-can-be-caught-by-eval with the real deal from | Nicholas Clark | 2007-12-22 | 1 | -2/+10 |
* | Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_na | Nicholas Clark | 2007-12-22 | 1 | -0/+5 |
* | Integrate: | Nicholas Clark | 2007-12-22 | 1 | -0/+1 |
* | make miniperl -Wwrite-strings clean | Robin Barker | 2007-12-20 | 1 | -1/+1 |
* | Re: [PATCH] various RC1 nits | Jarkko Hietaniemi | 2007-11-20 | 1 | -0/+2 |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -0/+1 |
* | "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSION | Nicholas Clark | 2007-11-07 | 1 | -6/+4 |
* | make PERLSYS_TERM not require a context | Dave Mitchell | 2007-11-03 | 1 | -3/+3 |
* | Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096) | Jarkko Hietaniemi | 2007-11-03 | 1 | -1/+1 |
* | VDf no longer in PERL_CORE | Robin Barker | 2007-10-20 | 1 | -13/+7 |
* | RE: [PATCH] RE: PERL_CORE UVf logic | Robin Barker | 2007-10-19 | 1 | -2/+2 |
* | Nothing* outside the core uses the old misspelling | Nicholas Clark | 2007-10-06 | 1 | -2/+0 |
* | Add a new flag PERL_PV_PRETTY_NOCLEAR (actually just | Nicholas Clark | 2007-10-06 | 1 | -0/+2 |
* | PL_cshname is actually a constant value known at compile time. | Nicholas Clark | 2007-10-05 | 1 | -0/+6 |
* | API spelling patch, by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-09-26 | 1 | -3/+4 |
* | make PERL_SYS_INIT/INIT3/TERM into functions | Dave Mitchell | 2007-09-25 | 1 | -2/+6 |
* | And some more VMS-specific additions to PL_bincompat_options. | Craig A. Berry | 2007-09-23 | 1 | -0/+9 |
* | Add USE_IEEE to PL_bincompat_options, as use_ieee in the configuration | Nicholas Clark | 2007-09-23 | 1 | -0/+3 |
* | Change 31873 was not robust against the possibility that the | Nicholas Clark | 2007-09-16 | 1 | -1/+1 |
* | Move all the compile time options that affect binary compatibility into | Nicholas Clark | 2007-09-15 | 1 | -0/+93 |
* | [patch] add verbose mode to -DU debugging option | Jim Cromie | 2007-07-07 | 1 | -4/+9 |
* | Revert change #31489. | Rafael Garcia-Suarez | 2007-06-29 | 1 | -1/+1 |
* | Rename various regex defined so that they have distinct prefixes based on the... | Yves Orton | 2007-06-28 | 1 | -9/+9 |
* | Re: [perl #43357] *DESTROY = sub {} at runtime | Brandon Black | 2007-06-28 | 1 | -1/+1 |
* | Remove PERL_MAGIC_mutex | Rafael Garcia-Suarez | 2007-06-18 | 1 | -1/+0 |
* | 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 |