summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* export newRV_noinc on win32, deprecate AvFILL in favor of av_len()Gurusamy Sarathy1998-07-111-1/+1
| | | p4raw-id: //depot/perl@1439
* applied patch for perlfunc tweaks, removed reference to system qsort()Abigail1998-07-111-546/+566
| | | | | | Message-ID: <19980711082054.2184.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.004_71] pod/perlfunc.pod p4raw-id: //depot/perl@1438
* pod/pod2man.PLAbigail1998-07-111-1/+4
| | | | | Message-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com> p4raw-id: //depot/perl@1437
* applied patch, reformatted long lines in placesDominic Dunlop1998-07-111-0/+12
| | | | | | | Message-Id: <v03110703b1cc32a02438@[195.95.102.91]> Subject: [PATCH 5.004_71] Re: Document "count exceeded" regular expression warning p4raw-id: //depot/perl@1432
* applied patch, tweaked doc and code that does labels/indentationIlya Zakharevich1998-07-111-0/+276
| | | | | | Message-Id: <199807100139.VAA08617@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_71] perldebug.pod and RE p4raw-id: //depot/perl@1429
* add perlport.pod v1.23 from Chris Nandor <pudge@pobox.com>Gurusamy Sarathy1998-07-112-0/+1161
| | | p4raw-id: //depot/perl@1412
* Re: perldelta.pod [PATCH]Andy Dougherty1998-07-101-11/+25
| | | | | Message-Id: <Pine.SUN.3.96.980709115556.24236D-100000@newton.phys> p4raw-id: //depot/perl@1408
* misc tweaks to docs and qsortsv() warningGurusamy Sarathy1998-07-102-2/+2
| | | p4raw-id: //depot/perl@1405
* update Changes, perlhist.pod, beginnings of perldelta.podGurusamy Sarathy1998-07-092-4/+574
| | | p4raw-id: //depot/perl@1399
* merge changes from maintbranch (1354, and relevant part of 1356); allGurusamy Sarathy1998-07-091-1/+11
| | | | | maintenance changes upto 1356 merged p4raw-id: //depot/perl@1397
* patch for more flexible initialization of xsub parametersTye McQueen1998-07-091-6/+26
| | | | | | Message-Id: <199807070004.AA16454@metronet.com> Subject: Enhanced arg inits for xsubpp p4raw-id: //depot/perl@1381
* Switch modifiers in RE offIlya Zakharevich1998-07-081-1/+14
| | | | | Message-Id: <199807080530.BAA14072@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1375
* add extension to support SysV IPCJarkko Hietaniemi1998-07-082-38/+61
| | | | | | Message-Id: <199807062332.CAA25792@alpha.hut.fi> Subject: [PATCH] 5.004_70: IPC::SysV p4raw-id: //depot/perl@1372
* added patch for -i'foo*bar', made code somewhat simpler, tweaked docColin Kuskie1998-07-081-6/+30
| | | | | | Message-ID: <Pine.GSO.3.96.980707093457.28681A-100000@pdxue150.cadence.com> Subject: Corrected -i prefix patch p4raw-id: //depot/perl@1368
* applied patch to clarify m//gM. J. T. Guy1998-07-081-9/+7
| | | | | | Message-Id: <E0ytZCx-0006Bi-00@taurus.cus.cam.ac.uk> Subject: [PATCH] Re: m//g in perlop.pod p4raw-id: //depot/perl@1365
* 5.004_70 bug in perlfaq.podM. J. T. Guy1998-07-081-1/+1
| | | | | Message-Id: <E0ytVTJ-0002kb-00@taurus.cus.cam.ac.uk> p4raw-id: //depot/perl@1364
* applied tweak (via private mail)Jarkko Hietaniemi1998-07-081-0/+8
| | | | | | Message-Id: <199807071027.NAA20829@alpha.hut.fi> Subject: tiny perllocale.pod patch for 5.004_70 p4raw-id: //depot/perl@1363
* remove dup entry in perldiagGurusamy Sarathy1998-07-061-7/+3
| | | p4raw-id: //depot/perl@1341
* more reasonable diagnostic on keyword vs. sub ambiguityGurusamy Sarathy1998-07-061-15/+16
| | | p4raw-id: //depot/perl@1340
* per Larry suggestion, toss change#1327 and fix the documentationGurusamy Sarathy1998-07-061-1/+1
| | | | | | | to match behavior instead p4raw-link: @1327 on //depot/perl: 0ce625782f64de805c21893bca308710ed297c68 p4raw-id: //depot/perl@1338
* update ChangesGurusamy Sarathy1998-07-061-2/+2
| | | p4raw-id: //depot/perl@1335
* allow eval-groups in patterns only if they C<use re 'eval';>Gurusamy Sarathy1998-07-062-5/+25
| | | p4raw-id: //depot/perl@1334
* add Symbol::delete_package()Gurusamy Sarathy1998-07-061-17/+1
| | | p4raw-id: //depot/perl@1330
* make read() return undef on errors as documented, and clarify docsGurusamy Sarathy1998-07-051-13/+15
| | | p4raw-id: //depot/perl@1328
* applied patch (via private mail), modulo retrohunks in pod/perlfaq2.podTom Christiansen1998-07-0513-298/+819
| | | | | | Subject: Re: docpatch Message-Id: <199807051515.JAA03644@jhereg.perl.com> p4raw-id: //depot/perl@1325
* added patch with tweak to docChip Salzenberg1998-07-051-1/+16
| | | | | | Message-ID: <19980704205136.A16319@perlsupport.com> Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)> p4raw-id: //depot/perl@1317
* 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
* cleaner page headers from pod2manGurusamy Sarathy1998-07-041-2/+6
| | | p4raw-id: //depot/perl@1290
* added patch, with tweaksGisle Aas1998-07-041-0/+32
| | | | | | Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no> Subject: [PATCH] Some AVHV documentation p4raw-id: //depot/perl@1287
* applied patch with tweaks to proseGisle Aas1998-07-041-0/+17
| | | | | | Subject: [PATCH] Simplified AVHV support Message-ID: <m3k95z86og.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1286
* tweak doc for ".."M. J. T. Guy1998-07-041-1/+1
| | | | | | Subject: [PATCH] pod for scalar .. Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk> p4raw-id: //depot/perl@1285
* merge changes#1210,1211,1270 from maintbranchGurusamy Sarathy1998-07-042-1/+4
| | | | | | | p4raw-link: @1270 on //depot/maint-5.004/perl: 413603941653f55130af336b8e990052b26673a6 p4raw-link: @1211 on //depot/maint-5.004/perl: 247620c138019426962998dd7edc0157874220f0 p4raw-link: @1210 on //depot/maint-5.004/perl: 4522f71f5c16bf8892b1952004accec53aab868e p4raw-id: //depot/perl@1277
* deprecate use of reserved word "our" (Larry's idea)Larry Wall1998-07-041-0/+9
| | | | | | Message-Id: <199806221555.IAA07212@wall.org> Subject: Re: our p4raw-id: //depot/perl@1276
* document perltrap on precedence of keys/values/eachGurusamy Sarathy1998-06-301-1/+26
| | | p4raw-id: //depot/perl@1271
* Re: [PATCH] Simplified magic_setisa() and improved fields.pmGisle Aas1998-06-301-0/+12
| | | | | Message-Id: <m367hk4hra.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1266
* update Changes and perlhist.podGurusamy Sarathy1998-06-291-0/+2
| | | p4raw-id: //depot/perl@1263
* {perlembed.pod] Re: Memory leak in Perl 5.004 and the fixGuy Decoux1998-06-291-0/+3
| | | | | Message-Id: <199806290610.IAA19443@moulon.inra.fr> p4raw-id: //depot/perl@1260
* applied patch, tweaked doc, and regen regnodes.hIlya Zakharevich1998-06-281-3/+4
| | | | | | Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_68] \z in RE p4raw-id: //depot/perl@1250
* improve recursive error messages!Joshua Pritikin1998-06-281-1/+6
| | | | | Message-Id: <H00000e500081d28@MHS> p4raw-id: //depot/perl@1245
* Re: [PATCH] 4-arg substr update for perl5.004_68Gisle Aas1998-06-281-2/+0
| | | | | Message-ID: <m3iulpubis.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1242
* Optimize foreach (1..1000000)Gisle Aas1998-06-282-4/+12
| | | | | Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1239
* Negative LENGTH argument to spliceGisle Aas1998-06-281-4/+6
| | | | | Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1237
* Insecure $ENV{} message out of step with perldiagM. J. T. Guy1998-06-282-3/+4
| | | | | Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk> p4raw-id: //depot/perl@1236
* tweak various places for iperlsys.h awarenessGurusamy Sarathy1998-06-281-1/+1
| | | p4raw-id: //depot/perl@1232
* Re: [PATCH for _66] Makefile.SH problem on dos/djgppLaszlo Molnar1998-06-281-0/+3
| | | | | Message-ID: <19980624003701.C161@cdata.tvnet.hu> p4raw-id: //depot/perl@1230
* documenting close without argumentsTom Phoenix1998-06-281-1/+4
| | | | | Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com> p4raw-id: //depot/perl@1227
* check in what change#1182 didn't, and ChangesGurusamy Sarathy1998-06-242-0/+36
| | | | | p4raw-link: @1182 on //depot/perl: c7c9307cc294d88bccf6b755e886fdee7d955ee0 p4raw-id: //depot/perl@1212
* merge relevant portions from maintbranch change#1155Gurusamy Sarathy1998-06-223-3/+19
| | | | | p4raw-link: @1155 on //depot/maint-5.004/perl: c7664d5b6ade225b1576289e62712eec26808f84 p4raw-id: //depot/perl@1186
* Re docsIlya Zakharevich1998-06-212-4/+192
| | | | | Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1181
* applied patch, with edits to the proseIlya Zakharevich1998-06-211-0/+59
| | | | | | Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Error variables compared p4raw-id: //depot/perl@1179