perlhack.pod addendum for consideration (perlbug mail interface)
[p5sagit/p5-mst-13.2.git] / ext /
2001-10-27 Jarkko Hietaniemi Patch #12661 missed this.
2001-10-26 Gurusamy Sarathy fix misleading comment on known inadequacy in B::Terse...
2001-10-26 Gurusamy Sarathy Time::HiRes::alarm() ain't gonna work either if ualarm...
2001-10-26 Gurusamy Sarathy change#12065 seems to have broken Encode build on windo...
2001-10-26 Artur Bergman Get the new functions right, do not export lock since...
2001-10-26 Artur Bergman And then finally cond_wait cond_signal and cond_broadca...
2001-10-26 H.Merijn Brand Re: DB_File-1.79 on Cygwin 1.3.3
2001-10-26 Charles Lane Re: perl@12605 on VMS, [minor PATCH enclosed]
2001-10-26 Jarkko Hietaniemi Integrate maintperl changes #12268 and #12669;
2001-10-26 Artur Bergman More Config::threads to threads::threads changes
2001-10-26 Artur Bergman Make new() work exactly like create(). Move from Config...
2001-10-26 Artur Bergman Allocing a TLS in runtime is not too hot.
2001-10-26 Artur Bergman Don't display debug data.
2001-10-26 Artur Bergman Extend support of change #12672 to support arrays and...
2001-10-26 Artur Bergman Fix case where shared reference does not exist in curre...
2001-10-26 Artur Bergman Support for references in shared arrays.
2001-10-26 Artur Bergman Add tests for references in hashes.
2001-10-26 Jarkko Hietaniemi Integrate change #12664 from maintperl;
2001-10-25 Paul Marquess DB_File-1.79
2001-10-25 Jarkko Hietaniemi Integrate changes #12652 and #12653 from maintperl;
2001-10-25 Jarkko Hietaniemi Update the MD5 checksum of MD5.xs (caused by #12642)
2001-10-25 Andy Dougherty Omit needless calls to pod2man (perl@12641)
2001-10-25 Artur Bergman Add support for reference members of hashes.
2001-10-25 Norton Allen ext/Digest/MD5/MD5.xs RFC typo
2001-10-25 Artur Bergman Tests shared hashes.
2001-10-25 Artur Bergman Fix threadcounts for arrays and hashes.
2001-10-25 Jarkko Hietaniemi Integrate change #12636 from maintperl; more dl fixups.
2001-10-25 Jarkko Hietaniemi Like dl_hpux, like dl_dld.
2001-10-25 Jarkko Hietaniemi Fixes for #12627.
2001-10-24 Jarkko Hietaniemi Tru64 compiler nit.
2001-10-24 Jarkko Hietaniemi Integrate change #12626 from maintperl;
2001-10-24 Artur Bergman Change #12623 inflicted an infinite hang. Fixed.
2001-10-24 Artur Bergman Adds support for hashes. Neither hashes nor arrays...
2001-10-24 Artur Bergman We need to do sharedsv_find in the original perl context.
2001-10-24 Artur Bergman Add support for basic support for AVs, references not...
2001-10-24 Jarkko Hietaniemi Don't try to print ints as IVs.
2001-10-24 Artur Bergman We only need to fetch the SV from the backend if the...
2001-10-23 Jarkko Hietaniemi Croak() on negative time; doc tweaks.
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...
next