summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Take out version number in perlguts (perl5.004_61)Gisle Aas1998-03-051-7/+4
| | | p4raw-id: //depot/perl@776
* perlguts updateGisle Aas1998-02-201-159/+262
| | | p4raw-id: //depot/perl@547
* [win32] enhancements to previous patch for XSUB OUTPUT argsGurusamy Sarathy1998-02-091-205/+217
| | | | | | Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu> Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic p4raw-id: //depot/win32/perl@492
* adding the newSVpvn API functionMatthias Ulrich Neeracher1998-02-061-9/+18
| | | p4raw-id: //depot/perl@473
* Re: 5.004_04 vec() fails with 32-bit valuesM. J. T. Guy1998-02-061-1/+2
| | | p4raw-id: //depot/perl@471
* Newer -DLEAKTEST patchIlya Zakharevich1998-02-061-3/+4
| | | p4raw-id: //depot/perl@466
* [win32] Fix autovivification problems with XSUB OUTPUT argsGurusamy Sarathy1998-01-191-26/+159
| | | | | | Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu> Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic p4raw-id: //depot/win32/perl@430
* [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [editor's note: this one imported like a charm!] TESTS - Subject: Improve pragma/locale test 102 - and don't fail, just warn From: Jarkko Hietaniemi <jhi@anna.in-berlin.de> Files: t/pragma/locale.t Subject: Invalid test output in t/op/taint.t in trial 1 From: Dan Sugalski <sugalsd@lbcc.cc.or.us> Files: t/op/taint.t t/op/taint.t prints out invalid ok messages for tests it skips. Rather than printing "ok 136" it prints "136 ok". p5p-msgid: 3.0.3.32.19970919160918.00857a50@stargate.lbcc.cc.or.us UTILITIES - Subject: Perldoc tiny patch to avoid $0 From: Ilya Zakharevich <ilya@math.ohio-state.edu> Files: utils/perldoc.PL Msg-ID: 199709122141.RAA16846@monk.mps.ohio-state.edu (applied based on p5p patch as commit 0b166b6635cf199f072db516b2a523ee659394d5) Subject: h2ph broken in 5.004_02 From: David Mazieres <dm@reeducation-labor.lcs.mit.edu> Files: utils/h2ph.PL Msg-ID: 199708201700.KAA02621@www.chapin.edu (applied based on p5p patch as commit 4a8e146e38ec2045f1f817a7cb578e1b1f80f39f) Subject: add key_t caddr_t to h2ph From: Tony Sanders <sanders@bsdi.com> Files: eg/sysvipc/ipcsem utils/h2ph.PL Msg-ID: 199708272301.RAA12803@austin.bsdi.com (applied based on p5p patch as commit 0806a92ffc3a74ca70aa81051cdf2a306cd0a8af) Subject: perldoc search ., lib and blib/* if -f 'Makefile.PL' From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc finds wrong pod2man (from perldoc source) # We must look both in @INC for library modules and in PATH # for executables, like h2xs or perldoc itself. Unfortunately, searching PATH for installed perl executables like pod2man is INCORRECT. perldoc should start by searching the directory it was executed from, which might not be in the PATH at all. Credited: Joseph "Moof-in'" Hall <joseph@cscaper.com> p5p-msgid: 199708251732.KAA19299@gadget.cscaper.com Subject: 5.004m4t1: perlbug: NIS domainname gets into wrong places From: Andreas J. Koenig <koenig@anna.mind.de> Files: utils/perlbug.PL Msg-ID: sfcg1qy38as.fsf@anna.in-berlin.de (applied based on p5p patch as commit 41f926b844140b7f7eaa9302113e45df3a9f9ff4) Subject: add better local patch info to perlbug From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perlbug.PL Subject: perldoc - suggest modules if requested module not found From: Anthony David <adavid@netinfo.com.au> Files: utils/perldoc.PL private-msgid: 3439CD83.6969@netinfo.com.au Subject: perldoc mail::foo tries to read binary /usr/ucb/mail From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc weirdness perldoc mail::imap yields: {joseph}:79% perldoc mail::foo can't open /usr/ucb/mail: Permission denied at ./pod2man line 362. Credited: Joseph "Moof-in'" Hall <joseph@cscaper.com> p5p-msgid: 199710082014.NAA00808@gadget.cscaper.com Subject: perldoc -f setpwent (for example) returns no descriptive text From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc diffs: don't search auto - much faster From: "Joseph N. Hall" <joseph@5sigma.com> Files: utils/perldoc.PL Msg-ID: MailDrop1.2d7dPPC.971012211957@screechy.cscaper.com (applied based on p5p patch as commit 62b753c6ae4ab9bf22fbb6ec7ceac820bcef8fe4)
* Updates to perlguts (repost)Ilya Zakharevich1997-08-071-0/+144
| | | | | | Enjoy, p5p-msgid: 199707152223.SAA00776@monk.mps.ohio-state.edu
* Magic info in perlguts, take 2Stephen McCamant1997-08-071-33/+53
| | | | | | | | This patch supersedes the previous one, adding information about 'k', 'f', and 'U', as well as being more specific about 'A', 'a', 'c', 'g', 'L', and 'l'. p5p-msgid: m0wr6P8-000EYLC@alias-2.pr.mcs.net
* Duplicates in perlguts.podHans Mulder1997-08-071-43/+0
| | | | | | | | Seven entries in the API listing at the end of perlguts.pod are duplicated: p5p-msgid: 9707082346.AA13231@ icgned.icgned.nl private-msgid: 9707082346.AA13231@icgned.icgned.nl
* perlguts caveatsGurusamy Sarathy1997-06-111-15/+23
| | | | | | | I've planted more warning signs per Ilya request. p5p-msgid: 199705301341.JAA05204@aatma.engin.umich.edu Signed-off-by: Ilya Zakharevich <ilya@math.ohio-state.edu>
* perlguts caveatsGurusamy Sarathy1997-06-111-1/+1
| | | | | | | | | | | | | | | | | Subject: Re: perlguts additions On Sat, 17 May 1997 21:35:50 EDT, Spider Boardman wrote: >Your first referenct to `mg_get', here: > >+a tied array, the caller will usually need to call C<mg_get(val)> to > >should be to `mg_set'. > Oops, thanks. p5p-msgid: 199705180202.WAA22826@aatma.engin.umich.edu Signed-off-by: Ilya Zakharevich <ilya@math.ohio-state.edu>
* perlguts caveatsGurusamy Sarathy1997-06-111-19/+110
| | | | | | | | | Subject: perlguts additions Here are some additions that describe tied hash and array access. p5p-msgid: 199705180052.UAA22066@aatma.engin.umich.edu Signed-off-by: Ilya Zakharevich <ilya@math.ohio-state.edu>
* Fix description of av_undef() in perlgutsGisle Aas1997-05-011-7/+9
| | | | private-msgid: 199705011042.MAA09897@bergen.sn.no