This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
one more round of is_utf8_foo tuneup
[perl5.git] / pod / perlapi.pod
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
2005-04-26 Andy LesterRe: [PATCH] pp_pack.c redux, to work w/Jarkko's recent...
2005-03-29 Rafael Garcia-SuarezDownconst external APIs
2005-03-26 Rafael Garcia-SuarezRemove an XXX note from the public doc.
2005-03-25 Andy LesterConsting part 4
2005-03-25 Rafael Garcia-SuarezRemove the const qualifier from argv and env variables
2005-03-24 Andy LesterThird consting batch
2005-03-21 Andy LesterMore consting goodness
2005-03-18 Andy LesterMore const parms
2005-03-14 Andy LesterAdding const qualifiers
2005-01-31 Marcus Holland-MoritzRegenerate perlapi.pod.
2005-01-25 Jos I. Boumansperlapi.pod has pod errors
2005-01-24 Rafael Garcia-SuarezRevert change 23843.
2005-01-21 Rick DelaneyRe: [perl #31924] %INC caching failure-case problem
2005-01-20 Nicholas ClarkRun regen.pl and pod/buildtoc --build-all
2005-01-14 Nicholas ClarkImprove documentation for sv_catpvf, to note that patte...
2005-01-10 Marcus Holland-MoritzRemove PERL_FLEXIBLE_EXCEPTIONS code.
2004-12-24 Stas BekmanRe: [patch perlapi doc] sv_magic
2004-12-13 Steve HayDocument gv_stashpvn
2004-11-30 Rafael Garcia-SuarezRemove trailing whitespace that found their way in...
2004-11-12 Richard Soderberg[perl #32419] Spelling fixes for perl@23492
2004-10-29 Steve HayDocument sv_magic() changes brought about by sv_magicext()
2004-10-15 Steve HayDocument sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and...
2004-08-13 Stas Bekmanapi doc fix for SvSetMagicSV_nosteal
2004-08-04 Marcus Holland-MoritzDocument sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
2004-07-31 Marcus Holland-MoritzFix and update Perl_grok_* docs.
2004-07-16 Nicholas ClarkEncourage compilers to tail call optimise in sv_savepv...
2004-07-16 Nicholas ClarkRebuild perlapi.pod
2004-06-08 Marcus Holland-MoritzRe: newSVpvn(NULL, 0); doesn't work as advertised
2004-06-06 SADAHIRO TomoyukiRe: [PATCH] [perl #29841] utf8::decode doesn't work...
2004-06-02 Marcus Holland-MoritzFix apidoc entries for PUSHMARK and newXSproto.
2004-05-31 Steve HayFix generation of perlapi.pod
2004-05-28 Stas BekmanRe: undef loses it magicness when assigned to a variable?
2004-05-14 Rafael Garcia-SuarezAdd new dUNDERBAR and UNDERBAR macros, to help XS write...
2004-04-30 Rafael Garcia-SuarezFollow-up to previous patch: the mX?PUSH[inup] macros
2004-04-30 Steve HayDocument limitations in PUSHi et al macros and add...
2004-04-07 John PeacockBleadperl to version 0.37
2004-02-26 Mark FowlerImproved perlapi documentation for croak
2004-02-08 Steve HayCorrect some prototypes in perlapi.pod
2004-02-03 John Peacockwas Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0...
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2004-02-03 Rafael Garcia-SuarezRegenerate perlapi.pod.
2004-01-29 Rafael Garcia-SuarezRegenerate perlapi.pod.
2004-01-16 Yitzchak Scott-Tho... Re: [perl #24816] Magic vars seem unsure if they are...
2003-12-06 Tassilo von ParsevalSCALAR/FIRSTKEY for tied hashes in scalar context
2003-11-20 Alan Burlisonpromote hv_clear_placeholders to perl API
2003-11-19 Rafael Garcia-SuarezRegenerate perlapi and perltoc.
2003-11-15 Nicholas ClarkRe: Storable Error
2003-10-06 LAUN WolfgangRe: [doc-PATCH] for unpack_str() and question
2003-10-02 Hugo van der Sandenbuild perlapi.pod in deterministic order even when...
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-09-10 Jarkko HietaniemiRegen perlapi.
2003-09-08 Jarkko HietaniemiRegen perlapi.
2003-08-30 Stas Bekman[patch sv.h api doc] SvTAINTED_on does its craft only...
2003-08-26 Joe Schaeferperlapi.pod tweaks, based on :
2003-08-09 Rafael Garcia-SuarezRegenerate perlapi.pod.
2003-07-24 Stas BekmanRe: [typo] sv.c pod/perlapi.pod
2003-07-09 John PeacockRe: [REPATCH] was Re: [perl #16010] v-strings left...
2003-05-31 Rafael Garcia-SuarezRegenerate internals pods.
2003-05-05 Jarkko Hietaniemipack/unpack fixes from Wolfgang Laun:
2003-03-29 Nicholas Clark[DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanc...
2003-03-10 Stas BekmanBunch of doc patches from Stas; plus regen.
2003-02-26 Hugo van der Sandenregen headers
2003-02-17 Hugo van der Sandenfix typo in sv.c and regenerate perlapi.pod
2003-02-16 Nicholas ClarkCOW regexps:
2003-02-05 Inaba Hiroto[Patch] parsing under encoding (Re: [Encode] HEADS...
2003-01-21 Hugo van der Sandenintegrate (by hand) #18353 and #18359 from maint-5.8:
2002-12-17 Hugo van der Sandenregen-headers to get new API docs from #18306
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-10-10 John PeacockVersion object combined patch
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-08-20 John PeacockVersion object patch #1
2002-08-17 Nicholas ClarkCopy On Write
2002-08-12 Dave Mitchelladd verbose stack display option, -Dvs
2002-05-19 Nick Ing-SimmonsIntegrate mailine
2002-05-19 Jarkko HietaniemiSarathy pointed out that instead of zeroing heap
2002-05-01 Jarkko HietaniemiRemove sv_setpviv{_,mg}; regen perlapi.
2002-04-03 Nick Ing-SimmonsFix segfaults when mainthread exits with other threads...
2002-03-23 Dave Mitchelltidy sv.[ch] after CRIPPLED_CC removal
2002-03-21 Dave Mitchell-DCRIPPLED_CC RIP
2002-03-05 Jarkko HietaniemiRegen perlapi.
2002-02-24 John PeacockRe: Copying PV only with possible UTF-8 characters
2002-02-19 Jarkko HietaniemiRegen doc, regen toc.
2002-02-08 Nick Ing-SimmonsExtract something from yesterdays effort - convert...
2002-01-07 Jarkko HietaniemiDocument the flags of pv_uni_display().
2002-01-02 Jarkko HietaniemiSimon's new perlapi scheme, I hope I got all the pieces.
2002-01-02 Jarkko HietaniemiOne more iteration of the ibcmp_utf8() interface,
2002-01-02 Jarkko HietaniemiMake ibcmp_utf8() optionally progress in either string for
2002-01-01 Jarkko HietaniemiDocument the to_utf8_*() functions.
2001-12-30 Jarkko HietaniemiRegen files.
2001-12-29 coral@eekeek.orgPod whitespace cleanup, round 0.
2001-12-29 Nick Ing-SimmonsNicholas Clark's embed.pl fix for my_socketpair
next