summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-66/+66
* Re: mro status, etcBrandon Black2007-04-301-14/+19
* Fix mro docs.Brandon Black2007-04-261-0/+93
* Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,Nicholas Clark2007-04-211-7/+11
* Re: new C3 MRO patchBrandon Black2007-04-191-1/+1
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-3/+4
* Regenerates internal and external API docsRafael Garcia-Suarez2007-03-071-2/+2
* Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)Juerd Waalboer2007-03-071-1/+1
* blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweakingJarkko Hietaniemi2007-02-191-0/+11
* Use newer 'threads' constructsJerry D. Hedden2007-02-151-1/+1
* signbit detection (was [perl #39875] -0.0 loses signedness upon numeric compa...Andy Dougherty2007-02-101-0/+31
* Fix Pod errors.Nicholas Clark2007-02-091-1/+1
* Improve regex stringification codeYves Orton2007-01-311-0/+29
* Stop S_incline needing to temporarily write a '\0' into its passed-inNicholas Clark2007-01-261-0/+12
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-14/+13
* Fix a typo and some doubled spaces in comments.Nicholas Clark2007-01-221-2/+2
* Yves spotted that I'd not regenerated perlapi.pod when I addedNicholas Clark2007-01-191-5/+18
* Change the API doc for some of the SvXXX testing macros.Rafael Garcia-Suarez2007-01-081-24/+24
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-0/+4
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-1/+1
* move parser state into new parser object, PL_parserDave Mitchell2006-12-181-0/+2
* Better fix than #29479 for exporting refcounted_he_chain_2hvSteve Hay2006-12-061-14/+0
* Re: [PATCH] User pragmas now accessible from BYves Orton2006-12-061-0/+14
* Make S_readpipe_override() compile with threads; regenerate perlapi.podRafael Garcia-Suarez2006-10-311-3/+9
* In vim, modelines are not taken into account if they begin on theRafael Garcia-Suarez2006-10-301-1/+1
* Modify autodoc.pl to add read-only editor boilerplate for perlapi.podNicholas Clark2006-10-291-0/+9
* const sv_reftypeJarkko Hietaniemi2006-10-031-1/+1
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-161-12/+60
* Introduce a new function, pv_escape(), to display contents of PVsYves Orton2006-07-061-0/+56
* Re: [PATCH] Hash::Util::FieldHashAnno Siegel2006-06-231-1/+2
* Add the new method UNIVERSAL::DOES() and the API function sv_does()chromatic2006-06-121-0/+11
* Proper use of enumsAndy Lester2006-06-121-1/+1