2000-08-01 |
M. J. T. Guy |
allow non-variable as lhs of non-updating tr/// |
blob | commitdiff |
2000-07-24 |
M. J. T. Guy |
Bind op fix. |
blob | commitdiff | diff to current |
2000-07-14 |
Gurusamy Sarathy |
enable UTF-16 filter by default if relevant BOM is... |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6268..6282 into mainline |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6252..6260 into mainline |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6224..6229 into mainline |
blob | commitdiff | diff to current |
2000-07-04 |
Jarkko Hietaniemi |
Win32 patches for cfgperl from Sarathy. |
blob | commitdiff | diff to current |
2000-06-29 |
Doug MacEachern |
xsub attributes |
blob | commitdiff | diff to current |
2000-06-29 |
Doug MacEachern |
Re: [PATCH] Re: Speeding up method lookups |
blob | commitdiff | diff to current |
2000-06-28 |
Doug MacEachern |
Re: [PATCH] "Constant subroutine redefined" mandatory... |
blob | commitdiff | diff to current |
2000-06-23 |
Doug MacEachern |
"Constant subroutine redefined" mandatory warning |
blob | commitdiff | diff to current |
2000-06-23 |
Doug MacEachern |
[PATCH] remove forward declarations in Socket.pm |
blob | commitdiff | diff to current |
2000-06-03 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-06-02 |
Gurusamy Sarathy |
fix yet another eval"" leak under USE_ITHREADS |
blob | commitdiff | diff to current |
2000-06-02 |
Gurusamy Sarathy |
fix small eval"" memory leaks under USE_ITHREADS |
blob | commitdiff | diff to current |
2000-05-31 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-05-31 |
Jarkko Hietaniemi |
microperl changes from Simon Cozens; Makefile for microperl |
blob | commitdiff | diff to current |
2000-05-31 |
Gurusamy Sarathy |
scalar() doesn't force scalar context when used in... |
blob | commitdiff | diff to current |
2000-05-30 |
Gurusamy Sarathy |
fix memory leak in C<eval "BEGIN {}"> (bug in change... |
blob | commitdiff | diff to current |
2000-05-30 |
Gurusamy Sarathy |
fix memory leak in method call optimization (change... |
blob | commitdiff | diff to current |
2000-05-28 |
Gurusamy Sarathy |
fix bogus redeclaration warning for "our" variables... |
blob | commitdiff | diff to current |
2000-05-23 |
Charles Bailey |
Resync with mainline prior to post-5.6.0 updates |
blob | commitdiff | diff to current |
2000-04-28 |
Gurusamy Sarathy |
glob() loading File::Glob behind the scenes may cause... |
blob | commitdiff | diff to current |
2000-04-28 |
Gurusamy Sarathy |
under useithreads, constant pad entries could inadverte... |
blob | commitdiff | diff to current |
2000-04-27 |
Gurusamy Sarathy |
avoid "will not stay shared" warnings for our variables... |
blob | commitdiff | diff to current |
2000-04-27 |
Gurusamy Sarathy |
patch from Larry to make (\&) prototype work; added... |
blob | commitdiff | diff to current |
2000-04-27 |
Gurusamy Sarathy |
longstanding bug exposed by change#3307: sort arguments... |
blob | commitdiff | diff to current |
2000-04-24 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-04-24 |
Gurusamy Sarathy |
arrange for next() to resume at the unstack op rather... |
blob | commitdiff | diff to current |
2000-03-21 |
Gurusamy Sarathy |
make parenthetic warnings look consistent; make diagnos... |
blob | commitdiff | diff to current |
2000-03-20 |
Gurusamy Sarathy |
autovivify open($fh[0],...) properly |
blob | commitdiff | diff to current |
2000-03-19 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
2000-03-19 |
Gurusamy Sarathy |
support for C<use vmsish 'hushed'>; move VMSISH_EXIT... |
blob | commitdiff | diff to current |
2000-03-19 |
Gurusamy Sarathy |
fix sort optimizer to not hang inside loops |
blob | commitdiff | diff to current |
2000-03-19 |
Gurusamy Sarathy |
warn about CHECK and INIT blocks encountered at run... |
blob | commitdiff | diff to current |
2000-03-18 |
Jarkko Hietaniemi |
Use the newSVuv(). |
blob | commitdiff | diff to current |
2000-03-17 |
Gurusamy Sarathy |
propagate CvFLAGS() into clones |
blob | commitdiff | diff to current |
2000-03-13 |
Gurusamy Sarathy |
cleaner logic in op.c, also avoids QNX optimizer bug... |
blob | commitdiff | diff to current |
2000-03-12 |
Gurusamy Sarathy |
another optimized-OP_SASSIGN bug: ops that were not... |
blob | commitdiff | diff to current |
2000-03-09 |
Gurusamy Sarathy |
support binmode(F,":crlf") and use open IN => ":raw... |
blob | commitdiff | diff to current |
2000-03-09 |
Gurusamy Sarathy |
demand-load utf8.pm in swash routines |
blob | commitdiff | diff to current |
2000-03-08 |
Gurusamy Sarathy |
do FILE should not see outside lexicals (from Rick... |
blob | commitdiff | diff to current |
2000-03-08 |
Gurusamy Sarathy |
abstract code for C<use Foo 1.23 @ary;> into a Perl_loa... |
blob | commitdiff | diff to current |
2000-03-08 |
Gurusamy Sarathy |
add missing locks for op refcounts |
blob | commitdiff | diff to current |
2000-03-05 |
Gurusamy Sarathy |
fixes for most warnings identified by gcc -Wall |
blob | commitdiff | diff to current |
2000-03-03 |
Gurusamy Sarathy |
support for list assignment to pseudohashes (from John... |
blob | commitdiff | diff to current |
2000-03-02 |
Gurusamy Sarathy |
avoid useless comparison |
blob | commitdiff | diff to current |
2000-02-27 |
Gurusamy Sarathy |
avoid compiler warnings (from Dan Sugalski) |
blob | commitdiff | diff to current |
2000-02-25 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-02-25 |
Gurusamy Sarathy |
change#4849 wasn't restoring savestack correctly; make... |
blob | commitdiff | diff to current |
2000-02-24 |
Gisle Aas |
More UTF8_MAXLEN fixes |
blob | commitdiff | diff to current |
2000-02-21 |
Gurusamy Sarathy |
remove dual-valueness of v-strings (i.e., they are... |
blob | commitdiff | diff to current |
2000-02-20 |
Gurusamy Sarathy |
lexical warnings update, ability to inspect bitmask... |
blob | commitdiff | diff to current |
2000-02-20 |
Gurusamy Sarathy |
glob() takes one or no user arguments and a non-user... |
blob | commitdiff | diff to current |
2000-02-19 |
Gurusamy Sarathy |
more B fixups to cope with empty GVs (these can only... |
blob | commitdiff | diff to current |
2000-02-19 |
Gurusamy Sarathy |
s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131 |
blob | commitdiff | diff to current |
2000-02-19 |
Gurusamy Sarathy |
rename "Probable precendence problem" diagnostic to... |
blob | commitdiff | diff to current |
2000-02-15 |
Gurusamy Sarathy |
fix change#5104 under useithreads |
blob | commitdiff | diff to current |
2000-02-15 |
Gurusamy Sarathy |
optimize pseudohash slice in array slice at compile... |
blob | commitdiff | diff to current |
2000-02-15 |
Gurusamy Sarathy |
fix misoptimization of C<my($x,$y); $x = $y = 1 + ... |
blob | commitdiff | diff to current |
2000-02-13 |
Gurusamy Sarathy |
more purification (pp_require() could access free memor... |
blob | commitdiff | diff to current |
2000-02-09 |
Charles Bailey |
Resync with mainline |
blob | commitdiff | diff to current |
2000-02-08 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-02-06 |
Gurusamy Sarathy |
set SvUTF8 on vectors only if there are chars > 127... |
blob | commitdiff | diff to current |
2000-02-04 |
Gurusamy Sarathy |
patch to provide more informative names for evals and... |
blob | commitdiff | diff to current |
2000-02-04 |
Gurusamy Sarathy |
fix pad_alloc panic from C<my $w; sub { my($i) = @_... |
blob | commitdiff | diff to current |
2000-02-01 |
Gurusamy Sarathy |
HINT_UTF8 is not propagated to the op tree anymore... |
blob | commitdiff | diff to current |
2000-01-31 |
Gurusamy Sarathy |
introduce $^U, a global bit to indicate whether system |
blob | commitdiff | diff to current |
2000-01-31 |
Gurusamy Sarathy |
runtime now looks at the SVf_UTF8 bit on the SV to... |
blob | commitdiff | diff to current |
2000-01-28 |
Gurusamy Sarathy |
autogenerate API listing from comments in the source... |
blob | commitdiff | diff to current |
2000-01-26 |
Gurusamy Sarathy |
s/STOP/CHECK/ blocks |
blob | commitdiff | diff to current |
2000-01-25 |
Gurusamy Sarathy |
produce redeclaration warning on C<our $foo; { our... |
blob | commitdiff | diff to current |
2000-01-23 |
Gurusamy Sarathy |
change#4866 was flawed; revert and add better fix for... |
blob | commitdiff | diff to current |
2000-01-23 |
Gurusamy Sarathy |
optimize away runtime code for our($foo) (also avoid... |
blob | commitdiff | diff to current |
2000-01-23 |
Gurusamy Sarathy |
fix diagnostics to report "our" vs "my" correctly |
blob | commitdiff | diff to current |
2000-01-23 |
Gurusamy Sarathy |
fix localization in while BLOCK when there is a continu... |
blob | commitdiff | diff to current |
2000-01-23 |
Gurusamy Sarathy |
don't warn about masked lexical in C<if (my $x = 1... |
blob | commitdiff | diff to current |
2000-01-22 |
Gurusamy Sarathy |
wrong category for exec() warning |
blob | commitdiff | diff to current |
2000-01-22 |
Gurusamy Sarathy |
add patch for printf-style format typechecks (from... |
blob | commitdiff | diff to current |
2000-01-22 |
Gurusamy Sarathy |
fix deeply nested closures that have no references... |
blob | commitdiff | diff to current |
2000-01-21 |
Gurusamy Sarathy |
support for C<exists &func> (from Spider Boardman) |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey |
Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
2000-01-14 |
Gurusamy Sarathy |
minor optimization (avoid double sv_upgrade() for ... |
blob | commitdiff | diff to current |
2000-01-14 |
Gurusamy Sarathy |
nailed "our" declarations, and better warnings on duplicate |
blob | commitdiff | diff to current |
2000-01-14 |
Gurusamy Sarathy |
avoid spurious "Useless use of variable" warning on... |
blob | commitdiff | diff to current |
2000-01-13 |
Gurusamy Sarathy |
support delete() and exists() on array, tied array... |
blob | commitdiff | diff to current |
2000-01-06 |
Gurusamy Sarathy |
USE_ITHREADS tweak (reused pad values could be SvREADON... |
blob | commitdiff | diff to current |
2000-01-06 |
Gurusamy Sarathy |
constant ranges could escape bareword check in list... |
blob | commitdiff | diff to current |
2000-01-02 |
Gurusamy Sarathy |
disable optimization in change#3612 for join() and... |
blob | commitdiff | diff to current |
1999-12-23 |
Gurusamy Sarathy |
bring in basic threads stuff under USE_ITHREADS |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy |
integrate mainline changes |
blob | commitdiff | diff to current |
1999-12-09 |
Gurusamy Sarathy |
USE_ITHREADS tweaks and notes |
blob | commitdiff | diff to current |
1999-12-05 |
Gurusamy Sarathy |
make File::Glob::glob() the default for CORE::glob() |
blob | commitdiff | diff to current |
1999-12-04 |
Gurusamy Sarathy |
better implementation of change#3326; open(local $foo... |
blob | commitdiff | diff to current |
1999-12-02 |
Paul Moore |
various File::Glob fixes for DOSISH platforms |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
avoid PTR->IV cast warnings |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
minor USE_ITHREADS tweaks |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
more complete pseudo-fork() support for Windows |
blob | commitdiff | diff to current |
1999-11-14 |
Gurusamy Sarathy |
tweak for win32 build |
blob | commitdiff | diff to current |
1999-11-14 |
Gurusamy Sarathy |
sundry cleanups for cloned interpreters (only known... |
blob | commitdiff | diff to current |
next |