summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* threads documentation: fork on UNIX might not copy all threads.Dave Mitchell2004-02-011-3/+4
* add test for Change 22194: Dave Mitchell2004-02-011-0/+7
* Patch for Shell.pmManuel Valente2004-02-011-3/+10
* Make Time/HiRes/t/HiRes.t die more gracefully if its watchdogDave Mitchell2004-02-011-1/+1
* Don't show code closing STD{IN,OUT} before reopening, becauseChip Salzenberg2004-01-312-5/+0
* Another undocumented use of $_ : with reverse().Rafael Garcia-Suarez2004-01-301-0/+2
* Drop optimization for -O3 *and higher*H.Merijn Brand2004-01-301-1/+1
* Regenerate perlapi.pod.Rafael Garcia-Suarez2004-01-291-23/+23
* Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/ Hugo van der Sanden2004-01-292-3/+9
* I'm the new maintainer of Switch.Rafael Garcia-Suarez2004-01-283-2/+5
* Message-ID: <40113F7B.6050701@davidfavor.com>David Favor2004-01-281-1/+1
* Update perl591delta.pod with what we've done so far.Rafael Garcia-Suarez2004-01-271-1/+96
* Regenerate Changes.Rafael Garcia-Suarez2004-01-271-19886/+3043
* Storable's hints file shouldn't blanket set optimize to -O2 on LinuxNicholas Clark2004-01-271-1/+6
* More punctuation, good.Rafael Garcia-Suarez2004-01-271-3/+3
* 5.8.3 -- fix signal comments in L<perlfunc/system>Brendan O'Dea2004-01-271-4/+4
* myconfig.SHDaniel S. Lewart2004-01-261-1/+1
* Document change 22192H.Merijn Brand2004-01-261-4/+4
* fix vmsish.t #25Craig A. Berry2004-01-261-15/+13
* Merge dynamic perldelta from maint (22081)Nicholas Clark2004-01-2611-97/+334
* Remove the caveat about detached threads crashing on WindowsRafael Garcia-Suarez2004-01-251-6/+1
* Need to skip Storable's threads test on 5.8.2 with ithreads andNicholas Clark2004-01-251-0/+7
* update MANIFEST for 2 new Storable test files introduced by 22205Dave Mitchell2004-01-251-0/+2
* add test for change 22209 (Remove small memory leak in newATTRSUB)Dave Mitchell2004-01-251-1/+18
* Remove small memory leak in newATTRSUB that manifested as aDave Mitchell2004-01-251-0/+2
* [perl #24942] fields::inherit doesn't bless derivednothingmuch@woobling.org2004-01-242-6/+45
* Re: Doc patches for File::Find Mark-Jason Dominus2004-01-241-9/+17
* Storable-2.08/t/code.tSlaven Rezic2004-01-241-6/+7
* [patch] make Storable thread-safeAbhijit Menon-Sen2004-01-247-8/+290
* Upgrade to Locale::Maketext 1.08.Abhijit Menon-Sen2004-01-245-5/+51
* make some t/op/write.t failures more verboseDave Mitchell2004-01-231-1/+3
* Re: threads::shared::queue;Jan Dubois2004-01-231-1/+4
* test that use encoding; doesn't cause references to be stringifiedNicholas Clark2004-01-231-2/+16
* Document chomp's travels in the wonderful world of use encoding;Nicholas Clark2004-01-231-0/+4
* Check the return values of chompNicholas Clark2004-01-231-4/+14
* Test return values of all chompsNicholas Clark2004-01-231-4/+4
* Re: [perl #24888] chomp ignores utf8SADAHIRO Tomoyuki2004-01-234-4/+113
* Re: [PATCH] Add "Camel" logo icon to perl.exe on WindowsSteve Hay2004-01-226-2/+122
* [perl #25147] C<use strict; print if foo> didn't give theDave Mitchell2004-01-221-5/+3
* Convert the older parts of op/bop.t over to test.plNicholas Clark2004-01-211-71/+57
* [perl #25160] ':flock' not recognized unless it's firstH.Merijn Brand2004-01-211-1/+1
* PATCH for perl-5.8.4Edward S. Peschko2004-01-211-0/+9
* remove the platform dependencies of the write.t tests introducedDave Mitchell2004-01-211-34/+27
* Fix typo in patch #22188Dave Mitchell2004-01-201-1/+1
* warn that C<$x : unique> operates on the typeglob, so affects @xDave Mitchell2004-01-201-0/+5
* [perl #24940] "sub foo :unique" segfaultsDave Mitchell2004-01-204-20/+32
* Add a new test file for situations where threads may interfere.Stas Bekman2004-01-202-0/+62
* Document CVf_UNIQUE flag betterDave Mitchell2004-01-201-1/+4
* Fix precedence errors and add some cleanup in the newRafael Garcia-Suarez2004-01-202-4/+7
* second attempt to fix [perl #24914] freeing a CV reference that wasDave Mitchell2004-01-205-9/+25