p5sagit/p5-mst-13.2.git
2002-05-16 H.Merijn Brand Re: [ PATCH ] AIX 4.3 / gcc / threads
2002-05-16 Vadim Konovalov good day for WinCE port of perl.
2002-05-16 Slaven Rezic do not use "udp" on some platforms for Sys::Syslog
2002-05-16 Dave Mitchell Re: [PATCH] allow use threads qw(yield)
2002-05-16 H.Merijn Brand [ PATCH ] AIX 4.3 / gcc / threads
2002-05-16 Jarkko Hietaniemi OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
2002-05-16 Jarkko Hietaniemi DJGPP doesn't have \r\n delimited files (it has \r).
2002-05-16 Jarkko Hietaniemi 1. Not hardcoding \x0A and \x0D seems to help EBCDIC...
2002-05-16 Jarkko Hietaniemi Don't test $! with like() since one may have
2002-05-16 Jarkko Hietaniemi DJGPP updates from Laszlo Molnar.
2002-05-16 Jarkko Hietaniemi Integrate perlio:
2002-05-15 Nicholas Clark avoid 64 bit SEGV for debugging Storable
2002-05-15 Jarkko Hietaniemi Two down, ten to go.
2002-05-15 Jarkko Hietaniemi Fix some of the EBCDIC vs Storable failures, from Nicho...
2002-05-15 Jarkko Hietaniemi Schizoid MANIFESTs.
2002-05-15 Nick Ing-Simmons Make open fail when layer string does not parse.
2002-05-15 Nick Ing-Simmons Integrate mainline
2002-05-15 Jarkko Hietaniemi Update Changes.
2002-05-15 Jarkko Hietaniemi Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
2002-05-15 Jarkko Hietaniemi Document some of the known EBCDIC problems with Storable.
2002-05-15 Jarkko Hietaniemi Purify finding: jperl.t causes a few Array Bounds Reads
2002-05-15 Nick Ing-Simmons Integrate mainline
2002-05-15 Rafael Garcia... Re: use of lc module names and warnings
2002-05-15 Jarkko Hietaniemi More rule tweakage.
2002-05-15 Sam Tregar Fix Devel::DProf debugging aid
2002-05-15 Jarkko Hietaniemi $VERSIONize.
2002-05-15 Jarkko Hietaniemi Third Degree: name the op/foo.t as op_foo.
2002-05-15 Jarkko Hietaniemi Read of uninitialized heap found by Third Degree
2002-05-14 Jarkko Hietaniemi Add more rules.
2002-05-14 Dave Mitchell allow use threads qw(yield)
2002-05-14 Jarkko Hietaniemi Micropatch from Olaf Flebbe.
2002-05-14 John P. Linderman perlhack.pod typos [PATCH]
2002-05-14 H.Merijn Brand typo in Socket.pm
2002-05-14 Jarkko Hietaniemi The #16592 needs this.
2002-05-14 John P. Linderman Re: lib/sort.t failure [PATCH]
2002-05-14 Jarkko Hietaniemi Add a script for cleaning out the "known noise"
2002-05-14 Artur Bergman Turn the sort RealCmp for stable quicksorts into a
2002-05-14 Jarkko Hietaniemi reentr.h affects more C files than just reentr.c
2002-05-14 Jarkko Hietaniemi Document reentr.pl a bit better. Still rather
2002-05-14 Jarkko Hietaniemi z/OS update: not all Storable was clear yet.
2002-05-14 Jarkko Hietaniemi Avoid potentially empty struct.
2002-05-14 Jarkko Hietaniemi Todo tweaks.
2002-05-13 Dave Mitchell various minor fixes in threads.
2002-05-13 Peter Prymmer Re: unsigned char hashes (Re: perl@16539)
2002-05-13 Nicholas Clark Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Repor...
2002-05-13 Nicholas Clark Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Repor...
2002-05-13 Vadim Konovalov WinCE several touches
2002-05-13 H.Merijn Brand Re: perl@16573
2002-05-13 Artur Bergman Make the point a bit clearer after suggestion from...
2002-05-13 Rafael Garcia... perltodo update.
2002-05-13 H.Merijn Brand README.aix update
2002-05-13 Doug MacEachern export PerlIOBuf_get_base for win32 extension...
2002-05-13 Nick Ing-Simmons Integrate mainline
2002-05-13 Paul Green Update README.vos and pod/perlport.pod
2002-05-13 Peter Prymmer fix a small comment nit in vms/vms.c
2002-05-13 Jarkko Hietaniemi Update Changes.
2002-05-13 Dave Mitchell Re: 'use threads::shared' noisy with -w
2002-05-13 Nick Ing-Simmons Integrate Mainline
2002-05-13 Michael G.... #!/usr/bin/perl-current misparse
2002-05-12 Jarkko Hietaniemi Be clean.
2002-05-12 Gurusamy Sarathy change#8666 ($Config{perllibs}) apparently never got...
2002-05-12 Jarkko Hietaniemi Elaborate on the exit/wait plan a bit.
2002-05-12 Jarkko Hietaniemi Slight doc tweaks.
2002-05-12 Jarkko Hietaniemi OS/390: update the test results.
2002-05-12 Jarkko Hietaniemi Add threadsafety caveats.
2002-05-12 Jarkko Hietaniemi Update the Mac OS X situation.
2002-05-12 Artur Bergman Update todo, removing things done and adding new things.
2002-05-12 Jarkko Hietaniemi Reword the "threads still running" cleanup message.
2002-05-12 Jarkko Hietaniemi EBCDIC: retract #16557, it ran into a weird tokenizer...
2002-05-12 Artur Bergman Add emulation layer for Thread/Semaphore and Thread...
2002-05-12 Artur Bergman Fixed bug where tmpsv would be null after the return...
2002-05-12 Jarkko Hietaniemi (retracted by #16560)
2002-05-12 Jarkko Hietaniemi EBCDIC: make t/op/pat #242 and 243 finally succeed.
2002-05-12 Jarkko Hietaniemi As suggested by Dave Mitchell, adding yield()s at
2002-05-12 chromatic RE: VOS bleadperl test failure on 16539
2002-05-12 Jarkko Hietaniemi There's no rest for the wicked misspellers.
2002-05-12 Jarkko Hietaniemi Detypos (and sticking with US spelling since Dan Sugalski
2002-05-11 Jarkko Hietaniemi Because of #16550 these tests would now spew
2002-05-11 Jarkko Hietaniemi EBCDIC: the toke.c wariness about UTF-8 (really, UTF...
2002-05-11 Vadim Konovalov a bit more for WinCE
2002-05-11 Vadim Konovalov for WinCE cross-build, another one
2002-05-11 Jarkko Hietaniemi Explicit casts due to #16542.
2002-05-11 Jarkko Hietaniemi Upgrade to Test::Harness 2.21.
2002-05-11 Jarkko Hietaniemi Upgrade to Net::Ping 2.18 (no core-relevant changes,
2002-05-11 Dave Mitchell updated threads docs
2002-05-11 Nicholas Clark unsigned char hashes (Re: perl@16539)
2002-05-11 Nick Ing-Simmons Integrate mainline
2002-05-10 Kay Röpke more os x test output cosmetics
2002-05-10 Jarkko Hietaniemi Update Changes.
2002-05-10 Jarkko Hietaniemi Regen toc.
2002-05-10 Jarkko Hietaniemi Move pod, add $VERSION.
2002-05-10 Jarkko Hietaniemi Unused variables.
2002-05-10 chromatic Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
2002-05-10 Jarkko Hietaniemi Don't do JAPHs unless doing "make torturetest".
2002-05-10 Nick Ing-Simmons Integrate mainline
2002-05-10 Robin Barker format and other warnings
2002-05-10 Jarkko Hietaniemi Move the noisy tie core dump test to fresh_perl from...
2002-05-10 Yitzchak Scott... Re: [PATCH] Re: perl@16433
2002-05-09 Dave Mitchell Re: where threads cond.t hangs
2002-05-09 Nick Ing-Simmons Integrate maint branch io (pipe) fixes. (changes#16329...
next