summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* A user might belong to only a single groupJarkko Hietaniemi2001-10-221-1/+9
* Prepending (instead of replacing with) the pwd is safer.Jarkko Hietaniemi2001-10-221-3/+3
* Be more robust if no hostname or domainnameJarkko Hietaniemi2001-10-221-4/+5
* Flush IO buffers before starting a thread, this mimics fork and seems like a ...Artur Bergman2001-10-221-1/+1
* Update Changes.Jarkko Hietaniemi2001-10-222-1/+221
* Undeprecating $]Michael G. Schwern2001-10-221-4/+3
* 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 change #12559 from maintperl;Jarkko Hietaniemi2001-10-221-13/+100
* Integrate change #12560 from maintperl;Jarkko Hietaniemi2001-10-221-3/+4
* Integrate changes #12549 and #12550 from maintperl;Jarkko Hietaniemi2001-10-223-7/+68
* Integrate ithreads buffer flush fix from perlioNick Ing-Simmons2001-10-222-5/+10
|\
| * All tests pass (legitimately) on ithreadsNick Ing-Simmons2001-10-222-5/+10