| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | Remove or downgrade unnecessary dVAR. | Jarkko Hietaniemi | 2014-06-25 | 1 | -1/+0 |
* | Remove PERL_ASYNC_CHECK() from Perl_leave_scope(). | Nicholas Clark | 2013-05-09 | 1 | -0/+1 |
* | "op-entry" DTrace probe | Shawn M Moore | 2012-08-28 | 1 | -0/+2 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -1/+1 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Convert some files from Latin-1 to UTF-8 | Keith Thompson | 2011-09-07 | 1 | -1/+1 |
* | Remove CALL_FPTR and CPERLscope. | Ben Morrow | 2010-08-20 | 1 | -1/+1 |
* | Avoid redundant reload of PL_op in the runloop. | Hugo van der Sanden | 2010-04-15 | 1 | -1/+2 |
* | Move PERL_ASYNC_CHECK() from the runloop to control flow OPs. | Nicholas Clark | 2010-04-15 | 1 | -1/+0 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -3/+5 |
* | Update copyright years (including some years where we made changes but | Nicholas Clark | 2006-01-08 | 1 | -1/+1 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+1 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -0/+9 |
* | more typo fixes for change 3176 (comments at top of .c files) | Dave Mitchell | 2004-08-03 | 1 | -1/+1 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+13 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Reverse copyright update (#18801) for files not changed in 2003. | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | runtime runops switch | Ilya Zakharevich | 2001-11-16 | 1 | -137/+0 |
* | Custom Ops | Simon Cozens | 2001-08-27 | 1 | -1/+1 |
* | -Wall cleanup continues. | Jarkko Hietaniemi | 2001-06-02 | 1 | -6/+8 |
* | Simplify deb_curcv() a bit | Benjamin Sugars | 2001-05-09 | 1 | -2/+0 |
* | MULTIPLICITY/DEBUGGING build fix. | Nick Ing-Simmons | 2001-05-09 | 1 | -1/+1 |
* | Re: [PATCH] Find the last of the missing pad variables | Benjamin Sugars | 2001-05-08 | 1 | -3/+4 |
* | Help -Dt show correct pad variables | Benjamin Sugars | 2001-05-07 | 1 | -6/+34 |
* | Integrate changes #9259,9260 from maintperl into mainline. | Jarkko Hietaniemi | 2001-03-20 | 1 | -1/+1 |
* | -Dt padsv($var) | Dave Mitchell | 2001-02-26 | 1 | -0/+11 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -4/+0 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -2/+2 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | minor USE_ITHREADS tweaks | Gurusamy Sarathy | 1999-12-01 | 1 | -2/+2 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+1 |
* | fix problem pointer casts | Gurusamy Sarathy | 1999-11-14 | 1 | -1/+2 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-11 | 1 | -2/+2 |
|\ |
|
| * | preliminary support for GVOP indirection via pad | Gurusamy Sarathy | 1999-11-08 | 1 | -2/+2 |
* | | Incremental Mac integration from Matthias. | Jarkko Hietaniemi | 1999-11-04 | 1 | -6/+2 |
* | | Initial integration of the MacPerl changes form Matthias. | Jarkko Hietaniemi | 1999-11-02 | 1 | -1/+8 |
|/ |
|
* | usurp GVOP slot for new PADOP (one small step to making optree | Gurusamy Sarathy | 1999-10-29 | 1 | -2/+2 |
* | More printf-fixes (see also #4426). | Jarkko Hietaniemi | 1999-10-23 | 1 | -4/+5 |
* | deadcode removal | Gurusamy Sarathy | 1999-08-29 | 1 | -8/+2 |
* | fixes for logical bugs in the lexwarn patch; other tweaks to avoid | Gurusamy Sarathy | 1999-07-08 | 1 | -2/+3 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -2/+2 |
* | fix small nits | Gurusamy Sarathy | 1999-06-10 | 1 | -2/+2 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -3/+3 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -13/+7 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -1/+1 |