summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH 5.004_64] Test.pm updateJoshua Pritikin1998-05-141-2/+1
* [win32] implement stack-of-stacks so that magic invocations don'tGurusamy Sarathy1998-04-031-1/+1
* newCONSTSUB had private MY_start_subparse.Malcolm Beattie1998-03-161-1/+1
* Bump patchlevel.h to 63.Malcolm Beattie1998-03-161-2/+2
|\
| * [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-2/+2
* | newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).Jan Dubois1998-03-161-0/+27
|/
* [win32] integrate mainlineGurusamy Sarathy1998-03-051-3/+8
|\
| * [5.004_61 PATCH] Make incompatible changes to RE engine NOWIlya Zakharevich1998-03-051-1/+1
| * Make autouse -w-safeIlya Zakharevich1998-03-051-2/+7
* | [win32] add Nick's dTHR fixesGurusamy Sarathy1998-03-051-0/+1
|/
* [win32] missing s/op/o/ from one of the mainpatchesGurusamy Sarathy1998-03-041-2/+2
* [win32] merge problematic maintpatch to op.cChip Salzenberg1998-03-031-12/+14
* [win32] maintpatchHugo van der Sanden1998-03-031-3/+11
* [win32] yet another 'old' patchStephane Payrard1998-03-021-2/+3
* [win32] merge two important 'old' patchesChip Salzenberg1998-03-021-7/+22
* #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