summaryrefslogtreecommitdiff
path: root/sharedsv.c
Commit message (Expand)AuthorAgeFilesLines
* Nearly-working threads re-structuring. Do not integrate,Nick Ing-Simmons2002-01-191-244/+0
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+2
* [PATCH] Doc spellcheck + podcheckAbhijit Menon-Sen2001-11-161-1/+1
* Fix sharedsv.c compile-time warnings.Richard Soderberg2001-10-261-2/+2
* Note to self, doing *src_ary++ in a macro that evaluatesArtur Bergman2001-10-251-1/+2
* Add support for finding shared arrays and hashes.Artur Bergman2001-10-241-6/+18
* We only need to fetch the SV from the backend if the indexArtur Bergman2001-10-241-0/+1
* First support of threads::shared, support shared svs and references.Artur Bergman2001-10-211-7/+16
* Use a separate interpreter for the sharedsv space. AnotherArtur Bergman2001-09-261-2/+5
* Add the shared sv space to the global vars.Artur Bergman2001-09-211-4/+3
* Changed how ownership of mutexes are held. We never hold a mutex only a slot ...Artur Bergman2001-09-181-4/+20
* Silence some more warnings INT2PTR.Artur Bergman2001-09-101-3/+3
* doesn't compile, was perl@11710Rafael Garcia-Suarez2001-08-171-3/+3
* Protext sharedsv_space better. Extended EDIT and RELEASE macroArtur Bergman2001-08-171-4/+4
* [PATHC] sharedsv.[c|h]Jarkko Hietaniemi2001-08-131-0/+201