summaryrefslogtreecommitdiff
path: root/run.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* runtime runops switchIlya Zakharevich2001-11-161-137/+0
* Custom OpsSimon Cozens2001-08-271-1/+1
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-021-6/+8
* Simplify deb_curcv() a bitBenjamin Sugars2001-05-091-2/+0
* MULTIPLICITY/DEBUGGING build fix.Nick Ing-Simmons2001-05-091-1/+1
* Re: [PATCH] Find the last of the missing pad variables Benjamin Sugars2001-05-081-3/+4
* Help -Dt show correct pad variablesBenjamin Sugars2001-05-071-6/+34
* Integrate changes #9259,9260 from maintperl into mainline.Jarkko Hietaniemi2001-03-201-1/+1
* -Dt padsv($var)Dave Mitchell2001-02-261-0/+11
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-4/+0
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-2/+2
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-011-2/+2
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-1/+1
* fix problem pointer castsGurusamy Sarathy1999-11-141-1/+2
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-2/+2
|\
| * preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-2/+2
* | Incremental Mac integration from Matthias.Jarkko Hietaniemi1999-11-041-6/+2
* | Initial integration of the MacPerl changes form Matthias.Jarkko Hietaniemi1999-11-021-1/+8
|/
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-2/+2
* More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-4/+5
* deadcode removalGurusamy Sarathy1999-08-291-8/+2
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-2/+3
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-2/+2
* fix small nitsGurusamy Sarathy1999-06-101-2/+2
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-3/+3
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-13/+7
* remove _() non-ansismGurusamy Sarathy1999-06-021-1/+1
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-1/+2
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-11/+8
* part 1 of PERL_OBJECT fixes for new var namesGurusamy Sarathy1998-07-211-1/+1
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-6/+6
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-8/+8
* Make -DP work (and readable)Gisle Aas1998-07-141-2/+3
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-5/+10
|\
| * [win32] misc changesGurusamy Sarathy1998-05-291-5/+18
* | [asperl] more changes to satisfy non-debug VC build (C-API doesn'tGurusamy Sarathy1998-05-261-6/+14
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-3/+10
|/
* Create a struct for all perls globals (as an option)Nick Ing-Simmons1997-12-011-3/+5
* Initial (untested) integration of mainline changes.Gurusamy Sarathy1997-11-111-9/+6
|\
| * Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-9/+6
* | Remove runlevel. It was used to count how many runops() callsGurusamy Sarathy1997-11-101-5/+0
|/
* Re-introduce the changes from change 68 (runops becomes aMalcolm Beattie1997-09-291-6/+3
* Start merge with maint-5.004 branch by creating an ancestralMalcolm Beattie1997-09-291-3/+6
|\
* | runops becomes a funtion pointer and sv_bless3 createdMalcolm Beattie1997-09-221-6/+3
* | More fixups for thrperl integration.Malcolm Beattie1997-06-051-3/+0
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-13/+18
|\ \ | |/ |/|