summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Improve internal threading API. Introduce win32/win32thread.[ch]Malcolm Beattie1997-10-241-5/+10
* Correct threads_mutex locking in main thread destruction.Malcolm Beattie1997-10-161-0/+5
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-2/+6
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-2/+6
* | Rewrite thread destruction system using linked list of threads.Malcolm Beattie1997-10-101-1/+1
* | Took out mystack_foo for good, fixed up interp.sym and win32/makedef.plMalcolm Beattie1997-10-101-5/+0
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-6/+23
|\ \ | |/
| * [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-6/+23
* | Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.Malcolm Beattie1997-10-031-0/+13
* | Reliable thread signal handling.Malcolm Beattie1997-10-031-0/+1
* | Move runops_foo prototypes from proto.h to early in perl.h.Malcolm Beattie1997-10-011-0/+10
* | Merge maint-5.004 branch (5.004_01) with mainline.Malcolm Beattie1997-09-301-18/+21
|\ \ | |/
| * [differences between cumulative patch application and perl5.004_01]perl-5.004_01Tim Bunce1997-06-111-18/+21
| |\
| | * ENV leaks on win32 (was Re: Comments on ENV patch sought)Hans Mulder1997-06-111-1/+2
| |/
* | Re-introduce the changes from change 68 (runops becomes aMalcolm Beattie1997-09-291-0/+3
* | Start merge with maint-5.004 branch by creating an ancestralMalcolm Beattie1997-09-291-3/+0
|\ \ | |/
* | runops becomes a funtion pointer and sv_bless3 createdMalcolm Beattie1997-09-221-0/+3
* | Rename RESTART to INIT and associated changesMalcolm Beattie1997-09-031-1/+1
* | Threading fixups for Digital UNIX.Malcolm Beattie1997-08-131-3/+3
* | Assorted changes for multi-threading (now works rather more).Malcolm Beattie1997-08-111-1/+8
* | Start support for fake threads.Malcolm Beattie1997-07-241-7/+13
* | Support for op in global register (still buggy)Malcolm Beattie1997-07-011-2/+20
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-0/+31
|\ \
| * | Added programmer-level condition variables via "condpair" magic.Malcolm Beattie1997-04-231-0/+7
| * | Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-0/+23
* | | First stab at 5.003 -> 5.004 integration.Malcolm Beattie1997-05-251-201/+784
|\ \ \ | | |/ | |/|
| * | [inseparable changes from match from perl-5.003_97i to perl-5.003_97j]Perl 5 Porters1997-04-271-4/+7
| * | [inseparable changes from match from perl-5.003_97h to perl-5.003_97i]Perl 5 Porters1997-04-251-8/+13
| * | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-1/+1
| * | Fix STMT_{START,END} under g++Steven Parkes1997-04-151-1/+1
| * | [inseparable changes from match from perl-5.003_97 to perl-5.003_97a]Perl 5 Porters1997-04-031-0/+5
| * | [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-8/+2
| * | [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-54/+64
| * | [inseparable changes from match from perl-5.003_91 to perl-5.003_92]Perl 5 Porters1997-03-011-1/+1
| * | [inseparable changes from match from perl-5.003_90 to perl-5.003_91]Perl 5 Porters1997-02-251-0/+9
| * | [inseparable changes from patch from perl5.003_26 to perl5.003_27]Perl 5 Porters1997-02-181-17/+28
| * | Fix value of system() and $? for DEC UNIX, VMS, othersChip Salzenberg1997-02-111-4/+9
| * | [inseparable changes from patch from perl5.003_24 to perl5.003_25]perl-5.003_25Perl 5 Porters1997-02-041-19/+56
| * | Fix overloading macro conflict with Digital 'cc -fast'Jarkko Hietaniemi1997-01-291-0/+33
| * | [inseparable changes from patch from perl5.003_20 to perl5.003_21]Perl 5 Porters1997-01-161-1/+1
| * | [inseparable changes from patch from perl5.003_18 to perl5.003_19]Perl 5 Porters1997-01-041-1/+1
| * | [inseparable changes from patch from perl5.003_17 to perl5.003_18]Perl 5 Porters1997-01-011-34/+46
| * | [inseparable changes from patch from perl5.003_13 to perl5.003_14]Perl 5 Porters1996-12-231-38/+38
| * | [inseparable changes from patch from perl5.003_11 to perl5.003_12]Perl 5 Porters1996-12-191-2/+4
| * | [inseparable changes from patch from perl5.003_10 to perl5.003_11]Perl 5 Porters1996-12-061-37/+65
| * | [inseparable changes from patch from perl5.003_09 to perl5.003_10]Perl 5 Porters1996-11-301-2/+18
| * | [inseparable changes from patch from perl5.003_08 to perl5.003_09]Perl 5 Porters1996-11-261-9/+89
| * | [inseparable changes from patch from perl5.003_07 to perl5.003_08]Perl 5 Porters1996-11-191-27/+49
| * | perl 5.003_07: ext/SDBM_File/sdbm/sdbm.h perl.hPerl 5 Porters1996-10-081-1/+1
| * | perl 5.003_06: perl.hPerl 5 Porters1996-09-301-71/+88