| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate perlapi.pod and perlintern.pod at build time, instead of shipping them. | Nicholas Clark | 2009-04-18 | 1 | -7431/+0 |
* | document PERL_SYS_INIT, PERL_SYS_TERM and that they should only be used once | David Mitchell | 2009-04-02 | 1 | -0/+44 |
* | Change Perl_newCONSTSUB() so that a NULL sv generates an empty list return. | Nicholas Clark | 2009-03-29 | 1 | -0/+5 |
* | Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -5/+6 |
* | Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -4/+5 |
* | Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -4/+5 |
* | Regen docs and headers | Rafael Garcia-Suarez | 2008-12-26 | 1 | -4/+14 |
* | It looks like the previous patch is working fine on UNIXish boxes, | Steve Peters | 2008-12-19 | 1 | -11/+11 |
* | Subject: PATCH 5.10 documentation | Steve Peters | 2008-12-19 | 1 | -26/+71 |
* | Promote Perl_setdefout() to the public API. | Nicholas Clark | 2008-11-24 | 1 | -0/+21 |
* | Regenerate API docs | Rafael Garcia-Suarez | 2008-11-12 | 1 | -4/+1 |
* | Remove redundant API definitions from '=for apidoc' sections. | Marcus Holland-Moritz | 2008-10-29 | 1 | -12/+1 |
* | Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif" | Vincent Pit | 2008-09-13 | 1 | -1/+2 |
* | Regen of perlapi.pod after differences where pointed out by | Steve Peters | 2008-08-11 | 1 | -1/+1 |
* | Add Perl_croak_xs_usage(), which reduces a lot of explicit calls of | Nicholas Clark | 2008-05-21 | 1 | -0/+17 |
* | 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 |