| Commit message (Expand) | Author | Age | Files | Lines |
* | Make warnings.t pass with -DPERL_DONT_CREATE_GVSV | Nicholas Clark | 2005-06-29 | 1 | -1/+1 |
* | Stop "Possible use before definition" warning following change 24997 | Steve Hay | 2005-06-28 | 1 | -2/+2 |
* | Need to pass a my_perl to S_my_localtime to make threaded builds build. | Nicholas Clark | 2005-06-26 | 1 | -2/+2 |
* | Workaround localtime edge case where TZ makes time go beyond | H.Merijn Brand | 2005-06-24 | 1 | -0/+51 |
* | Pre-YAPC consting fun | Andy Lester | 2005-06-23 | 1 | -2/+2 |
* | Warning suppression. | Rafael Garcia-Suarez | 2005-06-23 | 1 | -1/+1 |
* | Silence bcc32 compiler warnings following change 24945 | Steve Hay | 2005-06-23 | 1 | -2/+2 |
* | Const Boy II: The Localizing | Andy Lester | 2005-06-23 | 1 | -46/+34 |
* | Removing /*SUPPRESS xxx*/ | Andy Lester | 2005-06-16 | 1 | -3/+0 |
* | More SvPV consting, including some code cleanup and living dangerously | Nicholas Clark | 2005-06-10 | 1 | -11/+13 |
* | Passing read only values (such as string constants) to select should | Nicholas Clark | 2005-06-10 | 1 | -2/+9 |
* | More SvPV consting | Nicholas Clark | 2005-06-08 | 1 | -1/+1 |
* | Nuke some more n_a, and convert S_gv_ename from char * to const char * | Nicholas Clark | 2005-06-08 | 1 | -4/+2 |
* | n_a no more | Nicholas Clark | 2005-06-08 | 1 | -5/+4 |
* | Remove two more unused C<n_a>s | Nicholas Clark | 2005-06-08 | 1 | -2/+0 |
* | Convert POPpx POPpconstx and POPpbytex to use nolen macros. | Nicholas Clark | 2005-06-08 | 1 | -31/+9 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -9/+8 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -5/+5 |
* | More SvPV consting. | Nicholas Clark | 2005-06-07 | 1 | -17/+17 |
* | Lots of consting | Nicholas Clark | 2005-06-07 | 1 | -14/+14 |
* | Unvoid SvUPGRADE | Andy Lester | 2005-06-07 | 1 | -3/+3 |
* | Simplify the getppid code, by Alexey Tourbin | Rafael Garcia-Suarez | 2005-06-04 | 1 | -6/+3 |
* | Random consting | Andy Lester | 2005-06-03 | 1 | -3/+3 |
* | SvPVX_const() - part 3 ... and const'ing Storable | Steve Peters | 2005-06-02 | 1 | -6/+6 |
* | Quotes fixed, see also perl #36079 | Andy Lester | 2005-06-02 | 1 | -1/+1 |
* | [PATCH] More embed.fnc strictures, plus consting and localizing | Andy Lester | 2005-05-30 | 1 | -33/+26 |
* | [PATCH] Minor warning squashings | Andy Lester | 2005-05-30 | 1 | -0/+2 |
* | embed.fnc cleanup + SvPVX_const usage | Andy Lester | 2005-05-24 | 1 | -1/+1 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 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/+1 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -4/+4 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -6/+6 |
* | For perls where pids and ppids are cached, when the ppid of | Rafael Garcia-Suarez | 2005-05-02 | 1 | -0/+6 |
* | A couple of warning fixes by Gisle | Rafael Garcia-Suarez | 2005-04-27 | 1 | -1/+1 |
* | Fix my_chsize() for systems having chsize(), broken by change #24271 | Steve Hay | 2005-04-22 | 1 | -0/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -28/+37 |
* | SvPV_renew also calls SvLEN_set | Nicholas Clark | 2005-04-18 | 1 | -2/+1 |
* | Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE | Nicholas Clark | 2005-04-18 | 1 | -1/+1 |
* | Make the four-argument form of select() return undef | Rafael Garcia-Suarez | 2005-04-11 | 1 | -1/+4 |
* | Down with potentially incorrect duplicate prototypes | Nicholas Clark | 2005-04-05 | 1 | -6/+0 |
* | Clean-up some warnings when compiling on Win32 with VC++ | Steve Hay | 2005-03-29 | 1 | -1/+1 |
* | Fix PerlLIO_chsize() for platforms that don't have chsize() | Steve Hay | 2005-03-29 | 1 | -4/+0 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -2/+2 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -6/+6 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -3/+3 |
* | Fix for bug [ID 20020227.005] format bug with undefined _TOP | H.Merijn Brand | 2005-02-27 | 1 | -1/+1 |
* | Patch for Perlbug #4253 | Nikolai Eipel | 2005-02-18 | 1 | -1/+0 |
* | [perl #33928] chomp() fails after alarm(), `sleep` | Dave Mitchell | 2005-01-29 | 1 | -2/+3 |
* | Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32 | Yitzchak Scott-Thoennes | 2005-01-21 | 1 | -2/+0 |