At some point the #6234 has been lost from the mainline
[p5sagit/p5-mst-13.2.git] / ext /
2001-10-22 Jarkko Hietaniemi Cygwin seems to round up (or closest, but not down)
2001-10-22 Jarkko Hietaniemi MacOS Classic timeofday(), from Chris Nandor.
2001-10-22 Jarkko Hietaniemi Integrate changes #12580 and #12581 from macperl;
2001-10-22 Jarkko Hietaniemi getpwuid() might succeed but that's no guarantee
2001-10-22 Artur Bergman Flush IO buffers before starting a thread, this mimics...
2001-10-22 Jarkko Hietaniemi Pod nits, as suggested by Stas Bekman.
2001-10-22 Paul Marquess Fix for FETCH/NEXTKEY problem in all *DB*_File modules
2001-10-22 Nick Ing-Simmons Integrate ithreads buffer flush fix from perlio
2001-10-22 Nick Ing-Simmons All tests pass (legitimately) on ithreads
2001-10-21 Artur Bergman First support of threads::shared, support shared svs...
2001-10-20 Jarkko Hietaniemi Integrate perlio:
2001-10-20 Nick Ing-Simmons Avoid calling (now non-existant) Perl_sv_setsv(), by...
2001-10-20 Raul Dias IO module with nonblocking socket connect patch
2001-10-19 Charles Lane vmsish fix, ieee rand() cleanup
2001-10-19 SADAHIRO Tomoyuki Re: PerlIO and Encode
2001-10-18 Jarkko Hietaniemi Wrong skip() arguments.
2001-10-17 Jarkko Hietaniemi Limiting the Time::HiRes::sleep and usleep to
2001-10-16 Jarkko Hietaniemi Integrate perlio:
2001-10-16 Nick Ing-Simmons PerlIOXxxx_dups for all but Win32
2001-10-16 Jarkko Hietaniemi Can't expect too much accuracy from a sleep of one...
2001-10-16 Randolf Werner WIN64 (Itanium) port of Perl 5.6.1
2001-10-16 Nick Ing-Simmons Skeleton of "PerlIO_dup" coded.
2001-10-16 Jarkko Hietaniemi Make Time::HiRes::sleep() and usleep() to return
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.
next