2002-02-13 |
Artur Bergman | Do not propagate END blocks to child threads, test.
|
commit | commitdiff | tree |
2002-02-12 |
Artur Bergman | Stop failures if you pass an object, sv_dup might not...
|
commit | commitdiff | tree |
2002-02-12 |
Artur Bergman | Join support, however something wierd seems to happen...
|
commit | commitdiff | tree |
2002-02-08 |
Artur Bergman | Start testing for safe localtime functions, TODO, test...
|
commit | commitdiff | tree |
2002-02-05 |
Michael G. Schwern | Re: File::Spec::rel2abs2rel (?)
|
commit | commitdiff | tree |
2002-02-05 |
Artur Bergman | Add in change for Apple/Darwin Bug: 2785519 to fix...
|
commit | commitdiff | tree |
2002-02-05 |
Artur Bergman | Don't assume that we can chmod symlinks. It fails on...
|
commit | commitdiff | tree |
2002-02-05 |
Artur Bergman | Add . first to the PATH environment to test that we...
|
commit | commitdiff | tree |
2002-02-05 |
Artur Bergman | Change to check if _POSIX_OPEN_MAX is 16 or 20, however...
|
commit | commitdiff | tree |
2002-02-05 |
Artur Bergman | Enable building with threads under macosx, assume __APPLE__...
|
commit | commitdiff | tree |
2002-01-17 |
Artur Bergman | Simplify the code that duplicates the threads
|
commit | commitdiff | tree |
2001-10-29 |
Artur Bergman | Ugly fix to not die when a thread creator is holding...
|
commit | commitdiff | tree |
2001-10-28 |
Artur Bergman | Update documentation.
|
commit | commitdiff | tree |
2001-10-28 |
Artur Bergman | Manpage updates.
|
commit | commitdiff | tree |
2001-10-28 |
Artur Bergman | Change #12726 changed require 5.002 to 5.0 somehow...
|
commit | commitdiff | tree |
2001-10-28 |
Artur Bergman | And here we use the prototypes.
|
commit | commitdiff | tree |
2001-10-28 |
Artur Bergman | Support [] style prototypes.
|
commit | commitdiff | tree |
2001-10-26 |
Artur Bergman | Get the new functions right, do not export lock since...
|
commit | commitdiff | tree |
2001-10-26 |
Artur Bergman | And then finally cond_wait cond_signal and cond_broadcast...
|
commit | commitdiff | tree |
2001-10-26 |
Artur Bergman | More Config::threads to threads::threads changes
|
commit | commitdiff | tree |
2001-10-26 |
Artur Bergman | Make new() work exactly like create(). Move from Config...
|
commit | commitdiff | tree |
2001-10-26 |
Artur Bergman | Allocing a TLS in runtime is not too hot.
|
commit | commitdiff | tree |
2001-10-26 |
Artur Bergman | Don't display debug data.
|
commit | commitdiff | tree |
2001-10-26 |
Artur Bergman | Extend support of change #12672 to support arrays and...
|
commit | commitdiff | tree |
2001-10-26 |
Artur Bergman | Fix case where shared reference does not exist in current...
|
commit | commitdiff | tree |
2001-10-26 |
Artur Bergman | Support for references in shared arrays.
|
commit | commitdiff | tree |
2001-10-26 |
Artur Bergman | Add tests for references in hashes.
|
commit | commitdiff | tree |
2001-10-25 |
Artur Bergman | Add support for reference members of hashes.
|
commit | commitdiff | tree |
2001-10-25 |
Artur Bergman | Tests shared hashes.
|
commit | commitdiff | tree |
2001-10-25 |
Artur Bergman | Fix threadcounts for arrays and hashes.
|
commit | commitdiff | tree |
2001-10-25 |
Artur Bergman | Note to self, doing *src_ary++ in a macro that evaluates
|
commit | commitdiff | tree |
2001-10-24 |
Artur Bergman | Change #12623 inflicted an infinite hang. Fixed.
|
commit | commitdiff | tree |
2001-10-24 |
Artur Bergman | Adds support for hashes. Neither hashes nor arrays...
|
commit | commitdiff | tree |
2001-10-24 |
Artur Bergman | We need to do sharedsv_find in the original perl context.
|
commit | commitdiff | tree |
2001-10-24 |
Artur Bergman | Add support for basic support for AVs, references not...
|
commit | commitdiff | tree |
2001-10-24 |
Artur Bergman | Add support for finding shared arrays and hashes.
|
commit | commitdiff | tree |
2001-10-24 |
Artur Bergman | We only need to fetch the SV from the backend if the...
|
commit | commitdiff | tree |
2001-10-23 |
Artur Bergman | Change #12607 introduced a bug, seems like some MAGICAL SVs
|
commit | commitdiff | tree |
2001-10-23 |
Artur Bergman | Call setmagic on the referent we are blessing.
|
commit | commitdiff | tree |
2001-10-22 |
Artur Bergman | Flush IO buffers before starting a thread, this mimics...
|
commit | commitdiff | tree |
2001-10-21 |
Artur Bergman | First support of threads::shared, support shared svs...
|
commit | commitdiff | tree |
2001-10-13 |
Rafael Garcia-Suarez | [DOC PATCH] pod syntax fixups for File::Spec::* modules
|
commit | commitdiff | tree |
2001-10-13 |
Artur Bergman | Set thread stack size if needed.
|
commit | commitdiff | tree |
2001-10-13 |
Artur Bergman | We do want to set the attribute to joinable even on...
|
commit | commitdiff | tree |
2001-10-12 |
Andy Dougherty | Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
|
commit | commitdiff | tree |
2001-10-12 |
Artur Bergman | Perhaps other OLD_POSIX_API systems might be happy...
|
commit | commitdiff | tree |
2001-10-12 |
Artur Bergman | perhaps pthread_attr_t really needs to be set for the...
|
commit | commitdiff | tree |
2001-10-12 |
Artur Bergman | pthread_keycreate not pthread_key_create under the...
|
commit | commitdiff | tree |
2001-10-12 |
Artur Bergman | Apperently OLD PTHREADS API is a bit retarded.
|
commit | commitdiff | tree |
2001-10-12 |
Artur Bergman | Let us avoid being smart for now.
|
commit | commitdiff | tree |
2001-10-12 |
Artur Bergman | (void*) the argument to make sure we work with picky...
|
commit | commitdiff | tree |
2001-10-12 |
Artur Bergman | A) Support OLD_PTHREADS_API
|
commit | commitdiff | tree |
2001-10-09 |
Rafael Garcia-Suarez | , Re: [PATCH again] Re: [PATCH mg.c gv.c and others...
|
commit | commitdiff | tree |
2001-10-07 |
Artur Bergman | Change 12349 didn't really get it right.
|
commit | commitdiff | tree |
2001-10-03 |
Craig A. Berry | %ENV tainting for VMS
|
commit | commitdiff | tree |
2001-10-02 |
Artur Bergman | Fixes obscure bug that manifests itself by.
|
commit | commitdiff | tree |
2001-09-27 |
Artur Bergman | Flush buffers on thread closedown.
|
commit | commitdiff | tree |
2001-09-26 |
Artur Bergman | Documention update
|
commit | commitdiff | tree |
2001-09-26 |
Artur Bergman | Increase the amount of time we spend in each thread...
|
commit | commitdiff | tree |
2001-09-26 |
Artur Bergman | Threads can start executing in a different order than...
|
commit | commitdiff | tree |
2001-09-26 |
Artur Bergman | Add in stress_string.t to stress test threads a bit...
|
commit | commitdiff | tree |
2001-09-26 |
Artur Bergman | Fix negative refcount introduced by #12223.
|
commit | commitdiff | tree |
2001-09-26 |
Artur Bergman | Update documentation to match change #12223
|
commit | commitdiff | tree |
2001-09-26 |
Artur Bergman | Use a separate interpreter for the sharedsv space....
|
commit | commitdiff | tree |
2001-09-26 |
Artur Bergman | Do the environ assignment in perl_contruct to match...
|
commit | commitdiff | tree |
2001-09-26 |
Artur Bergman | Move the creation of PL_strtab to perl_construct so...
|
commit | commitdiff | tree |
2001-09-25 |
Artur Bergman | Second attempt at fixing Time::HiRes::time on win32...
|
commit | commitdiff | tree |
2001-09-21 |
Artur Bergman | Fixed bug where Time::HiRes::time returned time adjusted to
|
commit | commitdiff | tree |
2001-09-21 |
Artur Bergman | Attempt to fix solaris issue raised by Andy Dougherty.
|
commit | commitdiff | tree |
2001-09-21 |
Artur Bergman | Rename the *thread* functions to Perl_* to avoid clashes.
|
commit | commitdiff | tree |
2001-09-21 |
Artur Bergman | Add the shared sv space to the global vars.
|
commit | commitdiff | tree |
2001-09-19 |
Artur Bergman | Make the basic test contain only realy basic API tests
|
commit | commitdiff | tree |
2001-09-18 |
Rafael Garcia-Suarez | two test failures
|
commit | commitdiff | tree |
2001-09-18 |
Artur Bergman | Fixes test case failure introduced by #12071, the warning is
|
commit | commitdiff | tree |
2001-09-18 |
Artur Bergman | Make the test behave properly!
|
commit | commitdiff | tree |
2001-09-18 |
Artur Bergman | Forgot the makefile
|
commit | commitdiff | tree |
2001-09-18 |
Artur Bergman | Adds the thread 0.05 module. It is now moved to the...
|
commit | commitdiff | tree |
2001-09-18 |
Artur Bergman | Changed how ownership of mutexes are held. We never...
|
commit | commitdiff | tree |
2001-09-17 |
Artur Bergman | Fixes coredump introduced by 11755 and 11790. Thanks...
|
commit | commitdiff | tree |
2001-09-17 |
chromatic | Re: t/op/ver.t using skip() improperly
|
commit | commitdiff | tree |
2001-09-11 |
Matt Sergeant | Encode.pm add UCS-2 little endian support
|
commit | commitdiff | tree |
2001-09-11 |
Artur Bergman | Sometimes dTHX is added because it is needed on non
|
commit | commitdiff | tree |
2001-09-10 |
Artur Bergman | Remove unused dTHX. Silenced another warning.
|
commit | commitdiff | tree |
2001-09-10 |
Artur Bergman | Silence some more warnings INT2PTR.
|
commit | commitdiff | tree |
2001-09-10 |
Artur Bergman | Silence another ITHREAD 64bit INT/32bit PTR warning.
|
commit | commitdiff | tree |
2001-09-10 |
Artur Bergman | Apply INT2PTR with force to silence warnings from
|
commit | commitdiff | tree |
2001-09-10 |
Artur Bergman | Removed reference of -DPERL_CUSTOM_OPS in the documentation.
|
commit | commitdiff | tree |
2001-09-10 |
Artur Bergman | Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
|
commit | commitdiff | tree |
2001-09-03 |
Artur Bergman | Forgot to add a file with Change #11840
|
commit | commitdiff | tree |
2001-09-03 |
Michael G. Schwern | Tests for srand()
|
commit | commitdiff | tree |
2001-09-03 |
Artur Bergman | Document the changes with regards to running of END...
|
commit | commitdiff | tree |
2001-09-03 |
Michael G. Schwern | Partial cleanup
|
commit | commitdiff | tree |
2001-09-03 |
Michael G. Schwern | Increase the repetitions
|
commit | commitdiff | tree |
2001-09-03 |
Michael G. Schwern | CGI::Cookie, Apache & Switch tests
|
commit | commitdiff | tree |
2001-09-02 |
Artur Bergman | Change #11828 wasn't complete, this updates to intest...
|
commit | commitdiff | tree |
2001-09-02 |
Michael G. Schwern | rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
|
commit | commitdiff | tree |
2001-09-01 |
Michael G. Schwern | cleanup
|
commit | commitdiff | tree |
2001-09-01 |
Artur Bergman | Change #11805 didn't update the MANIFEST
|
commit | commitdiff | tree |
2001-09-01 |
Rafael Garcia-Suarez | , was t/op/incode.t breaks make minitest
|
commit | commitdiff | tree |
2001-09-01 |
Tony Bowden | PATCH: ExtUtils::MakeMaker
|
commit | commitdiff | tree |
next |