summaryrefslogtreecommitdiff
path: root/run.c
Commit message (Expand)AuthorAgeFilesLines
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-071-1/+1
* Remove CALL_FPTR and CPERLscope.Ben Morrow2010-08-201-1/+1
* Avoid redundant reload of PL_op in the runloop.Hugo van der Sanden2010-04-151-1/+2
* Move PERL_ASYNC_CHECK() from the runloop to control flow OPs.Nicholas Clark2010-04-151-1/+0
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-3/+5
* Update copyright years (including some years where we made changes butNicholas Clark2006-01-081-1/+1
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+1
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+9
* more typo fixes for change 3176 (comments at top of .c files)Dave Mitchell2004-08-031-1/+1
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+13
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* 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