| Commit message (Expand) | Author | Age | Files | Lines |
* | Put the "Can't locate package..." warnings in the "syntax" | Rafael Garcia-Suarez | 2007-04-19 | 1 | -2/+2 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -111/+139 |
* | Remove the "performance hack" that suppressed used only once warnings | Nicholas Clark | 2007-04-16 | 1 | -13/+0 |
* | Work round what appears to be a bug in Sun C++ 5.8 2005/10/13 | Nicholas Clark | 2007-04-11 | 1 | -1/+5 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 1 | -1/+1 |
* | use a fresh stack when loading Errno.pm etc. | Dave Mitchell | 2007-03-14 | 1 | -1/+2 |
* | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe | Yves Orton | 2007-03-08 | 1 | -24/+9 |
* | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe | Yves Orton | 2007-03-08 | 1 | -10/+11 |
* | Use another method to avoid the "possible interpolation" warning | Rafael Garcia-Suarez | 2007-03-07 | 1 | -1/+4 |
* | Avoid to load the *+ and *- globs too early. | Rafael Garcia-Suarez | 2007-03-07 | 1 | -8/+5 |
* | Fix error messages returned by S_require_tie_mod. Fix small leaks | Rafael Garcia-Suarez | 2007-03-06 | 1 | -19/+21 |
* | Fix a small leak on loading *+ and *- globs | Rafael Garcia-Suarez | 2007-03-06 | 1 | -0/+2 |
* | More assertion failures, found by auditing the code. | Nicholas Clark | 2007-03-02 | 1 | -1/+1 |
* | Don't crash if the symbol table entry for ISA isn't a typeglob. | Nicholas Clark | 2007-03-02 | 1 | -1/+1 |
* | Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does not work with 'nomethod' | Rick Delaney | 2007-02-23 | 1 | -0/+13 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -3/+1 |
* | Fix Pod errors. | Nicholas Clark | 2007-02-09 | 1 | -1/+1 |
* | Purge all references to 5005 threads variables in the code. | Nicholas Clark | 2007-02-03 | 1 | -1/+0 |
* | Stop S_incline needing to temporarily write a '\0' into its passed-in | Nicholas Clark | 2007-01-26 | 1 | -8/+16 |
* | As we're not passing over (or copying in) a NUL, don't need that extra | Nicholas Clark | 2007-01-26 | 1 | -10/+10 |
* | Convert the last remaining 256 byte "small"bufs to 128 bytes. | Nicholas Clark | 2007-01-25 | 1 | -1/+1 |
* | Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminated | Nicholas Clark | 2007-01-25 | 1 | -6/+4 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -32/+31 |
* | Change 28058 hadn't been tested with -DPERL_CREATE_GVSV | Nicholas Clark | 2007-01-25 | 1 | -1/+1 |
* | Add missing SVfARG()s in require_tie_mod(). | Marcus Holland-Moritz | 2007-01-18 | 1 | -2/+2 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -0/+6 |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 1 | -2/+1 |
* | An implementation of change 29735 for blead (PL_curcop could be NULL) | Nicholas Clark | 2007-01-10 | 1 | -2/+3 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -2/+2 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -39/+69 |
* | Unshare the shared string gp_file_hek only if it exists in a GP. | Rafael Garcia-Suarez | 2006-12-22 | 1 | -1/+2 |
* | Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM) | Nicholas Clark | 2006-12-16 | 1 | -0/+6 |
* | Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic | Nicholas Clark | 2006-12-16 | 1 | -2/+2 |
* | Change 27506 wasn't quite correct - the copy of the AMAGIC flag should | Nicholas Clark | 2006-11-04 | 1 | -0/+6 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -0/+4 |
* | Don't bother generating the "Operation \"%s\": no method found..." | Nicholas Clark | 2006-10-06 | 1 | -0/+3 |
* | g++ stage 1 reached | Jarkko Hietaniemi | 2006-08-08 | 1 | -13/+9 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -10/+15 |
* | Re: [perl #39733] $AUTOLOAD is never tainted | Rick Delaney | 2006-08-02 | 1 | -1/+0 |
* | Proper use of enums | Andy Lester | 2006-06-12 | 1 | -0/+1 |
* | A little more work needed to get ext/re/t/re.t test 14 (no segv) passing | Nicholas Clark | 2006-06-11 | 1 | -1/+7 |
* | exhausting <> in BEGIN{} gets ARGVOUT used only once warning | Yitzchak Scott-Thoennes | 2006-06-07 | 1 | -0/+3 |
* | [PATCH] gv.c consting | Andy Lester | 2006-05-29 | 1 | -1/+1 |
* | In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know | Nicholas Clark | 2006-05-09 | 1 | -5/+8 |
* | Gv_AMupdate() always creates magic, so mg can never be NULL. | Nicholas Clark | 2006-05-09 | 1 | -0/+1 |
* | GvFILE() cannot be a pointer to the memory owned by the COP, because | Nicholas Clark | 2006-05-02 | 1 | -1/+8 |
* | De-duplicate the code that creates new GPs into Perl_newGP(). | Nicholas Clark | 2006-05-02 | 1 | -14/+22 |
* | more -ansi -pedantic cleanliness | Jarkko Hietaniemi | 2006-04-29 | 1 | -1/+1 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -2/+2 |