| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | The new(er) way of controlling Unicode I/O (and other) features; | Jarkko Hietaniemi | 2003-02-15 | 1 | -2/+2 |
* | Make the locale-induced UTF-8-ification of STD fhs | Jarkko Hietaniemi | 2003-01-16 | 1 | -3/+12 |
* | %_ (was Re: [PATCH] operation on `PL_na' may be undefined) | Nicholas Clark | 2003-01-07 | 1 | -12/+10 |
* | Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist... | Gurusamy Sarathy | 2002-11-19 | 1 | -5/+18 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -15/+0 |
* | Remove package; (Heh heh.) | Abhijit Menon-Sen | 2002-09-29 | 1 | -3/+1 |
* | gv_fullname3 as call to gv_fullname4 | Nicholas Clark | 2002-08-12 | 1 | -13/+2 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -1/+1 |
* | Make other nits nervous. | Abhijit Menon-Sen | 2002-04-07 | 1 | -1/+1 |