| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update perldelta and Changes; refresh perltoc; newer perlembed.pod | Gurusamy Sarathy | 1998-07-22 | 1 | -35/+43 |
* | documentation tweaks from Abigail <abigail@fnx.com> | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+1 |
* | export newRV_noinc on win32, deprecate AvFILL in favor of av_len() | Gurusamy Sarathy | 1998-07-11 | 1 | -1/+1 |
* | allow a flags args to fbm_instr() for future needs | Ilya Zakharevich | 1998-07-04 | 1 | -2/+2 |
* | back out previous change (it breaks PERL_OBJECT) | Gurusamy Sarathy | 1998-06-15 | 1 | -73/+0 |
* | added patch, fixed typo, reworked documentation | Joshua Pritikin | 1998-06-15 | 1 | -0/+73 |
* | PATCH for pod and warning notice | Larry W. Virden | 1998-06-10 | 1 | -1/+1 |
* | [win32] merge change#897 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -4/+4 |
* | [win32] merge change#886 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -0/+7 |
* | [win32] merge changes#872,873 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -5/+4 |
* | [win32] merge change#683 from maintbranch | Gurusamy Sarathy | 1998-05-13 | 1 | -12/+73 |
* | [win32] make hv_iterinit() return HvKEYS() | SynaptiCAD, Inc. | 1998-05-03 | 1 | -4/+7 |
* | Bump patchlevel.h to 63. | Malcolm Beattie | 1998-03-16 | 1 | -4/+6 |
|\ |
|
| * | [win32] change all 'sp' to 'SP' in code and in the docs. Explicitly | Gurusamy Sarathy | 1998-03-07 | 1 | -4/+6 |
* | | newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }). | Jan Dubois | 1998-03-16 | 1 | -0/+7 |
|/ |
|