This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Etta James presents: More consting
[perl5.git] / op.c
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-30 Nicholas ClarkFunctions that die aren't exactly well used code.
2005-10-30 Nicholas Clarksave_hints is a mathom.
2005-10-28 Steve PetersAdd a new file, mathoms.c, to hold old code kept around...
2005-10-24 Robin HoustonRe: do { EXPR for EXPR }
2005-10-19 Robin HoustonRe: [PATCH] Re: [perl #37350] $#{@$aref} in debugger...
2005-10-17 Steve HayMake some casts explicit to keep VC++ 7 happy
2005-10-15 Hugo van der Sandenpre{inc,dec} is faster, even with integers
2005-10-13 Andy LesterStas' croak patch and then some
2005-09-27 Rafael Garcia-SuarezFix the overriding of CORE::do, just like change 25599
2005-09-27 Rafael Garcia-SuarezMicro-optimisation: use PL_globalstash instead of looki...
2005-09-26 Rafael Garcia-SuarezCORE::require was always parsed as require().
2005-09-01 Rafael Garcia-SuarezAdd the "no 6" / "no v6" syntax.
2005-08-31 Rafael Garcia-SuarezFix for [perl #37036] perl segfault at 'compile'-time
2005-08-08 Andy LesterPost-OSCON NN/NULLOK-ing
2005-07-29 Andy LesterMore embed.fnc goodness
2005-07-18 Andy LesterThe continuing plod through embed.fnc
2005-07-15 Andy Lestermore embed cleanup
2005-07-13 Andy LesterMore embed.fnc plowing
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-20 Rick DelaneyRe: [PATCH replacement] Re: [perl #36313] perl -e ...
2005-06-16 Salvador FandiñoSubs with builtin attributes shouldn't be made constant
2005-06-15 Salvador FandiXXo[perl #36297] builtin attrs on subrutine declarations
2005-06-13 Nicholas ClarkWith shared hash key scalars now accessing the hash...
2005-06-10 Nicholas ClarkMove SvPV consting, remove an n_a, and correct one...
2005-06-08 Nicholas ClarkMore SvPV consting
2005-06-08 Nicholas ClarkNuke some more n_a, and convert S_gv_ename from char...
2005-06-07 Andy LesterRandom cleanups #47
2005-06-07 Nicholas ClarkLots of consting
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-03 Nicholas ClarkUse newSVhek where we're generating SVs from package...
2005-06-01 Stephen McCamantRe: [patch] teach B::Concise to see XS code
2005-05-30 Andy Lester[PATCH] More embed.fnc strictures, plus consting and...
2005-05-26 Nicholas ClarkStore the package name as a shared HEK.
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Steve PetersSvPVX_const - patch #2
2005-05-20 Nicholas ClarkRemove PMROOT and replace it with a small shell script...
2005-05-20 Andy LesterAttribute configuration
2005-05-17 Jarkko Hietaniemiperl 5.9.x (@ 24471): Symbian update
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-10 Nicholas ClarkAs we have the length of the string easily to hand...
2005-05-09 Andy Lesterattributes-two.patch, the next batch
2005-05-07 Andy LesterGCC attributes!
2005-05-07 Dave Mitchellwhile (my $x ...) { ...; redo } shouldn't undef $x.
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Dave MitchellDEBUG_LEAKING_SCALARS could use the value of a freed...
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-14 bstrand@switchmana... Fix for:
2005-04-12 Nicholas ClarkDon't PERL_HASH(SvUVX(...)...) as it's actually a set.
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #2
2005-04-05 Nicholas ClarkDown with C++ reserved names
2005-04-04 Andy Lesterconst-eight.diff
2005-03-29 Steve HayClean-up some warnings when compiling on Win32 with...
2005-03-29 Rafael Garcia-SuarezDownconst external APIs
2005-03-26 Nicholas ClarkNeed to return something when the compiler doesn't...
2005-03-25 Andy LesterConsting five
2005-03-25 Gurusamy SarathyRe: [perl #34568] Perl crashes reading past the end...
2005-03-25 Andy LesterConsting part 4
2005-03-24 Andy LesterThird consting batch
2005-03-21 Andy LesterMore consting goodness
2005-03-18 Andy LesterMore const parms
2005-03-14 Andy LesterAdding const qualifiers
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2005-01-14 Nicholas Clarksv_catpvf holds no advantage over sv_catpv when the...
2005-01-07 Nicholas ClarkStage 1 of utf8 support for soft references.
2005-01-04 Nicholas ClarkUpdate copyright years.
2005-01-01 Nicholas ClarkstrEQ/strNE of 1 character strings seems better hand...
2004-12-03 Nicholas Clarkgv_fullname4() can get rid of the main:: for us.
2004-12-03 Rafael Garcia-Suarez$foo::_ was wrongly forced as $main::_.
2004-11-16 Steve HayFix Win32 breakage caused by changes to op.c in change...
2004-11-12 Dave MitchellAdd some descriptive text from Larry to op.c on how...
2004-10-10 Dave MitchellTurn regcomp into a list op
2004-09-01 Rick Delaneyfields.pm lost compile-time benefit
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-15 Nicholas Clarkfor (reverse @foo) now iterates in reverse in place.
2004-07-15 Nicholas ClarkOptimise for (reverse ...)
2004-07-15 Nicholas ClarkNow optimising for $a (reverse ...)
2004-07-14 Nicholas Clark"That's the way to do it"
2004-07-14 Nicholas ClarkOptimise foreach my $i (reverse ...)
2004-07-13 Nicholas ClarkOptimise list context reverse sort to reverse as part...
2004-07-13 Nicholas ClarkA proper, working, stable optimisation for sort {$b...
2004-07-13 Nicholas ClarkThe current optimisation for sort {$b cmp $a} is bogus...
2004-06-24 Marcus Holland-MoritzFix for: [perl #2738] perl segfautls on input
2004-05-22 Dave Mitchell [perl #29790] Optimization busted: '@a = "b", sort...
2004-05-11 Yitzchak Scott-Tho... void context !~ generates "Useless use of not at line...
2004-05-04 Dave Mitchell[perl #29340] Bizarre copy of ARRAY
2004-04-19 Rafael Garcia-SuarezFix for [perl #28919] : sometimes the function ck_ftst...
2004-04-07 Rafael Garcia-SuarezThe optree builder was looping when constructing the ops
2004-04-01 Dave MitchellFix change #22376. Only mark a const as short-circuited
2004-04-01 Marcus Holland-MoritzFix and tests for [perl #28123] Perl optimizes // away...
2004-03-26 Dave Mitchell [perl #27040] - hints hash was being double freed...
2004-03-17 Rafael Garcia-SuarezOptimize away the assignment in the constructs C<my...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-14 Dave Mitchell[perl #27628] strict 'subs' didn't warn on bareword...
2004-03-09 Rafael Garcia-SuarezImprove the "Prototype mismatch" error message when
next