summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* #ifdef CAN_PROTOTYPE cleanupGisle Aas1998-02-251-35/+0
* 5% speedup in an empty loopIlya Zakharevich1998-02-201-0/+2
* [win32] don't share TARG unless -DUSE_BROKEN_PAD_RESETGurusamy Sarathy1998-02-091-5/+18
* [win32] fix misapplied hunks in 5.004_58Gurusamy Sarathy1998-02-091-3/+4
* More Chip patches (tweaked for _5x). The final one mentioned hereMalcolm Beattie1998-02-061-5/+8
* Some more Chip patches (tweaked to match _5x):Malcolm Beattie1998-02-061-2/+9
* Some Chip patches (some tweaked to match _5x source):Chip Salzenberg1998-02-061-0/+1
* [win32] integrate mainlineGurusamy Sarathy1998-02-031-0/+1
|\
| * Introduced thr->threadsvp and THREADSV() for faster per-threadMalcolm Beattie1998-02-021-0/+1
* | tie array changes to core and testsNick Ing-Simmons1998-01-131-19/+19
|/
* [win32] tweak op.c to avoid warningGurusamy Sarathy1997-12-241-1/+1
* [win32] Trivial bugfix#2 from local repositoryGurusamy Sarathy1997-12-231-0/+2
* Add missing patch to op.c that didn't come across with win32 merge.Malcolm Beattie1997-12-111-3/+3
* Stop tr/// from writing to target when only counting.Malcolm Beattie1997-12-111-1/+4
* Integrate win32 branch back into mainline.Malcolm Beattie1997-11-271-8/+4
|\
| * [win32] Sync another change from local repository.Gurusamy Sarathy1997-11-261-4/+1
| * [win32] Fixup the places where the automatic merge got it wrong.Gurusamy Sarathy1997-11-251-3/+3
| * [win32] reverse integrate mainlineGurusamy Sarathy1997-11-251-1/+3
| |\ | |/ |/|
| * [win32] Initial reverse integration of winansi branch.Gurusamy Sarathy1997-11-231-5/+4
| |\
| * | Add to docs about the BEGIN { shift } feature. Make the changeGurusamy Sarathy1997-11-231-5/+5
* | | Integrate from ansi branch to mainline.Malcolm Beattie1997-11-251-5/+5
|\ \ \ | | |/ | |/|
| * | Resolve ansiperl against win32Nick Ing-Simmons1997-11-221-27/+55
| |\ \ | | |/
| | * - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_Gurusamy Sarathy1997-11-221-5/+5
* | | Fix scalar dereference of threadsv variables (e.g. $$_).Malcolm Beattie1997-11-251-1/+3
| |/ |/|
* | $_ is now per-thread (rather a lot of changes). Only tested underMalcolm Beattie1997-11-211-22/+51
|/
* Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-10/+13
* Integrate win32 branch back into mainline.Malcolm Beattie1997-11-181-1/+1
* Change CONTEXT to PERL_CONTEXT throughout source (since the #defineMalcolm Beattie1997-11-131-1/+1
* 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