summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Tests shared hashes.Artur Bergman2001-10-251-0/+76
* Fix threadcounts for arrays and hashes.Artur Bergman2001-10-252-1/+14
* Integrate change #12636 from maintperl; more dl fixups.Jarkko Hietaniemi2001-10-253-1/+5
* Like dl_hpux, like dl_dld.Jarkko Hietaniemi2001-10-251-2/+3
* Fixes for #12627.Jarkko Hietaniemi2001-10-252-1/+3
* Tru64 compiler nit.Jarkko Hietaniemi2001-10-241-1/+1
* Integrate change #12626 from maintperl;Jarkko Hietaniemi2001-10-2413-223/+378
* Change #12623 inflicted an infinite hang. Fixed.Artur Bergman2001-10-241-1/+0
* Adds support for hashes. Neither hashes nor arrays can contain references yet.Artur Bergman2001-10-242-0/+196
* We need to do sharedsv_find in the original perl context.Artur Bergman2001-10-241-2/+3
* Add support for basic support for AVs, references not supported yet.Artur Bergman2001-10-244-13/+422
* Don't try to print ints as IVs.Jarkko Hietaniemi2001-10-241-2/+2
* We only need to fetch the SV from the backend if the indexArtur Bergman2001-10-241-6/+11
* Croak() on negative time; doc tweaks.Jarkko Hietaniemi2001-10-233-49/+87
* Cygwin seems to round up (or closest, but not down)Jarkko Hietaniemi2001-10-221-3/+3
* MacOS Classic timeofday(), from Chris Nandor.Jarkko Hietaniemi2001-10-221-0/+35
* Integrate changes #12580 and #12581 from macperl;Jarkko Hietaniemi2001-10-221-2/+2
* 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