| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop making assumptions about uids and gids. | Brian Fraser | 2013-06-04 | 1 | -14/+3 |
* | silence warnings under NO_TAINT_SUPPORT | David Mitchell | 2013-05-09 | 1 | -0/+7 |
* | Change core calls of isALNUM() to isWORDCHAR() | Karl Williamson | 2012-12-31 | 1 | -2/+2 |
* | Add C define to remove taint support from perl | Steffen Mueller | 2012-11-05 | 1 | -11/+11 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Remove gete?[ug]id caching | Ævar Arnfjörð Bjarmason | 2012-02-18 | 1 | -6/+6 |
* | Convert some files from Latin-1 to UTF-8 | Keith Thompson | 2011-09-07 | 1 | -1/+1 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -2/+1 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -3/+5 |
* | Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast in | Nicholas Clark | 2008-10-30 | 1 | -1/+1 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+3 |
* | taint.c: consting | Steven Schubiger | 2008-02-03 | 1 | -1/+1 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -2/+2 |
* | Turn taint warnings (-t) into severe warnings, so they're | Rafael Garcia-Suarez | 2007-01-08 | 1 | -1/+1 |
* | Check for taintedness of PERL5SHELL on Windows | Rafael Garcia-Suarez | 2006-07-16 | 1 | -0/+3 |
* | Update copyright years (including some years where we made changes but | Nicholas Clark | 2006-01-08 | 1 | -1/+1 |
* | hv_fetchs() support | Andy Lester | 2006-01-06 | 1 | -2/+2 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+2 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -1/+1 |
* | Use the return value from sprintf(). | Nicholas Clark | 2005-11-04 | 1 | -2/+3 |
* | Pre-YAPC consting fun | Andy Lester | 2005-06-23 | 1 | -11/+11 |
* | More SvPV consting. And other related drive-by refactoring. | Nicholas Clark | 2005-06-10 | 1 | -1/+1 |
* | Nuke some more n_a, and convert S_gv_ename from char * to const char * | Nicholas Clark | 2005-06-08 | 1 | -3/+3 |
* | 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/+10 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -2/+2 |
* | Consting part 4 | Andy Lester | 2005-03-25 | 1 | -2/+2 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -4/+4 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+3 |
* | Add a new taint error, "%ENV is aliased to %s". | Rafael Garcia-Suarez | 2003-10-27 | 1 | -8/+20 |
* | When %ENV has been turned into a non-magical hash after a | Rafael Garcia-Suarez | 2003-10-26 | 1 | -3/+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 |
* | Change the set of characters that are considered to be | Rafael Garcia-Suarez | 2002-12-08 | 1 | -1/+1 |
* | more warnings tidyup | Paul Marquess | 2002-03-11 | 1 | -1/+1 |
* | Sprinkle some copyrights (use the oldest timestamp to | Jarkko Hietaniemi | 2002-01-24 | 1 | -0/+9 |
* | Promote the e/uid to wide enough un/signed integers | Jarkko Hietaniemi | 2001-12-24 | 1 | -3/+20 |
* | -t taint warnings | Michael G. Schwern | 2001-12-14 | 1 | -5/+10 |
* | Fixes for casting problems detected on a SuSE 7.2 Itanium, | Jarkko Hietaniemi | 2001-12-12 | 1 | -1/+1 |
* | Silence some more warnings INT2PTR. | Artur Bergman | 2001-09-10 | 1 | -1/+1 |
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 1 | -2/+2 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -7/+0 |
* | VMS patches from Peter Prymmer. | Jarkko Hietaniemi | 1999-11-21 | 1 | -0/+2 |
* | Fix printing of uids and gids; regen Configure. | Jarkko Hietaniemi | 1999-10-28 | 1 | -6/+1 |
* | warnings and const violations identified by compiling in C++ mode | Gurusamy Sarathy | 1999-10-26 | 1 | -1/+1 |
* | Untangle the IV_IS_QUAD jungle by introduding | Jarkko Hietaniemi | 1999-10-02 | 1 | -3/+3 |
* | Band-aid until we've got %{Uid_t} or something similar | Jarkko Hietaniemi | 1999-09-07 | 1 | -1/+6 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -2/+2 |