Beginings of PerlIO_dup support (unstable)
[p5sagit/p5-mst-13.2.git] / ext /
2001-10-15 Jarkko Hietaniemi Casting tweak from Paul Marquess, helps Merijn on AIX.
2001-10-13 Artur Bergman Set thread stack size if needed.
2001-10-13 Artur Bergman We do want to set the attribute to joinable even on...
2001-10-13 Brian Ingerson Message-ID: <20011012193235.B889@ttul.org>
2001-10-12 Jarkko Hietaniemi VMS pre-7.0 (which doesn't have sigaction()) uniformly
2001-10-12 Artur Bergman perhaps pthread_attr_t really needs to be set for the...
2001-10-12 Artur Bergman pthread_keycreate not pthread_key_create under the...
2001-10-12 Artur Bergman Apperently OLD PTHREADS API is a bit retarded.
2001-10-12 Artur Bergman Let us avoid being smart for now.
2001-10-12 Artur Bergman (void*) the argument to make sure we work with picky...
2001-10-12 Artur Bergman A) Support OLD_PTHREADS_API
2001-10-10 Abhijit Menon-Sen Re: /usr/include/sys/e ?? (perl@12340)
2001-10-08 Charles Lane Time::Hires for VMS pre-7.0
2001-10-08 Nicholas Clark & what's to be done for 5.8.0?
2001-10-06 Jarkko Hietaniemi Retract the latter part of #12343.
2001-10-05 David Dyck patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID...
2001-10-03 Jarkko Hietaniemi Skip the RV printing test under threads until fixed.
2001-10-02 Jarkko Hietaniemi Work around old buggy glibcs for langinfo constants,
2001-10-02 Jarkko Hietaniemi Eradicate Time::Piece; add an example.
2001-10-01 Jarkko Hietaniemi Make missing the RADIXCHAR a softer, gentler error.
2001-10-01 Jarkko Hietaniemi Make the diagnostic messages more neutral.
2001-10-01 Jarkko Hietaniemi Forgotten from #12288.
2001-10-01 Brian Ingerson Option to sort hashes
2001-09-30 Jonathan Stowe Remove string eval from AUTOLOAD
2001-09-28 Craig A. Berry glob test case tweak for VMS
2001-09-28 Jarkko Hietaniemi Move the B tests to B/t.
2001-09-28 Jarkko Hietaniemi Forgot from #12254.
2001-09-27 Rafael Garcia-Suarez Re: [BUG] B::Terse can't handle constant scalar refs
2001-09-27 Jarkko Hietaniemi Not everyone is using ithreads...
2001-09-27 Jarkko Hietaniemi Dump Unicode hash keys also as Unicode,
2001-09-27 Artur Bergman Flush buffers on thread closedown.
2001-09-27 Jarkko Hietaniemi Dump SvUTF8(sv)s also as \x{...}.
2001-09-26 Artur Bergman Documention update
2001-09-26 Jarkko Hietaniemi Integrate macperl changes from Chris Nandor:
2001-09-26 Jarkko Hietaniemi Detypo.
2001-09-26 Artur Bergman Increase the amount of time we spend in each thread...
2001-09-26 Jarkko Hietaniemi Trick to fool case-blind filesystems.
2001-09-26 Artur Bergman Threads can start executing in a different order than...
2001-09-26 Artur Bergman Add in stress_string.t to stress test threads a bit...
2001-09-26 Artur Bergman Fix negative refcount introduced by #12223.
2001-09-25 John Peacock warning on v-string in use/require
2001-09-25 SADAHIRO Tomoyuki Some Encode/*.enc files needs to be corrected
2001-09-25 Gurusamy Sarathy avoid the use of ftime() (it does a useless, potentially
2001-09-25 Artur Bergman Second attempt at fixing Time::HiRes::time on win32...
2001-09-24 Gurusamy Sarathy fix Time::HiRes implementation of gettimeofday() on...
2001-09-24 Jarkko Hietaniemi Various cleanups.
2001-09-24 SADAHIRO Tomoyuki (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
2001-09-24 Nicholas Clark Re: What sort of Makefile.PL should h2xs write?
2001-09-23 Nick Ing-Simmons Integrate mainline
2001-09-23 SADAHIRO Tomoyuki 2022-cn.enc of Encode.pm
2001-09-22 Jarkko Hietaniemi More 8.3-cleanup: there isn't an encoding called macRum...
2001-09-21 Ronald J. Kimball avoid v-strings with require/use
2001-09-21 Jarkko Hietaniemi Make AIX and Tru64 compilers happy.
2001-09-21 Artur Bergman Fixed bug where Time::HiRes::time returned time adjusted to
2001-09-21 Artur Bergman Attempt to fix solaris issue raised by Andy Dougherty.
2001-09-21 Artur Bergman Rename the *thread* functions to Perl_* to avoid clashes.
2001-09-21 Artur Bergman Add the shared sv space to the global vars.
2001-09-20 Jarkko Hietaniemi Don't use C++ comments.
2001-09-19 Jarkko Hietaniemi Correct numbering of the tests is useful.
2001-09-19 Jarkko Hietaniemi More tests now.
2001-09-19 H.Merijn Brand Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
2001-09-19 Artur Bergman Make the basic test contain only realy basic API tests
2001-09-19 Jarkko Hietaniemi Indent the test a bit.
2001-09-18 Rafael Garcia-Suarez two test failures
2001-09-18 Artur Bergman Fixes test case failure introduced by #12071, the warni...
2001-09-18 Artur Bergman Make the test behave properly!
2001-09-18 Abhijit Menon-Sen Deprecate != Depreciate.
2001-09-18 Artur Bergman Forgot the makefile
2001-09-18 Artur Bergman Adds the thread 0.05 module. It is now moved to the...
2001-09-18 Jarkko Hietaniemi Strip ^iso- from the Encode filenames to be 8.3-friendly,
2001-09-17 Jarkko Hietaniemi Must Uppercase.
2001-09-17 Jarkko Hietaniemi Add various encodings.
2001-09-17 Jarkko Hietaniemi lib/unicode relic.
2001-09-17 Jarkko Hietaniemi Explicitly explain the 1e9 seconds, not everybody
2001-09-17 Jarkko Hietaniemi Explain an apparent bug reported by
2001-09-17 Jarkko Hietaniemi Bump up versions because of #12041.
2001-09-16 Jarkko Hietaniemi Change use|require 5.005_64 to use|require 5.6.1.
2001-09-16 Jarkko Hietaniemi Bump up version numbers.
2001-09-15 Hugo van der Sanden Re: [ID 20010815.012] Unfortunate interaction between...
2001-09-11 Matt Sergeant Encode.pm add UCS-2 little endian support
2001-09-11 Nick Ing-Simmons Part Integrate mainline
2001-09-11 Gisle Aas Re: [PATCH] Encode.pm docs fix
2001-09-10 Matt Sergeant Encode.pm docs fix
2001-09-09 Jarkko Hietaniemi Add Windows and Mac Sami support to Encode
2001-09-09 Jarkko Hietaniemi Can't count parentheses.
2001-09-09 Jarkko Hietaniemi Try to look up protocol (by name) only iff it has non...
2001-09-09 Jarkko Hietaniemi Documentation tweaks; think the IP address as an opaque...
2001-09-09 Jarkko Hietaniemi The Socket tests were wrong: they were assuming too...
2001-09-08 Jarkko Hietaniemi Retract the portability changes since they
2001-09-08 Jarkko Hietaniemi Still more Socket portability tweaking.
2001-09-08 Jarkko Hietaniemi More portability kicking on inet_ntoa().
2001-09-07 Jarkko Hietaniemi Clean up 1_compile.t; move tests to more consistent
2001-09-07 Gisle Aas Digest::MD5 update
2001-09-07 Jarkko Hietaniemi Try to make Socket::inet_ntoa() more robust.
2001-09-06 Jarkko Hietaniemi Document the bad assumptions currently breaking
2001-09-06 Tony Cook Extra NUL is Data::Dumper output - patch
2001-09-05 Jarkko Hietaniemi In UNICOS division is really lossy, better use
2001-09-05 Jarkko Hietaniemi In UNICOS sigaction() sets an extra flag
2001-09-05 Jarkko Hietaniemi Fix a typo #11889 and add a test for the same.
2001-09-05 Jarkko Hietaniemi inet_ntoa() tweaks:
next