summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* exempt $foo::a,$foo::b from warnings only if sort() was seen in package fooGraham Barr1999-03-041-0/+5
* todo item: permit extended control variables a la ${^Foo} (patchGurusamy Sarathy1999-02-281-1/+15
* fix longstanding bug: searches for lexicals originating within eval''Gurusamy Sarathy1999-02-281-6/+12
* bring '*' prototype closer to how it behaves internallyGurusamy Sarathy1999-02-191-10/+4
* distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagationGurusamy Sarathy1999-02-181-2/+2
* add const qualifier to most char* prototypes, handle ripple effectGurusamy Sarathy1999-02-151-1/+1
* allow C<select('foo')> to autovivify *foo (SelectSaver expects that)Gurusamy Sarathy1999-02-141-0/+1
* allow boolean assign ops to be lvaluesGurusamy Sarathy1999-02-121-2/+4
* fix ops that are not filehandle constructors to not create GV if itGurusamy Sarathy1999-02-121-3/+34
* properly prototype check parenthesized unary ops (e.g. defined(&a,&b))Gurusamy Sarathy1999-02-071-3/+12
* various win32-ish changes merged from maint-5.005Gurusamy Sarathy1999-02-011-3/+1
* various tweaks for clean build and test on win32Gurusamy Sarathy1999-01-171-1/+2
* PERL_OBJECTness for change#2595Gurusamy Sarathy1999-01-171-2/+3
* From: Hans Mulder <hansm@icgroup.nl>Jarkko Hietaniemi1999-01-131-1/+62
* From: Hugo van der Sanden <hv@crypt.compulink.co.uk>Jarkko Hietaniemi1999-01-011-1/+2
* To: perl5-porters@perl.comMark-Jason Dominus1998-12-211-1/+1
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-16/+32
* various fixes for race conditions under threads: mutex locks basedGurusamy Sarathy1998-11-291-1/+6
* make $1 et al readonly under threads; make C<undef $1> fail likeGurusamy Sarathy1998-11-281-0/+10
* fix C<if (...) { package Foo; ... }> misoptimization that failsGurusamy Sarathy1998-11-261-0/+1
* allow C<sort $coderef @foo>Gurusamy Sarathy1998-11-171-0/+2
* catch a neophyte trap: open(<FH>), close(<FH>) etc.Gurusamy Sarathy1998-11-141-0/+4
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-98/+102
* avoid bogus line number in XSUB redefined warningsGurusamy Sarathy1998-10-251-1/+2
* Program with utf8 identifiers fails to compileLarry Wall1998-10-231-2/+6
* restore sanity to "constant" referencesGurusamy Sarathy1998-10-211-1/+39
* stray typo found by Hugo van der SandenGurusamy Sarathy1998-10-171-1/+1
* integrate cfgperl mods into mainlineGurusamy Sarathy1998-10-161-2/+3
|\
| * check in all confperl changes as of change#1964 into cfgperlGurusamy Sarathy1998-10-151-2/+3
* | stray tweakGurusamy Sarathy1998-10-161-2/+2
* | propagate typeness of lexicals while cloning themGurusamy Sarathy1998-10-151-0/+6
* | s/last/first/ typo in append_list()Gurusamy Sarathy1998-10-151-1/+1
|/
* tweak to make fix in change#1944 behave correctly for closuresGurusamy Sarathy1998-10-151-5/+10
* change#1614 merely disabled earlier fix (doh!); undo it and properlyGurusamy Sarathy1998-10-131-4/+18
* ensure recursive attempts to findlex()icals know enough about whereGurusamy Sarathy1998-10-131-8/+6
* fix globals caught by change#1927; builds and tests on SolarisGurusamy Sarathy1998-10-061-3/+3
* use cpp symbols instead of hardwired constantsHugo van der Sanden1998-10-061-6/+8
* make C<use> recognize C<require> overrides; allow C<do EXPR> to beGurusamy Sarathy1998-10-031-2/+39
* two tweaks for clean build and test on SolarisGurusamy Sarathy1998-09-241-0/+1
* warn on C<my($foo,$foo)>Gurusamy Sarathy1998-09-231-3/+2
* better diagnostic for do{} used as lvalueGurusamy Sarathy1998-09-231-2/+5
* silence redefined warning for XS(INIT) {}Gurusamy Sarathy1998-09-231-0/+1
* tr/// logic was hosed under utf8Larry Wall1998-09-051-3/+12
* index() applied BM optimization to wrong argumentLarry Wall1998-09-051-0/+2
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-5/+5
* add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-091-18/+27
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-43/+72
* Eliminate superfluous RV2p[AH]Vs in oops[AH]V()Stephen McCamant1998-08-081-20/+2
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-2/+6
|\
| * fix segfault when threadsv is used as foreach itervarStephen McCamant1998-08-031-0/+4