summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
Commit message (Expand)AuthorAgeFilesLines
* perlguts.podSimon Cozens2000-12-101-0/+60
* Re: STRLEN - what?Andy Dougherty2000-12-051-0/+4
* Pod updatesStephen P. Potter2000-11-071-2/+2
* Document offset hackSimon Cozens2000-10-161-0/+33
* minimal removal of 8 bit chrs from perlebcdic.podPeter Prymmer2000-09-011-6/+5
* typos in podsNicholas Clark2000-08-301-2/+2
* spellingsMarcel Grunauer2000-08-281-1/+1
* Document PTR2XX and INT2PTR.Jarkko Hietaniemi2000-08-261-0/+23
* Introduce NVef, NVff, and NVgf, use the middle one.Abigail2000-08-181-5/+13
* Document the IVdf UVuf UVof UVxf.Jarkko Hietaniemi2000-08-021-0/+13
* memcpy has n o in it, as pinted ut by Sarathy.Jarkko Hietaniemi2000-08-021-10/+11
* Document in one place the memory abstractions used in Perl core.Simon Cozens2000-08-021-0/+14
* minor doc change - perlgutsMichael Stevens2000-07-261-2/+2
* Merge perlhacktut into perlhack, update perlguts.Simon Cozens2000-07-141-11/+319
* integrate cfgperl changes#6325..6373 into mainlineGurusamy Sarathy2000-07-111-0/+2
* pod nitsGurusamy Sarathy2000-04-241-6/+3
* various pod nits (from Larry Virden and others)Gurusamy Sarathy2000-04-241-3/+3
* fixes for broken L<> links (from Wolfgang LaunGurusamy Sarathy2000-03-131-5/+4
* whitespace and readabiliti nits in the pods (from Michael G SchwernGurusamy Sarathy2000-03-031-2/+2
* Windows miscellanyGurusamy Sarathy2000-03-011-2/+2
* fix pods to reflect newer canonical names for call_sv() etc.Gurusamy Sarathy2000-02-291-7/+7
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-2119/+47
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-2/+7
* [ID 19991001.001] perlguts man page errorPiotr Klaban1999-10-011-1/+2
* misprint in perlgutsVadim Konovalov1999-09-261-2/+4
* make sprintf("%g",...) threadsafe; only taint its result iff theGurusamy Sarathy1999-09-121-5/+7
* update ChangesGurusamy Sarathy1999-08-201-9/+10
* support USE_THREADS+MULTIPLICITY; source compat tweaks forGurusamy Sarathy1999-08-201-20/+22
* notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan TorkingtonGurusamy Sarathy1999-08-011-4/+254
* pod fixes (with minor edits) from Abigail, Ronald Kimball, JonGurusamy Sarathy1999-07-171-2/+2
* remove _() non-ansismGurusamy Sarathy1999-06-021-7/+7
* avoid creating spurious subroutine stubs on failed subroutineGurusamy Sarathy1999-05-111-3/+4
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-4/+6
* fix a few places that said 'int', but meant 'STRLEN'Gurusamy Sarathy1999-03-251-5/+5
* patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)Gurusamy Sarathy1999-02-151-2/+2
* add const qualifier to most char* prototypes, handle ripple effectGurusamy Sarathy1999-02-151-67/+60
* Re: SvOPV() or SvPV_nolen() or ...Kenneth Albanowski1999-02-141-0/+9
* provide SvPV_nolen(sv) to avoid use of PL_naJan Dubois1999-02-141-7/+17
* av_extend() doc tweak from Jan DuboisGurusamy Sarathy1999-02-111-3/+3
* make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to letGurusamy Sarathy1999-02-081-1/+6
* Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in ...M. J. T. Guy1999-02-021-6/+6
* documentation in change#2596 is not quite right; fix itGurusamy Sarathy1999-01-171-5/+4
* modglobal w/ spelling fixesJoshua Pritikin1999-01-131-0/+9
* s/\bthe the\b/the/g *.podJarkko Hietaniemi1998-12-031-1/+1
* Fix most of the bad L<> links ofTom Christiansen1998-12-021-7/+7
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-7/+9
* document changed PERL_HASH()Gurusamy Sarathy1998-11-281-4/+6
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-1/+1
* plug strictly private function leaks in API listingGurusamy Sarathy1998-09-231-16/+0
* document 'U' magic with examplesAlan Burlison1998-09-231-1/+41