summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
Commit message (Collapse)AuthorAgeFilesLines
* pod nitsGurusamy Sarathy2000-04-241-6/+3
| | | p4raw-id: //depot/perl@5929
* various pod nits (from Larry Virden and others)Gurusamy Sarathy2000-04-241-3/+3
| | | p4raw-id: //depot/perl@5917
* fixes for broken L<> links (from Wolfgang LaunGurusamy Sarathy2000-03-131-5/+4
| | | | | <wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@5715
* whitespace and readabiliti nits in the pods (from Michael G SchwernGurusamy Sarathy2000-03-031-2/+2
| | | | | and Robin Barker) p4raw-id: //depot/perl@5493
* Windows miscellanyGurusamy Sarathy2000-03-011-2/+2
| | | p4raw-id: //depot/perl@5388
* fix pods to reflect newer canonical names for call_sv() etc.Gurusamy Sarathy2000-02-291-7/+7
| | | p4raw-id: //depot/perl@5371
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-2119/+47
| | | | | | | Stuhl <sho_pi@hotmail.com>); fix the markup format to be more flexible for better readability; add missing docs in sv.c; regenerate perltoc p4raw-id: //depot/perl@4915
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-2/+7
| | | | | | compatibility; introduce SAVEDESTRUCTOR_X() that accepts void(*)(pTHX_ void*) p4raw-id: //depot/perl@4339
* [ID 19991001.001] perlguts man page errorPiotr Klaban1999-10-011-1/+2
| | | | | | To: perl5-porters@perl.org Message-Id: <199910010823.KAA05796@oryl.man.torun.pl> p4raw-id: //depot/cfgperl@4269
* misprint in perlgutsVadim Konovalov1999-09-261-2/+4
| | | | | | | From: "Konovalov, Vadim" <vkonovalov@lucent.com> To: perl5-porters@perl.org Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com> p4raw-id: //depot/cfgperl@4231
* make sprintf("%g",...) threadsafe; only taint its result iff theGurusamy Sarathy1999-09-121-5/+7
| | | | | formatted result looks nonstandard p4raw-id: //depot/perl@4130
* update ChangesGurusamy Sarathy1999-08-201-9/+10
| | | p4raw-id: //depot/perl@4011
* support USE_THREADS+MULTIPLICITY; source compat tweaks forGurusamy Sarathy1999-08-201-20/+22
| | | | | USE_THREADS and MULTIPLICITY; minor pod adjustments p4raw-id: //depot/perl@4007
* notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan TorkingtonGurusamy Sarathy1999-08-011-4/+254
| | | | | <gnat@frii.com>) p4raw-id: //depot/perl@3849
* pod fixes (with minor edits) from Abigail, Ronald Kimball, JonGurusamy Sarathy1999-07-171-2/+2
| | | | | | Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and Steve Lidie p4raw-id: //depot/perl@3676
* remove _() non-ansismGurusamy Sarathy1999-06-021-7/+7
| | | p4raw-id: //depot/perl@3518
* avoid creating spurious subroutine stubs on failed subroutineGurusamy Sarathy1999-05-111-3/+4
| | | | | | | call and other places of sv_2cv() misuse; fixes problems with failed subroutine calls "hiding" later attempts to lookup methods in base classes p4raw-id: //depot/perl@3388
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-4/+6
| | | p4raw-id: //depot/perl@3217
* fix a few places that said 'int', but meant 'STRLEN'Gurusamy Sarathy1999-03-251-5/+5
| | | p4raw-id: //depot/perl@3162
* patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)Gurusamy Sarathy1999-02-151-2/+2
| | | | | | | | | | | Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST) Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu> Subject: [PATCH]5.005_54 (DOC) fix many typos -- Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST) Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu> Subject: [PATCH]5.005_54 (DOC) typos p4raw-id: //depot/perl@2929
* add const qualifier to most char* prototypes, handle ripple effectGurusamy Sarathy1999-02-151-67/+60
| | | p4raw-id: //depot/perl@2924
* Re: SvOPV() or SvPV_nolen() or ...Kenneth Albanowski1999-02-141-0/+9
| | | | | Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com> p4raw-id: //depot/perl@2913
* provide SvPV_nolen(sv) to avoid use of PL_naJan Dubois1999-02-141-7/+17
| | | | | | Message-ID: <36bb7ada.68485547@smtp1.ibm.net> Subject: [PATCH 5.005_54] _54 version of SvPV_nolen patch p4raw-id: //depot/perl@2912
* av_extend() doc tweak from Jan DuboisGurusamy Sarathy1999-02-111-3/+3
| | | p4raw-id: //depot/perl@2867
* make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to letGurusamy Sarathy1999-02-081-1/+6
| | | | | them ask for insanity (untested) p4raw-id: //depot/perl@2832
* 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
| | | | | | | | perlguts To: perl5-porters@perl.org Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk> p4raw-id: //depot/cfgperl@2773
* documentation in change#2596 is not quite right; fix itGurusamy Sarathy1999-01-171-5/+4
| | | | | p4raw-link: @2596 on //depot/cfgperl: b0fffe302ebecea108e16fbf94d910405cdc8714 p4raw-id: //depot/perl@2625
* modglobal w/ spelling fixesJoshua Pritikin1999-01-131-0/+9
| | | | | | To: perl5-porters@perl.org Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com> p4raw-id: //depot/cfgperl@2596
* s/\bthe the\b/the/g *.podJarkko Hietaniemi1998-12-031-1/+1
| | | p4raw-id: //depot/cfgperl@2444
* Fix most of the bad L<> links ofTom Christiansen1998-12-021-7/+7
| | | | | | | | | | | Subject: bad L<> links Reply-to: tchrist@perl.com To: perlbug@jhereg.perl.com Message-Id: <199808111658.KAA00484@jhereg.perl.com> The ones not fixed may require darker Pod::HTML magic, for example the perlguts.html#tags should work fine, IMHO. p4raw-id: //depot/cfgperl@2437
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-7/+9
| | | | | | | | avoid most uses of PL_na (which is much more inefficient than a simple local); update docs to suit; PL_na now being thr->Tna may be a minor compatibility issue for extensions--will require dTHR outside of XSUBs (those get automatic dTHR) p4raw-id: //depot/perl@2387
* document changed PERL_HASH()Gurusamy Sarathy1998-11-281-4/+6
| | | p4raw-id: //depot/perl@2333
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-1/+1
| | | | | | | | | | (objpp.h is gone, embed.pl now does some of that); objXSUB.h should soon be automated also; the global variables that escaped the PL_foo conversion are now reined in; renamed MAGIC in regcomp.h to REG_MAGIC to avoid collision with the type of same name; duplicated lists of pp_things in various places is now gone; result has only been tested on win32 p4raw-id: //depot/perl@2133
* plug strictly private function leaks in API listingGurusamy Sarathy1998-09-231-16/+0
| | | p4raw-id: //depot/perl@1844
* document 'U' magic with examplesAlan Burlison1998-09-231-1/+41
| | | | | | Message-Id: <199809011455.PAA00631@sale-wts> Subject: Re: Looking for some XS MAGIC examples... p4raw-id: //depot/perl@1831
* Update perldelta and Changes; refresh perltoc; newer perlembed.podGurusamy Sarathy1998-07-221-35/+43
| | | | | | from Jon Orwant <orwant@media.mit.edu>; update guts documentation to reflect PL_* changes; is this *it* for 5.005? p4raw-id: //depot/perl@1646
* documentation tweaks from Abigail <abigail@fnx.com>Gurusamy Sarathy1998-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Date: Fri, 17 Jul 1998 20:52:36 -0400 (EDT) Message-ID: <19980718005236.5154.qmail@betelgeuse.wayne.fnx.com> Subject: Re: [PATCH 5.00475] pod/perlsyn.pod -- Date: Thu, 16 Jul 1998 17:00:49 -0400 (EDT) Message-ID: <19980716210049.16156.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.00475] pod/perlguts.pod -- Date: Thu, 16 Jul 1998 16:52:05 -0400 (EDT) Message-ID: <19980716205205.15949.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.00475] Tweaking pod/perlfunc.pod -- Date: Fri, 17 Jul 1998 22:58:05 -0400 (EDT) Message-ID: <19980718025805.7135.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH, 5.00475], pod/perlsub.pod -- Date: Sat, 18 Jul 1998 04:02:00 -0400 (EDT) Message-ID: <19980718080200.9927.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.00475] pod/perlfunc.pod p4raw-id: //depot/perl@1590
* export newRV_noinc on win32, deprecate AvFILL in favor of av_len()Gurusamy Sarathy1998-07-111-1/+1
| | | p4raw-id: //depot/perl@1439
* allow a flags args to fbm_instr() for future needsIlya Zakharevich1998-07-041-2/+2
| | | | | | Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE p4raw-id: //depot/perl@1297
* back out previous change (it breaks PERL_OBJECT)Gurusamy Sarathy1998-06-151-73/+0
| | | p4raw-id: //depot/perl@1136
* added patch, fixed typo, reworked documentationJoshua Pritikin1998-06-151-0/+73
| | | | | | Message-Id: <H00000e500071aa3@MHS> Subject: [PATCH 5.004_66] JMPENV! p4raw-id: //depot/perl@1135
* PATCH for pod and warning noticeLarry W. Virden1998-06-101-1/+1
| | | | | Message-Id: <199805301207.IAA08856@cas.org> p4raw-id: //depot/perl@1088
* [win32] merge change#897 from maintbranchGurusamy Sarathy1998-05-141-4/+4
| | | | | p4raw-link: @897 on //depot/maint-5.004/perl: f06f9b6fc5a686f0169ee2a91b32d5e7125a44ae p4raw-id: //depot/win32/perl@974
* [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-0/+7
| | | | | p4raw-link: @886 on //depot/maint-5.004/perl: 6dba07070c2cb08ffbc6e00eff60e8f5fc9a7ee8 p4raw-id: //depot/win32/perl@936
* [win32] merge changes#872,873 from maintbranchGurusamy Sarathy1998-05-141-5/+4
| | | | | | p4raw-link: @873 on //depot/maint-5.004/perl: 990f469d529b62458be38e8659885fd26d353629 p4raw-link: @872 on //depot/maint-5.004/perl: 0b85608df162729d39cb0f96c9f88c7de0a3ceab p4raw-id: //depot/win32/perl@935
* [win32] merge change#683 from maintbranchGurusamy Sarathy1998-05-131-12/+73
| | | | | p4raw-link: @683 on //depot/maint-5.004/perl: f43943baae55347834538dc5bcb4fbc3fe2e1c72 p4raw-id: //depot/win32/perl@928
* [win32] make hv_iterinit() return HvKEYS()SynaptiCAD, Inc.1998-05-031-4/+7
| | | | | | Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com> Subject: incorrect return value for hv_iterinit p4raw-id: //depot/win32/perl@914
* Bump patchlevel.h to 63.Malcolm Beattie1998-03-161-4/+6
|\ | | | | p4raw-id: //depot/perl@822
| * [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-4/+6
| | | | | | | | | | | | mention that local stack pointer should be called SP. This makes the API safer from source incompatibilities down the line. p4raw-id: //depot/win32/perl@795
* | newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).Jan Dubois1998-03-161-0/+7
|/ | | | | Subject: Bundling builtin.pm and newCONSTSUB with the core? p4raw-id: //depot/perl@821