summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update perldelta and Changes; refresh perltoc; newer perlembed.podGurusamy Sarathy1998-07-221-35/+43
* documentation tweaks from Abigail <abigail@fnx.com>Gurusamy Sarathy1998-07-211-1/+1
* export newRV_noinc on win32, deprecate AvFILL in favor of av_len()Gurusamy Sarathy1998-07-111-1/+1
* allow a flags args to fbm_instr() for future needsIlya Zakharevich1998-07-041-2/+2
* back out previous change (it breaks PERL_OBJECT)Gurusamy Sarathy1998-06-151-73/+0
* added patch, fixed typo, reworked documentationJoshua Pritikin1998-06-151-0/+73
* PATCH for pod and warning noticeLarry W. Virden1998-06-101-1/+1
* [win32] merge change#897 from maintbranchGurusamy Sarathy1998-05-141-4/+4
* [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-0/+7
* [win32] merge changes#872,873 from maintbranchGurusamy Sarathy1998-05-141-5/+4
* [win32] merge change#683 from maintbranchGurusamy Sarathy1998-05-131-12/+73
* [win32] make hv_iterinit() return HvKEYS()SynaptiCAD, Inc.1998-05-031-4/+7
* Bump patchlevel.h to 63.Malcolm Beattie1998-03-161-4/+6
|\
| * [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-4/+6
* | newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).Jan Dubois1998-03-161-0/+7
|/
* Take out version number in perlguts (perl5.004_61)Gisle Aas1998-03-051-7/+4
* perlguts updateGisle Aas1998-02-201-159/+262
* [win32] enhancements to previous patch for XSUB OUTPUT argsGurusamy Sarathy1998-02-091-205/+217
* adding the newSVpvn API functionMatthias Ulrich Neeracher1998-02-061-9/+18
* Re: 5.004_04 vec() fails with 32-bit valuesM. J. T. Guy1998-02-061-1/+2
* Newer -DLEAKTEST patchIlya Zakharevich1998-02-061-3/+4
* [win32] Fix autovivification problems with XSUB OUTPUT argsGurusamy Sarathy1998-01-191-26/+159