summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
...
| * Change CONTEXT to PERL_CONTEXT throughout source (since the #defineMalcolm Beattie1997-11-131-7/+2
* | Clean up win32/win32sck.c (runtime load of Winsock now gone, it can beGurusamy Sarathy1997-11-121-0/+3
* | Initial (untested) integration of mainline changes.Gurusamy Sarathy1997-11-111-2/+9
|\ \ | |/
| * Fix up ansiperl integration. Back to passing all expected testsMalcolm Beattie1997-11-111-2/+1
| * Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-111-45/+52
| |\
| | * Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-1/+3
| | * Raw integrate of latest perlNick Ing-Simmons1997-11-071-0/+2
| | |\
| | * | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-52/+49
| | * | Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-011-1/+10
| | |\ \
| | * | | Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-1/+1
| | * | | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-2/+2
| * | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-111-2/+9
| | |_|/ | |/| |
* | | | Merge a patch in preparation for "weak keywords":Gurusamy Sarathy1997-11-101-0/+1
* | | | Remove runlevel. It was used to count how many runops() callsGurusamy Sarathy1997-11-101-1/+0
* | | | Win32 branch now contains all non-ansification changes in ansiperl branch.Gurusamy Sarathy1997-11-101-44/+50
|/ / /
* | | Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-051-5/+0
| |/ |/|
* | Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-1/+10
|/
* 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