summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-0/+71
* arena-rework : consolidated patchJim Cromie2006-02-181-215/+222
* Fixed embed.fnc entry for S_forbid_setid() and picked up a change in Steve Peters2006-02-051-1/+1
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-8/+8
* Un-const magic virtual tables; this consting breaks the nastyRafael Garcia-Suarez2006-01-231-1/+1
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-15/+8
* s/superceded/superseded/gNicholas Clark2006-01-101-1/+1
* Regenerate perlapi.pod.Rafael Garcia-Suarez2005-12-221-0/+14
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-1/+12
* All args in embed.fnc should be namedAndy Lester2005-12-071-3/+3
* Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-301-1/+1
* Fix indentation of apidoc for sv_2pvutf8Rafael Garcia-Suarez2005-11-141-0/+13
* Regen headersRafael Garcia-Suarez2005-11-021-36/+85
* Regenerate perlapi.podRafael Garcia-Suarez2005-10-311-278/+289
* Adding documentation index to perlapi.pod and perlintern.podSébastien Aperghis-Tramoni2005-10-191-0/+513
* [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]John Peacock2005-08-241-0/+14
* Run regen.plSteve Hay2005-08-111-1/+1
* Another typo fixRafael Garcia-Suarez2005-08-011-1/+1
* The continuing plod through embed.fncAndy Lester2005-07-181-5/+5
* [patch: handy.c] update Newx API pod to mention PERL_MEM_LOG build optJim Cromie2005-07-121-7/+8
* [patch hv.h doc] HvNAMESteve Hay2005-07-111-1/+2
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-6/+11
* Const Boy II: The LocalizingAndy Lester2005-06-231-1/+1
* Bring bleadperl up to version.pmJohn Peacock2005-06-131-1/+1
* Make SvUPGRADE always have the value '1'Rafael Garcia-Suarez2005-06-131-1/+1
* Update API docs.Nicholas Clark2005-06-091-4/+1
* one more round of is_utf8_foo tuneupJarkko Hietaniemi2005-06-071-2/+21
* Fix apidoc for newSVhekRafael Garcia-Suarez2005-06-071-0/+11
* SvPVX_const() - patch #4Steve Peters2005-06-031-3/+3
* Documentation nits and fixes for Sv*_set() macrosSteve Peters2005-05-271-9/+13
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-3/+3
* attributes-two.patch, the next batchAndy Lester2005-05-091-1/+1
* Sv_*set() doc's and extra const's for the SvPVX_const() tasksSteve Peters2005-05-091-1/+73
* GCC attributes!Andy Lester2005-05-071-1/+1
* [perl #33809] optimize macro dXSARGS Sergey Skvortsov2005-05-031-0/+10