| Commit message (Expand) | Author | Age | Files | Lines |
* | perlguts.pod | Simon Cozens | 2000-12-10 | 1 | -0/+60 |
* | Re: STRLEN - what? | Andy Dougherty | 2000-12-05 | 1 | -0/+4 |
* | Pod updates | Stephen P. Potter | 2000-11-07 | 1 | -2/+2 |
* | Document offset hack | Simon Cozens | 2000-10-16 | 1 | -0/+33 |
* | minimal removal of 8 bit chrs from perlebcdic.pod | Peter Prymmer | 2000-09-01 | 1 | -6/+5 |
* | typos in pods | Nicholas Clark | 2000-08-30 | 1 | -2/+2 |
* | spellings | Marcel Grunauer | 2000-08-28 | 1 | -1/+1 |
* | Document PTR2XX and INT2PTR. | Jarkko Hietaniemi | 2000-08-26 | 1 | -0/+23 |
* | Introduce NVef, NVff, and NVgf, use the middle one. | Abigail | 2000-08-18 | 1 | -5/+13 |
* | Document the IVdf UVuf UVof UVxf. | Jarkko Hietaniemi | 2000-08-02 | 1 | -0/+13 |
* | memcpy has n o in it, as pinted ut by Sarathy. | Jarkko Hietaniemi | 2000-08-02 | 1 | -10/+11 |
* | Document in one place the memory abstractions used in Perl core. | Simon Cozens | 2000-08-02 | 1 | -0/+14 |
* | minor doc change - perlguts | Michael Stevens | 2000-07-26 | 1 | -2/+2 |
* | Merge perlhacktut into perlhack, update perlguts. | Simon Cozens | 2000-07-14 | 1 | -11/+319 |
* | integrate cfgperl changes#6325..6373 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+2 |
* | pod nits | Gurusamy Sarathy | 2000-04-24 | 1 | -6/+3 |
* | various pod nits (from Larry Virden and others) | Gurusamy Sarathy | 2000-04-24 | 1 | -3/+3 |
* | fixes for broken L<> links (from Wolfgang Laun | Gurusamy Sarathy | 2000-03-13 | 1 | -5/+4 |
* | whitespace and readabiliti nits in the pods (from Michael G Schwern | Gurusamy Sarathy | 2000-03-03 | 1 | -2/+2 |
* | Windows miscellany | Gurusamy Sarathy | 2000-03-01 | 1 | -2/+2 |
* | fix pods to reflect newer canonical names for call_sv() etc. | Gurusamy Sarathy | 2000-02-29 | 1 | -7/+7 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -2119/+47 |
* | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -2/+7 |
* | [ID 19991001.001] perlguts man page error | Piotr Klaban | 1999-10-01 | 1 | -1/+2 |
* | misprint in perlguts | Vadim Konovalov | 1999-09-26 | 1 | -2/+4 |
* | make sprintf("%g",...) threadsafe; only taint its result iff the | Gurusamy Sarathy | 1999-09-12 | 1 | -5/+7 |
* | update Changes | Gurusamy Sarathy | 1999-08-20 | 1 | -9/+10 |
* | support USE_THREADS+MULTIPLICITY; source compat tweaks for | Gurusamy Sarathy | 1999-08-20 | 1 | -20/+22 |
* | notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington | Gurusamy Sarathy | 1999-08-01 | 1 | -4/+254 |
* | pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon | Gurusamy Sarathy | 1999-07-17 | 1 | -2/+2 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -7/+7 |
* | avoid creating spurious subroutine stubs on failed subroutine | Gurusamy Sarathy | 1999-05-11 | 1 | -3/+4 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -4/+6 |
* | fix a few places that said 'int', but meant 'STRLEN' | Gurusamy Sarathy | 1999-03-25 | 1 | -5/+5 |
* | patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits) | Gurusamy Sarathy | 1999-02-15 | 1 | -2/+2 |
* | add const qualifier to most char* prototypes, handle ripple effect | Gurusamy Sarathy | 1999-02-15 | 1 | -67/+60 |
* | Re: SvOPV() or SvPV_nolen() or ... | Kenneth Albanowski | 1999-02-14 | 1 | -0/+9 |
* | provide SvPV_nolen(sv) to avoid use of PL_na | Jan Dubois | 1999-02-14 | 1 | -7/+17 |
* | av_extend() doc tweak from Jan Dubois | Gurusamy Sarathy | 1999-02-11 | 1 | -3/+3 |
* | make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let | Gurusamy Sarathy | 1999-02-08 | 1 | -1/+6 |
* | Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in ... | M. J. T. Guy | 1999-02-02 | 1 | -6/+6 |
* | documentation in change#2596 is not quite right; fix it | Gurusamy Sarathy | 1999-01-17 | 1 | -5/+4 |
* | modglobal w/ spelling fixes | Joshua Pritikin | 1999-01-13 | 1 | -0/+9 |
* | s/\bthe the\b/the/g *.pod | Jarkko Hietaniemi | 1998-12-03 | 1 | -1/+1 |
* | Fix most of the bad L<> links of | Tom Christiansen | 1998-12-02 | 1 | -7/+7 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -7/+9 |
* | document changed PERL_HASH() | Gurusamy Sarathy | 1998-11-28 | 1 | -4/+6 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -1/+1 |
* | plug strictly private function leaks in API listing | Gurusamy Sarathy | 1998-09-23 | 1 | -16/+0 |
* | document 'U' magic with examples | Alan Burlison | 1998-09-23 | 1 | -1/+41 |