| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests shared hashes. | Artur Bergman | 2001-10-25 | 1 | -0/+76 |
* | Fix threadcounts for arrays and hashes. | Artur Bergman | 2001-10-25 | 2 | -1/+14 |
* | Integrate change #12636 from maintperl; more dl fixups. | Jarkko Hietaniemi | 2001-10-25 | 3 | -1/+5 |
* | Like dl_hpux, like dl_dld. | Jarkko Hietaniemi | 2001-10-25 | 1 | -2/+3 |
* | Fixes for #12627. | Jarkko Hietaniemi | 2001-10-25 | 2 | -1/+3 |
* | Tru64 compiler nit. | Jarkko Hietaniemi | 2001-10-24 | 1 | -1/+1 |
* | Integrate change #12626 from maintperl; | Jarkko Hietaniemi | 2001-10-24 | 13 | -223/+378 |
* | 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 | 4 | -13/+422 |
* | 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 | 1 | -6/+11 |
* | Croak() on negative time; doc tweaks. | Jarkko Hietaniemi | 2001-10-23 | 3 | -49/+87 |
* | 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 | 1 | -2/+2 |
* | getpwuid() might succeed but that's no guarantee | Jarkko Hietaniemi | 2001-10-22 | 1 | -1/+1 |
* | Flush IO buffers before starting a thread, this mimics fork and seems like a ... | Artur Bergman | 2001-10-22 | 1 | -1/+1 |
* | 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 ithreads buffer flush fix from perlio | Nick Ing-Simmons | 2001-10-22 | 1 | -4/+4 |
|\ |
|
| * | All tests pass (legitimately) on ithreads | Nick Ing-Simmons | 2001-10-22 | 1 | -4/+4 |
* | | First support of threads::shared, support shared svs and references. | Artur Bergman | 2001-10-21 | 6 | -0/+436 |
|/ |
|
* | Integrate perlio: | Jarkko Hietaniemi | 2001-10-20 | 1 | -6/+6 |
|\ |
|
| * | Avoid calling (now non-existant) Perl_sv_setsv(), by calling | Nick Ing-Simmons | 2001-10-20 | 1 | -6/+6 |
* | | IO module with nonblocking socket connect patch | Raul Dias | 2001-10-20 | 2 | -4/+9 |
* | | vmsish fix, ieee rand() cleanup | Charles Lane | 2001-10-19 | 1 | -0/+1 |
* | | Re: PerlIO and Encode | SADAHIRO Tomoyuki | 2001-10-19 | 3 | -201/+388 |
|/ |
|
* | Wrong skip() arguments. | Jarkko Hietaniemi | 2001-10-18 | 1 | -1/+2 |
* | Limiting the Time::HiRes::sleep and usleep to | Jarkko Hietaniemi | 2001-10-17 | 3 | -14/+25 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-10-16 | 3 | -4/+44 |
|\ |
|
| * | PerlIOXxxx_dups for all but Win32 | Nick Ing-Simmons | 2001-10-16 | 3 | -9/+27 |
| * | Skeleton of "PerlIO_dup" coded. | Nick Ing-Simmons | 2001-10-16 | 3 | -1/+23 |
* | | Can't expect too much accuracy from a sleep of one second. | Jarkko Hietaniemi | 2001-10-16 | 1 | -2/+4 |
* | | WIN64 (Itanium) port of Perl 5.6.1 | Randolf Werner | 2001-10-16 | 1 | -2/+1 |
* | | Make Time::HiRes::sleep() and usleep() to return | Jarkko Hietaniemi | 2001-10-16 | 3 | -10/+40 |
|/ |
|
* | Casting tweak from Paul Marquess, helps Merijn on AIX. | Jarkko Hietaniemi | 2001-10-15 | 1 | -1/+1 |
* | Set thread stack size if needed. | Artur Bergman | 2001-10-13 | 1 | -0/+5 |
* | We do want to set the attribute to joinable even on modern posix | Artur Bergman | 2001-10-13 | 1 | -4/+3 |
* | Message-ID: <20011012193235.B889@ttul.org> | Brian Ingerson | 2001-10-13 | 1 | -1/+1 |
* | VMS pre-7.0 (which doesn't have sigaction()) uniformly | Jarkko Hietaniemi | 2001-10-12 | 1 | -1/+2 |
* | perhaps pthread_attr_t really needs to be set for the old api | Artur Bergman | 2001-10-12 | 1 | -1/+15 |
* | pthread_keycreate not pthread_key_create under the here be dragons API | Artur Bergman | 2001-10-12 | 1 | -4/+10 |
* | Apperently OLD PTHREADS API is a bit retarded. | Artur Bergman | 2001-10-12 | 2 | -11/+13 |
* | Let us avoid being smart for now. | Artur Bergman | 2001-10-12 | 1 | -1/+1 |
* | (void*) the argument to make sure we work with picky compilers | Artur Bergman | 2001-10-12 | 1 | -2/+2 |
* | A) Support OLD_PTHREADS_API | Artur Bergman | 2001-10-12 | 2 | -13/+40 |
* | Re: /usr/include/sys/e ?? (perl@12340) | Abhijit Menon-Sen | 2001-10-10 | 1 | -6/+8 |
* | Time::Hires for VMS pre-7.0 | Charles Lane | 2001-10-08 | 1 | -0/+92 |