summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Bump patchlevel.h to 63.Malcolm Beattie1998-03-161-4/+4
|\
| * [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-4/+4
* | VMS updates (direct)Charles Bailey1998-03-161-3/+3
|/
* [win32] this one with adjusted test numbersStephen McCamant1998-03-021-2/+2
* Re: ANNOUNCE: perl5.004_60 Configure patch is availableAndy Dougherty1998-02-251-3/+7
* Missing PUSHMARK in unshift TIEARRAY hookNick Ing-Simmons1998-02-161-2/+1
* Re: 5.004_04 vec() fails with 32-bit valuesM. J. T. Guy1998-02-061-1/+1
* 5.004_56: patch for `use Fatal' againIlya Zakharevich1998-02-061-0/+45
* [win32] integrate mainlineGurusamy Sarathy1998-02-031-1/+1
|\
| * Introduced thr->threadsvp and THREADSV() for faster per-threadMalcolm Beattie1998-02-021-1/+1
* | [win32] foo() -> PerlGroup_foo() patch from ActiveStateGurusamy Sarathy1998-01-191-6/+6
* | First working TIEARRAY and other misc tie fixesNick Ing-Simmons1998-01-151-100/+101
* | Not working yet - split problems ...Nick Ing-Simmons1998-01-141-20/+51
* | TIEARRAY updates - almost works ...Nick Ing-Simmons1998-01-141-20/+27
* | tie array changes to core and testsNick Ing-Simmons1998-01-131-16/+55
|/
* Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)Charles Bailey1997-12-171-1/+1
* Fix not-reached warning for pp_threadsv.Malcolm Beattie1997-12-171-1/+1
* $_ is now per-thread (rather a lot of changes). Only tested underMalcolm Beattie1997-11-211-7/+4
* Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-7/+18
* Fix up ansiperl integration. Back to passing all expected testsMalcolm Beattie1997-11-111-1/+1
* Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-111-141/+140
|\
| * Merge changes as of 18:00 CSTNick Ing-Simmons1997-11-071-1/+1
| |\
| * | Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-1/+2
| * | Raw integrate of latest perlNick Ing-Simmons1997-11-071-1/+17
| |\ \
| * | | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-140/+121
| * | | Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-011-1/+12
| |\ \ \
| * | | | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-21/+30
* | | | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv whenMalcolm Beattie1997-11-111-3/+3
| |_|_|/ |/| | |
* | | | Change pp_tie and pp_dbmopen to use perl_call_sv instead of aMalcolm Beattie1997-11-071-1/+1
| |_|/ |/| |
* | | Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-051-2/+8
| |/ |/|
* | Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-1/+12
|/
* Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-refMalcolm Beattie1997-10-231-1/+8
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-3/+86
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-3/+86
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-25/+69
|\ \ | |/
| * [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-27/+52
| * work around compiler bug on CX/UX (perl5.004_01)Tom Horsley1997-08-071-0/+15
| * Fwd: substr("foo", -1000)M.J.T. Guy1997-08-071-4/+1
| * Re: Can't pack literals as pointersJohn Tobey1997-08-071-1/+8
* | Back out sv_bless3 change which made pp_bless zap '~'-magic.Malcolm Beattie1997-10-031-1/+1
* | Merge maint-5.004 branch (5.004_01) with mainline.Malcolm Beattie1997-09-301-1/+3
|\ \ | |/
| * [differences between cumulative patch application and perl5.004_01]perl-5.004_01Tim Bunce1997-06-111-1/+3
* | Re-introduce the changes from change 68 (runops becomes aMalcolm Beattie1997-09-291-1/+1
* | Start merge with maint-5.004 branch by creating an ancestralMalcolm Beattie1997-09-291-1/+1
|\ \ | |/
* | runops becomes a funtion pointer and sv_bless3 createdMalcolm Beattie1997-09-221-1/+1
* | Debugging output for lock handling.Malcolm Beattie1997-09-101-0/+4
* | Rewrite synchronisation of subs/methods and add attrsMalcolm Beattie1997-09-091-4/+1
* | Start support for fake threads.Malcolm Beattie1997-07-241-1/+0
* | Fix multiple problems with lexical @_.Malcolm Beattie1997-07-171-0/+4
* | Introduce pp_lock.Malcolm Beattie1997-07-051-0/+47