This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
[perl5.git] / ext /
2001-10-26 Gurusamy Sarathyfix misleading comment on known inadequacy in B::Terse...
2001-10-26 Gurusamy SarathyTime::HiRes::alarm() ain't gonna work either if ualarm...
2001-10-26 Gurusamy Sarathychange#12065 seems to have broken Encode build on windo...
2001-10-26 Artur BergmanGet the new functions right, do not export lock since...
2001-10-26 Artur BergmanAnd then finally cond_wait cond_signal and cond_broadca...
2001-10-26 H.Merijn BrandRe: DB_File-1.79 on Cygwin 1.3.3
2001-10-26 Charles LaneRe: perl@12605 on VMS, [minor PATCH enclosed]
2001-10-26 Jarkko HietaniemiIntegrate maintperl changes #12268 and #12669;
2001-10-26 Artur BergmanMore Config::threads to threads::threads changes
2001-10-26 Artur BergmanMake new() work exactly like create(). Move from Config...
2001-10-26 Artur BergmanAllocing a TLS in runtime is not too hot.
2001-10-26 Artur BergmanDon't display debug data.
2001-10-26 Artur BergmanExtend support of change #12672 to support arrays and...
2001-10-26 Artur BergmanFix case where shared reference does not exist in curre...
2001-10-26 Artur BergmanSupport for references in shared arrays.
2001-10-26 Artur BergmanAdd tests for references in hashes.
2001-10-26 Jarkko HietaniemiIntegrate change #12664 from maintperl;
2001-10-25 Paul MarquessDB_File-1.79
2001-10-25 Jarkko HietaniemiIntegrate changes #12652 and #12653 from maintperl;
2001-10-25 Jarkko HietaniemiUpdate the MD5 checksum of MD5.xs (caused by #12642)
2001-10-25 Andy DoughertyOmit needless calls to pod2man (perl@12641)
2001-10-25 Artur BergmanAdd support for reference members of hashes.
2001-10-25 Norton Allenext/Digest/MD5/MD5.xs RFC typo
2001-10-25 Artur BergmanTests shared hashes.
2001-10-25 Artur BergmanFix threadcounts for arrays and hashes.
2001-10-25 Jarkko HietaniemiIntegrate change #12636 from maintperl; more dl fixups.
2001-10-25 Jarkko HietaniemiLike dl_hpux, like dl_dld.
2001-10-25 Jarkko HietaniemiFixes for #12627.
2001-10-24 Jarkko HietaniemiTru64 compiler nit.
2001-10-24 Jarkko HietaniemiIntegrate change #12626 from maintperl;
2001-10-24 Artur BergmanChange #12623 inflicted an infinite hang. Fixed.
2001-10-24 Artur BergmanAdds support for hashes. Neither hashes nor arrays...
2001-10-24 Artur BergmanWe need to do sharedsv_find in the original perl context.
2001-10-24 Artur BergmanAdd support for basic support for AVs, references not...
2001-10-24 Jarkko HietaniemiDon't try to print ints as IVs.
2001-10-24 Artur BergmanWe only need to fetch the SV from the backend if the...
2001-10-23 Jarkko HietaniemiCroak() on negative time; doc tweaks.
2001-10-22 Jarkko HietaniemiCygwin seems to round up (or closest, but not down)
2001-10-22 Jarkko HietaniemiMacOS Classic timeofday(), from Chris Nandor.
2001-10-22 Jarkko HietaniemiIntegrate changes #12580 and #12581 from macperl;
2001-10-22 Jarkko Hietaniemigetpwuid() might succeed but that's no guarantee
2001-10-22 Artur BergmanFlush IO buffers before starting a thread, this mimics...
2001-10-22 Jarkko HietaniemiPod nits, as suggested by Stas Bekman.
2001-10-22 Paul MarquessFix for FETCH/NEXTKEY problem in all *DB*_File modules
2001-10-22 Nick Ing-SimmonsIntegrate ithreads buffer flush fix from perlio
2001-10-22 Nick Ing-SimmonsAll tests pass (legitimately) on ithreads
2001-10-21 Artur BergmanFirst support of threads::shared, support shared svs...
2001-10-20 Jarkko HietaniemiIntegrate perlio:
2001-10-20 Nick Ing-SimmonsAvoid calling (now non-existant) Perl_sv_setsv(), by...
2001-10-20 Raul DiasIO module with nonblocking socket connect patch
2001-10-19 Charles Lanevmsish fix, ieee rand() cleanup
2001-10-19 SADAHIRO TomoyukiRe: PerlIO and Encode
2001-10-18 Jarkko HietaniemiWrong skip() arguments.
2001-10-17 Jarkko HietaniemiLimiting the Time::HiRes::sleep and usleep to
2001-10-16 Jarkko HietaniemiIntegrate perlio:
2001-10-16 Nick Ing-SimmonsPerlIOXxxx_dups for all but Win32
2001-10-16 Jarkko HietaniemiCan't expect too much accuracy from a sleep of one...
2001-10-16 Randolf WernerWIN64 (Itanium) port of Perl 5.6.1
2001-10-16 Nick Ing-SimmonsSkeleton of "PerlIO_dup" coded.
2001-10-16 Jarkko HietaniemiMake Time::HiRes::sleep() and usleep() to return
2001-10-15 Jarkko HietaniemiCasting tweak from Paul Marquess, helps Merijn on AIX.
2001-10-13 Artur BergmanSet thread stack size if needed.
2001-10-13 Artur BergmanWe do want to set the attribute to joinable even on...
2001-10-13 Brian IngersonMessage-ID: <20011012193235.B889@ttul.org>
2001-10-12 Jarkko HietaniemiVMS pre-7.0 (which doesn't have sigaction()) uniformly
2001-10-12 Artur Bergmanperhaps pthread_attr_t really needs to be set for the...
2001-10-12 Artur Bergmanpthread_keycreate not pthread_key_create under the...
2001-10-12 Artur BergmanApperently OLD PTHREADS API is a bit retarded.
2001-10-12 Artur BergmanLet 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 BergmanA) Support OLD_PTHREADS_API
2001-10-10 Abhijit Menon-SenRe: /usr/include/sys/e ?? (perl@12340)
2001-10-08 Charles LaneTime::Hires for VMS pre-7.0
2001-10-08 Nicholas Clark& what's to be done for 5.8.0?
2001-10-06 Jarkko HietaniemiRetract the latter part of #12343.
2001-10-05 David Dyckpatch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID...
2001-10-03 Jarkko HietaniemiSkip the RV printing test under threads until fixed.
2001-10-02 Jarkko HietaniemiWork around old buggy glibcs for langinfo constants,
2001-10-02 Jarkko HietaniemiEradicate Time::Piece; add an example.
2001-10-01 Jarkko HietaniemiMake missing the RADIXCHAR a softer, gentler error.
2001-10-01 Jarkko HietaniemiMake the diagnostic messages more neutral.
2001-10-01 Jarkko HietaniemiForgotten from #12288.
2001-10-01 Brian IngersonOption to sort hashes
2001-09-30 Jonathan StoweRemove string eval from AUTOLOAD
2001-09-28 Craig A. Berryglob test case tweak for VMS
2001-09-28 Jarkko HietaniemiMove the B tests to B/t.
2001-09-28 Jarkko HietaniemiForgot from #12254.
2001-09-27 Rafael Garcia-SuarezRe: [BUG] B::Terse can't handle constant scalar refs
2001-09-27 Jarkko HietaniemiNot everyone is using ithreads...
2001-09-27 Jarkko HietaniemiDump Unicode hash keys also as Unicode,
2001-09-27 Artur BergmanFlush buffers on thread closedown.
2001-09-27 Jarkko HietaniemiDump SvUTF8(sv)s also as \x{...}.
2001-09-26 Artur BergmanDocumention update
2001-09-26 Jarkko HietaniemiIntegrate macperl changes from Chris Nandor:
2001-09-26 Jarkko HietaniemiDetypo.
2001-09-26 Artur BergmanIncrease the amount of time we spend in each thread...
2001-09-26 Jarkko HietaniemiTrick to fool case-blind filesystems.
2001-09-26 Artur BergmanThreads can start executing in a different order than...
2001-09-26 Artur BergmanAdd in stress_string.t to stress test threads a bit...
2001-09-26 Artur BergmanFix negative refcount introduced by #12223.
next