summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().Malcolm Beattie1997-11-061-3/+0
* Per-thread magicals now stored in their own thr->magicals and keyedMalcolm Beattie1997-11-061-2/+0
* Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-0/+5
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-1/+4
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-1/+4
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-0/+1
|\ \ | |/
| * [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-0/+1
* | Back out sv_bless3 change which made pp_bless zap '~'-magic.Malcolm Beattie1997-10-031-1/+0
* | Move runops_foo prototypes from proto.h to early in perl.h.Malcolm Beattie1997-10-011-4/+0
* | Merge maint-5.004 branch (5.004_01) with mainline.Malcolm Beattie1997-09-301-0/+1
|\ \ | |/
| * [differences between cumulative patch application and perl5.004_01]perl-5.004_01Tim Bunce1997-06-111-0/+1
| |\
| | * ENV leaks on win32 (was Re: Comments on ENV patch sought)Hans Mulder1997-06-111-0/+1
| |/
* | Re-introduce the changes from change 68 (runops becomes aMalcolm Beattie1997-09-291-1/+5
* | Start merge with maint-5.004 branch by creating an ancestralMalcolm Beattie1997-09-291-5/+1
|\ \ | |/
* | runops becomes a funtion pointer and sv_bless3 createdMalcolm Beattie1997-09-221-1/+5
* | Rewrite synchronisation of subs/methods and add attrsMalcolm Beattie1997-09-091-0/+3
* | Start support for fake threads.Malcolm Beattie1997-07-241-3/+0
* | Support for op in global register (still buggy)Malcolm Beattie1997-07-011-0/+1
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-26/+36
|\ \
| * | Added programmer-level condition variables via "condpair" magic.Malcolm Beattie1997-04-231-0/+6
| * | Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-26/+30
* | | Fix up integration 5.003->5.004.Malcolm Beattie1997-05-251-0/+3
* | | First stab at 5.003 -> 5.004 integration.Malcolm Beattie1997-05-251-84/+163
|\ \ \ | | |/ | |/|
| * | [inseparable changes from match from perl-5.003_99a to perl5.004]Perl 5 Porters1997-05-161-0/+3
| * | [inseparable changes from match from perl-5.003_97h to perl-5.003_97i]Perl 5 Porters1997-04-251-5/+8
| * | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-30/+40
| * | [inseparable changes from match from perl-5.003_97f to perl-5.003_97g]Perl 5 Porters1997-04-181-0/+1
| * | [inseparable changes from patch from perl-5.003_97d to perl-5.003_97e]perl-5.003_97ePerl 5 Porters1997-04-151-0/+1
| * | Minor type cleanupChip Salzenberg1997-04-091-1/+1
| * | [inseparable changes from match from perl-5.003_96 to perl-5.003_97]Perl 5 Porters1997-04-011-0/+1
| * | [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-1/+2
| * | [inseparable changes from match from perl-5.003_94 to perl-5.003_95]Perl 5 Porters1997-03-221-1/+2
| * | [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-9/+9
| * | [inseparable changes from match from perl-5.003_92 to perl-5.003_93]Perl 5 Porters1997-03-071-1/+1
| * | [inseparable changes from patch from perl5.003_24 to perl5.003_25]perl-5.003_25Perl 5 Porters1997-02-041-0/+1
| * | [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23Perl 5 Porters1997-01-251-1/+1
| * | [inseparable changes from patch from perl5.003_21 to perl5.003_22]perl-5.003_22Perl 5 Porters1997-01-171-1/+1
| * | [inseparable changes from patch from perl5.003_20 to perl5.003_21]Perl 5 Porters1997-01-161-3/+7
| * | [inseparable changes from patch from perl5.003_15 to perl5.003_16]Perl 5 Porters1996-12-251-2/+1
| * | [inseparable changes from patch from perl5.003_13 to perl5.003_14]Perl 5 Porters1996-12-231-14/+18
| * | [inseparable changes from patch from perl5.003_11 to perl5.003_12]Perl 5 Porters1996-12-191-2/+11
| * | [inseparable changes from patch from perl5.003_10 to perl5.003_11]Perl 5 Porters1996-12-061-4/+4
| * | [inseparable changes from patch from perl5.003_09 to perl5.003_10]Perl 5 Porters1996-11-301-0/+5
| * | [inseparable changes from patch from perl5.003_08 to perl5.003_09]Perl 5 Porters1996-11-261-5/+26
| * | [inseparable changes from patch from perl5.003_07 to perl5.003_08]Perl 5 Porters1996-11-191-29/+23
| * | perl 5.003_06: proto.hPerl 5 Porters1996-10-071-2/+8
| * | perl 5.003_04: dump.c gv.c op.c pp_ctl.c pp_sys.c proto.h run.cPerl 5 Porters1996-09-011-2/+2
| * | Fix safe*alloc and safefree prototypes.Perl 5 Porters1996-08-191-9/+9
| * | perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-6/+7
| * | perl 5.003_01: proto.hPerl 5 Porters1996-07-171-8/+22
| |/