| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-31 | 1 | -1/+2 |
|\ |
|
| * | scalar() doesn't force scalar context when used in void context | Gurusamy Sarathy | 2000-05-31 | 1 | -1/+2 |
* | | microperl changes from Simon Cozens; Makefile for microperl | Jarkko Hietaniemi | 2000-05-31 | 1 | -3/+4 |
|/ |
|
* | fix memory leak in C<eval "BEGIN {}"> (bug in change#4579) | Gurusamy Sarathy | 2000-05-30 | 1 | -16/+16 |
* | fix memory leak in method call optimization (change#3768); | Gurusamy Sarathy | 2000-05-30 | 1 | -0/+1 |
* | fix bogus redeclaration warning for "our" variables in different | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+1 |
* | glob() loading File::Glob behind the scenes may cause syntax errors | Gurusamy Sarathy | 2000-04-28 | 1 | -2/+9 |
* | under useithreads, constant pad entries could inadvertently be | Gurusamy Sarathy | 2000-04-28 | 1 | -3/+12 |
* | avoid "will not stay shared" warnings for our variables (from | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+4 |
* | patch from Larry to make (\&) prototype work; added tests for | Gurusamy Sarathy | 2000-04-27 | 1 | -3/+5 |
* | longstanding bug exposed by change#3307: sort arguments weren't | Gurusamy Sarathy | 2000-04-27 | 1 | -6/+16 |
* | arrange for next() to resume at the unstack op rather than the | Gurusamy Sarathy | 2000-04-24 | 1 | -3/+4 |
* | make parenthetic warnings look consistent; make diagnostic on | Gurusamy Sarathy | 2000-03-21 | 1 | -4/+4 |
* | autovivify open($fh[0],...) properly | Gurusamy Sarathy | 2000-03-20 | 1 | -0/+7 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-19 | 1 | -1/+2 |
|\ |
|
| * | Use the newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -1/+2 |
* | | support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+14 |
* | | fix sort optimizer to not hang inside loops | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+6 |
* | | warn about CHECK and INIT blocks encountered at run time | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+8 |
|/ |
|
* | propagate CvFLAGS() into clones | Gurusamy Sarathy | 2000-03-17 | 1 | -2/+1 |
* | cleaner logic in op.c, also avoids QNX optimizer bug (from Norton | Gurusamy Sarathy | 2000-03-13 | 1 | -3/+2 |
* | another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX | Gurusamy Sarathy | 2000-03-12 | 1 | -7/+4 |
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -0/+30 |
* | demand-load utf8.pm in swash routines | Gurusamy Sarathy | 2000-03-09 | 1 | -1/+7 |
* | do FILE should not see outside lexicals (from Rick Delaney | Gurusamy Sarathy | 2000-03-08 | 1 | -1/+2 |
* | abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module() | Gurusamy Sarathy | 2000-03-08 | 1 | -17/+66 |
* | add missing locks for op refcounts | Gurusamy Sarathy | 2000-03-08 | 1 | -13/+0 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -27/+27 |
* | support for list assignment to pseudohashes (from John Tobey | Gurusamy Sarathy | 2000-03-03 | 1 | -5/+14 |
* | avoid useless comparison | Gurusamy Sarathy | 2000-03-02 | 1 | -1/+1 |
* | avoid compiler warnings (from Dan Sugalski) | Gurusamy Sarathy | 2000-02-27 | 1 | -1/+1 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-25 | 1 | -1/+5 |
|\ |
|
| * | change#4849 wasn't restoring savestack correctly; make loops that have | Gurusamy Sarathy | 2000-02-25 | 1 | -1/+5 |
* | | More UTF8_MAXLEN fixes | Gisle Aas | 2000-02-24 | 1 | -1/+1 |
|/ |
|
* | remove dual-valueness of v-strings (i.e., they are pure strings | Gurusamy Sarathy | 2000-02-21 | 1 | -3/+3 |
* | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 1 | -24/+20 |
* | glob() takes one or no user arguments and a non-user-visible second | Gurusamy Sarathy | 2000-02-20 | 1 | -1/+2 |
* | more B fixups to cope with empty GVs (these can only happen in pads) | Gurusamy Sarathy | 2000-02-19 | 1 | -4/+5 |
* | s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131 | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+2 |
* | rename "Probable precendence problem" diagnostic to "Bareword found | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+1 |
* | fix change#5104 under useithreads | Gurusamy Sarathy | 2000-02-15 | 1 | -6/+19 |
* | optimize pseudohash slice in array slice at compile time (from | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+56 |
* | fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from | Gurusamy Sarathy | 2000-02-15 | 1 | -1/+3 |
* | more purification (pp_require() could access free memory; vdie() | Gurusamy Sarathy | 2000-02-13 | 1 | -14/+24 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | patch to provide more informative names for evals and anonymous | Gurusamy Sarathy | 2000-02-04 | 1 | -11/+27 |
* | fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }> | Gurusamy Sarathy | 2000-02-04 | 1 | -2/+1 |
* | HINT_UTF8 is not propagated to the op tree anymore; add a | Gurusamy Sarathy | 2000-02-01 | 1 | -2/+4 |
* | introduce $^U, a global bit to indicate whether system | Gurusamy Sarathy | 2000-01-31 | 1 | -1/+1 |
* | runtime now looks at the SVf_UTF8 bit on the SV to decide | Gurusamy Sarathy | 2000-01-31 | 1 | -0/+2 |