summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-243-6/+13
* Negation and Unicode: sort of solves 20010303.010,Jarkko Hietaniemi2001-10-232-7/+22
* Make the "isn't numeric" warning to show Unicode as Unicode.Jarkko Hietaniemi2001-10-232-49/+66
* sv_uni_display(): do not add the "...", let the callerJarkko Hietaniemi2001-10-234-10/+9
* Change #12607 introduced a bug, seems like some MAGICAL SVsArtur Bergman2001-10-231-1/+5
* Croak() on negative time; doc tweaks.Jarkko Hietaniemi2001-10-233-49/+87
* FAQ sync.Jarkko Hietaniemi2001-10-232-84/+124
* Call setmagic on the referent we are blessing.Artur Bergman2001-10-231-0/+2
* Small test nits.Jarkko Hietaniemi2001-10-231-2/+2
* Update Changes.Jarkko Hietaniemi2001-10-232-5/+257
* Make the PerlIO_init() prototypes consistent.Jarkko Hietaniemi2001-10-231-2/+2
* Upping the test count is a good idea.Jarkko Hietaniemi2001-10-231-1/+1
* Document the final sigma spot.Jarkko Hietaniemi2001-10-231-2/+19
* Fix multicharacter titlecase (ucfirst).Jarkko Hietaniemi2001-10-233-18/+34
* one more touch on File::TempMikhail Zabaluev2001-10-231-34/+2
* MacOS Classic updates from Pudge.Jarkko Hietaniemi2001-10-232-84/+80
* AutoSplit.t now passes (partialy) on Win32Nikola Knezevic2001-10-221-11/+15
* At some point the #6234 has been lost from the mainlineJarkko Hietaniemi2001-10-221-1/+2
* 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-222-3/+4
* No domainname(1) in Cygwin, either, and the 2>/dev/nullJarkko Hietaniemi2001-10-221-1/+1
* Taint the getcwd() result also in Cygwin.Jarkko Hietaniemi2001-10-221-0/+3
* Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.Jarkko Hietaniemi2001-10-221-1/+1
* getpwuid() fragility continues.Jarkko Hietaniemi2001-10-221-6/+8
* getpwuid() might succeed but that's no guaranteeJarkko Hietaniemi2001-10-221-1/+1
* It's safer to to expand the variable, too... (see #12571)Jarkko Hietaniemi2001-10-221-3/+3
* configure.com: no threads/shared without ithreadsCraig A. Berry2001-10-221-1/+5