| Commit message (Expand) | Author | Age | Files | Lines |
* | Use another method to avoid the "possible interpolation" warning | Rafael Garcia-Suarez | 2007-03-07 | 1 | -5/+0 |
* | Avoid to load the *+ and *- globs too early. | Rafael Garcia-Suarez | 2007-03-07 | 1 | -2/+4 |
* | Add a volatile modifier to avoid possible cloberring by longjmp, | Rafael Garcia-Suarez | 2007-03-03 | 1 | -1/+1 |
* | More efficient to call newSV_type() then SvGROW() instead of newSV() | Nicholas Clark | 2007-02-18 | 1 | -2/+2 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -6/+3 |
* | Integrate: | Nicholas Clark | 2007-02-12 | 1 | -1/+1 |
* | fix 2 environment handling bugs | Jan Dubois | 2007-02-06 | 1 | -7/+5 |
* | Change 23753 wasn't quite a perfect refactoring, as it omitted calling | Nicholas Clark | 2007-02-04 | 1 | -1/+6 |
* | Purge all references to 5005 threads variables in the code. | Nicholas Clark | 2007-02-03 | 1 | -1/+0 |
* | Add av_create_and_push() and av_create_and_unshift_one() to refactor | Nicholas Clark | 2007-01-29 | 1 | -25/+10 |
* | Add in missing dVAR that prevents compilation with | Nicholas Clark | 2007-01-18 | 1 | -0/+2 |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 1 | -8/+22 |
* | extend threads 'veto cleanup' to perl_free and system stuff | Dave Mitchell | 2007-01-15 | 1 | -1/+5 |
* | Update copyright year in "perl -v" output | Steve Hay | 2007-01-11 | 1 | -1/+1 |
* | Turn taint warnings (-t) into severe warnings, so they're | Rafael Garcia-Suarez | 2007-01-08 | 1 | -10/+0 |
* | Fix the interaction of -w and -t when provided on the command-line | Rafael Garcia-Suarez | 2007-01-05 | 1 | -2/+8 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -9/+10 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -3/+3 |
* | Don't destroy the Unicode system environment on Perl startup | Jan Dubois | 2006-12-19 | 1 | -2/+4 |
* | OS/2-specific fixes, round II | Ilya Zakharevich | 2006-12-18 | 1 | -6/+2 |
* | perl.c: leak avoidance | Jarkko Hietaniemi | 2006-12-18 | 1 | -13/+16 |
* | No code specified for -. | Jarkko Hietaniemi | 2006-11-30 | 1 | -3/+3 |
* | Missed a ) in a comment. | Nicholas Clark | 2006-10-31 | 1 | -1/+1 |
* | VOL should be used instead of volatile in the core. | Steve Peters | 2006-10-30 | 1 | -4/+4 |
* | Fix small leak with -F at interpreter destruction | Rafael Garcia-Suarez | 2006-10-25 | 1 | -0/+5 |
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -0/+16 |
* | [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking. | Jim Cromie | 2006-10-03 | 1 | -1/+1 |
* | eliminate PL_regindent and improve -Mre=Debug,STATE output | Dave Mitchell | 2006-09-25 | 1 | -1/+0 |
* | Clear up a few more warnings from blead. | Steve Peters | 2006-07-13 | 1 | -1/+1 |
* | PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx | Rafael Garcia-Suarez | 2006-06-30 | 1 | -4/+4 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -3/+0 |
* | Rename cop_hints to cop_hints_hash | Nicholas Clark | 2006-05-20 | 1 | -2/+2 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -8/+10 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -1/+1 |
* | Inlining static funcs in perl.c | Andy Lester | 2006-04-24 | 1 | -27/+20 |
* | Turn on UTF8 cache assertions with -Ca | Nicholas Clark | 2006-04-17 | 1 | -0/+2 |
* | Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield() | Steve Hay | 2006-04-13 | 1 | -1/+1 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -4/+5 |
* | Need to migrate the refcounted_he structure to be properly shared. | Nicholas Clark | 2006-04-11 | 1 | -0/+1 |
* | Make perl_fini() run when compiling perl with | Gisle Aas | 2006-04-07 | 1 | -0/+2 |
* | Oops. Being too terse for my own good - it's not a great idea to chain | Nicholas Clark | 2006-04-07 | 1 | -1/+2 |
* | Move all the regexp state variables into a single structure. | Nicholas Clark | 2006-04-06 | 1 | -0/+4 |
* | use slabs to allocate save state space in regmatch() | Dave Mitchell | 2006-04-02 | 1 | -0/+6 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -0/+2 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -2/+2 |
* | Introduce d_sitearch and d_inc_version_list config.sh variables. | Gisle Aas | 2006-03-30 | 1 | -1/+2 |
* | Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with | Nicholas Clark | 2006-03-27 | 1 | -33/+4 |
* | PL_multiline isn't referenced, and can be removed. | Nicholas Clark | 2006-03-25 | 1 | -1/+0 |
* | Move the 12 static MAD variables from toke.c into the interpeter | Nicholas Clark | 2006-03-10 | 1 | -0/+4 |