summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* POSIX-BC patch from Thomas Dorner.Jarkko Hietaniemi2003-07-241-5/+4
| | | p4raw-id: //depot/perl@20195
* [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning ilya@juil.nonet2003-07-242-4/+4
| | | | | | From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org> p4raw-id: //depot/perl@20194
* [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0 Hrunting Johnson2003-07-241-2/+2
| | | | | | From: Hrunting Johnson (via RT) <perlbug-followup@perl.org> Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org> p4raw-id: //depot/perl@20193
* Re: Fatal 5.8.1 error in our $FOO = x if $FOODave Mitchell2003-07-242-1/+30
| | | | | Message-ID: <20030717193329.GA2699@fdgroup.com> p4raw-id: //depot/perl@20191
* [perl #23080] [DOCPATCH] pod/perlfunc.pod missing CIain Spoon Truskett2003-07-241-1/+1
| | | | | | From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org> p4raw-id: //depot/perl@20190
* Missing semicolon in PERL_FPU_INIT macroStephen Clouse2003-07-241-1/+1
| | | | | Message-ID: <20030723023138.GA15653@owns.warpcore.org> p4raw-id: //depot/perl@20189
* configure.gnu --prefixSlaven Rezic2003-07-241-0/+6
| | | | | Message-Id: <1057829607.9622@devpc01.iconmobile.de> p4raw-id: //depot/perl@20187
* Re: problem with rc1 and rc2 on Mac OS XEdward Moy2003-07-241-0/+1
| | | | | Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com> p4raw-id: //depot/perl@20186
* malloc cleanupIlya Zakharevich2003-07-243-3/+23
| | | | | Message-ID: <20030715144657.GA21313@math.berkeley.edu> p4raw-id: //depot/perl@20184
* This should make Stas happy.Jarkko Hietaniemi2003-07-232-5/+15
| | | p4raw-id: //depot/perl@20182
* utils.lst parsing tweak for bin/perldoc installation from Rafael.Jarkko Hietaniemi2003-07-231-1/+2
| | | p4raw-id: //depot/perl@20180
* As the perldoc.pod is now in a separate file under pod/,Rafael Garcia-Suarez2003-07-212-2/+2
| | | | | the installman script was installing an empty perldoc.1 manpage. p4raw-id: //depot/perl@20179
* [DOCPATCH] %SIG and SA_RESTARTSteve Grazzini2003-07-212-17/+18
| | | | | Message-ID: <20030716125620.GA7022@grazzini.net> p4raw-id: //depot/perl@20178
* [PATCH] Re: Perl formats do not work with tied valuesRafael Garcia-Suarez2003-07-212-6/+31
| | | | | | | | | | | | | From: Dave Mitchell <davem@fdgroup.com> Date: Tue, 15 Jul 2003 20:46:07 +0100 Message-ID: <20030715194607.GA24592@fdgroup.com> plus the regression test : Subject: Re: [PATCH] Re: Perl formats do not work with tied values From: Nicholas Clark <nick@ccl4.org> Date: Tue, 15 Jul 2003 22:24:04 +0100 Message-ID: <20030715222404.L20414@plum.flirble.org> p4raw-id: //depot/perl@20177
* Re: [PATCH] h2xs and extra_librariesTassilo von Parseval2003-07-211-2/+4
| | | | | Message-id: <20030715052852.GA494@ethan> p4raw-id: //depot/perl@20176
* Re: [PATCH] test clean-up for VMSCraig A. Berry2003-07-218-9/+13
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3F1AB8A4.2070207@mac.com> p4raw-id: //depot/perl@20175
* Update Changes.Hugo van der Sanden2003-07-212-1/+7838
| | | p4raw-id: //depot/perl@20174
* Minor doc nits concerning the dosish ALTERNATE_SHEBANGRafael Garcia-Suarez2003-07-202-3/+3
| | | | | (bug #22968) p4raw-id: //depot/perl@20173
* Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a ↵Andy Dougherty2003-07-202-5/+17
| | | | | | | | | | | | | | perl script Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT) Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu> plus a clarification to INSTALL : Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script From: Andy Dougherty <doughera@lafayette.edu> Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT) Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@20172
* The warning "Possible precedence problem on bitwise operator"Rafael Garcia-Suarez2003-07-202-3/+5
| | | | | | was incorrectly produced with the bitwise-assignment operators. Fix it. (bug #23065 concerning 5.8.1 RC2) p4raw-id: //depot/perl@20171
* Rename get_seed() to get_hash_seed(), as suggested byRafael Garcia-Suarez2003-07-185-6/+6
| | | | | Eric J Kidder, to solve a name conflict on HP_UX 11.00. p4raw-id: //depot/perl@20170
* Re: [PATCH] Re: Oops - Can't calculate our powersAndreas König2003-07-181-7/+13
| | | | | Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de> p4raw-id: //depot/perl@20169
* [ PATCH] Re: isa(UNIVERSAL)?Dave Mitchell2003-07-182-3/+13
| | | | | Message-ID: <20030717205112.GA2994@fdgroup.com> p4raw-id: //depot/perl@20168
* Re: Oops - Can't calculate our powersStephen McCamant2003-07-182-2/+6
| | | | | Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU> p4raw-id: //depot/perl@20167
* [PATCH] Increment cop_seqmax in utilize()Stephen McCamant2003-07-173-23/+81
| | | | | | | | | | | Date: Tue, 15 Jul 2003 09:57:26 -0400 Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU> Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements From: Stephen McCamant <smcc@mit.edu> Date: Tue, 15 Jul 2003 09:57:31 -0400 Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU> p4raw-id: //depot/perl@20166
* Re: POSIX::divMichael G. Schwern2003-07-171-2/+2
| | | | | Message-ID: <20030714210057.GK18517@windhund.schwern.org> p4raw-id: //depot/perl@20165
* [perl #22944] PERL5LIB is not colon-separated everywhereRafael Garcia-Suarez2003-07-171-3/+5
| | | p4raw-id: //depot/perl@20164
* fix $^N-related coredumpAnton Berezin2003-07-172-1/+2
| | | | | Message-ID: <20030714115035.GA10971@heechee.tobez.org> p4raw-id: //depot/perl@20163
* PATCH: tweak 'split' docs for case of explicit 0 LIMITTony Bowden2003-07-171-2/+2
| | | | | Message-ID: <20030717154935.GA20302@soto.kasei.com> p4raw-id: //depot/perl@20162
* Minor nits in perlsyn.podRafael Garcia-Suarez2003-07-171-2/+2
| | | p4raw-id: //depot/perl@20161
* incorrect error message from Attribute::HandlersClaes Jacobsson2003-07-131-1/+1
| | | | | Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu> p4raw-id: //depot/perl@20159
* Add a TODO test for perlbug #19049Alexander Gough2003-07-131-2/+7
| | | | | | Subject: Re: [perl #19049] Incorrect $` after replacement (test for same) Message-ID: <20030711001242.GD2484@the.earth.li> p4raw-id: //depot/perl@20158
* Minor updates of the charnames documentation.Rafael Garcia-Suarez2003-07-131-3/+4
| | | p4raw-id: //depot/perl@20157
* Re: Sort sub and NaNs John P. Linderman2003-07-111-0/+9
| | | | | | | | From: "John P. Linderman" <jpl@research.att.com> Message-Id: <200307101445.KAA79110@raptor.research.att.com> Warn against a potential edge case with sort, <=> and NaNs. p4raw-id: //depot/perl@20156
* [DOCPATCH] perlfunc/readSteve Grazzini2003-07-111-6/+13
| | | | | | | Message-ID: <20030708142303.GB23698@grazzini.net> Clarify the OFFSET parameter to read(). p4raw-id: //depot/perl@20155
* New introductionMichael G. Schwern2003-07-112-18/+40
| | | | | Message-ID: <20030514013305.GB22001@windhund.schwern.org> p4raw-id: //depot/perl@20154
* I think the API for mod_perl v2 should be simply thatJarkko Hietaniemi2003-07-111-1/+3
| | | | | | PL_modperl sets the PL_hash_seed (and PL_hash_seed_set) itself, hopefully from a good source of random bits. p4raw-id: //depot/perl@20145
* pTHX.Jarkko Hietaniemi2003-07-111-1/+1
| | | p4raw-id: //depot/perl@20143
* New order of seed.Jarkko Hietaniemi2003-07-111-9/+10
| | | p4raw-id: //depot/perl@20139
* More retraction.Jarkko Hietaniemi2003-07-111-6/+6
| | | p4raw-id: //depot/perl@20138
* Retract the statements.Jarkko Hietaniemi2003-07-112-21/+11
| | | p4raw-id: //depot/perl@20137
* Chicken out: the hash randomisation is not on by default.Jarkko Hietaniemi2003-07-1110-27/+60
| | | | | | | | | | We switch over to the explicit mode: in other words, if the $ENV{PERL_HASH_SEED} is on, we randomise. Also, we randomise only if PL_hash_seed_set is FALSE (this means one can use PERL_HASH() before perl_run.) Also, since now PERL_HASH_SEED is okay even under -T, all should be fine. (Ha!) p4raw-id: //depot/perl@20135
* Check PERL_HASH_SEED even when tainted.Jarkko Hietaniemi2003-07-102-14/+10
| | | p4raw-id: //depot/perl@20134
* &Time::HiRes::d_nanosleep was broken.Jarkko Hietaniemi2003-07-101-1/+5
| | | p4raw-id: //depot/perl@20131
* [PATCH} db-recno.t on Mac OS XSlaven Rezic2003-07-101-1/+1
| | | | | Message-Id: <1057840865.9622@devpc01.iconmobile.de> p4raw-id: //depot/perl@20130
* [comment patch]Stas Bekman2003-07-101-1/+1
| | | | | Message-ID: <3F0DD85A.1070902@stason.org> p4raw-id: //depot/perl@20129
* Be vague enough.Jarkko Hietaniemi2003-07-101-2/+3
| | | p4raw-id: //depot/perl@20127
* regen embed.pl for the bleadperl branch as well.Rafael Garcia-Suarez2003-07-101-0/+2
| | | p4raw-id: //depot/perl@20125
* Time travel noticed by Enache.Jarkko Hietaniemi2003-07-101-1/+1
| | | p4raw-id: //depot/perl@20124
* I can see the future. It is cloudy.Jarkko Hietaniemi2003-07-101-0/+2
| | | p4raw-id: //depot/perl@20120