This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Describe the effects of the migration of dual life modules from lib to ext.
[perl5.git] / pod / perlguts.pod
2000-08-02 Jarkko HietaniemiDocument the IVdf UVuf UVof UVxf.
2000-08-02 Jarkko Hietaniemimemcpy has n o in it, as pinted ut by Sarathy.
2000-08-02 Simon CozensDocument in one place the memory abstractions used...
2000-07-26 Michael Stevensminor doc change - perlguts
2000-07-14 Simon CozensMerge perlhacktut into perlhack, update perlguts.
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6325..6373 into mainline
2000-07-11 Mark-Jason DominusPATCH perlguts.pod: Document D and d magic types
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathypod nits
2000-04-24 Gurusamy Sarathyvarious pod nits (from Larry Virden and others)
2000-03-13 Gurusamy Sarathyfixes for broken L<> links (from Wolfgang Laun
2000-03-03 Gurusamy Sarathywhitespace and readabiliti nits in the pods (from Micha...
2000-03-01 Gurusamy SarathyWindows miscellany
2000-02-29 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-29 Gurusamy Sarathyfix pods to reflect newer canonical names for call_sv...
2000-02-09 Charles BaileyResync with mainline
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-10-10 Gurusamy Sarathyrevert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-01 Piotr Klaban[ID 19991001.001] perlguts man page error
1999-09-29 Charles Baileyresync with mainline
1999-09-26 Vadim Konovalovmisprint in perlguts
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-12 Gurusamy Sarathymake sprintf("%g",...) threadsafe; only taint its resul...
1999-08-20 Gurusamy Sarathyupdate Changes
1999-08-20 Gurusamy Sarathysupport USE_THREADS+MULTIPLICITY; source compat tweaks for
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Gurusamy Sarathynotes on PERL_IMPLICIT_CONTEXT (from a version by Natha...
1999-07-17 Gurusamy Sarathypod fixes (with minor edits) from Abigail, Ronald Kimba...
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-11 Gurusamy Sarathyavoid creating spurious subroutine stubs on failed...
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-25 Gurusamy Sarathyfix a few places that said 'int', but meant 'STRLEN'
1999-02-15 Gurusamy Sarathypatches suggested by John Bley <jbb6@acpub.duke.edu...
1999-02-15 Gurusamy Sarathyadd const qualifier to most char* prototypes, handle...
1999-02-14 Kenneth AlbanowskiRe: SvOPV() or SvPV_nolen() or ...
1999-02-14 Jan Duboisprovide SvPV_nolen(sv) to avoid use of PL_na
1999-02-11 Gurusamy Sarathyav_extend() doc tweak from Jan Dubois
1999-02-08 Gurusamy Sarathymake EMBEDMYMALLOC the default and provide PERL_POLLUTE...
1999-02-02 M. J. T. GuyRe: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv...
1999-01-17 Gurusamy Sarathydocumentation in change#2596 is not quite right; fix it
1999-01-13 Joshua Pritikinmodglobal w/ spelling fixes
1998-12-03 Jarkko Hietaniemis/\bthe the\b/the/g *.pod
1998-12-02 Tom ChristiansenFix most of the bad L<> links of
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-28 Gurusamy Sarathydocument changed PERL_HASH()
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-09-23 Gurusamy Sarathyplug strictly private function leaks in API listing
1998-09-23 Alan Burlisondocument 'U' magic with examples
1998-07-22 Gurusamy SarathyUpdate perldelta and Changes; refresh perltoc; newer...
1998-07-21 Gurusamy Sarathydocumentation tweaks from Abigail <abigail@fnx.com>
1998-07-11 Gurusamy Sarathyexport newRV_noinc on win32, deprecate AvFILL in favor...
1998-07-04 Ilya Zakharevichallow a flags args to fbm_instr() for future needs
1998-06-15 Gurusamy Sarathyback out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikinadded patch, fixed typo, reworked documentation
1998-06-10 Larry W. VirdenPATCH for pod and warning notice
1998-05-14 Gurusamy Sarathy[win32] merge change#897 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] merge change#886 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] merge changes#872,873 from maintbranch
1998-05-13 Gurusamy Sarathy[win32] merge change#683 from maintbranch
1998-05-03 SynaptiCAD, Inc.[win32] make hv_iterinit() return HvKEYS()
1998-03-16 Malcolm BeattieBump patchlevel.h to 63.
1998-03-16 Jan DuboisnewCONSTSUB added (XSUB equivalent for inlinable sub...
1998-03-07 Gurusamy Sarathy[win32] change all 'sp' to 'SP' in code and in the...
1998-03-05 Gisle AasTake out version number in perlguts (perl5.004_61)
1998-02-20 Gisle Aasperlguts update
1998-02-09 Gurusamy Sarathy[win32] enhancements to previous patch for XSUB OUTPUT...
1998-02-06 Matthias Ulrich... adding the newSVpvn API function
1998-02-06 M. J. T. GuyRe: 5.004_04 vec() fails with 32-bit values
1998-02-06 Ilya ZakharevichNewer -DLEAKTEST patch
1998-01-19 Gurusamy Sarathy[win32] Fix autovivification problems with XSUB OUTPUT...
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-08-06 Ilya ZakharevichUpdates to perlguts (repost)
1997-08-06 Stephen McCamantMagic info in perlguts, take 2
1997-08-06 Hans MulderDuplicates in perlguts.pod
1997-06-11 Gurusamy Sarathyperlguts caveats
1997-06-11 Gurusamy Sarathyperlguts caveats
1997-06-11 Gurusamy Sarathyperlguts caveats
1997-04-30 Gisle AasFix description of av_undef() in perlguts
1997-04-22 Perl 5 Porters[inseparable changes from match from perl-5.003_97g...
1997-04-14 Perl 5 Porters[inseparable changes from patch from perl-5.003_97d... perl-5.003_97e
1997-04-01 Perl 5 Porters[inseparable changes from match from perl-5.003_96...
1997-03-25 Perl 5 Porters[inseperable changes from patch from perl-5.003_95...
1997-03-25 Cary D. RenzemaPod updates
1997-03-22 Perl 5 Porters[inseparable changes from match from perl-5.003_94...
1997-03-22 Hallvard B FurusethPod problems & fixes
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1997-03-08 Jim Meyeringtypos in pods of 5.003_93
1997-03-08 Roderick SchertlerXSUB's doc fix
1997-03-06 Perl 5 Porters[inseparable changes from match from perl-5.003_92...
1997-03-06 Ilya ZakharevichPODs corrections
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1997-02-25 Perl 5 Porters[inseparable changes from match from perl-5.003_90...
1997-02-25 Gurusamy SarathyClean up and document API for hashes
1997-02-21 Perl 5 Porters[inseparable changes from patch from perl5.003_27 to...
1997-01-29 Perl 5 Porters[inseparable changes from patch from perl5.003_23 to... perl-5.003_24
1997-01-25 Jeff OkamotoPerlguts version 30
1997-01-15 Perl 5 Porters[inseparable changes from patch from perl5.003_20 to...
1997-01-04 Perl 5 Porters[inseparable changes from patch from perl5.003_18 to...
next