summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the overriding of CORE::do, just like change 25599Rafael Garcia-Suarez2005-09-271-5/+9
* Micro-optimisation: use PL_globalstash instead of looking upRafael Garcia-Suarez2005-09-271-2/+4
* CORE::require was always parsed as require().Rafael Garcia-Suarez2005-09-261-5/+7
* Add the "no 6" / "no v6" syntax.Rafael Garcia-Suarez2005-09-011-0/+2
* Fix for [perl #37036] perl segfault at 'compile'-timeRafael Garcia-Suarez2005-08-311-0/+1
* Post-OSCON NN/NULLOK-ingAndy Lester2005-08-081-6/+6
* More embed.fnc goodnessAndy Lester2005-07-291-27/+29
* The continuing plod through embed.fncAndy Lester2005-07-181-1/+1
* more embed cleanupAndy Lester2005-07-151-5/+5
* More embed.fnc plowingAndy Lester2005-07-131-11/+14
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-15/+17
* Making my way thru embed.fncAndy Lester2005-07-101-2/+2
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-1/+1
* Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crashRick Delaney2005-06-201-7/+7
* Subs with builtin attributes shouldn't be made constantSalvador FandiƱo2005-06-161-1/+1
* [perl #36297] builtin attrs on subrutine declarations Salvador FandiXXo2005-06-151-5/+6
* With shared hash key scalars now accessing the hash via the PVX, youNicholas Clark2005-06-131-25/+5
* Move SvPV consting, remove an n_a, and correct one error in Move()Nicholas Clark2005-06-101-6/+6
* More SvPV constingNicholas Clark2005-06-081-2/+2
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-9/+5
* Random cleanups #47Andy Lester2005-06-071-15/+23
* Lots of constingNicholas Clark2005-06-071-23/+47
* Unvoid SvUPGRADEAndy Lester2005-06-071-3/+3
* Use newSVhek where we're generating SVs from package namesNicholas Clark2005-06-031-8/+3
* Re: [patch] teach B::Concise to see XS codeStephen McCamant2005-06-011-0/+1
* [PATCH] More embed.fnc strictures, plus consting and localizingAndy Lester2005-05-301-2/+3
* Store the package name as a shared HEK.Nicholas Clark2005-05-261-2/+2
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-22/+10
* 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