| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+17 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 1 | -12/+12 |
* | produce redeclaration warning on C<our $foo; { our $foo; ... }> | Gurusamy Sarathy | 2000-01-25 | 1 | -8/+25 |
* | change#4866 was flawed; revert and add better fix for warning | Gurusamy Sarathy | 2000-01-23 | 1 | -11/+4 |
* | optimize away runtime code for our($foo) (also avoid warnings) | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+9 |
* | fix diagnostics to report "our" vs "my" correctly | Gurusamy Sarathy | 2000-01-23 | 1 | -12/+20 |
* | fix localization in while BLOCK when there is a continue BLOCK | Gurusamy Sarathy | 2000-01-23 | 1 | -0/+3 |
* | don't warn about masked lexical in C<if (my $x = 1) { my $x; }>, | Gurusamy Sarathy | 2000-01-23 | 1 | -8/+5 |
* | wrong category for exec() warning | Gurusamy Sarathy | 2000-01-22 | 1 | -2/+4 |
* | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 1 | -8/+12 |
* | fix deeply nested closures that have no references to lexical in | Gurusamy Sarathy | 2000-01-22 | 1 | -21/+43 |
* | support for C<exists &func> (from Spider Boardman) | Gurusamy Sarathy | 2000-01-21 | 1 | -2/+9 |