summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix typo in patch #22188Dave Mitchell2004-01-201-1/+1
| | | p4raw-id: //depot/perl@22189
* warn that C<$x : unique> operates on the typeglob, so affects @xDave Mitchell2004-01-201-0/+5
| | | | | and %x too. p4raw-id: //depot/perl@22188
* [perl #24940] "sub foo :unique" segfaultsDave Mitchell2004-01-204-20/+32
| | | | | | | | Turn these two into compile-time errors until such time as someone thinks of a useful meaning for them: my $x : unique sub foo : unique p4raw-id: //depot/perl@22187
* Add a new test file for situations where threads may interfere.Stas Bekman2004-01-202-0/+62
| | | | | | Subject: Re: "restricted hashes" hit again ! Message-ID: <3FE8D08A.4090806@stason.org> p4raw-id: //depot/perl@22186
* Document CVf_UNIQUE flag betterDave Mitchell2004-01-201-1/+4
| | | p4raw-id: //depot/perl@22185
* Fix precedence errors and add some cleanup in the newRafael Garcia-Suarez2004-01-202-4/+7
| | | | | DBM_Filter tests p4raw-id: //depot/perl@22183
* second attempt to fix [perl #24914] freeing a CV reference that wasDave Mitchell2004-01-205-9/+25
| | | | | | | | currently being executed caused coredumps. The dounwind called by die unwinds all the contexts on the context stack before unwinding the save stack. To stop premature freeing of the CV, hold references to it on both stacks. p4raw-id: //depot/perl@22182
* change #22071 (taint bug in $^0) introduced a potential doubleDave Mitchell2004-01-191-3/+3
| | | | | | | free(), because PL_osname may get freed but not nulled if a taint test fails in between. Mea cupla and all that... p4raw-link: @22071 on //depot/perl: 3511154c18a0900e8873e8e72a4b74931525e718 p4raw-id: //depot/perl@22181
* Re: [perl #24926] chop/~ mangles UTF8 [PATCH]Gisle Aas2004-01-192-1/+7
| | | | | | Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com> (test rewritten to fit in blead) p4raw-id: //depot/perl@22180
* dl_unload_file for HP-UXNeil Watkiss2004-01-191-0/+13
| | | | | Message-ID: <20040112154944.GA15412@ActiveState.com> p4raw-id: //depot/perl@22179
* Allow -Uinc_version_list to mean -Dinc_version_list=noneH.Merijn Brand2004-01-191-2/+2
| | | | | See INSTALL for more details p4raw-id: //depot/perl@22177
* Describe how to limit the perl's default @INC during ConfigureH.Merijn Brand2004-01-191-0/+14
| | | | | to _not_ include older versions p4raw-id: //depot/perl@22175
* rescue PerlIO_getname for VMSCraig A. Berry2004-01-191-1/+8
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <400AD5AB.3080708@mac.com> p4raw-id: //depot/perl@22174
* detect nanosleep on VMSCraig A. Berry2004-01-191-1/+18
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <400B10C2.9060504@mac.com> p4raw-id: //depot/perl@22173
* back out change #22167 "freeing a CV reference that was currentlyDave Mitchell2004-01-175-21/+3
| | | | | | | | being executed caused coredumps". The new test case sometimes locks up linux's malloc, and with Perl's malloc the test code still coredumps :-( p4raw-link: @22167 on //depot/perl: b3a3b3a1da8f5142edf3e194532b08316f895282 p4raw-id: //depot/perl@22172
* Refactor VOS patches for bleadperl and perl-5.8.xPaul Green2004-01-174-20/+32
| | | | | | From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com> p4raw-id: //depot/perl@22171
* Re: open/or inconsistencySADAHIRO Tomoyuki2004-01-172-9/+18
| | | | | | | | Message-Id: <20040117195729.623A.BQW10602@nifty.com> (plus a test.) Don't produce the warning for constructs like open my $fh, $file or die; p4raw-id: //depot/perl@22170
* Perl core dumps when running out of memory [PATCH]Gisle Aas2004-01-171-3/+9
| | | | | | | | Message-Id: <lrsmiebqvu.fsf@caliper.activestate.com> Display 'out of memeory' errors using low-level I/O to avoid recursive failure and so coredumps. p4raw-id: //depot/perl@22169
* Enhanced DBM FiltersPaul Marquess2004-01-1716-0/+2409
| | | | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com> add DBM_Filter p4raw-id: //depot/perl@22168
* [perl #24914] freeing a CV reference that was currently beingDave Mitchell2004-01-175-3/+21
| | | | | executed caused coredumps p4raw-id: //depot/perl@22167
* Integrate final perl583deltaNicholas Clark2004-01-171-2/+2
| | | | | p4raw-id: //depot/perl@22166 p4raw-integrated: from //depot/maint-5.8/perl@22163 'copy in' pod/perl583delta.pod (@22142..)
* Re: [perl #24816] Magic vars seem unsure if they are purely numericYitzchak Scott-Thoennes2004-01-1610-58/+275
| | | | | | | Message-Id: <20040115221037.GA2392@efn.org> Add sv_2iv_flags() to allow magic to be optionally processed. p4raw-id: //depot/perl@22163
* [perl #8698] format bug with undefined _TOPDave Mitchell2004-01-162-8/+12
| | | | | | | name of format_TOP now derived from the name of the current filehandle rather then the name of the format associetd with that handle p4raw-id: //depot/perl@22162
* format/write (version 2)LAUN Wolfgang2004-01-169-134/+469
| | | | | | | | | | | | | | | | Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1> Fixes and additions to formats: Improvement: NULL chars in picture line Bugfix: C<@*> shown in output if not alone on a line New feature: C<^*> for variable-width, one-line-at-a-time text Improvement: Diagnostic on C<@#> and C<~~> Bugfix: Segmentation fault on big numbers Improvement (maybe): Truncation of numbers produces misleading output Bugfix: "}" terminates format Bugfix: Error when copying non-UTF to UTF (EBCDIC only) p4raw-id: //depot/perl@22161