| Commit message (Expand) | Author | Age | Files | Lines |
* | Change #12623 inflicted an infinite hang. Fixed. | Artur Bergman | 2001-10-24 | 1 | -1/+0 |
* | Adds support for hashes. Neither hashes nor arrays can contain references yet. | Artur Bergman | 2001-10-24 | 2 | -0/+196 |
* | We need to do sharedsv_find in the original perl context. | Artur Bergman | 2001-10-24 | 1 | -2/+3 |
* | Add support for basic support for AVs, references not supported yet. | Artur Bergman | 2001-10-24 | 5 | -13/+423 |
* | Dump Unicode better for re 'debug'. The regprop() | Jarkko Hietaniemi | 2001-10-24 | 2 | -44/+95 |
* | Add support for finding shared arrays and hashes. | Artur Bergman | 2001-10-24 | 1 | -6/+18 |
* | Rewrite sv_uni_display() as pv_uni_display() as | Jarkko Hietaniemi | 2001-10-24 | 4 | -2/+14 |
* | Integrate change #12615 from maintperl; | Jarkko Hietaniemi | 2001-10-24 | 1 | -1/+25 |
* | Don't try to print ints as IVs. | Jarkko Hietaniemi | 2001-10-24 | 1 | -2/+2 |
* | We only need to fetch the SV from the backend if the index | Artur Bergman | 2001-10-24 | 3 | -6/+13 |
* | Negation and Unicode: sort of solves 20010303.010, | Jarkko Hietaniemi | 2001-10-23 | 2 | -7/+22 |
* | Make the "isn't numeric" warning to show Unicode as Unicode. | Jarkko Hietaniemi | 2001-10-23 | 2 | -49/+66 |
* | sv_uni_display(): do not add the "...", let the caller | Jarkko Hietaniemi | 2001-10-23 | 4 | -10/+9 |
* | Change #12607 introduced a bug, seems like some MAGICAL SVs | Artur Bergman | 2001-10-23 | 1 | -1/+5 |
* | Croak() on negative time; doc tweaks. | Jarkko Hietaniemi | 2001-10-23 | 3 | -49/+87 |
* | FAQ sync. | Jarkko Hietaniemi | 2001-10-23 | 2 | -84/+124 |
* | Call setmagic on the referent we are blessing. | Artur Bergman | 2001-10-23 | 1 | -0/+2 |
* | Small test nits. | Jarkko Hietaniemi | 2001-10-23 | 1 | -2/+2 |
* | Update Changes. | Jarkko Hietaniemi | 2001-10-23 | 2 | -5/+257 |
* | Make the PerlIO_init() prototypes consistent. | Jarkko Hietaniemi | 2001-10-23 | 1 | -2/+2 |
* | Upping the test count is a good idea. | Jarkko Hietaniemi | 2001-10-23 | 1 | -1/+1 |
* | Document the final sigma spot. | Jarkko Hietaniemi | 2001-10-23 | 1 | -2/+19 |
* | Fix multicharacter titlecase (ucfirst). | Jarkko Hietaniemi | 2001-10-23 | 3 | -18/+34 |
* | one more touch on File::Temp | Mikhail Zabaluev | 2001-10-23 | 1 | -34/+2 |
* | MacOS Classic updates from Pudge. | Jarkko Hietaniemi | 2001-10-23 | 2 | -84/+80 |
* | AutoSplit.t now passes (partialy) on Win32 | Nikola Knezevic | 2001-10-22 | 1 | -11/+15 |
* | At some point the #6234 has been lost from the mainline | Jarkko Hietaniemi | 2001-10-22 | 1 | -1/+2 |
* | Cygwin seems to round up (or closest, but not down) | Jarkko Hietaniemi | 2001-10-22 | 1 | -3/+3 |
* | MacOS Classic timeofday(), from Chris Nandor. | Jarkko Hietaniemi | 2001-10-22 | 1 | -0/+35 |
* | Integrate changes #12580 and #12581 from macperl; | Jarkko Hietaniemi | 2001-10-22 | 2 | -3/+4 |
* | No domainname(1) in Cygwin, either, and the 2>/dev/null | Jarkko Hietaniemi | 2001-10-22 | 1 | -1/+1 |
* | Taint the getcwd() result also in Cygwin. | Jarkko Hietaniemi | 2001-10-22 | 1 | -0/+3 |
* | Pretty hard for eval { setpwent(); getpwent(); 1 } to return false. | Jarkko Hietaniemi | 2001-10-22 | 1 | -1/+1 |
* | getpwuid() fragility continues. | Jarkko Hietaniemi | 2001-10-22 | 1 | -6/+8 |
* | getpwuid() might succeed but that's no guarantee | Jarkko Hietaniemi | 2001-10-22 | 1 | -1/+1 |
* | It's safer to to expand the variable, too... (see #12571) | Jarkko Hietaniemi | 2001-10-22 | 1 | -3/+3 |
* | configure.com: no threads/shared without ithreads | Craig A. Berry | 2001-10-22 | 1 | -1/+5 |
* | A user might belong to only a single group | Jarkko Hietaniemi | 2001-10-22 | 1 | -1/+9 |
* | Prepending (instead of replacing with) the pwd is safer. | Jarkko Hietaniemi | 2001-10-22 | 1 | -3/+3 |
* | Be more robust if no hostname or domainname | Jarkko Hietaniemi | 2001-10-22 | 1 | -4/+5 |
* | Flush IO buffers before starting a thread, this mimics fork and seems like a ... | Artur Bergman | 2001-10-22 | 1 | -1/+1 |
* | Update Changes. | Jarkko Hietaniemi | 2001-10-22 | 2 | -1/+221 |
* | Undeprecating $] | Michael G. Schwern | 2001-10-22 | 1 | -4/+3 |
* | Pod nits, as suggested by Stas Bekman. | Jarkko Hietaniemi | 2001-10-22 | 2 | -31/+19 |
* | Fix for FETCH/NEXTKEY problem in all *DB*_File modules | Paul Marquess | 2001-10-22 | 13 | -12/+296 |
* | Integrate change #12559 from maintperl; | Jarkko Hietaniemi | 2001-10-22 | 1 | -13/+100 |
* | Integrate change #12560 from maintperl; | Jarkko Hietaniemi | 2001-10-22 | 1 | -3/+4 |
* | Integrate changes #12549 and #12550 from maintperl; | Jarkko Hietaniemi | 2001-10-22 | 3 | -7/+68 |
* | Integrate ithreads buffer flush fix from perlio | Nick Ing-Simmons | 2001-10-22 | 2 | -5/+10 |
|\ |
|
| * | All tests pass (legitimately) on ithreads | Nick Ing-Simmons | 2001-10-22 | 2 | -5/+10 |