summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-2617-79/+188
* 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-262-0/+45
* Fix sharedsv.c compile-time warnings.Richard Soderberg2001-10-261-2/+2
* Integrate change #12664 from maintperl;Jarkko Hietaniemi2001-10-261-1/+1
* perl.h for Mac OS (Classic)Chris Nandor2001-10-261-2/+2
* AUTHORS update.Jarkko Hietaniemi2001-10-251-1/+1
* Integrate change #12660 from maintperl;Jarkko Hietaniemi2001-10-251-1/+1
* DB_File-1.79Paul Marquess2001-10-254-114/+480
* Re: [ID 20011025.054] Segmentation fault when using the function read not cor...Michael G. Schwern2001-10-251-0/+5
* STRLEN != int.Jarkko Hietaniemi2001-10-252-8/+8
* remove small IVop redundancyNicholas Clark2001-10-252-58/+3
* Re: Not OK @12650Andy Dougherty2001-10-251-2/+2
* Integrate changes #12652 and #12653 from maintperl;Jarkko Hietaniemi2001-10-257-67/+185
* Re: ithreads doesn't like usedl=nAndy Dougherty2001-10-251-1/+5
* Getting fancier...Jarkko Hietaniemi2001-10-251-6/+17
* csh - what a pain.Jarkko Hietaniemi2001-10-251-1/+1
* Update Changes.Jarkko Hietaniemi2001-10-252-1/+282
* Allow resetting the locale system for the durationJarkko Hietaniemi2001-10-251-0/+15
* 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-252-0/+77
* Fix threadcounts for arrays and hashes.Artur Bergman2001-10-252-1/+14
* Note to self, doing *src_ary++ in a macro that evaluatesArtur Bergman2001-10-251-1/+2
* 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
* Since pv_uni_display and sv_uni_display are now usedJarkko Hietaniemi2001-10-252-2/+4
* Re: [PATCH Perl@12567] debug /listCharles Lane2001-10-251-4/+4
* This takes care of some of the re 'debug' cases butJarkko Hietaniemi2001-10-251-2/+3
* - was RE: [PATCH perl@12443] VMS64-bitconfigureJohn Peacock2001-10-251-1/+7
* Upgrade NetWare and WinCE as in #12626.Jarkko Hietaniemi2001-10-242-11/+19
* Tru64 compiler nit.Jarkko Hietaniemi2001-10-241-1/+1
* Integrate change #12626 from maintperl;Jarkko Hietaniemi2001-10-2414-233/+395
* 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-245-13/+423
* Dump Unicode better for re 'debug'. The regprop()Jarkko Hietaniemi2001-10-242-44/+95
* Add support for finding shared arrays and hashes.Artur Bergman2001-10-241-6/+18
* Rewrite sv_uni_display() as pv_uni_display() asJarkko Hietaniemi2001-10-244-2/+14
* Integrate change #12615 from maintperl;Jarkko Hietaniemi2001-10-241-1/+25