Re: newSVpvn(NULL, 0); doesn't work as advertised
[p5sagit/p5-mst-13.2.git] / pod / perlapi.pod
2004-06-08 Marcus Holland-Moritz Re: newSVpvn(NULL, 0); doesn't work as advertised
2004-06-06 SADAHIRO Tomoyuki Re: [PATCH] [perl #29841] utf8::decode doesn't work...
2004-06-02 Marcus Holland-Moritz Fix apidoc entries for PUSHMARK and newXSproto.
2004-05-31 Steve Hay Fix generation of perlapi.pod
2004-05-28 Stas Bekman Re: undef loses it magicness when assigned to a variable?
2004-05-14 Rafael Garcia-Suarez Add new dUNDERBAR and UNDERBAR macros, to help XS write...
2004-04-30 Rafael Garcia-Suarez Follow-up to previous patch: the mX?PUSH[inup] macros
2004-04-30 Steve Hay Document limitations in PUSHi et al macros and add...
2004-04-07 John Peacock Bleadperl to version 0.37
2004-02-26 Mark Fowler Improved perlapi documentation for croak
2004-02-08 Steve Hay Correct some prototypes in perlapi.pod
2004-02-03 John Peacock was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0...
2004-02-03 Rafael Garcia-Suarez Implement "my $_".
2004-02-03 Rafael Garcia-Suarez Regenerate perlapi.pod.
2004-01-29 Rafael Garcia-Suarez Regenerate perlapi.pod.
2004-01-16 Yitzchak Scott-Tho... Re: [perl #24816] Magic vars seem unsure if they are...
2003-12-06 Tassilo von Parseval SCALAR/FIRSTKEY for tied hashes in scalar context
2003-11-20 Alan Burlison promote hv_clear_placeholders to perl API
2003-11-19 Rafael Garcia-Suarez Regenerate perlapi and perltoc.
2003-11-15 Nicholas Clark Re: Storable Error
2003-10-06 LAUN Wolfgang Re: [doc-PATCH] for unpack_str() and question
2003-10-02 Hugo van der Sanden build perlapi.pod in deterministic order even when...
2003-09-12 Jarkko Hietaniemi It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-09-10 Jarkko Hietaniemi Regen perlapi.
2003-09-08 Jarkko Hietaniemi Regen perlapi.
2003-08-30 Stas Bekman [patch sv.h api doc] SvTAINTED_on does its craft only...
2003-08-26 Joe Schaefer perlapi.pod tweaks, based on :
2003-08-09 Rafael Garcia-Suarez Regenerate perlapi.pod.
2003-07-24 Stas Bekman Re: [typo] sv.c pod/perlapi.pod
2003-07-09 John Peacock Re: [REPATCH] was Re: [perl #16010] v-strings left...
2003-05-31 Rafael Garcia-Suarez Regenerate internals pods.
2003-05-05 Jarkko Hietaniemi pack/unpack fixes from Wolfgang Laun:
2003-03-29 Nicholas Clark [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanc...
2003-03-10 Stas Bekman Bunch of doc patches from Stas; plus regen.
2003-02-26 Hugo van der Sanden regen headers
2003-02-17 Hugo van der Sanden fix typo in sv.c and regenerate perlapi.pod
2003-02-16 Nicholas Clark COW regexps:
2003-02-05 Inaba Hiroto [Patch] parsing under encoding (Re: [Encode] HEADS...
2003-01-21 Hugo van der Sanden integrate (by hand) #18353 and #18359 from maint-5.8:
2002-12-17 Hugo van der Sanden regen-headers to get new API docs from #18306
2002-12-14 Dave Mitchell Proper fix for CvOUTSIDE weak refcounting
2002-10-10 John Peacock Version object combined patch
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-08-20 John Peacock Version object patch #1
2002-08-17 Nicholas Clark Copy On Write
2002-08-12 Dave Mitchell add verbose stack display option, -Dvs
2002-05-19 Nick Ing-Simmons Integrate mailine
2002-05-19 Jarkko Hietaniemi Sarathy pointed out that instead of zeroing heap
2002-05-01 Jarkko Hietaniemi Remove sv_setpviv{_,mg}; regen perlapi.
2002-04-03 Nick Ing-Simmons Fix segfaults when mainthread exits with other threads...
2002-03-23 Dave Mitchell tidy sv.[ch] after CRIPPLED_CC removal
2002-03-21 Dave Mitchell -DCRIPPLED_CC RIP
2002-03-05 Jarkko Hietaniemi Regen perlapi.
2002-02-24 John Peacock Re: Copying PV only with possible UTF-8 characters
2002-02-19 Jarkko Hietaniemi Regen doc, regen toc.
2002-02-08 Nick Ing-Simmons Extract something from yesterdays effort - convert...
2002-01-07 Jarkko Hietaniemi Document the flags of pv_uni_display().
2002-01-02 Jarkko Hietaniemi Simon's new perlapi scheme, I hope I got all the pieces.
2002-01-02 Jarkko Hietaniemi One more iteration of the ibcmp_utf8() interface,
2002-01-02 Jarkko Hietaniemi Make ibcmp_utf8() optionally progress in either string for
2002-01-01 Jarkko Hietaniemi Document the to_utf8_*() functions.
2001-12-30 Jarkko Hietaniemi Regen files.
2001-12-29 coral@eekeek.org Pod whitespace cleanup, round 0.
2001-12-29 Nick Ing-Simmons Nicholas Clark's embed.pl fix for my_socketpair
2001-12-25 John Peacock Re: Not OK 13881
2001-12-22 Nick Ing-Simmons Add at least the "important" PerlIO_xxxx functions...
2001-12-21 Jarkko Hietaniemi Make using U+FDD0..U+FDEF (noncharacters since Unicode...
2001-12-13 Jarkko Hietaniemi It could be possible for the case-insensitive
2001-12-11 Jarkko Hietaniemi More UTF-8 API docs.
2001-12-08 Jarkko Hietaniemi Regen perlapi, regen toc.
2001-11-23 Jarkko Hietaniemi regen_headers.
2001-11-23 Jarkko Hietaniemi Forgotten check-in.
2001-11-19 Jarkko Hietaniemi The runops_dbg should not be needed.
2001-11-18 Nick Ing-Simmons embed.pl generated changes I forgot to include
2001-11-16 Ilya Zakharevich runtime runops switch
2001-11-16 Abhijit Menon-Sen [PATCH] Doc spellcheck + podcheck
2001-11-15 John Peacock v-strings as Objects Step 1
2001-11-12 Jeffrey Friedl a few typo fixes
2001-11-02 Jarkko Hietaniemi Add documentation.
2001-10-31 Jarkko Hietaniemi More documentation for the encode pragma.
2001-10-31 Jarkko Hietaniemi Make sv_recode_to_utf8() a real API: the encoding
2001-10-31 Jarkko Hietaniemi Enable -Mencoding=foobar also for string literals.
2001-10-28 Nick Ing-Simmons Integrate Mainline
2001-10-28 Jarkko Hietaniemi Regen perlapi, perltoc.
2001-10-21 Jarkko Hietaniemi Integrate from perlio; restructuring.
2001-10-21 Nick Ing-Simmons PerlIO layer table as PL_perlio (per-interpreter)
2001-10-20 Nick Ing-Simmons Add a new flag character 'm' to embed.pl set to represent
2001-10-18 Charles Lane try#2: [proposed PATCH Perl@12401] ieee floats, rand...
2001-10-16 Nick Ing-Simmons Skeleton of "PerlIO_dup" coded.
2001-10-01 Jarkko Hietaniemi sortsv not in place anymore, noticed by John P. Linderman.
2001-09-30 Brian Ingerson Patch to put qsortsv in the public API
2001-09-13 Jarkko Hietaniemi Regen headers.
2001-09-05 Nicholas Clark Re: [ID 20010825.006] -DCRIPPLED_CC is broken
2001-08-20 Nick Ing-Simmons Integrate mainline
2001-08-18 Jarkko Hietaniemi New try for ID 20010407.006: detach the semantics
2001-08-15 Nick Ing-Simmons Integrate mainline
2001-08-13 Jarkko Hietaniemi [PATHC] sharedsv.[c|h]
2001-08-03 Nick Ing-Simmons Integrate mainline
2001-07-31 Jarkko Hietaniemi Regen perlapi.
2001-07-12 Artur Bergman Use reentrant API glibc
next