This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Generate the warnings masks programatically.
[perl5.git] / pod / perlapi.pod
2008-01-16 Rafael Garcia-SuarezA couple of POD fixes by Steven Schubiger
2008-01-09 Steve HayFix prototype in regexp code following #32851, and...
2008-01-05 Nicholas ClarkBER is all very well, but it turns out that it's better...
2008-01-04 Marcus Holland-MoritzThere's no need to handle 'set' magic in the mX?PUSH...
2008-01-04 Steve HayRun regen.pl (fixes build on Win32, at least)
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-03 Nicholas ClarkAdd HeUTF8() to complement HePV() and then immediately...
2008-01-02 Nicholas ClarkAdd a new function newSVpvn_flags(), which takes a...
2007-12-22 Nicholas ClarkRemove the definitions of Null(), Nullch, Nullfp, Nulls...
2007-12-20 Steve PetersRegen some files...
2007-11-08 Jerry D. HeddenBug fix for storing shared objects in shared structures
2007-10-04 David LandgrenPOD cleanups
2007-09-26 Rafael Garcia-SuarezAPI spelling patch, by Jerry D. Hedden
2007-09-19 Nicholas ClarkChange 31849 forgot to regenerate the documentation...
2007-08-30 Jarkko Hietaniemimisc blead stuff
2007-07-07 Rafael Garcia-SuarezMake Perl_find_runcv a member of the public API
2007-06-24 Nicholas Clarks/\bunicode\b/Unicode/; # For everything not dual life
2007-06-18 Ævar Arnfjörð Bjar... SvRX() and SvRXOK() macros
2007-05-20 Dave Mitchelldelete thrdvar.h and move its contents to intrpvar.h
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-26 Brandon BlackFix mro docs.
2007-04-21 Nicholas ClarkWhere possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-03-19 Rafael Garcia-SuarezUpgrade to version.pm 0.71, by John Peacock
2007-03-07 Rafael Garcia-SuarezRegenerates internal and external API docs
2007-03-07 Juerd WaalboerRe: [PATCH] (Re: [PATCH] unicode/utf8 pod)
2007-02-19 Jarkko Hietaniemiblead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVA...
2007-02-15 Jerry D. HeddenUse newer 'threads' constructs
2007-02-10 Andy Doughertysignbit detection (was [perl #39875] -0.0 loses signedn...
2007-02-09 Nicholas ClarkFix Pod errors.
2007-01-31 Yves OrtonImprove regex stringification code
2007-01-26 Nicholas ClarkStop S_incline needing to temporarily write a '\0'...
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-22 Nicholas ClarkFix a typo and some doubled spaces in comments.
2007-01-19 Nicholas ClarkYves spotted that I'd not regenerated perlapi.pod when...
2007-01-08 Rafael Garcia-SuarezChange the API doc for some of the SvXXX testing macros.
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2007-01-01 Jarkko HietaniemiSymbian port: add Series 90 support
2006-12-18 Dave Mitchellmove parser state into new parser object, PL_parser
2006-12-06 Steve HayBetter fix than #29479 for exporting refcounted_he_chai...
2006-12-06 Yves OrtonRe: [PATCH] User pragmas now accessible from B
2006-10-31 Rafael Garcia-SuarezMake S_readpipe_override() compile with threads; regene...
2006-10-30 Rafael Garcia-SuarezIn vim, modelines are not taken into account if they...
2006-10-29 Nicholas ClarkModify autodoc.pl to add read-only editor boilerplate...
2006-10-03 Jarkko Hietaniemiconst sv_reftype
2006-07-16 Yves OrtonRe: Fix loads of warnings from the last escaping patch...
2006-07-06 Yves OrtonIntroduce a new function, pv_escape(), to display conte...
2006-06-23 Anno SiegelRe: [PATCH] Hash::Util::FieldHash
2006-06-12 chromaticAdd the new method UNIVERSAL::DOES() and the API functi...
2006-06-12 Andy LesterProper use of enums
2006-05-24 Marcus Holland-MoritzRun 'make regen' for changes 28299, 28300, 28301.
2006-05-22 Marcus Holland-Moritzliteral string macros
2006-05-21 Steve PetersAdd Perl_PerlIO_context_layers() to the public API...
2006-05-17 Jarkko HietaniemiRe: Change 28183 has broken 64-bit builds?
2006-05-15 chromatic[REPATCH universal.c] Make sv_derived_from Documentatio...
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-05-02 Nicholas ClarkFix bug in DynaLoader, which has been passing a filenam...
2006-04-30 Nicholas ClarkPerl_pack_cat() is a mathom too!
2006-04-30 Nicholas ClarkDocument SvGAMAGIC(), and its significance w.r.t. the...
2006-04-29 Nicholas ClarkAdd a cross reference to bytes_from_utf8() in the docum...
2006-04-19 Nicholas ClarkCalling cv_undef() on the CV created by newCONSTSUB...
2006-04-16 Steve PetersStray pod/perlapi.pod change found after a regen.
2006-04-14 Jarkko Hietaniemidoop.c: (Coverity) found a bug but not quite what Cover...
2006-03-29 Jarkko Hietaniemire-[PATCH] Re: [PATCH] Poison now in two different...
2006-03-02 Andy LesterNon-null optimizations
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-18 Jim Cromiearena-rework : consolidated patch
2006-02-05 Steve PetersFixed embed.fnc entry for S_forbid_setid() and picked...
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-23 Rafael Garcia-SuarezUn-const magic virtual tables; this consting breaks...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Nicholas Clarks/superceded/superseded/g
2005-12-22 Rafael Garcia-SuarezRegenerate perlapi.pod.
2005-12-19 Robin HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-07 Andy LesterAll args in embed.fnc should be named
2005-11-30 SADAHIRO TomoyukiRe: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-14 Rafael Garcia-SuarezFix indentation of apidoc for sv_2pvutf8
2005-11-02 Rafael Garcia-SuarezRegen headers
2005-10-31 Rafael Garcia-SuarezRegenerate 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 HayRun regen.pl
2005-08-01 Rafael Garcia-SuarezAnother typo fix
2005-07-18 Andy LesterThe 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 CromieRe: janitorial work ? [patch]
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-13 John PeacockBring bleadperl up to version.pm
2005-06-13 Rafael Garcia-SuarezMake SvUPGRADE always have the value '1'
2005-06-09 Nicholas ClarkUpdate API docs.
2005-06-07 Jarkko Hietaniemione more round of is_utf8_foo tuneup
2005-06-07 Rafael Garcia-SuarezFix apidoc for newSVhek
2005-06-03 Steve PetersSvPVX_const() - patch #4
2005-05-27 Steve PetersDocumentation nits and fixes for Sv*_set() macros
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-09 Andy Lesterattributes-two.patch, the next batch
2005-05-09 Steve PetersSv_*set() doc's and extra const's for the SvPVX_const...
2005-05-07 Andy LesterGCC attributes!
2005-05-03 Sergey Skvortsov[perl #33809] optimize macro dXSARGS
next