| Commit message (Expand) | Author | Age | Files | Lines |
* | Hoist the static "AUTOLOAD" into a static const variable. Makes the | Nicholas Clark | 2005-05-09 | 1 | -10/+9 |
* | printf.patch: Adding printf checking for gcc | Andy Lester | 2005-05-02 | 1 | -22/+20 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -0/+4 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -4/+4 |
* | Refactoring to Sv*_set() macros - patch #4 | Steve Peters | 2005-04-18 | 1 | -2/+2 |
* | Add casting to allow g++ (3.3.5) to compile the core code. | Nicholas Clark | 2005-04-05 | 1 | -1/+3 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -2/+6 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -12/+12 |
* | More const parms | Andy Lester | 2005-03-18 | 1 | -3/+3 |
* | Adding const qualifiers | Andy Lester | 2005-03-14 | 1 | -13/+13 |
* | Further follow-up to 23767 | Robin Barker | 2005-01-19 | 1 | -1/+0 |
* | Stage 1 of utf8 support for soft references. | Nicholas Clark | 2005-01-07 | 1 | -1/+33 |
* | Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale | Nicholas Clark | 2005-01-04 | 1 | -1/+5 |
* | Not all the world's a VAX, er ASCII, so don't make assumptions. | Nicholas Clark | 2005-01-01 | 1 | -9/+13 |
* | Improve documentation for is_gv_magical, and split the switch | Nicholas Clark | 2004-12-31 | 1 | -92/+106 |
* | Because name is always NUL terminated we can incorporate length | Nicholas Clark | 2004-12-31 | 1 | -2/+3 |
* | Generate smaller object code by using a single switch statement | Nicholas Clark | 2004-12-31 | 1 | -13/+20 |
* | Tidy up comments in change 23716 | Nicholas Clark | 2004-12-31 | 1 | -2/+2 |
* | Refactor gv_fetchpv so that the overwhelmingly common case | Nicholas Clark | 2004-12-31 | 1 | -220/+216 |
* | Document gv_stashpvn | Steve Hay | 2004-12-13 | 1 | -3/+15 |
* | Revert part of the change to gv_fullname4(), as the change seems to | Nicholas Clark | 2004-12-07 | 1 | -1/+2 |
* | $foo::_ was wrongly forced as $main::_. | Rafael Garcia-Suarez | 2004-12-03 | 1 | -4/+0 |
* | Small code tidy up in gv_fullname4 | Nicholas Clark | 2004-12-03 | 1 | -5/+4 |
* | There are clearer ways of saying m/^[ab]$/ than strchr("ab", c) | Nicholas Clark | 2004-12-03 | 1 | -1/+2 |
* | SvO?OK_off()'s return value | Marcus Holland-Moritz | 2004-09-08 | 1 | -1/+1 |
* | Another small clean-up following changes #23190 and #23198 | Steve Hay | 2004-08-06 | 1 | -3/+3 |
* | remove leaks associated with version object change #23190 | Dave Mitchell | 2004-08-06 | 1 | -3/+3 |
* | Final version object core patch? | John Peacock | 2004-08-04 | 1 | -13/+7 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+9 |
* | fix typo in gp_free | Dave Mitchell | 2004-06-20 | 1 | -1/+1 |
* | [patch] log the interpreter id in warnings | Stas Bekman | 2004-04-21 | 1 | -1/+2 |
* | backout change 22606 (make gv_fullname() include a literal '^') | Dave Mitchell | 2004-03-29 | 1 | -7/+1 |
* | make gv_fullname() etc include a literal '^' for *^FOO style names | Dave Mitchell | 2004-03-28 | 1 | -1/+7 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | Implement "my $_". | Rafael Garcia-Suarez | 2004-02-03 | 1 | -0/+4 |
* | Macrofy the compile/runtime test. | Jarkko Hietaniemi | 2003-09-21 | 1 | -1/+1 |
* | utf8 variable names scrambled in error messages | Adrian M. Enache | 2003-08-21 | 1 | -2/+5 |
* | Most importantly, don't try HvNAME(gp->gp_hv) | Jarkko Hietaniemi | 2003-07-29 | 1 | -8/+12 |
* | Rename again the warning about $* being no longer supported | Rafael Garcia-Suarez | 2003-06-15 | 1 | -1/+1 |
* | Rename the warning about $* being removed, | Rafael Garcia-Suarez | 2003-06-14 | 1 | -1/+1 |
* | Remove the deprecated $* variable. | Rafael Garcia-Suarez | 2003-06-13 | 1 | -4/+8 |
* | RE: maint @ 19683 | Robin Barker | 2003-06-05 | 1 | -2/+4 |
* | Fix a case of segfault in gv_check(), by making | Rafael Garcia-Suarez | 2003-05-31 | 1 | -1/+1 |
* | Re: Bug stomping fun. [PATCH: bug #1016] | Alex Vandiver | 2003-05-12 | 1 | -3/+13 |
* | [#21962] Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "". | Abhijit Menon-Sen | 2003-04-17 | 1 | -2/+0 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Ook, run tests on correct build-dir next time. | Artur Bergman | 2003-04-14 | 1 | -1/+1 |
* | Fixes to bugs introduced by PL_stashcache | Artur Bergman | 2003-04-14 | 1 | -0/+2 |
* | Fix bug #21914, 3-arg open + local $fh + strict coredump. | Rafael Garcia-Suarez | 2003-04-10 | 1 | -1/+3 |
* | Add packname->stash cache before the check if a packname is a | Artur Bergman | 2003-04-02 | 1 | -0/+3 |