| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -2/+3 |
* | taint.c fix for VMS | Hans Mulder | 1999-01-06 | 1 | -0/+2 |
* | "perl -T -P" dumps core on OpenBSD and Linux | Todd C. Miller | 1998-12-31 | 1 | -0/+3 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -2/+3 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -0/+2 |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -2/+2 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -2/+2 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -14/+14 |
* | Lots of VMS changes. vms/gen_shrfls.pl (which parses header files) | Charles Bailey | 1997-12-17 | 1 | -0/+2 |
* | Reverse integrate Malcolm's chanes into local | Nick Ing-Simmons | 1997-11-07 | 1 | -0/+5 |
* | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) | Nick Ing-Simmons | 1997-11-05 | 1 | -5/+0 |