summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
...
* constsub spillage.John Tobey2000-10-291-4/+6
* Locking null mutexes is not recommendable.Hugo van der Sanden2000-10-281-0/+5
* Re: [PATCH bleadperl] ripples from constsub patchJohn Tobey2000-10-271-2/+7
* Continue the internal UTF-8 API tweaking.Jarkko Hietaniemi2000-10-251-6/+6
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-7/+11
* Re: Creating const subs for constants.John Tobey2000-10-211-39/+111
* [ID 20001004.003] installman "Ambiguous call resolved as CORE::"nick@babyhippo.com2000-10-041-3/+0
* Re: [ID 20000828.017] bytecode fails with use subs;Nicholas Clark2000-10-021-0/+3
* Re: [ID 20000912.008] substr replacement of tainted data (bug) Radu Greab2000-10-021-0/+16
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-6/+6
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-6/+6
* C<@a = @b = split(...)> optimization coredumps under ithreadsGurusamy Sarathy2000-09-111-0/+4
* Optimizing hash keys into shared strings doesn't work with ithreads.Spider Boardman2000-09-081-2/+3
* Hash lookup of constant strings optimization:Nick Ing-Simmons2000-09-031-54/+68
* Document code point which makes if (defined %stash::) to workJarkko Hietaniemi2000-08-181-0/+8
* allow non-variable as lhs of non-updating tr///M. J. T. Guy2000-08-011-1/+3
* Bind op fix.M. J. T. Guy2000-07-241-3/+4
* enable UTF-16 filter by default if relevant BOM is seen; variousGurusamy Sarathy2000-07-141-1/+3
* integrate cfgperl changes#6268..6282 into mainlineGurusamy Sarathy2000-07-111-0/+31
* integrate cfgperl changes#6252..6260 into mainlineGurusamy Sarathy2000-07-111-7/+6
* integrate cfgperl changes#6224..6229 into mainlineGurusamy Sarathy2000-07-111-3/+9
* Integrate with Sarathy.Jarkko Hietaniemi2000-06-031-6/+8
|\
| * fix yet another eval"" leak under USE_ITHREADSGurusamy Sarathy2000-06-021-0/+1
| * fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-6/+7
* | Integrate with Sarathy.Jarkko Hietaniemi2000-05-311-1/+2
|\ \ | |/
| * scalar() doesn't force scalar context when used in void contextGurusamy Sarathy2000-05-311-1/+2
* | microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-3/+4
|/
* fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)Gurusamy Sarathy2000-05-301-16/+16
* fix memory leak in method call optimization (change#3768);Gurusamy Sarathy2000-05-301-0/+1
* fix bogus redeclaration warning for "our" variables in differentGurusamy Sarathy2000-05-281-0/+1
* glob() loading File::Glob behind the scenes may cause syntax errorsGurusamy Sarathy2000-04-281-2/+9
* under useithreads, constant pad entries could inadvertently beGurusamy Sarathy2000-04-281-3/+12
* avoid "will not stay shared" warnings for our variables (fromGurusamy Sarathy2000-04-271-1/+4
* patch from Larry to make (\&) prototype work; added tests forGurusamy Sarathy2000-04-271-3/+5
* longstanding bug exposed by change#3307: sort arguments weren'tGurusamy Sarathy2000-04-271-6/+16
* arrange for next() to resume at the unstack op rather than theGurusamy Sarathy2000-04-241-3/+4
* make parenthetic warnings look consistent; make diagnostic onGurusamy Sarathy2000-03-211-4/+4
* autovivify open($fh[0],...) properlyGurusamy Sarathy2000-03-201-0/+7
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-191-1/+2
|\
| * Use the newSVuv().Jarkko Hietaniemi2000-03-181-1/+2
* | support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-191-0/+14
* | fix sort optimizer to not hang inside loopsGurusamy Sarathy2000-03-191-0/+6
* | warn about CHECK and INIT blocks encountered at run timeGurusamy Sarathy2000-03-191-0/+8
|/
* propagate CvFLAGS() into clonesGurusamy Sarathy2000-03-171-2/+1
* cleaner logic in op.c, also avoids QNX optimizer bug (from NortonGurusamy Sarathy2000-03-131-3/+2
* another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEXGurusamy Sarathy2000-03-121-7/+4
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-0/+30
* demand-load utf8.pm in swash routinesGurusamy Sarathy2000-03-091-1/+7
* do FILE should not see outside lexicals (from Rick DelaneyGurusamy Sarathy2000-03-081-1/+2
* abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()Gurusamy Sarathy2000-03-081-17/+66