summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]John Peacock2004-02-0310-326/+529
| | | | | Message-ID: <401DB17F.5060808@rowman.com> p4raw-id: //depot/perl@22264
* Implement "my $_".Rafael Garcia-Suarez2004-02-0315-46/+266
| | | p4raw-id: //depot/perl@22263
* Regenerate perlapi.pod.Rafael Garcia-Suarez2004-02-031-23/+23
| | | p4raw-id: //depot/perl@22262
* If someone chooses xlc as default C compiler, threaded buildsH.Merijn Brand2004-02-031-1/+1
| | | | | will fail, unless converted to cc_r p4raw-id: //depot/perl@22261
* patch for IRIX/gcc link issuesMartin Pool2004-02-011-0/+5
| | | | | Message-ID: <20040127235624.GA32612@hp.com> p4raw-id: //depot/perl@22260
* update fix to Shell.pm in change #22254: make /dev/null portableDave Mitchell2004-02-011-2/+5
| | | | | p4raw-link: @22254 on //depot/perl: c4a2e7a54bf494cff88f7c7c033f6b017d36f653 p4raw-id: //depot/perl@22259
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-0136-139/+103
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* threads documentation: fork on UNIX might not copy all threads.Dave Mitchell2004-02-011-3/+4
| | | p4raw-id: //depot/perl@22257
* add test for Change 22194: Dave Mitchell2004-02-011-0/+7
| | | | | [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks p4raw-id: //depot/perl@22256
* Patch for Shell.pmManuel Valente2004-02-011-3/+10
| | | | | | | Message-Id: <4016AB72.1080503@idealx.com> New option for Shell.pm to discard stderr instead of capturing it p4raw-id: //depot/perl@22254
* Make Time/HiRes/t/HiRes.t die more gracefully if its watchdogDave Mitchell2004-02-011-1/+1
| | | | | timeout triggers p4raw-id: //depot/perl@22253
* Don't show code closing STD{IN,OUT} before reopening, becauseChip Salzenberg2004-01-312-5/+0
| | | | | doing so is unnecessary and occasionally harmful. p4raw-id: //depot/perl@22252
* Another undocumented use of $_ : with reverse().Rafael Garcia-Suarez2004-01-301-0/+2
| | | p4raw-id: //depot/perl@22248
* Drop optimization for -O3 *and higher*H.Merijn Brand2004-01-301-1/+1
| | | p4raw-id: //depot/perl@22247
* Regenerate perlapi.pod.Rafael Garcia-Suarez2004-01-291-23/+23
| | | p4raw-id: //depot/perl@22246
* Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/ Hugo van der Sanden2004-01-292-3/+9
| | | | | Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org> p4raw-id: //depot/perl@22245
* I'm the new maintainer of Switch.Rafael Garcia-Suarez2004-01-283-2/+5
| | | | | Sync with the CPAN version of Switch 2.10. p4raw-id: //depot/perl@22244
* Message-ID: <40113F7B.6050701@davidfavor.com>David Favor2004-01-281-1/+1
| | | | | | Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1 so no compilation stack limits are imposed. p4raw-id: //depot/perl@22243
* Update perl591delta.pod with what we've done so far.Rafael Garcia-Suarez2004-01-271-1/+96
| | | p4raw-id: //depot/perl@22242
* Regenerate Changes.Rafael Garcia-Suarez2004-01-271-19886/+3043
| | | | | Only include changes from the perl branch. p4raw-id: //depot/perl@22239
* Storable's hints file shouldn't blanket set optimize to -O2 on LinuxNicholas Clark2004-01-271-1/+6
| | | | | Only *drop* optimize to -O2 if it's -O3 on gcc on Linux p4raw-id: //depot/perl@22238
* More punctuation, good.Rafael Garcia-Suarez2004-01-271-3/+3
| | | p4raw-id: //depot/perl@22235
* 5.8.3 -- fix signal comments in L<perlfunc/system>Brendan O'Dea2004-01-271-4/+4
| | | | | Message-ID: <20040125002348.GA31407@londo.c47.org> p4raw-id: //depot/perl@22228
* myconfig.SHDaniel S. Lewart2004-01-261-1/+1
| | | | | | | | From: "Daniel S. Lewart" <lewart@uiuc.edu> Message-Id: <20040125221125.A5390@staff1.cso.uiuc.edu> make perl -V show the major release as 5 rather than 5.0 p4raw-id: //depot/perl@22227
* Document change 22192H.Merijn Brand2004-01-261-4/+4
| | | | | We still need tests! p4raw-id: //depot/perl@22224
* fix vmsish.t #25Craig A. Berry2004-01-261-15/+13
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <401311AF.1060706@mac.com> p4raw-id: //depot/perl@22223
* Merge dynamic perldelta from maint (22081)Nicholas Clark2004-01-2611-97/+334
| | | | | | | | | | | | So now perldelta.pod is copied at build time from perl591delta.pod perl590delta.pod is as released to CPAN by Hugo Regen lots of makefiles, pods and the MANIFEST p4raw-id: //depot/perl@22221 p4raw-deleted: from //depot/maint-5.8/perl@22218 'delete in' pod/perldelta.pod (@22072..) p4raw-edited: from //depot/maint-5.8/perl@22081 'edit in' Makefile.SH (@21777..) MANIFEST (@22072..) pod/perltoc.pod (@22073..) vms/descrip_mms.template (@22078..)
* Remove the caveat about detached threads crashing on WindowsRafael Garcia-Suarez2004-01-251-6/+1
| | | | | (fixed by #22201). Bump up the version of threads.pm. p4raw-id: //depot/perl@22218
* Need to skip Storable's threads test on 5.8.2 with ithreads andNicholas Clark2004-01-251-0/+7
| | | | | -DDEBUGGING, because it tickles a bug. (The same bug that got DBI) p4raw-id: //depot/perl@22217
* update MANIFEST for 2 new Storable test files introduced by 22205Dave Mitchell2004-01-251-0/+2
| | | p4raw-id: //depot/perl@22216
* add test for change 22209 (Remove small memory leak in newATTRSUB)Dave Mitchell2004-01-251-1/+18
| | | p4raw-id: //depot/perl@22215
* Remove small memory leak in newATTRSUB that manifested as aDave Mitchell2004-01-251-0/+2
| | | | | leaking scalar after the interpeter was cloned p4raw-id: //depot/perl@22209
* [perl #24942] fields::inherit doesn't bless derivednothingmuch@woobling.org2004-01-242-6/+45
| | | | | | | package's \%FIELDS, results in phash deprecation errors. From: "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org> Message-Id: <rt-3.0.8-24942-70144.16.7177902690315@perl.org> p4raw-id: //depot/perl@22208
* Re: Doc patches for File::Find Mark-Jason Dominus2004-01-241-9/+17
| | | | | | | | Message-Id: <20040122143058.29226.qmail@plover.com> Better document the fact that neither find() nor finddepth() do a breath-first search. p4raw-id: //depot/perl@22207
* Storable-2.08/t/code.tSlaven Rezic2004-01-241-6/+7
| | | | | Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de> p4raw-id: //depot/perl@22206
* [patch] make Storable thread-safeAbhijit Menon-Sen2004-01-247-8/+290
| | | | | | | | | | | | | | | | | | From: Stas Bekman <stas@stason.org> Date: Mon, 19 Jan 2004 00:20:02 -0800 Message-Id: <400B9332.4070106@stason.org> Subject: Re: Subroutine reference bug in Storable From: Slaven Rezic <slaven@rezic.de> Date: 14 Nov 2003 23:22:55 +0100 Message-Id: <874qx6zj28.fsf@vran.herceg.de> Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse + overload + cyclic structures From: Sam Vilain <sam@vilain.net> Date: Tue, 20 Jan 2004 22:30:15 +1300 Message-Id: <200401202230.15865.sam@vilain.net> p4raw-id: //depot/perl@22205
* Upgrade to Locale::Maketext 1.08.Abhijit Menon-Sen2004-01-245-5/+51
| | | p4raw-id: //depot/perl@22204
* make some t/op/write.t failures more verboseDave Mitchell2004-01-231-1/+3
| | | p4raw-id: //depot/perl@22203
* Re: threads::shared::queue;Jan Dubois2004-01-231-1/+4
| | | | | | | Message-Id: <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com> Avoid threads+win32 crash by freeing Perl interpreter slightly later p4raw-id: //depot/perl@22201
* test that use encoding; doesn't cause references to be stringifiedNicholas Clark2004-01-231-2/+16
| | | p4raw-id: //depot/perl@22200
* Document chomp's travels in the wonderful world of use encoding;Nicholas Clark2004-01-231-0/+4
| | | p4raw-id: //depot/perl@22199
* Check the return values of chompNicholas Clark2004-01-231-4/+14
| | | | | (more tricky than it may seem, as the return value is unicode) p4raw-id: //depot/perl@22198
* Test return values of all chompsNicholas Clark2004-01-231-4/+4
| | | p4raw-id: //depot/perl@22197
* Re: [perl #24888] chomp ignores utf8SADAHIRO Tomoyuki2004-01-234-4/+113
| | | | | | Message-Id: <20040116040355.A849.BQW10602@nifty.com> Date: Fri, 16 Jan 2004 04:13:00 +0900 p4raw-id: //depot/perl@22196
* Re: [PATCH] Add "Camel" logo icon to perl.exe on WindowsSteve Hay2004-01-226-2/+122
| | | | | Message-ID: <4010038D.4070104@uk.radan.com> p4raw-id: //depot/perl@22195
* [perl #25147] C<use strict; print if foo> didn't give theDave Mitchell2004-01-221-5/+3
| | | | | "Bareword not allowed" error unless warnings were enabled p4raw-id: //depot/perl@22194
* Convert the older parts of op/bop.t over to test.plNicholas Clark2004-01-211-71/+57
| | | p4raw-id: //depot/perl@22193
* [perl #25160] ':flock' not recognized unless it's firstH.Merijn Brand2004-01-211-1/+1
| | | | | | | | Exporter::Heavy now will treat :, /, and ! special in all arguments, not only if the _first_ arg starts with it Date: Wed, 21 Jan 2004 08:32:47 -0500 Message-ID: <20040121133248.3359.qmail@plover.com> p4raw-id: //depot/perl@22192
* PATCH for perl-5.8.4Edward S. Peschko2004-01-211-0/+9
| | | | | | | | From: "Edward S. Peschko" <esp5@pge.com> Message-Id: <20040120012118.GA29151@mdssdev05.comp.pge.com> Add @DynaLoader::dl_shared_objects feature p4raw-id: //depot/perl@22191
* remove the platform dependencies of the write.t tests introducedDave Mitchell2004-01-211-34/+27
| | | | | | | by change #22161, by hard-coding the expected outputs rather than using sprintf('%f'). p4raw-link: @22161 on //depot/perl: a1b950687051c32e26de8681b0ed639ad32adfb4 p4raw-id: //depot/perl@22190