summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-0/+1
* Re: PerlIO and EncodeSADAHIRO Tomoyuki2001-10-193-201/+388
* Wrong skip() arguments.Jarkko Hietaniemi2001-10-181-1/+2
* Limiting the Time::HiRes::sleep and usleep toJarkko Hietaniemi2001-10-173-14/+25
* Integrate perlio:Jarkko Hietaniemi2001-10-163-4/+44
|\
| * PerlIOXxxx_dups for all but Win32Nick Ing-Simmons2001-10-163-9/+27
| * Skeleton of "PerlIO_dup" coded.Nick Ing-Simmons2001-10-163-1/+23
* | Can't expect too much accuracy from a sleep of one second.Jarkko Hietaniemi2001-10-161-2/+4
* | WIN64 (Itanium) port of Perl 5.6.1Randolf Werner2001-10-161-2/+1
* | Make Time::HiRes::sleep() and usleep() to returnJarkko Hietaniemi2001-10-163-10/+40
|/
* Casting tweak from Paul Marquess, helps Merijn on AIX.Jarkko Hietaniemi2001-10-151-1/+1
* Set thread stack size if needed.Artur Bergman2001-10-131-0/+5
* We do want to set the attribute to joinable even on modern posixArtur Bergman2001-10-131-4/+3
* Message-ID: <20011012193235.B889@ttul.org>Brian Ingerson2001-10-131-1/+1
* VMS pre-7.0 (which doesn't have sigaction()) uniformlyJarkko Hietaniemi2001-10-121-1/+2
* perhaps pthread_attr_t really needs to be set for the old apiArtur Bergman2001-10-121-1/+15
* pthread_keycreate not pthread_key_create under the here be dragons APIArtur Bergman2001-10-121-4/+10
* Apperently OLD PTHREADS API is a bit retarded.Artur Bergman2001-10-122-11/+13
* Let us avoid being smart for now.Artur Bergman2001-10-121-1/+1
* (void*) the argument to make sure we work with picky compilersArtur Bergman2001-10-121-2/+2
* A) Support OLD_PTHREADS_APIArtur Bergman2001-10-122-13/+40
* Re: /usr/include/sys/e ?? (perl@12340)Abhijit Menon-Sen2001-10-101-6/+8
* Time::Hires for VMS pre-7.0Charles Lane2001-10-081-0/+92
* & what's to be done for 5.8.0? Nicholas Clark2001-10-087-1/+15
* Retract the latter part of #12343.Jarkko Hietaniemi2001-10-061-2/+1
* patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)David Dyck2001-10-051-2/+1
* Skip the RV printing test under threads until fixed.Jarkko Hietaniemi2001-10-031-5/+9
* Work around old buggy glibcs for langinfo constants,Jarkko Hietaniemi2001-10-022-9/+22
* Eradicate Time::Piece; add an example.Jarkko Hietaniemi2001-10-021-1/+5
* Make missing the RADIXCHAR a softer, gentler error.Jarkko Hietaniemi2001-10-011-2/+15
* Make the diagnostic messages more neutral.Jarkko Hietaniemi2001-10-011-7/+7
* Forgotten from #12288.Jarkko Hietaniemi2001-10-011-2/+84
* Option to sort hashesBrian Ingerson2001-10-012-16/+177
* Remove string eval from AUTOLOADJonathan Stowe2001-09-302-4/+6
* glob test case tweak for VMSCraig A. Berry2001-09-281-1/+2
* Move the B tests to B/t.Jarkko Hietaniemi2001-09-286-0/+0
* Forgot from #12254.Jarkko Hietaniemi2001-09-281-0/+108
* Re: [BUG] B::Terse can't handle constant scalar refsRafael Garcia-Suarez2001-09-271-0/+21
* Not everyone is using ithreads...Jarkko Hietaniemi2001-09-271-1/+1
* Dump Unicode hash keys also as Unicode,Jarkko Hietaniemi2001-09-271-2/+28
* Flush buffers on thread closedown.Artur Bergman2001-09-271-0/+1
* Dump SvUTF8(sv)s also as \x{...}.Jarkko Hietaniemi2001-09-271-1/+10
* Documention updateArtur Bergman2001-09-261-0/+2
* Integrate macperl changes from Chris Nandor:Jarkko Hietaniemi2001-09-263-3/+378
* Detypo.Jarkko Hietaniemi2001-09-261-1/+1
* Increase the amount of time we spend in each thread, and add one that uses an...Artur Bergman2001-09-262-2/+50
* Trick to fool case-blind filesystems.Jarkko Hietaniemi2001-09-261-0/+3
* Threads can start executing in a different order than they wereArtur Bergman2001-09-261-1/+1
* Add in stress_string.t to stress test threads a bit more.Artur Bergman2001-09-261-0/+51
* Fix negative refcount introduced by #12223.Artur Bergman2001-09-261-2/+2