summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Newer -DLEAKTEST patchIlya Zakharevich1998-02-061-2/+2
* Replaced two occurrences of THREADSV(find_thread_sv(...)) (orderMalcolm Beattie1998-02-031-11/+2
* [win32] integrate mainlineGurusamy Sarathy1998-02-031-3/+4
|\
| * Introduced thr->threadsvp and THREADSV() for faster per-threadMalcolm Beattie1998-02-021-3/+4
* | [win32] s/PerlENV/PerlEnv/ just to be consistentGurusamy Sarathy1998-01-191-8/+8
* | [win32] foo() -> PerlGroup_foo() patch from ActiveStateGurusamy Sarathy1998-01-191-26/+26
* | tie array changes to core and testsNick Ing-Simmons1998-01-131-1/+1
|/
* Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)Charles Bailey1997-12-171-1/+11
* Major changes to the DOS/djgpp port (including threading):Molnar Laszlo1997-12-171-2/+3
* Create a struct for all perls globals (as an option)Nick Ing-Simmons1997-12-011-4/+5
* Move malloc_mutex initialisation/destruction:Ilya Zakharevich1997-11-251-2/+0
* Integrate from ansi branch to mainline.Malcolm Beattie1997-11-251-2/+5
|\
| * Resolve ansiperl against win32Nick Ing-Simmons1997-11-221-5/+5
| |\
| * \ Basic integrate of lastest perl into ansiperlNick Ing-Simmons1997-11-211-32/+5
| |\ \
* | | | AIX patch (including Configure support for {sched,pthread}_yield,Jarkko Hietaniemi1997-11-251-5/+5
| |_|/ |/| |
* | | $_ is now per-thread (rather a lot of changes). Only tested underMalcolm Beattie1997-11-211-5/+5
| |/ |/|
* | Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-30/+0
|/
* Integrate mainline changes into win32 branch. Now would be a good timeGurusamy Sarathy1997-11-141-5/+5
|\
| * Change CONTEXT to PERL_CONTEXT throughout source (since the #defineMalcolm Beattie1997-11-131-5/+5
* | Carry over changes in ansiperl branch. Win32 branch is nowGurusamy Sarathy1997-11-121-1/+5
* | Minor tweaks to add a thread_intern struct that should ultimatelyGurusamy Sarathy1997-11-121-3/+3
* | Initial (untested) integration of mainline changes.Gurusamy Sarathy1997-11-111-105/+80
|\ \ | |/
| * Fix up ansiperl integration. Back to passing all expected testsMalcolm Beattie1997-11-111-8/+7
| * Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-111-96/+64
| |\
| | * Get threads working again on Win32Nick Ing-Simmons1997-11-081-3/+5
| | * Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-18/+34
| | * Raw integrate of latest perlNick Ing-Simmons1997-11-071-33/+72
| | |\
| | * | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-49/+48
| | * | Compile(d) at least once with threads on win32 Nick Ing-Simmons1997-11-051-0/+2
| | * | Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-011-47/+44
| | |\ \
| | * | | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-86/+50
| * | | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv whenMalcolm Beattie1997-11-111-6/+9
| * | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-111-15/+24
| | |_|/ | |/| |
* | | | Merge a patch in preparation for "weak keywords":Gurusamy Sarathy1997-11-101-0/+1
* | | | Win32 branch now contains all non-ansification changes in ansiperl branch.Gurusamy Sarathy1997-11-101-3/+3
* | | | Initial (untested) merge of all non-ansi changes on ansiperl branchGurusamy Sarathy1997-11-101-0/+4
|/ / /
* | | Per-thread magicals now stored in their own thr->magicals and keyedMalcolm Beattie1997-11-061-1/+61
* | | Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-051-11/+6
| |/ |/|
* | Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-47/+44
|/
* Remove global macro "self". Change thr->Tself to thr->self.Malcolm Beattie1997-10-291-1/+1
* Improve internal threading API. Introduce win32/win32thread.[ch]Malcolm Beattie1997-10-241-6/+5
* Correct threads_mutex locking in main thread destruction.Malcolm Beattie1997-10-161-6/+35
* Fix up merge with 5.004_04.Malcolm Beattie1997-10-161-0/+2
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-60/+85
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-60/+85
* | Finish thread state machine: fixes global destruction of threads,Malcolm Beattie1997-10-151-9/+30
* | Started rewriting thread state machine.Malcolm Beattie1997-10-151-7/+17
* | Rewrite thread destruction system using linked list of threads.Malcolm Beattie1997-10-101-40/+29
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-32/+127
|\ \ | |/
| * [inseperable differences to perl 5.004_03]perl-5.004_03Tim Bunce1997-09-051-2/+14