| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | minor optimization (avoid double sv_upgrade() for "our Foo $bar;") | Gurusamy Sarathy | 2000-01-14 | 1 | -5/+5 |
* | nailed "our" declarations, and better warnings on duplicate | Gurusamy Sarathy | 2000-01-14 | 1 | -4/+14 |
* | avoid spurious "Useless use of variable" warning on C<our $foo;> | Gurusamy Sarathy | 2000-01-14 | 1 | -1/+2 |
* | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 1 | -5/+19 |
* | USE_ITHREADS tweak (reused pad values could be SvREADONLY if | Gurusamy Sarathy | 2000-01-06 | 1 | -1/+5 |
* | constant ranges could escape bareword check in list context | Gurusamy Sarathy | 2000-01-06 | 1 | -0/+1 |
* | disable optimization in change#3612 for join() and quotemeta()--this | Gurusamy Sarathy | 2000-01-02 | 1 | -39/+1 |
* | bring in basic threads stuff under USE_ITHREADS | Gurusamy Sarathy | 1999-12-23 | 1 | -2/+2 |
* | USE_ITHREADS tweaks and notes | Gurusamy Sarathy | 1999-12-09 | 1 | -5/+11 |
* | make File::Glob::glob() the default for CORE::glob() | Gurusamy Sarathy | 1999-12-05 | 1 | -2/+2 |
* | better implementation of change#3326; open(local $foo,...) now | Gurusamy Sarathy | 1999-12-04 | 1 | -13/+33 |
* | various File::Glob fixes for DOSISH platforms | Paul Moore | 1999-12-02 | 1 | -1/+1 |
* | avoid PTR->IV cast warnings | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+1 |
* | minor USE_ITHREADS tweaks | Gurusamy Sarathy | 1999-12-01 | 1 | -12/+12 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -33/+44 |
* | tweak for win32 build | Gurusamy Sarathy | 1999-11-14 | 1 | -2/+2 |
* | sundry cleanups for cloned interpreters (only known failure mode | Gurusamy Sarathy | 1999-11-14 | 1 | -9/+21 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-13 | 1 | -13/+42 |
|\ |
|