| Commit message (Expand) | Author | Age | Files | Lines |
* | Trim trailing whitespace from $! and $^E | Steve Hay | 2005-06-21 | 1 | -0/+9 |
* | The continuing adventures of Constman and Localize Boy | Andy Lester | 2005-06-20 | 1 | -0/+1 |
* | Remove the deprecated $# variable | Rafael Garcia-Suarez | 2005-06-20 | 1 | -8/+0 |
* | whoops, Perl_magic_freearylen_p returns int | Dave Mitchell | 2005-06-14 | 1 | -1/+1 |
* | Perl_magic_freearylen_p could coredump | Dave Mitchell | 2005-06-14 | 1 | -0/+4 |
* | Fixes the case of $a = \$#{[]}; and then accessing $$a | Nicholas Clark | 2005-06-09 | 1 | -2/+30 |
* | regcomp.c and more | Andy Lester | 2005-06-09 | 1 | -1/+1 |
* | More SvPV consting | Nicholas Clark | 2005-06-09 | 1 | -14/+13 |
* | More SvPV consting | Nicholas Clark | 2005-06-08 | 1 | -1/+1 |
* | Add and use MgPV_nolen_const | Nicholas Clark | 2005-06-08 | 1 | -8/+4 |
* | Nuke some more n_a, and convert S_gv_ename from char * to const char * | Nicholas Clark | 2005-06-08 | 1 | -2/+1 |
* | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g | Nicholas Clark | 2005-06-08 | 1 | -2/+2 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -2/+2 |
* | More SvPV consting. | Nicholas Clark | 2005-06-07 | 1 | -2/+2 |
* | Remove unused variable (thanks to Andy's lint) | Rafael Garcia-Suarez | 2005-06-07 | 1 | -1/+0 |
* | one more round of is_utf8_foo tuneup | Jarkko Hietaniemi | 2005-06-07 | 1 | -2/+4 |
* | Updated lint infrastructure | Andy Lester | 2005-05-26 | 1 | -4/+0 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -2/+2 |
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -6/+1 |
* | Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH] | Gisle Aas | 2005-05-18 | 1 | -3/+8 |
* | perl 5.9.x (@ 24471): Symbian update | Jarkko Hietaniemi | 2005-05-17 | 1 | -3/+3 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -5/+5 |
* | 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 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -2/+2 |
* | Perl_croak uses perl's printf, so can pass in SVs direct - no need for | Nicholas Clark | 2005-05-08 | 1 | -2/+1 |
* | Don't pretend SIGZERO exists [#35291]. | Abhijit Menon-Sen | 2005-05-06 | 1 | -1/+1 |
* | combopatch | Jarkko Hietaniemi | 2005-04-25 | 1 | -12/+3 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -42/+34 |
* | [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set | glasser@tang-eleven-seventy-nine.mit.edu | 2005-04-20 | 1 | -2/+1 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -4/+4 |
* | Down with C++ reserved names | Nicholas Clark | 2005-04-05 | 1 | -5/+5 |
* | const-eight.diff | Andy Lester | 2005-04-04 | 1 | -1/+1 |
* | Clean-up some warnings when compiling on Win32 with VC++ | Steve Hay | 2005-03-29 | 1 | -1/+1 |
* | Need to return something when the compiler doesn't know that a | Nicholas Clark | 2005-03-26 | 1 | -0/+5 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -11/+36 |
* | Consting part 4 | Andy Lester | 2005-03-25 | 1 | -0/+1 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -9/+9 |
* | Adding const qualifiers | Andy Lester | 2005-03-14 | 1 | -54/+43 |
* | savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to | Nicholas Clark | 2005-01-09 | 1 | -5/+5 |
* | to improve -DCHECK_FORMAT | Robin Barker | 2005-01-07 | 1 | -1/+1 |
* | Stage 1 of utf8 support for soft references. | Nicholas Clark | 2005-01-07 | 1 | -9/+4 |
* | Update copyright years. | Nicholas Clark | 2005-01-04 | 1 | -1/+1 |
* | Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale | Nicholas Clark | 2005-01-04 | 1 | -1/+3 |
* | SuSE's perl safe_putenf diff | Michael Schroeder | 2004-11-17 | 1 | -0/+2 |
* | Fix [perl #31971] local $^D gives noise | Rafael Garcia-Suarez | 2004-10-14 | 1 | -1/+1 |
* | SvO?OK_off()'s return value | Marcus Holland-Moritz | 2004-09-08 | 1 | -5/+5 |
* | more typo fixes for change 3176 (comments at top of .c files) | Dave Mitchell | 2004-08-03 | 1 | -2/+2 |
* | shut up a warning in mg.c | Dave Mitchell | 2004-07-31 | 1 | -1/+1 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+18 |