2007-04-19 |
Brandon Black | Re: new C3 MRO patch |
blob | commitdiff |
2007-04-10 |
Nicholas Clark | Silence the g++ warnings "right-hand operand of comma... |
blob | commitdiff | diff to current |
2007-04-06 |
Gerard Goossen | MAD do not ignore errors from 'use' |
blob | commitdiff | diff to current |
2007-04-02 |
Nicholas Clark | Cleanups for PERL_DEBUG_READONLY_OPS debugging code... |
blob | commitdiff | diff to current |
2007-04-02 |
Nicholas Clark | Add a new compile option PERL_DEBUG_READONLY_OPS which... |
blob | commitdiff | diff to current |
2007-04-01 |
Dave Mitchell | Eliminate the use of PL_curforce outside of toke.c |
blob | commitdiff | diff to current |
2007-03-21 |
Nicholas Clark | Add some PERL_MEM* defines to the -V output that were... |
blob | commitdiff | diff to current |
2007-03-19 |
Rafael Garcia-Suarez | Upgrade to version.pm 0.71, by John Peacock |
blob | commitdiff | diff to current |
2007-03-07 |
Rafael Garcia-Suarez | Use another method to avoid the "possible interpolation... |
blob | commitdiff | diff to current |
2007-03-07 |
Rafael Garcia-Suarez | Avoid to load the *+ and *- globs too early. |
blob | commitdiff | diff to current |
2007-03-03 |
Rafael Garcia-Suarez | Add a volatile modifier to avoid possible cloberring... |
blob | commitdiff | diff to current |
2007-02-18 |
Nicholas Clark | More efficient to call newSV_type() then SvGROW() inste... |
blob | commitdiff | diff to current |
2007-02-18 |
Nicholas Clark | Add a new API function newSV_type, to replace the idiom: |
blob | commitdiff | diff to current |
2007-02-12 |
Nicholas Clark | Integrate: |
blob | commitdiff | diff to current |
2007-02-06 |
Jan Dubois | fix 2 environment handling bugs |
blob | commitdiff | diff to current |
2007-02-04 |
Nicholas Clark | Change 23753 wasn't quite a perfect refactoring, as... |
blob | commitdiff | diff to current |
2007-02-03 |
Nicholas Clark | Purge all references to 5005 threads variables in the... |
blob | commitdiff | diff to current |
2007-01-29 |
Nicholas Clark | Add av_create_and_push() and av_create_and_unshift_one... |
blob | commitdiff | diff to current |
2007-01-18 |
Nicholas Clark | Add in missing dVAR that prevents compilation with |
blob | commitdiff | diff to current |
2007-01-15 |
Nicholas Clark | Add get_cvn_flags(), which is like get_cv() but takes... |
blob | commitdiff | diff to current |
2007-01-15 |
Dave Mitchell | extend threads 'veto cleanup' to perl_free and system... |
blob | commitdiff | diff to current |
2007-01-11 |
Steve Hay | Update copyright year in "perl -v" output |
blob | commitdiff | diff to current |
2007-01-08 |
Rafael Garcia-Suarez | Turn taint warnings (-t) into severe warnings, so they're |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez | Fix the interaction of -w and -t when provided on the... |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez | Update copyright years in .c files |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz | 4th patch from: |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz | The first three patches from: |
blob | commitdiff | diff to current |
2006-12-19 |
Jan Dubois | Don't destroy the Unicode system environment on Perl... |
blob | commitdiff | diff to current |
2006-12-18 |
Ilya Zakharevich | OS/2-specific fixes, round II |
blob | commitdiff | diff to current |
2006-12-18 |
Jarkko Hietaniemi | perl.c: leak avoidance |
blob | commitdiff | diff to current |
2006-11-30 |
Jarkko Hietaniemi | No code specified for -. |
blob | commitdiff | diff to current |
2006-10-31 |
Nicholas Clark | Missed a ) in a comment. |
blob | commitdiff | diff to current |
2006-10-30 |
Steve Peters | VOL should be used instead of volatile in the core. |
blob | commitdiff | diff to current |
2006-10-25 |
Rafael Garcia-Suarez | Fix small leak with -F at interpreter destruction |
blob | commitdiff | diff to current |
2006-10-19 |
Alexander Gough | stab at UNITCHECK blocks |
blob | commitdiff | diff to current |
2006-10-03 |
Jim Cromie | [patch] convert spare debug flag to DEBUG_U, for Unoffi... |
blob | commitdiff | diff to current |
2006-09-25 |
Dave Mitchell | eliminate PL_regindent and improve -Mre=Debug,STATE... |
blob | commitdiff | diff to current |
2006-07-13 |
Steve Peters | Clear up a few more warnings from blead. |
blob | commitdiff | diff to current |
2006-06-30 |
Rafael Garcia-Suarez | PERL_UNUSED_CONTEXT is not enough to silence warnings... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark | Abolish cop_io (the simple way) by storing the value... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark | Rename cop_hints to cop_hints_hash |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi | reduce gcc -ansi -pedantic noise plus a suggestion |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-24 |
Andy Lester | Inlining static funcs in perl.c |
blob | commitdiff | diff to current |
2006-04-17 |
Nicholas Clark | Turn on UTF8 cache assertions with -Ca |
blob | commitdiff | diff to current |
2006-04-13 |
Steve Hay | Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield() |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark | Change cop_warnings from an SV holding the warnings... |
blob | commitdiff | diff to current |
2006-04-11 |
Nicholas Clark | Need to migrate the refcounted_he structure to be prope... |
blob | commitdiff | diff to current |
2006-04-07 |
Gisle Aas | Make perl_fini() run when compiling perl with |
blob | commitdiff | diff to current |
2006-04-07 |
Nicholas Clark | Oops. Being too terse for my own good - it's not a... |
blob | commitdiff | diff to current |
2006-04-06 |
Nicholas Clark | Move all the regexp state variables into a single struc... |
blob | commitdiff | diff to current |
2006-04-02 |
Dave Mitchell | use slabs to allocate save state space in regmatch() |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark | Serialise changes to %^H onto the current COP. Return... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester | Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-30 |
Gisle Aas | Introduce d_sitearch and d_inc_version_list config... |
blob | commitdiff | diff to current |
2006-03-27 |
Nicholas Clark | Merge the cut & paste code from Perl_call_sv/Perl_fold_... |
blob | commitdiff | diff to current |
2006-03-25 |
Nicholas Clark | PL_multiline isn't referenced, and can be removed. |
blob | commitdiff | diff to current |
2006-03-10 |
Nicholas Clark | Move the 12 static MAD variables from toke.c into the... |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark | Avoid scribbling on the passed in command line string... |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark | Further MAD changes. |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark | Oops. Didn't mean to commit 27426 to maint first. Integ... |
blob | commitdiff | diff to current |
2006-03-07 |
Nicholas Clark | Add a Configure question for mad (Misc Attribute Decora... |
blob | commitdiff | diff to current |
2006-03-06 |
Marcus Holland-Moritz | Don't free thread memory if PERL_DESTRUCT_LEVEL is... |
blob | commitdiff | diff to current |
2006-03-01 |
Rafael Garcia-Suarez | Don't put strings with embedded NULs in the environment. |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester | Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester | unused context warnings |
blob | commitdiff | diff to current |
2006-02-20 |
Rafael Garcia-Suarez | More NullXXX macro removal from Andy Lester |
blob | commitdiff | diff to current |
2006-02-17 |
Robin Houston | Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127... |
blob | commitdiff | diff to current |
2006-02-15 |
Gisle Aas | Get perl_fini() running on HP-UX again. |
blob | commitdiff | diff to current |
2006-02-09 |
Andy Lester | Trying my "remove the pTHXes" patch again |
blob | commitdiff | diff to current |
2006-02-08 |
Andy Lester | Handle unused args |
blob | commitdiff | diff to current |
2006-02-06 |
Nicholas Clark | Expunge USE_5005THREADS from perl.c |
blob | commitdiff | diff to current |
2006-02-05 |
Nicholas Clark | Yes, I broke Win32 with change 27089 by having a {... |
blob | commitdiff | diff to current |
2006-02-05 |
Nicholas Clark | Without this Windows and Netware compilers should be... |
blob | commitdiff | diff to current |
2006-02-04 |
Nicholas Clark | Enhance PERL_TRACK_MEMPOOL so that it also emulates... |
blob | commitdiff | diff to current |
2006-02-04 |
Nicholas Clark | Remove obsolete comment. |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark | S_find_beginning is only called from one place, so... |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark | And as we've now got to the point where all calls to... |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark | The MSDOS-only call to moreswitches will never reach... |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark | Pull the variables fdscript and suidscript into a much... |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark | Change 27070 failed to initialise a variable. (But... |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark | Eliminating PL_suidscript is more tricky, and requires... |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark | Passing the flag to S_forbit_setid as a single char... |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark | It's actually easier to get rid of PL_fdscript than... |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger | s/Nullcv/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger | Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Nicholas Clark | gv_fetchpvn_flags ranks highly in the profile, and... |
blob | commitdiff | diff to current |
2006-02-02 |
Nicholas Clark | Yet more instances of gv_fetchpv... that should be... |
blob | commitdiff | diff to current |
2006-01-31 |
Nicholas Clark | Make Perl_gv_fetchpvn_flags actually heed the passed... |
blob | commitdiff | diff to current |
2006-01-30 |
Nicholas Clark | Use a union for storing the shared hash key reference... |
blob | commitdiff | diff to current |
2006-01-29 |
Nicholas Clark | Avoid using space to create 2 functions just to force... |
blob | commitdiff | diff to current |
2006-01-28 |
Nicholas Clark | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet... |
blob | commitdiff | diff to current |
2006-01-26 |
Yves Orton | Make dump and -u croak on Win32 and Cygwin to avoid... |
blob | commitdiff | diff to current |
2006-01-24 |
Rafael Garcia-Suarez | Fix a regression on suidperl : the error message "No... |
blob | commitdiff | diff to current |
2006-01-24 |
Steve Hay | SPRINTF_RETURNS_STRLEN isn't really a compile-time... |
blob | commitdiff | diff to current |
2006-01-18 |
Steve Hay | Change all NEWSV() to newSV() in the core and non-dual... |
blob | commitdiff | diff to current |
2006-01-11 |
Gisle Aas | Make setting 'PL_origalen = 1' before perl_parse()... |
blob | commitdiff | diff to current |
2006-01-10 |
Gisle Aas | Avoid possible dereference of NULL in the initializatio... |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi | sprinkle dVAR |
blob | commitdiff | diff to current |
next |