summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-101-2/+32
* allow embedded null characters in diagnosticsGurusamy Sarathy1999-04-261-11/+11
* integrate change#3229 from maint-5.004Gurusamy Sarathy1999-04-261-2/+11
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-5/+6
* scrounge and save three extra branches in pp_entersub()Gurusamy Sarathy1999-04-031-1/+4
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagationGurusamy Sarathy1999-02-181-1/+1
* Re: .. misinterpreted as flipflop Hugo van der Sanden1999-02-151-0/+5
* "goto must have label" message for C<goto ''>Jan Dubois1999-02-131-2/+6
* applied suggested patch; added testsAdam Krolnik1999-02-111-5/+8
* compatibility fix: magic non-propagation in foreach implicit localizationGurusamy Sarathy1999-02-111-5/+9
* change#2576 is based on a wrong premise; undo itGurusamy Sarathy1999-01-171-4/+4
* From: Hans Mulder <hansm@icgroup.nl>Jarkko Hietaniemi1999-01-131-7/+86
* Change #2582 fallout: the amagic_cmp* are no more file static.Jarkko Hietaniemi1999-01-061-4/+4
* Bugs in hairy interactions of feature in RExIlya Zakharevich1998-12-291-1/+2
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-14/+21
* fix for pat.t failure under USE_THREADSGurusamy Sarathy1998-11-291-6/+2
* applied suggested patch with PERL_OBJECT tweaksIlya Zakharevich1998-11-281-1/+1
* Fix \G in REx without //gIlya Zakharevich1998-11-281-2/+3
* format "..." bugUnknown Ricoh Contributor II1998-11-271-1/+7
* tweak change#2245 to skip previous message if anyGurusamy Sarathy1998-11-181-2/+4
* propagate failures in DESTROY() as (optional) warningsGurusamy Sarathy1998-11-171-0/+2
* fix a location affected by change#2191, add note about POPSTACKGurusamy Sarathy1998-11-051-0/+1
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-11/+11
* Make sort respect overloadingIlya Zakharevich1998-10-281-4/+70
* Re: die with a reference should use overload "" operatorGraham Barr1998-10-251-0/+2
* Re: taint checking for: use lib "$ENV{'EVIL'}"Graham Barr1998-10-251-0/+1
* properly restore PL_rsfp_filters after requireGurusamy Sarathy1998-10-251-4/+2
* fix handling of mayhaps-extended @_ in goto &subGurusamy Sarathy1998-10-211-2/+10
* let docatch() pass the buck when restartop turns out to be null,Gurusamy Sarathy1998-10-141-4/+3
* change#1614 merely disabled earlier fix (doh!); undo it and properlyGurusamy Sarathy1998-10-131-22/+22
* don't longjmp() in pp_goto() (regressive bug from old single-stackGurusamy Sarathy1998-10-131-5/+0
* fix globals caught by change#1927; builds and tests on SolarisGurusamy Sarathy1998-10-061-1/+1
* undo bogus part of change#1903 (as pointed out by Larry)Gurusamy Sarathy1998-10-061-1/+1
* fixes for bugs in /RE/p from Hugo van der SandenGurusamy Sarathy1998-10-021-3/+3
* use SETERRNO() to reset errno (suggested by Charles Bailey)Gurusamy Sarathy1998-10-021-1/+1
* make C<goto &sub> AUTOLOAD-aware (autouse now works for modulesGurusamy Sarathy1998-09-241-3/+14
* reset errno after C<require> search (as suggested by Larry)Gurusamy Sarathy1998-09-231-0/+2
* Implicit require during compile reset line numberingLarry Wall1998-09-051-0/+1
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-19/+36
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-5/+3
|\
| * support OE/MVSJarkko Hietaniemi1998-08-021-5/+3
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-2/+90
|/
* fix off-by-one in change#623 that broke lexical lookups in eval''Gurusamy Sarathy1998-07-211-1/+1
* part 1 of PERL_OBJECT fixes for new var namesGurusamy Sarathy1998-07-211-1/+1
* Compile (?{}) into a correct packageIlya Zakharevich1998-07-211-0/+4
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-14/+14
* integrate ansi branch to get s/foo/PL_foo/ changesGurusamy Sarathy1998-07-201-391/+391
|\
| * PL_ stuff for threadsNick Ing-Simmons1998-07-181-93/+93
| * PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-305/+305