summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* Bump patchlevel.h to 63.Malcolm Beattie1998-03-164-34/+37
|\ | | | | p4raw-id: //depot/perl@822
| * [win32] a missed s/sp/SP/Gurusamy Sarathy1998-03-071-1/+1
| | | | | | p4raw-id: //depot/win32/perl@796
| * [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-074-34/+37
| | | | | | | | | | | | 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
* | [PATCH 5.004_62} Config_62-01 patch available.Andy Dougherty1998-03-161-6/+14
|/ | | | | | | Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST) Subject: [PATCH 5.004_62] Tiny hint file updates Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST) p4raw-id: //depot/perl@812
* Take out version number in perlguts (perl5.004_61)Gisle Aas1998-03-051-7/+4
| | | p4raw-id: //depot/perl@776
* [win32] maintpatchRoderick Schertler1998-03-041-7/+14
| | | | | | | #70: "Fix random whitespace errors in docs" Msg-ID: <12726.877706444@eeyore.ibcinc.com> Files: pod/checkpods.PL pod/perlfunc.pod p4raw-id: //depot/win32/perl@724
* [win32] maintpatches for docsTom Phoenix1998-03-037-34/+67
| | | | | | | | | | | | | | | | #53: "Perlop bitwise & | ^ documentation" Msg-ID: <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c Date: Thu, 6 Nov 1997 07:44:52 -0800 (PST) Files: pod/perlfunc.pod -------- #54: "Update docs on tr///" From: Tom Phoenix <rootbeer@teleport.com> Msg-ID: <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c Date: Mon, 3 Nov 1997 07:28:39 -0800 (PST) Files: pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pod/perllocale.pod pod/perlmod.pod pod/perlop.pod pod/perlstyle.pod toke.c p4raw-id: //depot/win32/perl@635
* [win32] merge another toke.c patch and its dependent (very carefully)Gurusamy Sarathy1998-03-032-0/+12
| | | | | | | | | | | #32: "Support C<Package::> as function-blind bearword" From: Chip Salzenberg Files: toke.c -------- #86: "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod" From: Gurusamy Sarathy Files: toke.c pod/perldelta.pod pod/perldiag.pod p4raw-id: //depot/win32/perl@633
* [win32] yet another patchChip Salzenberg1998-03-021-6/+8
| | | | | | Message-Id: <199709161748.NAA08418@nielsenmedia.com> Subject: Tiny but massively cool: C<statement foreach @list> p4raw-id: //depot/win32/perl@612
* [win32] misc small tweaksGurusamy Sarathy1998-02-281-5/+2
| | | | | | | | - AutoLoader fix for long::pack::names - d_mymalloc can be set from makefiles now - make search.pl actually work on win32 - revert podoc about $^E on OS/2 (per Ilya's wishes) p4raw-id: //depot/win32/perl@606
* _60 & _04 - Add WRITE & CLOSE to TIEHANDLEGraham Barr1998-02-271-3/+21
| | | p4raw-id: //depot/perl@595
* Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)Robin Houston1998-02-251-0/+5
| | | p4raw-id: //depot/perl@582
* retry [PATCH] 5.004_59: the perlhist.pod etcJarkko Hietaniemi1998-02-205-359/+341
| | | p4raw-id: //depot/perl@557
* Re: for() and map() peculiarityM. J. T. Guy1998-02-201-6/+13
| | | p4raw-id: //depot/perl@551
* perlguts updateGisle Aas1998-02-201-159/+262
| | | p4raw-id: //depot/perl@547
* 5.004_59: locale startup problems documentation++Jarkko Hietaniemi1998-02-202-5/+147
| | | p4raw-id: //depot/perl@538
* 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>Achim Bohnet1998-02-122-10/+58
| | | p4raw-id: //depot/perl@508
* [PATCH] 5.004_58: the locale.t problem in IRIXJarkko Hietaniemi1998-02-121-0/+24
| | | | | | | | | Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET) Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET) Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET) p4raw-id: //depot/perl@504
* [win32] enhancements to previous patch for XSUB OUTPUT argsGurusamy Sarathy1998-02-093-215/+238
| | | | | | Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu> Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic p4raw-id: //depot/win32/perl@492
* [win32] fix for bugs in handling DESTROY (adjusted test numbers)Gurusamy Sarathy1998-02-091-8/+18
| | | | | | Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu> Subject: Re: [PERL] RFD: iterative DESTROYing of objects p4raw-id: //depot/win32/perl@490
* adding the newSVpvn API functionMatthias Ulrich Neeracher1998-02-062-12/+21
| | | 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
* 5.004_56: Patch to Tie::Hash and docsIlya Zakharevich1998-02-062-13/+14
| | | | | | | Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST) Subject: 5.004_56: Patch to (?{}) quoting + cosmetic Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST) p4raw-id: //depot/perl@470
* 5.004_56: patch for `use Fatal' againIlya Zakharevich1998-02-063-0/+16
| | | p4raw-id: //depot/perl@467
* Newer -DLEAKTEST patchIlya Zakharevich1998-02-064-9/+14
| | | p4raw-id: //depot/perl@466
* Integrate win32 into ansiperlNick Ing-Simmons1998-01-243-33/+169
|\ | | | | p4raw-id: //depot/ansiperl@436
| * [win32] integrate changes in winansiGurusamy Sarathy1998-01-192-7/+17
| |\ | | | | | | p4raw-id: //depot/win32/perl@431
| * | [win32] Fix autovivification problems with XSUB OUTPUT argsGurusamy Sarathy1998-01-193-33/+169
| | | | | | | | | | | | | | | | | | Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu> Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic p4raw-id: //depot/win32/perl@430
* | | Add perlhist.podNick Ing-Simmons1998-01-241-0/+451
| |/ |/| | | p4raw-id: //depot/ansiperl@435
* | TIEARRAY updates - almost works ...Nick Ing-Simmons1998-01-141-7/+16
| | | | | | p4raw-id: //depot/ansiperl@424
* | Add missing blank line in pod/perlfunc.pod.Malcolm Beattie1998-01-091-0/+1
|/ | | p4raw-id: //depot/perl@413
* [win32] Allow $ENV{PERL5SHELL} to contain switches etc., and documentGurusamy Sarathy1998-01-051-7/+11
| | | | | the fact p4raw-id: //depot/win32/perl@394
* [win32] Add a tweaked version of:Tye McQueen1998-01-042-57/+79
| | | | | | Message-Id: <199801040630.AA29298@metronet.com> Subject: New patch for $^E==GetLastError() under Win32 p4raw-id: //depot/win32/perl@392
* [win32] Various win32 fixesGurusamy Sarathy1998-01-041-14/+15
| | | | | | | | | | | | | | | - support spawn via system(&P_NOWAIT,...) like OS2 - support wait() and waitpid() - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed - support -lfoo properly in ExtUtils::Liblist - fix outdated info about Win32 support in perlfaq2 - fix win32 bug in perldoc that causes spurious warnings - regularize global function/variable names yet more - fix bug in do_aspawn() (it was always invoking shell, instead of almost never) - implement and export win32_wait() - stub version of USE_RTL_THREAD_API p4raw-id: //depot/win32/perl@391
* [win32] Trivial bugfix#2 from local repositoryGurusamy Sarathy1997-12-232-13/+46
| | | | | | Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu> Subject: Re: eval of sub gives spurious "uninitialised" warning p4raw-id: //depot/win32/perl@382
* Major changes to the DOS/djgpp port (including threading):Molnar Laszlo1997-12-171-1/+1
| | | | | Subject: Re: dos-djgpp port not in perl 5.004_54 p4raw-id: //depot/perl@373
* Add to docs about the BEGIN { shift } feature. Make the changeGurusamy Sarathy1997-11-231-4/+6
| | | | | yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea). p4raw-id: //depot/win32/perl@284
* Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-4/+119
| | | | | Subject: Version 7 of Jumbo RE patch available p4raw-id: //depot/perl@267
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-1614-125/+359
|\ | | | | p4raw-id: //depot/perl@137
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-0511-120/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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)
| * xsubpp: document advanced dynamic typemap usageRujith S. de Silva1997-09-051-0/+31
| |
| * minor fix for perltrap.podTim Bunce1997-09-051-5/+11
| | | | | | | | (this is the same change as commit 9bf4ea843f7631689691908b2ccde8f571b18cde, but as applied)
| * Documenting the perl-thanks addressTom Phoenix1997-09-051-0/+5
| | | | | | | | private-msgid: Pine.GSO.3.96.970913064628.12359F-100000@julie.teleport.com
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-0817-332/+662
|\ \ | |/ | | | | | | MANIFEST is out of sync. p4raw-id: //depot/perl@114
| * [inseperable differences to perl 5.004_03]perl-5.004_03Tim Bunce1997-09-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [editor's note: the following patches could not be applied from the list messages. There are also various unattributed changes.] ------ BUILD PROCESS ------ Title: "Configure can stop without fully explaining itself" From: Jim Anderson <jander@ml.com> Msg-ID: <199708111328.JAA28976@nsd15.ny-swaps-develop.ml.com>, <199708111952.PAA29346@nsd15.ny-swaps-develop.ml.com> Files: Configure ------ CORE LANGUAGE ------ Title: "GNU style perl --version (or any other --foo) ignored" From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Kenneth Albanowski <kjahds@kjahds.com>, Stephen McCamant <alias@mcs.com> Msg-ID: <E0wx8MO-0007BS-00@ursa.cus.cam.ac.uk>, <Pine.LNX.3.93.970813122557.9443C-100000@kjahds.com>, <m0wy8nl-000EYgC@alias-2.pr.mcs.net> Files: pod/perldiag.pod perl.c ------ DOCUMENTATION ------ Title: "perlop pod inconsistent in presentation of regexp options" From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Hans Mulder <hansm@icgned.nl>, jmr@whirlwind.fmr.com Msg-ID: <199708061404.KAA06717@whirlwind.fmr.com>, <199708081505.LAA09810@whirlwind.fmr.com>, <1997Aug7.160530.2196011@hmivax.humgen.upenn.edu>, <E0wwnqc-00057s-00@ursa.cus.cam.ac.uk>, <E0wwswg-00017x-00@ursa.cus.cam.ac.uk> Files: pod/perlop.pod [ 2 messages had applied changes, d1a7f0f436d72614358862f92db9613296be2744 and b7e30b65e77616e7336a6cda54d9c3d5935d0cfc ] ------ PORTABILITY - WIN32 ------ Title: "[PATCH] Win95-proofing pl2bat" From: Gurusamy Sarathy <gsar@engin.umich.edu> Msg-ID: <199708121733.NAA14888@aatma.engin.umich.edu> Files: win32/bin/*.bat [ d444a43172237b6bdd9f0a52017be3b0d792aa5c didn't apply the deletion patches, so the deletes in this commit are a carried error ] ------ PORTABILITY - OTHER ------ Title: "5.004_02 Configure - worrying but normal errors displayed to user" From: Paul Marquess <pmarquess@bfsec.bt.co.uk>, pmarquess@bfsec.bt.co.uk (Paul Marquess) Msg-ID: <01BCA3DE.E257BFC0.pmarquess@bfsec.bt.co.uk>, <9708102159.AA11726@claudius.bfsec.bt.co.uk> Files: Configure os2/diff.configure [ one patch found, see 61167c6fd6d55c5f975404dcb56c3d0a87cd2c21 ] Title: "Minor glitch with Perl 5.004_01 on SunOS 4.1.3 (groupstype)" From: thad@thadlabs.com (Thad Floryan) Msg-ID: <9708111415.AA03808@thadlabs.com> Files: hints/sunos_4_1.sh
| * perlfunc.pod errorTom Christiansen1997-09-051-1/+1
| | | | | | | | | | | | | | Considering that writing "whom" for "who" is a pet peeve of mine, I doubt whether I introduced that one, but let's please fix it anyway. :-) p5p-msgid: 199708102235.QAA18420@jhereg.perl.com
| * doc patch for pack("p",undef) packing a NULL pointerPaul Marquess1997-09-052-1/+6
| | | | | | | | | | | | | | I just noticed that the new feature where pack p/P will generate a NULL pointer when given undef isn't documented anywhere. So here is a patch p5p-msgid: 9708102159.AA11726@claudius.bfsec.bt.co.uk
| * perlop pod inconsistent in presentation of regexp optionsJohn Redford1997-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [regarding b7e30b65e77616e7336a6cda54d9c3d5935d0cfc] Uh, I dont normally comment on patches, but I hope this is rejected. I have no idea what the 'standard' is, but the modifier is not '/c' (I dont recall if I refered to it that way in my first message, but I was being coloquial if so), insofar as the '/' is part of another syntactic structure which does not even require it to be a '/'. Credited: Hans Mulder <hansm@icgned.nl> p5p-msgid: 199708081505.LAA09810@whirlwind.fmr.com
| * The description of the \Q metacharacter is confusing to novicesAndrew M. Langmead1997-09-051-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | The perlre man page talks about "quoting" metacharacters. This may not be the easiest terminology for novice perl programmers to understand. Also this man page seems to downplay the utility of the quotemeta() function and \Q escape sequence compared to the older idiom of s/(\W)/\\$1/g Maybe text similar to the changes below would be clearer. p5p-msgid: 199708101946.AA06339@world.std.com