summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* getpwuid() might succeed but that's no guaranteeJarkko Hietaniemi2001-10-221-1/+1
* Flush IO buffers before starting a thread, this mimics fork and seems like a ...Artur Bergman2001-10-221-1/+1
* Pod nits, as suggested by Stas Bekman.Jarkko Hietaniemi2001-10-222-31/+19
* Fix for FETCH/NEXTKEY problem in all *DB*_File modulesPaul Marquess2001-10-2213-12/+296
* Integrate ithreads buffer flush fix from perlioNick Ing-Simmons2001-10-221-4/+4
|\
| * All tests pass (legitimately) on ithreadsNick Ing-Simmons2001-10-221-4/+4
* | First support of threads::shared, support shared svs and references.Artur Bergman2001-10-216-0/+436
|/
* Integrate perlio:Jarkko Hietaniemi2001-10-201-6/+6
|\
| * Avoid calling (now non-existant) Perl_sv_setsv(), by callingNick Ing-Simmons2001-10-201-6/+6
* | IO module with nonblocking socket connect patch Raul Dias2001-10-202-4/+9
* | 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