summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* HiRes.t tweaksCraig A. Berry2001-10-301-2/+3
* Ugly fix to not die when a thread creator is holding locks.Artur Bergman2001-10-293-2/+14
* Update documentation.Artur Bergman2001-10-281-8/+89
* GCC vs MS 64-bit constant syntaxNick Ing-Simmons2001-10-281-3/+8
* Manpage updates.Artur Bergman2001-10-281-11/+26
* And here we use the prototypes.Artur Bergman2001-10-281-1/+5
* Time::HiRes ualarm for VMS without oneCharles Lane2001-10-281-0/+199
* Patch #12661 missed this.Jarkko Hietaniemi2001-10-271-17/+17
* fix misleading comment on known inadequacy in B::Terse, and skipGurusamy Sarathy2001-10-261-2/+2
* Time::HiRes::alarm() ain't gonna work either if ualarm() ain'tGurusamy Sarathy2001-10-261-4/+5
* change#12065 seems to have broken Encode build on windows; fixGurusamy Sarathy2001-10-262-4/+4
* Get the new functions right, do not export lock since we use builtin lock.Artur Bergman2001-10-262-11/+8
* And then finally cond_wait cond_signal and cond_broadcast are now implmented.Artur Bergman2001-10-262-0/+74
* Re: DB_File-1.79 on Cygwin 1.3.3H.Merijn Brand2001-10-263-4/+5
* Re: perl@12605 on VMS, [minor PATCH enclosed]Charles Lane2001-10-261-2/+6
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-266-13/+80
* More Config::threads to threads::threads changesArtur Bergman2001-10-262-2/+2
* Make new() work exactly like create(). Move from Config::threads to threads::...Artur Bergman2001-10-262-6/+19
* Allocing a TLS in runtime is not too hot.Artur Bergman2001-10-261-1/+1
* Don't display debug data.Artur Bergman2001-10-261-3/+0
* Extend support of change #12672 to support arrays and hashes. Shared referenc...Artur Bergman2001-10-262-2/+41
* Fix case where shared reference does not exist in current thread.Artur Bergman2001-10-262-2/+48
* Support for references in shared arrays.Artur Bergman2001-10-261-4/+52
* Add tests for references in hashes.Artur Bergman2001-10-261-0/+44
* Integrate change #12664 from maintperl;Jarkko Hietaniemi2001-10-261-1/+1
* DB_File-1.79Paul Marquess2001-10-254-114/+480
* Integrate changes #12652 and #12653 from maintperl;Jarkko Hietaniemi2001-10-256-67/+108
* Update the MD5 checksum of MD5.xs (caused by #12642)Jarkko Hietaniemi2001-10-251-1/+1
* Omit needless calls to pod2man (perl@12641)Andy Dougherty2001-10-253-0/+3
* Add support for reference members of hashes.Artur Bergman2001-10-251-6/+29
* ext/Digest/MD5/MD5.xs RFC typoNorton Allen2001-10-251-1/+1
* 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