summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Raw integrate of latest perlNick Ing-Simmons1997-11-071-33/+72
|\
| * 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
* | 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
|\ \ | |/
| * Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-47/+44
* | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-86/+50
|/
* 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
| * seen_dot declaration in perl.c needed for VMSGurusamy Sarathy1997-09-051-0/+1
| * typos in perl -h outputRichard A. Wells1997-09-051-3/+3
| * [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-17/+25
| * Additional OS/2 patchesIlya Zakharevich1997-08-071-0/+4
| * win32 extras and embeddingGurusamy Sarathy1997-08-071-1/+1
| * Enable PERL_DEBUG_MSTATS without -DDEBUGGING_MSTATSIlya Zakharevich1997-08-071-2/+2
| * -S flag fixes for DOSISH platformsGurusamy Sarathy1997-08-071-16/+80
| * Minor Win32 glitch with -S flagWarren Jones1997-08-071-1/+5
| * Re: Calling Perl from within C from within PerlGurusamy Sarathy1997-08-071-0/+2
* | Move init of global mutexes/cond vars earlier.Malcolm Beattie1997-10-051-24/+25
* | Remove last traces of "tokenbuf as temp buffer" and removed itMalcolm Beattie1997-10-031-0/+1
* | Reliable thread signal handling.Malcolm Beattie1997-10-031-0/+1
* | Merge maint-5.004 branch (5.004_01) with mainline.Malcolm Beattie1997-09-301-0/+4
|\ \ | |/
| * [differences between cumulative patch application and perl5.004_01]perl-5.004_01Tim Bunce1997-06-111-0/+4
* | More fprintf -> PerlIO_printf changes.Malcolm Beattie1997-09-221-3/+3
* | Rewrite synchronisation of subs/methods and add attrsMalcolm Beattie1997-09-091-2/+19
* | Rename RESTART to INIT and associated changesMalcolm Beattie1997-09-031-2/+2
* | Assorted changes for multi-threading (now works rather more).Malcolm Beattie1997-08-111-2/+13
* | Start support for fake threads.Malcolm Beattie1997-07-241-2/+2
* | Fix multiple problems with lexical @_.Malcolm Beattie1997-07-171-0/+2
* | Support for op in global register (still buggy)Malcolm Beattie1997-07-011-2/+2
* | More fixups for thrperl integration.Malcolm Beattie1997-06-051-9/+11
* | Fixups for thrperl integration.Malcolm Beattie1997-05-281-1/+0
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-20/+124
|\ \
| * | Added programmer-level condition variables via "condpair" magic.Malcolm Beattie1997-04-231-0/+1
| * | Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-20/+120
* | | Fix up integration 5.003->5.004.Malcolm Beattie1997-05-251-1/+1
* | | First stab at 5.003 -> 5.004 integration.Malcolm Beattie1997-05-251-403/+966
|\ \ \ | | |/ | |/|
| * | [inseparable changes from match from perl-5.003_99a to perl5.004]Perl 5 Porters1997-05-161-2/+7
| * | [inseparable changes from match from perl-5.003_97h to perl-5.003_97i]Perl 5 Porters1997-04-251-35/+58
| * | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-42/+49