summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-111-353/+148
|\
| * Merge changes as of 18:00 CSTNick Ing-Simmons1997-11-071-1/+0
| |\
| * | Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-27/+34
| * | Raw integrate of latest perlNick Ing-Simmons1997-11-071-20/+77
| |\ \
| * | | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-39/+4
| * | | Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-011-4/+39
| |\ \ \
| * | | | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-330/+126
* | | | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv whenMalcolm Beattie1997-11-111-11/+7
* | | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-111-2/+2
| |_|_|/ |/| | |
* | | | Change pp_tie and pp_dbmopen to use perl_call_sv instead of aMalcolm Beattie1997-11-071-1/+1
| |_|/ |/| |
* | | Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().Malcolm Beattie1997-11-061-16/+1
* | | Per-thread magicals now stored in their own thr->magicals and keyedMalcolm Beattie1997-11-061-1/+1
* | | Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-051-15/+59
| |/ |/|
* | 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