| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate with mainperl. | Jarkko Hietaniemi | 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 |
* | bring '*' prototype closer to how it behaves internally | Gurusamy Sarathy | 1999-02-19 | 1 | -10/+4 |
* | distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation | Gurusamy Sarathy | 1999-02-18 | 1 | -2/+2 |
* | add const qualifier to most char* prototypes, handle ripple effect | Gurusamy Sarathy | 1999-02-15 | 1 | -1/+1 |
* | allow C<select('foo')> to autovivify *foo (SelectSaver expects that) | Gurusamy Sarathy | 1999-02-14 | 1 | -0/+1 |
* | allow boolean assign ops to be lvalues | Gurusamy Sarathy | 1999-02-12 | 1 | -2/+4 |
* | fix ops that are not filehandle constructors to not create GV if it | Gurusamy Sarathy | 1999-02-12 | 1 | -3/+34 |
* | properly prototype check parenthesized unary ops (e.g. defined(&a,&b)) | Gurusamy Sarathy | 1999-02-07 | 1 | -3/+12 |
* | various win32-ish changes merged from maint-5.005 | Gurusamy Sarathy | 1999-02-01 | 1 | -3/+1 |
* | various tweaks for clean build and test on win32 | Gurusamy Sarathy | 1999-01-17 | 1 | -1/+2 |
* | PERL_OBJECTness for change#2595 | Gurusamy Sarathy | 1999-01-17 | 1 | -2/+3 |
* | From: Hans Mulder <hansm@icgroup.nl> | Jarkko Hietaniemi | 1999-01-13 | 1 | -1/+62 |
* | From: Hugo van der Sanden <hv@crypt.compulink.co.uk> | Jarkko Hietaniemi | 1999-01-01 | 1 | -1/+2 |
* | To: perl5-porters@perl.com | Mark-Jason Dominus | 1998-12-21 | 1 | -1/+1 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -16/+32 |
* | various fixes for race conditions under threads: mutex locks based | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+6 |
* | make $1 et al readonly under threads; make C<undef $1> fail like | Gurusamy Sarathy | 1998-11-28 | 1 | -0/+10 |
* | fix C<if (...) { package Foo; ... }> misoptimization that fails | Gurusamy Sarathy | 1998-11-26 | 1 | -0/+1 |
* | allow C<sort $coderef @foo> | Gurusamy Sarathy | 1998-11-17 | 1 | -0/+2 |