| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate with Sarathy. perl.h and util.c required manual resolving. | Jarkko Hietaniemi | 1999-08-01 | 1 | -1/+6 |
* | 64-bit work. Now 32-bit platforms get a 100% make test | Jarkko Hietaniemi | 1999-08-01 | 1 | -0/+12 |
* | optimize method name lookup | Chip Salzenberg | 1999-07-26 | 1 | -10/+26 |
* | allow arrow omission in $foo[10]->('foo') etc. (but not in | Stephen McCamant | 1999-07-26 | 1 | -21/+0 |
* | fix bug in change#3728 that might free COPs prematurely; | Gurusamy Sarathy | 1999-07-25 | 1 | -40/+56 |
* | applied suggested patch for tracking line numbers correctly in | Hugo van der Sanden | 1999-07-23 | 1 | -2/+10 |
* | emit warning about function calls that were encountered too early | Gurusamy Sarathy | 1999-07-23 | 1 | -2/+17 |
* | allow $foo{$x} and $bar[$i] for (\$) prototype | Gurusamy Sarathy | 1999-07-17 | 1 | -0/+2 |
* | fixups for sundry warnings about function pointers | Gurusamy Sarathy | 1999-07-12 | 1 | -1/+1 |
* | change#3612 was buggy and failed to build Tk; applied Ilya's | Gurusamy Sarathy | 1999-07-11 | 1 | -4/+8 |
* | fixes for logical bugs in the lexwarn patch; other tweaks to avoid | Gurusamy Sarathy | 1999-07-08 | 1 | -5/+4 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -13/+22 |
* | Eliminate CONDOPs | Stephen McCamant | 1999-07-07 | 1 | -38/+37 |
* | memleak in optimizer | Hugo van der Sanden | 1999-07-07 | 1 | -5/+11 |
* | make diagnostic on C<my $^I> etc., more readable | Gurusamy Sarathy | 1999-07-07 | 1 | -1/+1 |
* | Optimize away OP_SASSIGN | Ilya Zakharevich | 1999-07-06 | 1 | -3/+67 |
* | slightly tweaked version of suggested patch | Dan Sugalski | 1999-07-06 | 1 | -4/+4 |
* | allow C<-foo> under C<use integer> (behavior of C<-$string> | Gurusamy Sarathy | 1999-07-05 | 1 | -1/+7 |
* | remove misleading info on defined(&func), unclutter deprecation | Gurusamy Sarathy | 1999-07-04 | 1 | -2/+2 |
* | fix indents | Gurusamy Sarathy | 1999-06-27 | 1 | -16/+20 |
* | fix coredumper in change#3498 | Gurusamy Sarathy | 1999-06-13 | 1 | -1/+1 |
* | truncate() has a peculiar exemption from strict barewords, even | Gurusamy Sarathy | 1999-06-11 | 1 | -2/+5 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -137/+137 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -128/+110 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -16/+17 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-06-02 | 1 | -0/+24 |
|\ |
|
| * | PATCH (5.005_57): defined(@a) now deprecated | Mark-Jason Dominus | 1999-05-28 | 1 | -0/+24 |
* | | remove stray K&R-isms | Gurusamy Sarathy | 1999-06-02 | 1 | -2/+1 |
* | | change#3447 didn't do enough to exempt Foo->bar(qw/.../) from | Gurusamy Sarathy | 1999-06-01 | 1 | -0/+5 |
* | | change#3449 wasn't doing enough | Gurusamy Sarathy | 1999-05-28 | 1 | -3/+5 |
|/ |
|
* | fix bogus line numbers for void context warnings | Gurusamy Sarathy | 1999-05-24 | 1 | -9/+13 |
* | name PL_in_eval bits | Hugo van der Sanden | 1999-05-24 | 1 | -3/+5 |
* | oops, some files missing in change#3449 | Gurusamy Sarathy | 1999-05-24 | 1 | -0/+25 |
* | redo change#2061 and parts of change#1169 with code in the | Gurusamy Sarathy | 1999-05-24 | 1 | -6/+31 |
* | Experimental "slab" allocator for ops. | Nick Ing-Simmons | 1999-05-14 | 1 | -20/+59 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 1 | -4/+4 |
* | applied suggested patch, with win32 and PERL_OBJECT additions | Tom Hughes | 1999-05-10 | 1 | -0/+2 |
* | allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.) | Gurusamy Sarathy | 1999-05-08 | 1 | -1/+1 |
* | Tweaks to open(my $fh,...) stuff | Nick Ing-Simmons | 1999-05-08 | 1 | -3/+10 |
* | Implement open( my $fh, ...) and similar. | Nick Ing-Simmons | 1999-05-07 | 1 | -2/+11 |
* | fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of | Gurusamy Sarathy | 1999-05-06 | 1 | -4/+3 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -7/+7 |
* | fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo> | Gurusamy Sarathy | 1999-03-28 | 1 | -1/+1 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | change#3067 failed package.t due to needless creation of $a and $b; | Gurusamy Sarathy | 1999-03-12 | 1 | -6/+3 |
* | fix parsing of here documents in C<eval 's/.../<<FOO/e'> | Gurusamy Sarathy | 1999-03-09 | 1 | -1/+4 |
* | use yyerror() instead of croak() so that compile-time failures in | Gurusamy Sarathy | 1999-03-09 | 1 | -2/+3 |
* | exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo | Graham Barr | 1999-03-04 | 1 | -0/+5 |
* | todo item: permit extended control variables a la ${^Foo} (patch | Gurusamy Sarathy | 1999-02-28 | 1 | -1/+15 |
* | fix longstanding bug: searches for lexicals originating within eval'' | Gurusamy Sarathy | 1999-02-28 | 1 | -6/+12 |