summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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