| Commit message (Expand) | Author | Age | Files | Lines |
* | Double magic with substr | Vincent Pit | 2008-03-31 | 1 | -1/+11 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-13 | 1 | -6/+6 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-12 | 1 | -9/+9 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-11 | 1 | -12/+12 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-11 | 1 | -15/+15 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-02 | 1 | -9/+9 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-02 | 1 | -7/+7 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-02 | 1 | -8/+8 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-03-01 | 1 | -9/+9 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-29 | 1 | -8/+8 |
* | use svtype | Robin Barker | 2008-02-14 | 1 | -1/+1 |
* | Correct (some) variable names in embed.fnc where they differ from the | Nicholas Clark | 2008-02-12 | 1 | -56/+56 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-08 | 1 | -6/+6 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-07 | 1 | -10/+10 |
* | Fix Win32 compiler warnings introduced by #33081 and #33085 | Steve Hay | 2008-01-29 | 1 | -1/+1 |
* | toke.c/universal.c: consting | Steven Schubiger | 2008-01-29 | 1 | -2/+2 |
* | Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe, | Nicholas Clark | 2008-01-23 | 1 | -0/+6 |
* | A couple of POD fixes by Steven Schubiger | Rafael Garcia-Suarez | 2008-01-16 | 1 | -1/+1 |
* | Fix prototype in regexp code following #32851, and regen | Steve Hay | 2008-01-09 | 1 | -1/+1 |
* | BER is all very well, but it turns out that it's better to store the | Nicholas Clark | 2008-01-05 | 1 | -4/+20 |
* | There's no need to handle 'set' magic in the mX?PUSH macros. | Marcus Holland-Moritz | 2008-01-04 | 1 | -27/+17 |
* | Run regen.pl (fixes build on Win32, at least) | Steve Hay | 2008-01-04 | 1 | -0/+35 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -3/+4 |
* | Add HeUTF8() to complement HePV() and then immediately suggest that | Nicholas Clark | 2008-01-03 | 1 | -1/+19 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -0/+30 |
* | Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_na | Nicholas Clark | 2007-12-22 | 1 | -2/+2 |
* | Regen some files... | Steve Peters | 2007-12-20 | 1 | -2/+2 |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -0/+13 |
* | POD cleanups | David Landgren | 2007-10-04 | 1 | -1/+1 |
* | API spelling patch, by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-09-26 | 1 | -4/+4 |
* | Change 31849 forgot to regenerate the documentation - removing a | Nicholas Clark | 2007-09-19 | 1 | -38/+0 |
* | misc blead stuff | Jarkko Hietaniemi | 2007-08-30 | 1 | -5/+5 |
* | Make Perl_find_runcv a member of the public API | Rafael Garcia-Suarez | 2007-07-07 | 1 | -0/+22 |
* | s/\bunicode\b/Unicode/; # For everything not dual life | Nicholas Clark | 2007-06-24 | 1 | -3/+3 |
* | SvRX() and SvRXOK() macros | Ævar Arnfjörð Bjarmason | 2007-06-18 | 1 | -0/+44 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -66/+66 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -14/+19 |
* | Fix mro docs. | Brandon Black | 2007-04-26 | 1 | -0/+93 |
* | Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX, | Nicholas Clark | 2007-04-21 | 1 | -7/+11 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -1/+1 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 1 | -3/+4 |
* | Regenerates internal and external API docs | Rafael Garcia-Suarez | 2007-03-07 | 1 | -2/+2 |
* | Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) | Juerd Waalboer | 2007-03-07 | 1 | -1/+1 |
* | blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking | Jarkko Hietaniemi | 2007-02-19 | 1 | -0/+11 |
* | Use newer 'threads' constructs | Jerry D. Hedden | 2007-02-15 | 1 | -1/+1 |
* | signbit detection (was [perl #39875] -0.0 loses signedness upon numeric compa... | Andy Dougherty | 2007-02-10 | 1 | -0/+31 |
* | Fix Pod errors. | Nicholas Clark | 2007-02-09 | 1 | -1/+1 |
* | Improve regex stringification code | Yves Orton | 2007-01-31 | 1 | -0/+29 |
* | Stop S_incline needing to temporarily write a '\0' into its passed-in | Nicholas Clark | 2007-01-26 | 1 | -0/+12 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -14/+13 |