| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -3/+3 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -1/+1 |
* | PL_mess_sv is always >= SVt_PVMG, so no need for an if() test | Nicholas Clark | 2005-05-03 | 1 | -10/+11 |
* | printf.patch: Adding printf checking for gcc | Andy Lester | 2005-05-02 | 1 | -1/+1 |
* | Add a new macro SvPV_free() which undoes OOK and free()s the PVX(), | Nicholas Clark | 2005-04-28 | 1 | -2/+1 |
* | perlio-two.patch: More warnings squashed, more consts | Andy Lester | 2005-04-27 | 1 | -1/+1 |
* | combopatch | Jarkko Hietaniemi | 2005-04-25 | 1 | -1/+1 |
* | There's no point listing '-f' in --help output | Rafael Garcia-Suarez | 2005-04-22 | 1 | -0/+2 |
* | -A wasn't listed in the --help output | Rafael Garcia-Suarez | 2005-04-22 | 1 | -0/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -14/+78 |
* | Refactoring to Sv*_set() macros - patch #4 | Steve Peters | 2005-04-18 | 1 | -1/+1 |
* | Avoid taking a reference to SvIVX and putting that address on the | Nicholas Clark | 2005-04-11 | 1 | -1/+0 |
* | Add casting to allow g++ (3.3.5) to compile the core code. | Nicholas Clark | 2005-04-05 | 1 | -1/+1 |
* | const-eight.diff | Andy Lester | 2005-04-04 | 1 | -1/+1 |
* | The core part of : | Andy Lester | 2005-03-29 | 1 | -1/+1 |
* | expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV | Dave Mitchell | 2005-03-28 | 1 | -2/+10 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -22/+32 |
* | Remove the const qualifier from argv and env variables | Rafael Garcia-Suarez | 2005-03-25 | 1 | -4/+4 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -29/+29 |
* | Break up long lines in -V output for compile-time options | Yitzchak Scott-Thoennes | 2005-03-21 | 1 | -0/+22 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -3/+3 |
* | Re: sitecustomize.pl [PATCH] | Gisle Aas | 2005-03-18 | 1 | -0/+19 |
* | Update -v copyright notice | Rafael Garcia-Suarez | 2005-03-04 | 1 | -1/+1 |
* | libperl leaks a THREAD_KEY each time it is reloaded | Gisle Aas | 2005-01-27 | 1 | -0/+25 |
* | Further follow-up to 23767 | Robin Barker | 2005-01-19 | 1 | -2/+2 |
* | Re: killing USE_5005THREADS in blead? | Stas Bekman | 2005-01-13 | 1 | -12/+0 |
* | Remove PERL_FLEXIBLE_EXCEPTIONS code. | Marcus Holland-Moritz | 2005-01-10 | 1 | -81/+0 |
* | If we know the length of the string constant, save a strlen() | Nicholas Clark | 2005-01-09 | 1 | -2/+2 |
* | Foolishly I committed change 23753 before remembering to test without | Nicholas Clark | 2005-01-05 | 1 | -1/+1 |
* | Turn INIT_TLS_AND_INTERP into a static function | Nicholas Clark | 2005-01-05 | 1 | -24/+17 |
* | strEQ/strNE of 1 character strings seems better hand inlined, | Nicholas Clark | 2005-01-01 | 1 | -2/+2 |
* | Relocatable @INC entries for Unix. | Nicholas Clark | 2004-12-23 | 1 | -24/+121 |
* | Move the definition of the S_procself_val() function before | Rafael Garcia-Suarez | 2004-12-22 | 1 | -35/+34 |
* | Move the setting of $^X ahead of the initialisation of @INC | Nicholas Clark | 2004-12-21 | 1 | -17/+26 |
* | Break out setting $^X into its own static function S_set_caret_X | Nicholas Clark | 2004-12-06 | 1 | -11/+17 |
* | use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c) | Nicholas Clark | 2004-12-03 | 1 | -2/+4 |
* | Fix a typo in an assert(). It helps to compile with -DDEBUGGING | Nicholas Clark | 2004-12-03 | 1 | -1/+1 |
* | Pull out the duplicateded push @INC, $_ if -e $_ code from | Nicholas Clark | 2004-12-03 | 1 | -14/+25 |
* | [perl #32717] BeOS specific Updates | Ingo Weinhold | 2004-12-01 | 1 | -2/+3 |
* | SuSE's perl safe_putenf diff | Michael Schroeder | 2004-11-17 | 1 | -1/+1 |
* | Reformulate an error | Rafael Garcia-Suarez | 2004-11-02 | 1 | -1/+1 |
* | Set the IV values for PL_sv_yes and PL_sv_no at initialisation time. | Nicholas Clark | 2004-10-31 | 1 | -0/+4 |
* | include flags and refcount in the list of leaked scalars | Dave Mitchell | 2004-10-27 | 1 | -3/+4 |
* | Rephrase "Perl Home Page" References | chromatic | 2004-10-20 | 1 | -1/+1 |
* | Implement a new -dt command-line flag, to enable threads under the | Rafael Garcia-Suarez | 2004-10-15 | 1 | -0/+7 |
* | Fix [perl #31971] local $^D gives noise | Rafael Garcia-Suarez | 2004-10-14 | 1 | -3/+3 |
* | A few fixes in the list of -D debugging flags | Rafael Garcia-Suarez | 2004-10-14 | 1 | -3/+3 |
* | Patch for perl.c fixing an obscure environment bug | Merijn Broeren | 2004-09-28 | 1 | -2/+9 |