summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-4/+39
* Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}Malcolm Beattie1997-10-291-0/+18
* Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-refMalcolm Beattie1997-10-231-1/+1
* Fix up merge with 5.004_04.Malcolm Beattie1997-10-161-2/+10
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-26/+35
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-17/+34
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-7/+19
|\ \ | |/
| * [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-6/+6
| * Do not constant-fold ops that depend on locale if C<use locale>Chip Salzenberg1997-08-071-0/+10
| * Band-aid fix for local([@%]$x)Stephen McCamant1997-08-071-1/+3
* | Merge maint-5.004 branch (5.004_01) with mainline.Malcolm Beattie1997-09-301-0/+2
|\ \ | |/
| * [differences between cumulative patch application and perl5.004_01]perl-5.004_01Tim Bunce1997-06-111-0/+2
* | Rewrite synchronisation of subs/methods and add attrsMalcolm Beattie1997-09-091-11/+0
* | Rename RESTART to INIT and associated changesMalcolm Beattie1997-09-031-8/+8
* | Assorted changes for multi-threading (now works rather more).Malcolm Beattie1997-08-111-6/+8
* | Start support for fake threads.Malcolm Beattie1997-07-241-6/+6
* | Fix multiple problems with lexical @_.Malcolm Beattie1997-07-171-5/+18
* | Support for op in global register (still buggy)Malcolm Beattie1997-07-011-1/+1
* | corrected bad_type() prototype.Malcolm Beattie1997-06-201-2/+2
* | More fixups for thrperl integration.Malcolm Beattie1997-06-051-6/+10
* | Fixups for thrperl integration.Malcolm Beattie1997-05-281-40/+40
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-704/+805
|\ \
| * | Tweaks to allow compilation without -DUSE_THREADS and fixMalcolm Beattie1997-04-101-0/+1
| * | Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-662/+768
* | | First stab at 5.003 -> 5.004 integration.Malcolm Beattie1997-05-251-388/+1026
|\ \ \ | | |/ | |/|
| * | [inseparable changes from match from perl-5.003_99a to perl5.004]Perl 5 Porters1997-05-161-3/+9
| * | [inseparable changes from match from perl-5.003_99 to perl-5.003_99a]Perl 5 Porters1997-05-081-0/+3
| * | Forget prototype of subroutine after C<undef &subr>Chip Salzenberg1997-05-011-0/+1
| * | [inseparable changes from match from perl-5.003_97h to perl-5.003_97i]Perl 5 Porters1997-04-251-3/+3
| * | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-60/+71
| * | Before 'BEGIN not safe', explain whyChip Salzenberg1997-04-091-2/+11
| * | [inseparable changes from match from perl-5.003_97 to perl-5.003_97a]Perl 5 Porters1997-04-031-12/+9
| * | [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-51/+119
| * | [inseparable changes from match from perl-5.003_94 to perl-5.003_95]Perl 5 Porters1997-03-221-12/+89
| * | [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-29/+44
| * | [inseparable changes from match from perl-5.003_92 to perl-5.003_93]Perl 5 Porters1997-03-071-2/+16
| * | [inseparable changes from match from perl-5.003_91 to perl-5.003_92]Perl 5 Porters1997-03-011-18/+22
| * | Silence bogus typo warning on $DB::postponedGurusamy Sarathy1997-02-251-1/+1
| * | [inseparable changes from patch from perl5.003_27 to perl5.003_28]Perl 5 Porters1997-02-221-11/+20
| * | [inseparable changes from patch from perl5.003_26 to perl5.003_27]Perl 5 Porters1997-02-181-6/+9
| * | [inseparable changes from patch from perl5.003_25 to perl5.003_26]perl-5.003_26Perl 5 Porters1997-02-111-16/+23
| * | Ignore refs to lexicals when making refs to lexicalsChip Salzenberg1997-02-041-1/+15
| * | [inseparable changes from patch from perl5.003_23 to perl5.003_24]perl-5.003_24Perl 5 Porters1997-01-291-0/+2
| * | [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23Perl 5 Porters1997-01-251-4/+6
| * | [inseparable changes from patch from perl5.003_21 to perl5.003_22]perl-5.003_22Perl 5 Porters1997-01-171-2/+1
| * | [inseparable changes from patch from perl5.003_20 to perl5.003_21]Perl 5 Porters1997-01-161-87/+118
| * | [inseparable changes from patch from perl5.003_19 to perl5.003_20]Perl 5 Porters1997-01-081-67/+80
| * | [inseparable changes from patch from perl5.003_18 to perl5.003_19]Perl 5 Porters1997-01-041-17/+28
| * | [inseparable changes from patch from perl5.003_17 to perl5.003_18]Perl 5 Porters1997-01-011-32/+60
| * | Support named closuresChip Salzenberg1996-12-281-9/+15