summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* propagate failures in DESTROY() as (optional) warningsGurusamy Sarathy1998-11-171-0/+12
| | | p4raw-id: //depot/perl@2245
* integrate changes#2120,2168,2218 from maint-5.005;Gurusamy Sarathy1998-11-081-1/+1
| | | | | | | | | | add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in enum; make regen_headers p4raw-link: @2218 on //depot/maint-5.005/perl: eadd311f94dcb5fe096743b61371bd2d48466304 p4raw-link: @2168 on //depot/maint-5.005/perl: fb1d2f1891787fe7d6df85205b85f0528294ffa8 p4raw-link: @2120 on //depot/maint-5.005/perl: f9caadc6ad025d4bf993ab5b737b9a99347a59e3 p4raw-id: //depot/perl@2220
* integrate cfgperl changes into mainlineGurusamy Sarathy1998-11-083-51/+150
|\ | | | | p4raw-id: //depot/perl@2219
| * PERL_BADLANG wrongly documented.Jarkko Hietaniemi1998-11-051-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: ts <decoux@moulon.inra.fr> To: jhi@cc.hut.fi Subject: Re: Locale warning messages Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET) Message-Id: <199811051334.OAA24863@moulon.inra.fr> and From: Ilya Zakharevich <ilya@math.ohio-state.edu> Subject: Re: PERL_BADLANG To: jhi@iki.fi Subject: Re: PERL_BADLANG Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST) Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@2206
| * Document all the control flow keywords in perlfuncJarkko Hietaniemi1998-11-051-21/+110
| | | | | | | | | | so that "perlfunc -f while" works. p4raw-id: //depot/cfgperl@2205
| * Document quads in pack.Jarkko Hietaniemi1998-11-031-0/+6
| | | | | | p4raw-id: //depot/cfgperl@2186
| * VM/ESA updates.Jarkko Hietaniemi1998-11-032-23/+26
| | | | | | p4raw-id: //depot/cfgperl@2184
* | set close-on-exec bit on pipe() FDsGurusamy Sarathy1998-11-082-2/+8
|/ | | p4raw-id: //depot/perl@2215
* mention the C<$SIG{CHLD} = 'IGNORE'> special caseGurusamy Sarathy1998-10-303-3/+19
| | | p4raw-id: //depot/perl@2152
* patch for daemonization docs in perlipcRoderick Schertler1998-10-301-38/+25
| | | | | Message-ID: <17625.909690618@eeyore.ibcinc.com> p4raw-id: //depot/perl@2149
* 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
* list builtins with portability caveatsJarkko Hietaniemi1998-10-251-0/+28
| | | | | | Message-Id: <199810231105.OAA02411@alpha.hut.fi> Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod p4raw-id: //depot/perl@2074
* include eof() in description of buffering caveatsAnton Berezin1998-10-251-18/+19
| | | | | | Message-Id: <199810161722.TAA28813@lion.plab.ku.dk> Subject: [DOCPATCH] pod/perlfunc.pod p4raw-id: //depot/perl@2055
* restore sanity to "constant" referencesGurusamy Sarathy1998-10-211-0/+8
| | | p4raw-id: //depot/perl@2029
* clarify section name rules for typemapsGurusamy Sarathy1998-10-171-3/+5
| | | p4raw-id: //depot/perl@1995
* applied suggested patch with small doc tweakGisle Aas1998-10-171-1/+4
| | | | | | Message-ID: <m3u31bfjza.fsf@furu.g.aas.no> Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument p4raw-id: //depot/perl@1992
* suppress manifypods leak in extensionsGurusamy Sarathy1998-10-031-2/+2
| | | p4raw-id: //depot/perl@1922
* make warning about glob process failure optionalGurusamy Sarathy1998-10-021-10/+13
| | | p4raw-id: //depot/perl@1912
* document yet another RE diagnostic, make it consistent with REG_INFTYDominic Dunlop1998-10-021-0/+8
| | | | | | | | | | | Date: Tue, 29 Sep 1998 21:06:30 +0000 Message-Id: <v03110700b236f60b1375@[212.24.192.106]> Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit -- Date: Wed, 30 Sep 1998 11:46:44 +0000 Message-Id: <v03110702b237beb04830@[212.24.192.74]> Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag p4raw-id: //depot/perl@1911
* win32 caveats about truncate()Gurusamy Sarathy1998-10-021-0/+5
| | | p4raw-id: //depot/perl@1905
* various Configure and hints updates (prefer drand48() or random()Jarkko Hietaniemi1998-10-021-9/+9
| | | | | | | | over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch applied modulo SCO hints superseded by later patch Message-Id: <199809282156.AAA18615@alpha.hut.fi> Subject: [PATCH] 5.005_52: Configure et al: p4raw-id: //depot/perl@1904
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-252-11/+43
| | | | | | | | | | | | | | | | | for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings of full-fledged 64-bit support (including support for: fseeko/ftello, Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants in Fcntl) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) Message-Id: <199809112056.XAA04720@alpha.hut.fi> Subject: [PATCH] 5.005_51: Configure "Massive Attack" -- From: Jarkko Hietaniemi <jhi@cc.hut.fi> Date: 12 Sep 1998 09:44:25 +0300 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1889
* perlform.podColin Kuskie1998-09-241-0/+9
| | | | | Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com> p4raw-id: //depot/perl@1876
* 5.005_02 perlfunc.pod, improve umask entryNathan Torkington1998-09-241-19/+41
| | | | | Message-Id: <199808131659.KAA06179@prometheus.frii.com> p4raw-id: //depot/perl@1868
* grandfather deprecated "$$<digit>" no moreGurusamy Sarathy1998-09-241-12/+0
| | | p4raw-id: //depot/perl@1866
* misc pod tweaksGurusamy Sarathy1998-09-233-3/+3
| | | p4raw-id: //depot/perl@1854
* seed srand from /dev/urandom when possibleRoderick Schertler1998-09-231-1/+2
| | | | | Message-ID: <20567.905399568@eeyore.ibcinc.com> p4raw-id: //depot/perl@1847
* doc update for crypt()'s saltRoderick Schertler1998-09-231-3/+9
| | | | | Message-ID: <21142.905401937@eeyore.ibcinc.com> p4raw-id: //depot/perl@1846
* plug strictly private function leaks in API listingGurusamy Sarathy1998-09-231-16/+0
| | | p4raw-id: //depot/perl@1844
* RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS portGreen, Paul1998-09-231-21/+102
| | | | | Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com> p4raw-id: //depot/perl@1838
* (via private mail)Charles Bailey1998-09-234-4/+26
| | | | | | Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu> Subject: [Patch 5.005_02] Miscellaneous VMS cleanup p4raw-id: //depot/perl@1837
* warn on C<my($foo,$foo)>Gurusamy Sarathy1998-09-231-4/+4
| | | p4raw-id: //depot/perl@1835
* 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
* re-introduce change#1703Gurusamy Sarathy1998-09-231-1/+1
| | | | | p4raw-link: @1703 on //depot/maint-5.005/perl: af819cba4f44bf2074ec4808e403dedf8c3ce2b2 p4raw-id: //depot/perl@1825
* make \(%foo) return refs to values (not copies of values)Gurusamy Sarathy1998-09-231-1/+3
| | | | | | | | | | | | From: Stephen McCamant <smccam@uclink4.berkeley.edu> Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT) Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu> -- From: Roderick Schertler <roderick@argon.org> Date: Sat, 29 Aug 1998 00:58:33 -0400 Message-ID: <29894.904366713@eeyore.ibcinc.com> Subject: Re: \(%x) problems p4raw-id: //depot/perl@1819
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-231-0/+22
| | | | | | Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu> Subject: [5.005_5* PATCH] Postponed RE - now! p4raw-id: //depot/perl@1813
* document non-loopish blocks betterM. J. T. Guy1998-09-231-0/+16
| | | | | | Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk> Subject: Re: next in do {} while block gives error message p4raw-id: //depot/perl@1811
* better diagnostic for do{} used as lvalueGurusamy Sarathy1998-09-231-1/+1
| | | p4raw-id: //depot/perl@1808
* apply minimal variant of patch (sent via private mail)Jarkko Hietaniemi1998-09-233-1/+16
| | | | | | Message-Id: <199808121242.PAA29761@comanche.spices> Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands p4raw-id: //depot/perl@1803
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-0/+24
| | | | | | Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] @- and @+ p4raw-id: //depot/perl@1800
* integrate maint-5.005 changes (except conflicting change#1794)Gurusamy Sarathy1998-09-231-1/+1
|\ | | | | | | | | p4raw-link: @1794 on //depot/maint-5.005/perl: 3da4a4041c2dd401ef4ab882068e7b1680dc25bd p4raw-id: //depot/perl@1798
| * Fix typo, change "an array" to "a hash"M. J. T. Guy1998-09-201-1/+1
| | | | | | | | | | Message-Id: <E0z5Wp2-00071p-00@taurus.cus.cam.ac.uk> p4raw-id: //depot/maint-5.005/perl@1792
* | perl.pod tweakGurusamy Sarathy1998-09-231-1/+0
| | | | | | p4raw-id: //depot/perl@1796
* | various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-1/+1
| | | | | | | | | | | | builds; add sundry PERL_OBJECT scaffolding to get it to build; fix lexical warning testsuite for win32 p4raw-id: //depot/perl@1777
* | fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)Gurusamy Sarathy1998-08-091-0/+1
| | | | | | p4raw-id: //depot/perl@1776
* | integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-0817-426/+939
|\ \ | |/ | | p4raw-id: //depot/perl@1760
| * set patchlevel.h, other minor tweaksGurusamy Sarathy1998-08-082-2/+3
| | | | | | p4raw-id: //depot/maint-5.005/perl@1758
| * perlport.pod notes from Jarkko Hietaniemi; utime() note for Win32Gurusamy Sarathy1998-08-071-30/+104
| | | | | | p4raw-id: //depot/maint-5.005/perl@1753
| * perlport.pod v1.33 from Chris Nandor <pudge@pobox.com>Gurusamy Sarathy1998-08-071-191/+203
| | | | | | p4raw-id: //depot/maint-5.005/perl@1752
| * Minor cleanup of RE tests and docsIlya Zakharevich1998-08-071-28/+48
| | | | | | | | | | Message-Id: <199808062344.TAA09505@monk.mps.ohio-state.edu> p4raw-id: //depot/maint-5.005/perl@1751