Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
[p5sagit/p5-mst-13.2.git] / ext /
2002-04-28 Nick Ing-Simmons Use (file PerlIO::Layer 'perlio') rather than $Config...
2002-04-28 Nick Ing-Simmons Builds under -Uuseperlio
2002-04-28 Nick Ing-Simmons Integrate mainline
2002-04-28 Artur Bergman Added test cases and fixed some obvious things.
2002-04-27 Artur Bergman Removed last traces of autodetach.
2002-04-27 Jarkko Hietaniemi More NetBSD patches from Johnny Lam.
2002-04-27 Jarkko Hietaniemi Upgrade to Encode 1.63.
2002-04-27 Jarkko Hietaniemi Integrate perlio:
2002-04-27 Artur Bergman Ahem, look another way.
2002-04-27 Nick Ing-Simmons Correct which var is nulled, stack movement protection.
2002-04-27 Nick Ing-Simmons Integrate mainline
2002-04-27 Jarkko Hietaniemi Integrate perlio:
2002-04-27 Jarkko Hietaniemi Upgrade to Encode 1.62.
2002-04-27 Artur Bergman Add test numbers to make "make test" happy. Order is...
2002-04-27 Nick Ing-Simmons Re-instate $PerlIO::encoding::check at boot.
2002-04-27 Artur Bergman Fixed race condtions and deadlocks in interaction with
2002-04-27 Nick Ing-Simmons Integrate mainline
2002-04-27 Artur Bergman Saving locks after we set it to 0 was kind of pointless.
2002-04-27 Nick Ing-Simmons Fix fd leak on Via(bogus).
2002-04-26 Simon Cozens Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
2002-04-26 Jarkko Hietaniemi EBCDIC MD5.xs checksum update from Merijn Broeren.
2002-04-26 Nick Ing-Simmons Integrate mainline
2002-04-26 Dan Kogai [Encode] s/=over2/=over 2/g
2002-04-26 Jarkko Hietaniemi Use temp int variable in the W*() since direct casting
2002-04-26 Jarkko Hietaniemi Upgrade to Encode 1.61, from Dan Kogai.
2002-04-26 Gurusamy Sarathy MD5.xs checksum, ascii only (TODO: someone with access...
2002-04-26 Gurusamy Sarathy various signed/unsigned mismatch nits
2002-04-25 Nicholas Clark Re: [PATCH] another Storable test (Re: perl@16005)
2002-04-25 Andy Dougherty Re: POSIX::WEXITSTATUS broken again
2002-04-25 Gurusamy Sarathy cwd.t wasn't running all the tests because cmd.exe...
2002-04-25 Jarkko Hietaniemi Cleaner Encode tests under -Mutf8.
2002-04-25 Dan Kogai Re: [Encode] Patch to fix Encod-XML::SAX conflicts
2002-04-24 Jarkko Hietaniemi Wrong plan.
2002-04-24 Jarkko Hietaniemi Upgrade to Encode 1.60, from Dan Kogai.
2002-04-24 Gurusamy Sarathy another case of enabling binmode() where it should...
2002-04-24 Jarkko Hietaniemi Integrate #16136, #16137, #16138 from macperl;
2002-04-24 Nick Ing-Simmons Integrate mainline
2002-04-24 Jarkko Hietaniemi Thou shalt not assume %x works for UVs.
2002-04-24 Nick Ing-Simmons Submit an old integrate
2002-04-23 Gurusamy Sarathy hacking around byteorder variance between config.sh...
2002-04-23 Jarkko Hietaniemi *size tweaks from Sarathy.
2002-04-23 Nicholas Clark Re: perl@16083
2002-04-23 Jarkko Hietaniemi Upgrade to Encode 1.58.
2002-04-22 Jarkko Hietaniemi Upgrade to Encode 1.57, from Dan Kogai.
2002-04-22 Mark-Jason Dominus {PATCH docs] sockatmark
2002-04-22 Jarkko Hietaniemi NetWare changeover from Watcom to Codewarrior, from...
2002-04-22 Jarkko Hietaniemi Signedness nit.
2002-04-22 Jarkko Hietaniemi No semicolons after blocks.
2002-04-22 Jarkko Hietaniemi Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
2002-04-22 Jarkko Hietaniemi Upgrade to Encode 1.56, from Dan Kogai.
2002-04-22 Nick Ing-Simmons Integrate //depot/perlio into mainline
2002-04-22 Nick Ing-Simmons Integrate mainline into perlio
2002-04-22 Artur Bergman End blocks were not run on Win32.
2002-04-21 Artur Bergman Do not unlock mutex twice.
2002-04-21 Gurusamy Sarathy squelch some more type mismatch warnings
2002-04-21 Gurusamy Sarathy test appears to be ass_u_ming sizeof(long) == sizeof...
2002-04-21 Gurusamy Sarathy use compare_text() rather than compare() to avoid bogus
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-21 Nicholas Clark another Storable test (Re: perl@16005)
2002-04-21 Mattia Barbon Win32: encode/t/perlio.t needs some binmode
2002-04-21 Jarkko Hietaniemi Do not assume that io buffer flushing happens in the...
2002-04-21 Artur Bergman Got the last memory leak in the while(1) { threads...
2002-04-21 Rafael Garcia-Suarez Revert change #15974.
2002-04-21 Nick Ing-Simmons Integrate mainline
2002-04-21 Nick Ing-Simmons Integrate mainline
2002-04-21 Gurusamy Sarathy Windows 64-bit support:
2002-04-20 Jarkko Hietaniemi Upgrade to Encode 1.52, from Dan Kogai.
2002-04-20 Artur Bergman Remove auto-detach
2002-04-20 Andreas König Re: [PATCH] typo
2002-04-20 Nick Ing-Simmons Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
2002-04-20 Jarkko Hietaniemi Upgrade to Encode 1.51, from Dan Kogai.
2002-04-20 Nick Ing-Simmons Some tweaks for encodings which need lines.
2002-04-20 Nick Ing-Simmons Various tweaks to Encode
2002-04-20 Jarkko Hietaniemi Integrate perlio:
2002-04-20 Artur Bergman Really let the update of the link list do something.
2002-04-20 Nick Ing-Simmons Integrate mainline
2002-04-20 Nick Ing-Simmons Tweak to Encode.xs to avoid buffer overrun.
2002-04-19 Rafael Garcia-Suarez Add a BUGS sections to O.pm
2002-04-19 Nick Ing-Simmons Silence warning generating warning message for U+FFFF...
2002-04-19 Jarkko Hietaniemi Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
2002-04-19 Jarkko Hietaniemi Upgrade to Encode 1.50, from Dan Kogai.
2002-04-19 Jarkko Hietaniemi The previous change on this was *ahem* slightly off...
2002-04-18 Jarkko Hietaniemi Doc tweaks.
2002-04-18 Jarkko Hietaniemi The tests need perlio.
2002-04-18 Artur Bergman Port testcases from thr5005 tests so we don't fail...
2002-04-17 Nick Ing-Simmons Integrate mainline
2002-04-17 Robin Houston "foo bar"->()
2002-04-17 Jarkko Hietaniemi As suggested by Arthur: the threads and threads::shared
2002-04-17 Jarkko Hietaniemi More signedness nits.
2002-04-17 Jarkko Hietaniemi fast_abs_path() is tainted.
2002-04-17 Jarkko Hietaniemi Signedness nit.
2002-04-17 Jarkko Hietaniemi Add just a little bit more explanation to PerlIO::encoding.
2002-04-17 Jarkko Hietaniemi PerlIO::encoding 0.01 from Dan Kogai.
2002-04-17 Jarkko Hietaniemi Upgrade to Encode 1.42, from Dan Kogai.
2002-04-16 Artur Bergman Added queue.pm and test case, still disabled because...
2002-04-16 Nick Ing-Simmons Integrate mainline
2002-04-16 Rafael Garcia-Suarez B::walkoptree bugfix (see also #15850)
2002-04-16 Hugo van der Sanden B::Deparse problems with japhs
2002-04-16 Jarkko Hietaniemi Stas' tainting worries, obscured by me.
2002-04-16 Slaven Rezic small typo in IO::Pipe pod
next