There's no need to handle 'set' magic in the mX?PUSH macros.
[p5sagit/p5-mst-13.2.git] / pod / perlapi.pod
2008-01-04 Marcus Holland-Moritz There's no need to handle 'set' magic in the mX?PUSH...
2008-01-04 Steve Hay Run regen.pl (fixes build on Win32, at least)
2008-01-03 Nicholas Clark Extend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-03 Nicholas Clark Add HeUTF8() to complement HePV() and then immediately...
2008-01-02 Nicholas Clark Add a new function newSVpvn_flags(), which takes a...
2007-12-22 Nicholas Clark Remove the definitions of Null(), Nullch, Nullfp, Nulls...
2007-12-20 Steve Peters Regen some files...
2007-11-08 Jerry D. Hedden Bug fix for storing shared objects in shared structures
2007-10-04 David Landgren POD cleanups
2007-09-26 Rafael Garcia-Suarez API spelling patch, by Jerry D. Hedden
2007-09-19 Nicholas Clark Change 31849 forgot to regenerate the documentation...
2007-08-30 Jarkko Hietaniemi misc blead stuff
2007-07-07 Rafael Garcia-Suarez Make Perl_find_runcv a member of the public API
2007-06-24 Nicholas Clark s/\bunicode\b/Unicode/; # For everything not dual life
2007-06-18 Ævar Arnfjörð Bjar... SvRX() and SvRXOK() macros
2007-05-20 Dave Mitchell delete thrdvar.h and move its contents to intrpvar.h
2007-04-30 Brandon Black Re: mro status, etc
2007-04-26 Brandon Black Fix mro docs.
2007-04-21 Nicholas Clark Where possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-03-19 Rafael Garcia-Suarez Upgrade to version.pm 0.71, by John Peacock
2007-03-07 Rafael Garcia-Suarez Regenerates internal and external API docs
2007-03-07 Juerd Waalboer Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
2007-02-19 Jarkko Hietaniemi blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVA...
2007-02-15 Jerry D. Hedden Use newer 'threads' constructs
2007-02-10 Andy Dougherty signbit detection (was [perl #39875] -0.0 loses signedn...
2007-02-09 Nicholas Clark Fix Pod errors.
2007-01-31 Yves Orton Improve regex stringification code
2007-01-26 Nicholas Clark Stop S_incline needing to temporarily write a '\0'...
2007-01-25 Nicholas Clark The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-22 Nicholas Clark Fix a typo and some doubled spaces in comments.
2007-01-19 Nicholas Clark Yves spotted that I'd not regenerated perlapi.pod when...
2007-01-08 Rafael Garcia-Suarez Change the API doc for some of the SvXXX testing macros.
2007-01-04 Yves Orton Re: [PATCH] Change implementation of %+ to use a proper...
2007-01-01 Jarkko Hietaniemi Symbian port: add Series 90 support
2006-12-18 Dave Mitchell move parser state into new parser object, PL_parser
2006-12-06 Steve Hay Better fix than #29479 for exporting refcounted_he_chai...
2006-12-06 Yves Orton Re: [PATCH] User pragmas now accessible from B
2006-10-31 Rafael Garcia-Suarez Make S_readpipe_override() compile with threads; regene...
2006-10-30 Rafael Garcia-Suarez In vim, modelines are not taken into account if they...
2006-10-29 Nicholas Clark Modify autodoc.pl to add read-only editor boilerplate...
2006-10-03 Jarkko Hietaniemi const sv_reftype
2006-07-16 Yves Orton Re: Fix loads of warnings from the last escaping patch...
2006-07-06 Yves Orton Introduce a new function, pv_escape(), to display conte...
2006-06-23 Anno Siegel Re: [PATCH] Hash::Util::FieldHash
2006-06-12 chromatic Add the new method UNIVERSAL::DOES() and the API functi...
2006-06-12 Andy Lester Proper use of enums
2006-05-24 Marcus Holland-Moritz Run 'make regen' for changes 28299, 28300, 28301.
2006-05-22 Marcus Holland-Moritz literal string macros
2006-05-21 Steve Peters Add Perl_PerlIO_context_layers() to the public API...
2006-05-17 Jarkko Hietaniemi Re: Change 28183 has broken 64-bit builds?
2006-05-15 chromatic [REPATCH universal.c] Make sv_derived_from Documentatio...
2006-05-12 Jarkko Hietaniemi Re: [PATCH] my_snprintf
2006-05-02 Nicholas Clark Fix bug in DynaLoader, which has been passing a filenam...
2006-04-30 Nicholas Clark Perl_pack_cat() is a mathom too!
2006-04-30 Nicholas Clark Document SvGAMAGIC(), and its significance w.r.t. the...
2006-04-29 Nicholas Clark Add a cross reference to bytes_from_utf8() in the docum...
2006-04-19 Nicholas Clark Calling cv_undef() on the CV created by newCONSTSUB...
2006-04-16 Steve Peters Stray pod/perlapi.pod change found after a regen.
2006-04-14 Jarkko Hietaniemi doop.c: (Coverity) found a bug but not quite what Cover...
2006-03-29 Jarkko Hietaniemi re-[PATCH] Re: [PATCH] Poison now in two different...
2006-03-02 Andy Lester Non-null optimizations
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-18 Jim Cromie arena-rework : consolidated patch
2006-02-05 Steve Peters Fixed embed.fnc entry for S_forbid_setid() and picked...
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-01-23 Rafael Garcia-Suarez Un-const magic virtual tables; this consting breaks...
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Nicholas Clark s/superceded/superseded/g
2005-12-22 Rafael Garcia-Suarez Regenerate perlapi.pod.
2005-12-19 Robin Houston Re: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-07 Andy Lester All args in embed.fnc should be named
2005-11-30 SADAHIRO Tomoyuki Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-14 Rafael Garcia-Suarez Fix indentation of apidoc for sv_2pvutf8
2005-11-02 Rafael Garcia-Suarez Regen headers
2005-10-31 Rafael Garcia-Suarez Regenerate perlapi.pod
2005-10-19 Sébastien Aperghis... Adding documentation index to perlapi.pod and perlinter...
2005-08-24 John Peacock [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
2005-08-11 Steve Hay Run regen.pl
2005-08-01 Rafael Garcia-Suarez Another typo fix
2005-07-18 Andy Lester The continuing plod through embed.fnc
2005-07-12 Jim Cromie [patch: handy.c] update Newx API pod to mention PERL_M...
2005-07-11 Steve Hay [patch hv.h doc] HvNAME
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-06-23 Andy Lester Const Boy II: The Localizing
2005-06-13 John Peacock Bring bleadperl up to version.pm
2005-06-13 Rafael Garcia-Suarez Make SvUPGRADE always have the value '1'
2005-06-09 Nicholas Clark Update API docs.
2005-06-07 Jarkko Hietaniemi one more round of is_utf8_foo tuneup
2005-06-07 Rafael Garcia-Suarez Fix apidoc for newSVhek
2005-06-03 Steve Peters SvPVX_const() - patch #4
2005-05-27 Steve Peters Documentation nits and fixes for Sv*_set() macros
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-09 Andy Lester attributes-two.patch, the next batch
2005-05-09 Steve Peters Sv_*set() doc's and extra const's for the SvPVX_const...
2005-05-07 Andy Lester GCC attributes!
2005-05-03 Sergey Skvortsov [perl #33809] optimize macro dXSARGS
2005-04-26 Andy Lester Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent...
2005-03-29 Rafael Garcia-Suarez Downconst external APIs
2005-03-26 Rafael Garcia-Suarez Remove an XXX note from the public doc.
next