2006-02-03 |
Steven Schubiger | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff |
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-01-31 |
Nicholas Clark | Make Perl_gv_fetchpvn_flags actually heed the passed... |
blob | commitdiff | diff to current |
2006-01-30 |
Nicholas Clark | Silence another Irix compiler warning. |
blob | commitdiff | diff to current |
2006-01-28 |
Nicholas Clark | Call gv_fetchpvn_flags where we already know the length. |
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-18 |
Steve Hay | Change all NEWSV() to newSV() in the core and non-dual... |
blob | commitdiff | diff to current |
2006-01-16 |
Rafael Garcia-Suarez | defined %foo::bar:: wasn't working like it used to... |
blob | commitdiff | diff to current |
2006-01-11 |
Gisle Aas | A few more places that can use hv_fetchs(). |
blob | commitdiff | diff to current |
2006-01-10 |
Nicholas Clark | Missing an initialisation, as spotted by Merijn's HP... |
blob | commitdiff | diff to current |
2006-01-10 |
Gisle Aas | Move initialization of old values prior to moreswitches() |
blob | commitdiff | diff to current |
2006-01-10 |
Andy Lester | It's the Barbie bus patch |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi | sprinkle dVAR |
blob | commitdiff | diff to current |
2006-01-06 |
Gisle Aas | Remove code duplicated a few lines above by change... |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas | Make the new STR_WITH_LEN() affected compile under... |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas | Add an extra NUL so that we can use sv_catpvs() |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas | Introduce the macros newSVpvs(str) and sv_catpvs(sv... |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas | Removed unused part of string passed to sv_catpvn(). |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas | Introduce STR_WITH_LEN macro in the form suggested... |
blob | commitdiff | diff to current |
2006-01-03 |
Dave Mitchell | silence some compiler warnings |
blob | commitdiff | diff to current |
2006-01-02 |
Rafael Garcia-Suarez | Update copyrights for files modified in 2006 |
blob | commitdiff | diff to current |
2006-01-01 |
Gisle Aas | Get rid of length argument for the FEATURE_IS_ENABLED... |
blob | commitdiff | diff to current |
2006-01-01 |
Andy Lester | Making 0 pointers to NULLs |
blob | commitdiff | diff to current |
2005-12-29 |
Andy Lester | av.c cleanup, plus! |
blob | commitdiff | diff to current |
2005-12-28 |
Gisle Aas | Use memchr() instead of ninstr() to locate the end... |
blob | commitdiff | diff to current |
2005-12-22 |
Andy Lester | Ho! Ho! Ho! Santa brings consting! |
blob | commitdiff | diff to current |
2005-12-21 |
Robin Houston | Feature bundle is now :5.10, and add -E switch |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark | Take care in toke.c not to convert constant subroutine... |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark | Get the "cv" from the "gv" once, and be more careful... |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask... |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark | In Perl_yylex, move the declaration of orig_keyword... |
blob | commitdiff | diff to current |
2005-12-19 |
Nicholas Clark | In Perl_yylex, make tmp a temporary variable local... |
blob | commitdiff | diff to current |
2005-12-19 |
Nicholas Clark | Assert that orig_keyword, gv and gvp aren't used before... |
blob | commitdiff | diff to current |
2005-12-19 |
Robin Houston | Re: [PATCH] Make the 'sort' pragma lexically scoped |
blob | commitdiff | diff to current |
2005-12-19 |
Robin Houston | latest switch/say/~~ |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark | s/Nullhv/NULL/g; |
blob | commitdiff | diff to current |
2005-12-15 |
Nicholas Clark | Expand the comment describing the intent of change... |
blob | commitdiff | diff to current |
2005-12-15 |
Rafael Garcia-Suarez | Don't autovivify stashes as soon as the lexer sees... |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester | More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-11-08 |
Nicholas Clark | It helps to actually *remove* the now-superfluous strlen(). |
blob | commitdiff | diff to current |
2005-11-08 |
Nicholas Clark | Eliminate some unnecessary strlen()s |
blob | commitdiff | diff to current |
2005-10-31 |
Andy Lester | Etta James presents: More consting |
blob | commitdiff | diff to current |
2005-10-31 |
Andy Lester | S_tokereport's unused parm |
blob | commitdiff | diff to current |
2005-10-18 |
Rafael Garcia-Suarez | Force _ to be always a bareword after filetest operators |
blob | commitdiff | diff to current |
2005-10-18 |
Rafael Garcia-Suarez | Fix tokenizer debugging trace for file tests |
blob | commitdiff | diff to current |
2005-10-17 |
Steve Hay | Make some casts explicit to keep VC++ 7 happy |
blob | commitdiff | diff to current |
2005-10-14 |
Steve Peters | gcc complains when it sees variables declared |
blob | commitdiff | diff to current |
2005-10-13 |
Andy Lester | Stas' croak patch and then some |
blob | commitdiff | diff to current |
2005-10-01 |
Dave Mitchell | Improve -DT output and fix wild buffer pointer error |
blob | commitdiff | diff to current |
2005-09-27 |
Rafael Garcia-Suarez | Fix the overriding of CORE::do, just like change 25599 |
blob | commitdiff | diff to current |
2005-09-26 |
Rafael Garcia-Suarez | CORE::require was always parsed as require(). |
blob | commitdiff | diff to current |
2005-09-14 |
Rafael Garcia-Suarez | Change 25409 wasn't necessary for threaded perls |
blob | commitdiff | diff to current |
2005-09-14 |
Rafael Garcia-Suarez | The debugger wasn't tracing correctly execution in... |
blob | commitdiff | diff to current |
2005-09-01 |
Rafael Garcia-Suarez | Oops, fix threaded build |
blob | commitdiff | diff to current |
2005-09-01 |
Rafael Garcia-Suarez | Add the "no 6" / "no v6" syntax. |
blob | commitdiff | diff to current |
2005-08-18 |
SADAHIRO Tomoyuki | Re: Transliteration operator(tr//)on EBCDIC platform |
blob | commitdiff | diff to current |
2005-07-17 |
Dave Mitchell | change #25129 was overzealous in delaying the call... |
blob | commitdiff | diff to current |
2005-07-13 |
Andy Lester | More embed.fnc plowing |
blob | commitdiff | diff to current |
2005-07-13 |
Dave Mitchell | make the expensive ckWARN() be called as late as possible |
blob | commitdiff | diff to current |
2005-07-10 |
Andy Lester | Making my way thru embed.fnc |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie | Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-07-04 |
Andy Lester | Post-YAPC consting, now with an attachment! |
blob | commitdiff | diff to current |
2005-06-27 |
Andy Lester | We're going round in circles with pp_sys.c |
blob | commitdiff | diff to current |
2005-06-23 |
Steve Hay | Silence another bcc32 compiler warning |
blob | commitdiff | diff to current |
2005-06-21 |
Salvador Fandiño | ternary operator cond ? foo : bar being parsed as ... |
blob | commitdiff | diff to current |
2005-06-16 |
Andy Lester | Removing /*SUPPRESS xxx*/ |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark | More SvPV consting. And other related drive-by refactoring. |
blob | commitdiff | diff to current |
2005-06-09 |
Jarkko Hietaniemi | instead of unions use double cast for data pointer... |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | Nuke some more n_a, and convert S_gv_ename from char... |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | More SvPV consting |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | More SvPV consting. |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester | Random cleanups #47 |
blob | commitdiff | diff to current |
2005-06-07 |
Todd C. Miller | [perl #36193] crash in Perl_yyerror due to missing... |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester | Unvoid SvUPGRADE |
blob | commitdiff | diff to current |
2005-06-03 |
Andy Lester | Clean up UNI* macros in toke.c |
blob | commitdiff | diff to current |
2005-06-03 |
Nicholas Clark | Use newSVhek where we're generating SVs from package... |
blob | commitdiff | diff to current |
2005-06-03 |
Andy Lester | Random consting |
blob | commitdiff | diff to current |
2005-06-02 |
Nicholas Clark | 24672 is innocent. valgrind + perl's malloc considered... |
blob | commitdiff | diff to current |
2005-06-02 |
Nicholas Clark | Changes 24660 and 24665 both introduced errors into... |
blob | commitdiff | diff to current |
2005-06-02 |
Nicholas Clark | Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which... |
blob | commitdiff | diff to current |
2005-06-02 |
Andy Lester | Quotes fixed, see also perl #36079 |
blob | commitdiff | diff to current |
2005-05-26 |
Nicholas Clark | Store the package name as a shared HEK. |
blob | commitdiff | diff to current |
2005-05-24 |
Andy Lester | embed.fnc cleanup + SvPVX_const usage |
blob | commitdiff | diff to current |
2005-05-24 |
Rafael Garcia-Suarez | The tokenizer should expect an operator after qw(). |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark | Move hv_name, hv_eiter and hv_riter into a new aux... |
blob | commitdiff | diff to current |
2005-05-20 |
Steve Peters | SvPVX_const() - Patch #1 |
blob | commitdiff | diff to current |
2005-05-16 |
Andy Lester | consting-eleventy.patch: More consts, plus actual bug fix |
blob | commitdiff | diff to current |
2005-05-12 |
Rafael Garcia-Suarez | Silence DEBUGGING compilation warnings |
blob | commitdiff | diff to current |
2005-05-12 |
Rafael Garcia-Suarez | SvUPGRADE doesn't return false. |
blob | commitdiff | diff to current |
2005-05-11 |
Rafael Garcia-Suarez | Include vim/emacs modelines in generated files to open... |
blob | commitdiff | diff to current |
2005-05-10 |
Jarkko Hietaniemi | potential [PATCH] Tru64 crank up strictness |
blob | commitdiff | diff to current |
2005-05-10 |
Rafael Garcia-Suarez | Add editor boilerplates to all C files |
blob | commitdiff | diff to current |
2005-05-10 |
Nicholas Clark | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ |
blob | commitdiff | diff to current |
2005-05-09 |
Andy Lester | attributes-two.patch, the next batch |
blob | commitdiff | diff to current |
2005-05-09 |
Steve Peters | Sv_*set() doc's and extra const's for the SvPVX_const... |
blob | commitdiff | diff to current |
2005-04-25 |
Jarkko Hietaniemi | combopatch |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi | Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-19 |
Steve Peters | Refactoring to Sv*_set() macros - patch #5 |
blob | commitdiff | diff to current |
2005-04-18 |
Nicholas Clark | SvPV_renew also calls SvLEN_set |
blob | commitdiff | diff to current |
next |