summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-6/+6
* SvPVX_const - patch #2Steve Peters2005-05-211-15/+15
* Remove PMROOT and replace it with a small shell script. Er, magic.Nicholas Clark2005-05-201-13/+21
* Attribute configurationAndy Lester2005-05-201-5/+1
* perl 5.9.x (@ 24471): Symbian updateJarkko Hietaniemi2005-05-171-6/+5
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-2/+2
* As we have the length of the string easily to hand, no reason not toNicholas Clark2005-05-101-3/+4
* attributes-two.patch, the next batchAndy Lester2005-05-091-2/+1
* GCC attributes!Andy Lester2005-05-071-0/+1
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-3/+4
* Symbian port of PerlJarkko Hietaniemi2005-04-211-4/+53
* DEBUG_LEAKING_SCALARS could use the value of a freed PL_opDave Mitchell2005-04-191-0/+4
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-5/+4
* Fix for:bstrand@switchmanagement.com2005-04-141-0/+2
* Don't PERL_HASH(SvUVX(...)...) as it's actually a set.Nicholas Clark2005-04-121-3/+25
* Refactoring to Sv*_set() macros - patch #2Steve Peters2005-04-081-1/+1
* Down with C++ reserved namesNicholas Clark2005-04-051-3/+3
* const-eight.diffAndy Lester2005-04-041-70/+67
* Clean-up some warnings when compiling on Win32 with VC++Steve Hay2005-03-291-5/+5
* Downconst external APIsRafael Garcia-Suarez2005-03-291-5/+4
* Need to return something when the compiler doesn't know that aNicholas Clark2005-03-261-0/+5
* Consting fiveAndy Lester2005-03-251-1/+1
* Re: [perl #34568] Perl crashes reading past the end of a heap block while par...Gurusamy Sarathy2005-03-251-2/+1
* Consting part 4Andy Lester2005-03-251-6/+9
* Third consting batchAndy Lester2005-03-241-22/+22
* More consting goodnessAndy Lester2005-03-211-5/+5
* More const parmsAndy Lester2005-03-181-2/+2
* Adding const qualifiersAndy Lester2005-03-141-1/+1
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-1/+1
* sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.Nicholas Clark2005-01-141-1/+1
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-29/+24
* Update copyright years.Nicholas Clark2005-01-041-1/+1
* strEQ/strNE of 1 character strings seems better hand inlined,Nicholas Clark2005-01-011-7/+11
* gv_fullname4() can get rid of the main:: for us.Nicholas Clark2004-12-031-3/+1
* $foo::_ was wrongly forced as $main::_.Rafael Garcia-Suarez2004-12-031-1/+2
* Fix Win32 breakage caused by changes to op.c in change 23433.Steve Hay2004-11-161-4/+16
* Add some descriptive text from Larry to op.c on how optrees are builtDave Mitchell2004-11-121-2/+37
* Turn regcomp into a list opDave Mitchell2004-10-101-7/+51
* fields.pm lost compile-time benefitRick Delaney2004-09-011-0/+81
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+24
* for (reverse @foo) now iterates in reverse in place.Nicholas Clark2004-07-151-1/+10
* Optimise for (reverse ...)Nicholas Clark2004-07-151-5/+6
* Now optimising for $a (reverse ...)Nicholas Clark2004-07-151-3/+22
* "That's the way to do it"Nicholas Clark2004-07-141-5/+5
* Optimise foreach my $i (reverse ...)Nicholas Clark2004-07-141-0/+61
* Optimise list context reverse sort to reverse as part of the sort opNicholas Clark2004-07-131-6/+24
* A proper, working, stable optimisation for sort {$b cmp $a}Nicholas Clark2004-07-131-4/+0
* The current optimisation for sort {$b cmp $a} is bogus now that weNicholas Clark2004-07-131-6/+11