summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Fix closures that are not in subroutinesChip Salzenberg1996-12-251-8/+19
| * | Fixes for Interactive UnixChip Salzenberg1996-12-231-2/+2
| * | Fix core dump bug with anoncodeChip Salzenberg1996-12-201-2/+10
| * | [inseparable changes from patch from perl5.003_11 to perl5.003_12]Perl 5 Porters1996-12-191-49/+160
| * | [inseparable changes from patch from perl5.003_10 to perl5.003_11]Perl 5 Porters1996-12-061-16/+16
| * | [inseparable changes from patch from perl5.003_08 to perl5.003_09]Perl 5 Porters1996-11-261-34/+91
| * | [inseparable changes from patch from perl5.003_07 to perl5.003_08]Perl 5 Porters1996-11-191-11/+37
| * | Re: pre extending hash? - need speedSpider Boardman1996-09-301-2/+7
| * | Re: \ ( @array ) busted for lexical @array (once more)Gurusamy Sarathy1996-09-041-0/+2
| * | 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
| * | perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-9/+42
| * | perl 5.003_01: op.cPerl 5 Porters1996-07-051-60/+115
| |/