Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump versions of perl modules updated in AmigaOS branch | Ricardo Signes | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | Upgrade to threads 2.02 | Jerry D. Hedden | 2015-06-12 | 1 | -2/+2 |
| | |||||
* | Upgrade to threads 2.01 | Jerry D. Hedden | 2015-03-17 | 1 | -2/+2 |
| | |||||
* | Upgrade to threads 1.99 | Jerry D. Hedden | 2015-03-06 | 1 | -2/+2 |
| | |||||
* | Upgrade to threads 1.98 | Jerry D. Hedden | 2015-03-05 | 1 | -2/+2 |
| | |||||
* | Upgrade to threads 1.97 | Jerry D. Hedden | 2015-03-03 | 1 | -2/+2 |
| | | | | | Committer actions: (1) regen for t/porting/customized.dat. (2) perldelta for update to threads. | ||||
* | threads.pm version bump for 0c87ebb8. | Jarkko Hietaniemi | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Upgrade to threads 1.96 | Jerry D. Hedden | 2014-08-27 | 1 | -2/+2 |
| | |||||
* | static misc things in /dist/threads/threads.xs | Daniel Dragan | 2014-07-07 | 1 | -1/+1 |
| | | | | | | there is no reason for these functions to be exported on a linux build, since they aren't exported on Win32, also consting ithread_vtbl allows more memory to be shared between perl procs | ||||
* | Bring a long line in threads.pm under 80 cols | kafka | 2014-06-04 | 1 | -1/+2 |
| | | | | For: https://rt.perl.org/Ticket/Display.html?id=121873 | ||||
* | Version bumping thanks to the Coverity deluge. | Jarkko Hietaniemi | 2014-05-29 | 1 | -1/+1 |
| | |||||
* | officially discourage the use of threads | Ricardo Signes | 2014-03-05 | 1 | -1/+11 |
| | | | | some language borrowed from a larger patch by Christian Walde | ||||
* | Upgrade to threads 1.92 | Jerry D. Hedden | 2014-02-05 | 1 | -2/+2 |
| | |||||
* | fix 'ignoring return value' compiler warnings | David Mitchell | 2013-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | Various system functions like write() are marked with the __warn_unused_result__ attribute, which causes an 'ignoring return value' warning to be emitted, even if the function call result is cast to (void). The generic solution seems to be int rc = write(...); PERL_UNUSED_VAR(rc); | ||||
* | threads: silence some compiler warnings. | David Mitchell | 2013-11-18 | 1 | -1/+1 |
| | | | | | | | | | From 5.8.9, the MGVTBL struct has a 'svt_local' member Declare some vars volatile within a function that uses jongjmp Mark the unused return value from PerlLIO_write() as void(), even though it won't shut up gcc. | ||||
* | Upgrade to threads 1.88 | Jerry D. Hedden | 2013-09-28 | 1 | -9/+9 |
| | |||||
* | better pod for threads::_handle | Daniel Dragan | 2013-09-28 | 1 | -3/+4 |
| | | | | | | | | | | First time I tried to get the OS handle I wrote unpack('P[Q || L /*PICK ONE*/]', $thread->_handle()) it crashed because _handle returns a number, not a packed string. unpack wants a packed string. Mention the pointer is numeric and not to ever pass the retval to unpack('P[. | ||||
* | Upgrade to threads 1.87 | Jerry D. Hedden | 2013-05-29 | 1 | -5/+5 |
| | |||||
* | Increase $threads::VERSION to 1.86 | Father Chrysostomos | 2011-12-02 | 1 | -2/+2 |
| | |||||
* | Upgrade to threads 1.85 | Jerry D. Hedden | 2011-09-03 | 1 | -1/+1 |
| | |||||
* | Bump threads(::shared) versions again | Father Chrysostomos | 2011-09-02 | 1 | -2/+2 |
| | | | | | | Since these numbers have already been used for developement releases, they need to be changed again. I also added a note to make sure they no longer get out of sync with the pod. | ||||
* | Upgrade to threads 1.84 | Jerry D. Hedden | 2011-09-02 | 1 | -1/+31 |
| | |||||
* | In threads.xs, remove num_args from ithread_create, as it is unused. | Nicholas Clark | 2011-07-06 | 1 | -1/+1 |
| | | | | It has never been used - it was added unused with commit 680818c0361b180b. | ||||
* | Fix broken URL in dist/threads/lib/threads.pm for the itheads mailing list | Leon Brocard | 2011-06-12 | 1 | -1/+1 |
| | |||||
* | Upgrade to threads 1.83 | Jerry D. Hedden | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | In S_ithread_create, reduce the amount of conditionally compiled C code. | Nicholas Clark | 2011-01-11 | 1 | -1/+1 |
| | | | | | With a small amount of refactoring, compatibility across different perl versions can be achieved with less duplication. | ||||
* | [PATCH] Upgrade to threads 1.82 | Jerry D. Hedden | 2010-12-24 | 1 | -8/+2 |
| | | | | Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | ||||
* | bump version of many modules | Zefram | 2010-12-19 | 1 | -1/+1 |
| | | | | | Core-only modules that have changed from v5.13.7, and dual-life modules that have changed from v5.13.7 and didn't show up in earlier passes. | ||||
* | Increase threads’ version | Father Chrysostomos | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | Correct note about dir handles in threads.pm | Father Chrysostomos | 2010-11-11 | 1 | -2/+2 |
| | |||||
* | Correct threads version | Father Chrysostomos | 2010-10-14 | 1 | -1/+1 |
| | |||||
* | Change the perl version mentioned in threads.pm concerning dirhandles | Father Chrysostomos | 2010-10-14 | 1 | -2/+2 |
| | | | | as this may change before 5.14. | ||||
* | Update the dirhandle entry in thread.pm’s docs | Father Chrysostomos | 2010-09-27 | 1 | -2/+8 |
| | |||||
* | [perl #78088] [PATCH] Upgrade to threads 1.81 | Jerry D. Hedden | 2010-09-28 | 1 | -3/+3 |
| | | | | | | | [DELTA] The attached patch makes the CPAN distribution of 'threads' compatible with with v5.13.2 and later. | ||||
* | [perl #78000] [PATCH] Upgrade to threads 1.79 | Jerry D. Hedden | 2010-09-24 | 1 | -3/+9 |
| | | | | | | Attached is a revised patch to upgrade to v1.79. I needed to fix the tests in the newly added t/kill2.t file. The blead version will be 1.79_01. | ||||
* | Reorganize dist/threads | Jerry D. Hedden | 2010-07-08 | 1 | -0/+1079 |
Move threads.pm to lib/threads.pm and remove Makefile.PL |