summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix C<$1 .. $2> coredump under debuggerGurusamy Sarathy1998-07-201-0/+1
|/
* typecast long vs. IV compares in pp_flip/pp_flopGurusamy Sarathy1998-07-151-2/+2
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-0/+1
* fix pp_caller() to fully traverse stacklevelsGurusamy Sarathy1998-07-121-11/+28
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-111-0/+12
* misc tweaks to docs and qsortsv() warningGurusamy Sarathy1998-07-101-1/+1
* undo problematic change#1367Gurusamy Sarathy1998-07-091-1/+0
* get it building again on win32Gurusamy Sarathy1998-07-091-2/+2
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-081-2/+2
* Faster foreach integer rangeGisle Aas1998-07-081-0/+1
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-2/+2
* patchlevel up to 5.004_70, various tweaksGurusamy Sarathy1998-07-051-10/+9
* merge changes#1210,1211,1270 from maintbranchGurusamy Sarathy1998-07-041-3/+13
* added patch for overloading constants, made PERL_OBJECT-awareIlya Zakharevich1998-06-291-3/+3
* applied patch, tweak for threads awarenessAlbert Dvornik1998-06-291-0/+22
* PUSHSTACK renovationJoshua Pritikin1998-06-281-3/+3
* Optimize foreach (1..1000000)Gisle Aas1998-06-281-5/+20
* Avoid temporaries on recursionIlya Zakharevich1998-06-221-4/+16
* back out problematic change#1105, tweak perlsub.podGurusamy Sarathy1998-06-181-3/+2
* back out previous change (it breaks PERL_OBJECT)Gurusamy Sarathy1998-06-151-7/+7
* added patch, fixed typo, reworked documentationJoshua Pritikin1998-06-151-7/+7
* Applied patch, followed by tweaks to *.sym and `perl embed.pl`Ilya Zakharevich1998-06-101-2/+3
* [win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clashGurusamy Sarathy1998-06-051-1/+1