| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -2/+4 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+7 |
* | Move retop first in structs block_sub, block_format and block_eval. | Nicholas Clark | 2008-01-20 | 1 | -2/+1 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -2/+2 |
* | misc blead stuff | Jarkko Hietaniemi | 2007-08-30 | 1 | -3/+2 |
* | Display the process id as part of the trace output if running with -Dv | Nicholas Clark | 2007-01-24 | 1 | -4/+9 |
* | g++ stage 1 reached | Jarkko Hietaniemi | 2006-08-08 | 1 | -3/+1 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -1/+3 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -2/+2 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -0/+5 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -4/+2 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -1/+3 |
* | 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/+5 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -2/+3 |
* | Cleaning up some warnings generated by "gcc -W" | Steve Peters | 2005-11-19 | 1 | -0/+11 |
* | Consting and localizing: Part LXVIII | Andy Lester | 2005-11-07 | 1 | -7/+6 |
* | Post-YAPC consting, now with an attachment! | Andy Lester | 2005-07-04 | 1 | -1/+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 | -1/+9 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-30 | 1 | -1/+1 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -8/+3 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -1/+1 |
* | Add comment to top of reentr.c and fix typos in other files | Dave Mitchell | 2004-08-01 | 1 | -2/+2 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+5 |
* | remove the return stack PL_retstack, and store return ops in the CX | Dave Mitchell | 2004-07-23 | 1 | -9/+8 |
* | 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 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -7/+0 |
* | #17842 was only half the story | Dave Mitchell | 2002-09-04 | 1 | -1/+1 |
* | printf argument mismatch in Perl_deb_stack_all() from change #17718 | Hugo van der Sanden | 2002-09-04 | 1 | -1/+1 |
* | add verbose stack display option, -Dvs | Dave Mitchell | 2002-08-12 | 1 | -24/+201 |
* | Debugging OPs | Ilya Zakharevich | 2002-03-03 | 1 | -2/+5 |
* | CopFILE / MacPerl_MPWFileName | Chris Nandor | 2002-02-08 | 1 | -1/+1 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -4/+4 |
* | 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 | -3/+0 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -1/+0 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | cloning the stack (part 1) | Gurusamy Sarathy | 1999-11-15 | 1 | -1/+1 |
* | macros for COP.cop_filegv access | Gurusamy Sarathy | 1999-11-01 | 1 | -6/+5 |
* | Integrate with Sarathy; manual resolve on regcomp.c conflicts | Jarkko Hietaniemi | 1999-10-27 | 1 | -12/+0 |
|\ |
|
| * | remove unused interpreter globals | Gurusamy Sarathy | 1999-10-24 | 1 | -12/+0 |
* | | More printf-fixes (see also #4426). | Jarkko Hietaniemi | 1999-10-23 | 1 | -11/+15 |
|/ |
|
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -5/+26 |