summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Elaborate on the exit/wait plan a bit.Jarkko Hietaniemi2002-05-121-4/+17
| | | p4raw-id: //depot/perl@16567
* Slight doc tweaks.Jarkko Hietaniemi2002-05-121-18/+26
| | | p4raw-id: //depot/perl@16566
* OS/390: update the test results.Jarkko Hietaniemi2002-05-121-9/+5
| | | p4raw-id: //depot/perl@16565
* Add threadsafety caveats.Jarkko Hietaniemi2002-05-123-3/+16
| | | p4raw-id: //depot/perl@16564
* Update the Mac OS X situation.Jarkko Hietaniemi2002-05-121-1/+8
| | | p4raw-id: //depot/perl@16563
* Update todo, removing things done and adding new things.Artur Bergman2002-05-121-11/+8
| | | p4raw-id: //depot/perl@16562
* Reword the "threads still running" cleanup message.Jarkko Hietaniemi2002-05-124-53/+69
| | | p4raw-id: //depot/perl@16561
* EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.Jarkko Hietaniemi2002-05-121-21/+13
| | | | | | | | | (The manifestation: running pat.t core dumps after test 639. Removing everything after 639 makes core go away, as does removing everything before 640. I did say "weird". Some sort of a memory corruption, no doubt, but no time to debug in more detail.) p4raw-id: //depot/perl@16560
* Add emulation layer for Thread/Semaphore and Thread/QueueArtur Bergman2002-05-123-10/+51
| | | p4raw-id: //depot/perl@16559
* Fixed bug where tmpsv would be null after the return of the Artur Bergman2002-05-121-3/+5
| | | | | | | | | | amagic. Now check for that and allocate the tmpsv afterwards, this is done in all other places that use amagic. Fixes bug when threads->unknownfunction() was called and we coredumped on the stringification somewhere deep in the autoloader/dynaloader something. Far to deep for me to provide a test case. p4raw-id: //depot/perl@16558
* (retracted by #16560)Jarkko Hietaniemi2002-05-121-0/+2
| | | | | | EBCDIC: must protect also compile time so that the illegal UTF-EBCDIC is not seen. p4raw-id: //depot/perl@16557
* EBCDIC: make t/op/pat #242 and 243 finally succeed.Jarkko Hietaniemi2002-05-122-3/+20
| | | p4raw-id: //depot/perl@16556
* As suggested by Dave Mitchell, adding yield()s atJarkko Hietaniemi2002-05-123-0/+3
| | | | | | | appropriate spots helps non-preemptive thread implementations, like the GNU pth. Tested at NetBSD by Martin Weber <Ephaeton@gmx.net>. p4raw-id: //depot/perl@16555
* RE: VOS bleadperl test failure on 16539chromatic2002-05-121-6/+7
| | | | | Message-ID: <20020512072814.50744.qmail@onion.perl.org> p4raw-id: //depot/perl@16554
* There's no rest for the wicked misspellers.Jarkko Hietaniemi2002-05-121-1/+1
| | | p4raw-id: //depot/perl@16553
* Detypos (and sticking with US spelling since Dan SugalskiJarkko Hietaniemi2002-05-122-8/+8
| | | | | wrote the original text of perlthrtut) p4raw-id: //depot/perl@16552
* Because of #16550 these tests would now spewJarkko Hietaniemi2002-05-111-13/+19
| | | | | "Malformed UTF-8" in EBCDIC. p4raw-id: //depot/perl@16551
* EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)Jarkko Hietaniemi2002-05-112-6/+2
| | | | | | | | scripts does not apply any more. (The utf8.t needed a little bit of relaxing to work in EBCDIC, since *both* the bytes in subtest #30 are illegal UTF-EBCDIC, and the error message matched is slightly different.) The utf8.t now passes. p4raw-id: //depot/perl@16550
* a bit more for WinCEVadim Konovalov2002-05-111-6/+5
| | | | | Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad> p4raw-id: //depot/perl@16549
* for WinCE cross-build, another oneVadim Konovalov2002-05-1113-462/+1286
| | | | | Message-ID: <004101c1f926$d36ca230$035cc3d9@vad> p4raw-id: //depot/perl@16548
* Explicit casts due to #16542.Jarkko Hietaniemi2002-05-114-13/+13
| | | p4raw-id: //depot/perl@16547
* Upgrade to Test::Harness 2.21.Jarkko Hietaniemi2002-05-115-215/+145
| | | p4raw-id: //depot/perl@16546
* Upgrade to Net::Ping 2.18 (no core-relevant changes,Jarkko Hietaniemi2002-05-113-4/+7
| | | | | but keep up with the $VERSION) p4raw-id: //depot/perl@16545
* updated threads docsDave Mitchell2002-05-114-136/+256
| | | | | Message-ID: <20020511200050.D14841@fdgroup.com> p4raw-id: //depot/perl@16543
* unsigned char hashes (Re: perl@16539)Nicholas Clark2002-05-111-1/+1
| | | | | | | Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net> Be explicitly unsigned char in the hash calculation. p4raw-id: //depot/perl@16542
* more os x test output cosmeticsKay Röpke2002-05-101-1/+1
| | | | | Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de> p4raw-id: //depot/perl@16540
* Update Changes.Jarkko Hietaniemi2002-05-102-1/+352
| | | p4raw-id: //depot/perl@16539
* Regen toc.Jarkko Hietaniemi2002-05-101-107/+345
| | | p4raw-id: //depot/perl@16538
* Move pod, add $VERSION.Jarkko Hietaniemi2002-05-101-40/+42
| | | p4raw-id: //depot/perl@16537
* Unused variables.Jarkko Hietaniemi2002-05-101-2/+2
| | | p4raw-id: //depot/perl@16536
* Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for Ochromatic2002-05-102-0/+77
| | | | | Message-ID: <20020510144325.26245.qmail@firewheel> p4raw-id: //depot/perl@16535
* Don't do JAPHs unless doing "make torturetest".Jarkko Hietaniemi2002-05-104-4/+61
| | | | | Document the less obvious make test targets. p4raw-id: //depot/perl@16534
* format and other warningsRobin Barker2002-05-107-15/+16
| | | | | Message-Id: <200205091727.SAA22792@tempest.npl.co.uk> p4raw-id: //depot/perl@16532
* Move the noisy tie core dump test to fresh_perl from op/tie.Jarkko Hietaniemi2002-05-102-12/+7
| | | p4raw-id: //depot/perl@16531
* Re: [PATCH] Re: perl@16433Yitzchak Scott-Thoennes2002-05-101-8/+17
| | | | | Message-ID: <LVw28gzkguhE092yn@efn.org> p4raw-id: //depot/perl@16530
* Re: where threads cond.t hangsDave Mitchell2002-05-091-4/+3
| | | | | Message-ID: <20020509171842.C9836@fdgroup.com> p4raw-id: //depot/perl@16529
* Integrate maint branch io (pipe) fixes. (changes#16329,16330,16331)Nick Ing-Simmons2002-05-093-4/+12
| | | | | | | | | | | | | p4raw-link: @16331 on //depot/maint-5.6/perl: 821302ef08e28e13ed846e63b71b1a8e0bd6e09a p4raw-link: @16330 on //depot/maint-5.6/perl: 32b5515015764ee3e189442094a83142675fbf9b p4raw-link: @16329 on //depot/maint-5.6/perl: 5676c1b12073c1e0625a9800fba3bbcb4a2e99c8 p4raw-id: //depot/perl@16528 p4raw-integrated: from //depot/maint-5.6/perl@16527 'merge in' pp_sys.c (@12026..) p4raw-integrated: from //depot/maint-5.6/perl@16331 'merge in' util.c (@16329..) p4raw-integrated: from //depot/maint-5.6/perl@16330 'merge in' doio.c (@14704..)
* FAQ sync.Jarkko Hietaniemi2002-05-092-14/+16
| | | p4raw-id: //depot/perl@16527
* metaconfig unit linting.Jarkko Hietaniemi2002-05-091-5/+8
| | | p4raw-id: //depot/perl@16525
* ptrsize should depend on use64bitall, not the otherJarkko Hietaniemi2002-05-091-151/+151
| | | | | way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>. p4raw-id: //depot/perl@16523
* Integrate #16510 from macperl;Jarkko Hietaniemi2002-05-091-1/+1
| | | | | | | Tell IO.xs that MacOS sometimes doesn't need extra help p4raw-id: //depot/perl@16522 p4raw-integrated: from //depot/macperl@16521 'copy in' ext/IO/IO.xs (@16230..)
* Re: Storable doc patchesPhilip Newton2002-05-091-5/+5
| | | | | | From: "Philip Newton" <Philip.Newton@gmx.net> Message-Id: p4raw-id: //depot/perl@16521
* cmp() compares chars, not bytes.Rafael Garcia-Suarez2002-05-091-6/+6
| | | p4raw-id: //depot/perl@16520
* A footnote about PERL_DESTRUCT_LEVEL and mod_perl.Rafael Garcia-Suarez2002-05-091-0/+4
| | | p4raw-id: //depot/perl@16519
* Storable doc patchesPhilip Newton2002-05-092-67/+69
| | | | | | Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com> p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e p4raw-id: //depot/perl@16518
* Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)Philip Newton2002-05-091-2/+2
| | | | | | | Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com> p4raw-link: @16433 on //depot/perl: 536cc2c14e13822cdd93e5b1aef6723e848db3fd p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e p4raw-id: //depot/perl@16517
* [Patch] perlxstut.podLupe Christoph2002-05-091-13/+14
| | | | | | Message-Id: <20020509074202.GJ1087@lupe-christoph.de> (Applied with tweaks.) p4raw-id: //depot/perl@16514
* [Patch] perlapio.podLupe Christoph2002-05-091-6/+5
| | | | | | Message-Id: <20020509070150.GI1087@lupe-christoph.de> (Applied with tweaks.) p4raw-id: //depot/perl@16513
* Rework #16506 some more.Jarkko Hietaniemi2002-05-082-16/+46
| | | p4raw-id: //depot/perl@16507
* Rework #16503 a bit to keep all the HiRes implementationJarkko Hietaniemi2002-05-082-25/+38
| | | | | | in one place, assuming we want to re-CPAN Time::HiRes at some point. p4raw-id: //depot/perl@16506