| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | & what's to be done for 5.8.0? | Nicholas Clark | 2001-10-08 | 7 | -1/+15 |
* | Retract the latter part of #12343. | Jarkko Hietaniemi | 2001-10-06 | 1 | -2/+1 |
* | patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022) | David Dyck | 2001-10-05 | 1 | -2/+1 |
* | Skip the RV printing test under threads until fixed. | Jarkko Hietaniemi | 2001-10-03 | 1 | -5/+9 |
* | Work around old buggy glibcs for langinfo constants, | Jarkko Hietaniemi | 2001-10-02 | 2 | -9/+22 |
* | Eradicate Time::Piece; add an example. | Jarkko Hietaniemi | 2001-10-02 | 1 | -1/+5 |
* | Make missing the RADIXCHAR a softer, gentler error. | Jarkko Hietaniemi | 2001-10-01 | 1 | -2/+15 |
* | Make the diagnostic messages more neutral. | Jarkko Hietaniemi | 2001-10-01 | 1 | -7/+7 |
* | Forgotten from #12288. | Jarkko Hietaniemi | 2001-10-01 | 1 | -2/+84 |
* | Option to sort hashes | Brian Ingerson | 2001-10-01 | 2 | -16/+177 |
* | Remove string eval from AUTOLOAD | Jonathan Stowe | 2001-09-30 | 2 | -4/+6 |
* | glob test case tweak for VMS | Craig A. Berry | 2001-09-28 | 1 | -1/+2 |
* | Move the B tests to B/t. | Jarkko Hietaniemi | 2001-09-28 | 6 | -0/+0 |
* | Forgot from #12254. | Jarkko Hietaniemi | 2001-09-28 | 1 | -0/+108 |
* | Re: [BUG] B::Terse can't handle constant scalar refs | Rafael Garcia-Suarez | 2001-09-27 | 1 | -0/+21 |
* | Not everyone is using ithreads... | Jarkko Hietaniemi | 2001-09-27 | 1 | -1/+1 |
* | Dump Unicode hash keys also as Unicode, | Jarkko Hietaniemi | 2001-09-27 | 1 | -2/+28 |
* | Flush buffers on thread closedown. | Artur Bergman | 2001-09-27 | 1 | -0/+1 |
* | Dump SvUTF8(sv)s also as \x{...}. | Jarkko Hietaniemi | 2001-09-27 | 1 | -1/+10 |
* | Documention update | Artur Bergman | 2001-09-26 | 1 | -0/+2 |
* | Integrate macperl changes from Chris Nandor: | Jarkko Hietaniemi | 2001-09-26 | 3 | -3/+378 |
* | Detypo. | Jarkko Hietaniemi | 2001-09-26 | 1 | -1/+1 |
* | Increase the amount of time we spend in each thread, and add one that uses an... | Artur Bergman | 2001-09-26 | 2 | -2/+50 |
* | Trick to fool case-blind filesystems. | Jarkko Hietaniemi | 2001-09-26 | 1 | -0/+3 |
* | Threads can start executing in a different order than they were | Artur Bergman | 2001-09-26 | 1 | -1/+1 |
* | Add in stress_string.t to stress test threads a bit more. | Artur Bergman | 2001-09-26 | 1 | -0/+51 |
* | Fix negative refcount introduced by #12223. | Artur Bergman | 2001-09-26 | 1 | -2/+2 |