summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
Commit message (Expand)AuthorAgeFilesLines
* Generate perlapi.pod and perlintern.pod at build time, instead of shipping them.Nicholas Clark2009-04-181-7431/+0
* document PERL_SYS_INIT, PERL_SYS_TERM and that they should only be used onceDavid Mitchell2009-04-021-0/+44
* Change Perl_newCONSTSUB() so that a NULL sv generates an empty list return.Nicholas Clark2009-03-291-0/+5
* Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-5/+6
* Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-4/+5
* Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-4/+5
* Regen docs and headersRafael Garcia-Suarez2008-12-261-4/+14
* It looks like the previous patch is working fine on UNIXish boxes,Steve Peters2008-12-191-11/+11
* Subject: PATCH 5.10 documentationSteve Peters2008-12-191-26/+71
* Promote Perl_setdefout() to the public API.Nicholas Clark2008-11-241-0/+21
* Regenerate API docsRafael Garcia-Suarez2008-11-121-4/+1
* Remove redundant API definitions from '=for apidoc' sections.Marcus Holland-Moritz2008-10-291-12/+1
* Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif"Vincent Pit2008-09-131-1/+2
* Regen of perlapi.pod after differences where pointed out bySteve Peters2008-08-111-1/+1
* Add Perl_croak_xs_usage(), which reduces a lot of explicit calls ofNicholas Clark2008-05-211-0/+17
* Double magic with substrVincent Pit2008-03-311-1/+11
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-131-6/+6
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-121-9/+9
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-111-12/+12
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-111-15/+15
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-021-9/+9
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-021-7/+7
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-021-8/+8
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-011-9/+9
* Re: [PATCH] sv.c: constingSteven Schubiger2008-02-291-8/+8
* use svtypeRobin Barker2008-02-141-1/+1
* Correct (some) variable names in embed.fnc where they differ from theNicholas Clark2008-02-121-56/+56
* Re: [PATCH] sv.c: constingSteven Schubiger2008-02-081-6/+6
* Re: [PATCH] sv.c: constingSteven Schubiger2008-02-071-10/+10
* Fix Win32 compiler warnings introduced by #33081 and #33085Steve Hay2008-01-291-1/+1
* toke.c/universal.c: constingSteven Schubiger2008-01-291-2/+2
* Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,Nicholas Clark2008-01-231-0/+6
* A couple of POD fixes by Steven SchubigerRafael Garcia-Suarez2008-01-161-1/+1
* Fix prototype in regexp code following #32851, and regenSteve Hay2008-01-091-1/+1
* BER is all very well, but it turns out that it's better to store theNicholas Clark2008-01-051-4/+20
* There's no need to handle 'set' magic in the mX?PUSH macros.Marcus Holland-Moritz2008-01-041-27/+17
* Run regen.pl (fixes build on Win32, at least)Steve Hay2008-01-041-0/+35
* Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set inNicholas Clark2008-01-031-3/+4
* Add HeUTF8() to complement HePV() and then immediately suggest thatNicholas Clark2008-01-031-1/+19
* Add a new function newSVpvn_flags(), which takes a third parameter ofNicholas Clark2008-01-021-0/+30
* Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_naNicholas Clark2007-12-221-2/+2
* Regen some files...Steve Peters2007-12-201-2/+2
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+13
* POD cleanupsDavid Landgren2007-10-041-1/+1
* API spelling patch, by Jerry D. HeddenRafael Garcia-Suarez2007-09-261-4/+4
* Change 31849 forgot to regenerate the documentation - removing aNicholas Clark2007-09-191-38/+0
* misc blead stuffJarkko Hietaniemi2007-08-301-5/+5
* Make Perl_find_runcv a member of the public APIRafael Garcia-Suarez2007-07-071-0/+22
* s/\bunicode\b/Unicode/; # For everything not dual lifeNicholas Clark2007-06-241-3/+3
* SvRX() and SvRXOK() macrosÆvar Arnfjörð Bjarmason2007-06-181-0/+44