summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* Run 'make regen' for changes 28299, 28300, 28301.Marcus Holland-Moritz2006-05-241-6/+6
* literal string macrosMarcus Holland-Moritz2006-05-221-0/+108
* Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.Steve Peters2006-05-211-1/+1
* Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-171-5/+9
* [REPATCH universal.c] Make sv_derived_from Documentation Clearerchromatic2006-05-151-3/+3
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-0/+25
* Fix bug in DynaLoader, which has been passing a filename in dynamicNicholas Clark2006-05-021-1/+2
* Perl_pack_cat() is a mathom too!Nicholas Clark2006-04-301-11/+11
* Document SvGAMAGIC(), and its significance w.r.t. the side effects ofNicholas Clark2006-04-301-0/+14
* Add a cross reference to bytes_from_utf8() in the documentation forNicholas Clark2006-04-291-11/+13
* Calling cv_undef() on the CV created by newCONSTSUB() would leak likeNicholas Clark2006-04-191-3/+3
* Stray pod/perlapi.pod change found after a regen.Steve Peters2006-04-161-16/+32
* doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr...Jarkko Hietaniemi2006-04-141-6/+8
* re-[PATCH] Re: [PATCH] Poison now in two different flavours!Jarkko Hietaniemi2006-03-291-2/+22
* Non-null optimizationsAndy Lester2006-03-021-1/+1