summaryrefslogtreecommitdiff
path: root/run.c
Commit message (Expand)AuthorAgeFilesLines
* rename and function-ise dtrace macrosDavid Mitchell2016-03-181-2/+2
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-1/+0
* Remove PERL_ASYNC_CHECK() from Perl_leave_scope().Nicholas Clark2013-05-091-0/+1
* "op-entry" DTrace probeShawn M Moore2012-08-281-0/+2
* Omnibus removal of register declarationsKarl Williamson2012-08-181-1/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* 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