This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Duplicate saved ops (CC.pm)
[perl5.git] / pp_ctl.c
1999-01-17 Gurusamy Sarathychange#2576 is based on a wrong premise; undo it
1999-01-13 Jarkko HietaniemiFrom: Hans Mulder <hansm@icgroup.nl>
1999-01-06 Jarkko HietaniemiChange #2582 fallout: the amagic_cmp* are no more file...
1998-12-29 Ilya ZakharevichBugs in hairy interactions of feature in REx
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathyfix for pat.t failure under USE_THREADS
1998-11-28 Ilya Zakharevichapplied suggested patch with PERL_OBJECT tweaks
1998-11-28 Ilya ZakharevichFix \G in REx without //g
1998-11-27 Unknown Ricoh Cont... format "..." bug
1998-11-18 Gurusamy Sarathytweak change#2245 to skip previous message if any
1998-11-17 Gurusamy Sarathypropagate failures in DESTROY() as (optional) warnings
1998-11-05 Gurusamy Sarathyfix a location affected by change#2191, add note about...
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-28 Ilya ZakharevichMake sort respect overloading
1998-10-25 Graham BarrRe: die with a reference should use overload "" operator
1998-10-25 Graham BarrRe: taint checking for: use lib "$ENV{'EVIL'}"
1998-10-25 Gurusamy Sarathyproperly restore PL_rsfp_filters after require
1998-10-21 Gurusamy Sarathyfix handling of mayhaps-extended @_ in goto &sub
1998-10-14 Gurusamy Sarathylet docatch() pass the buck when restartop turns out...
1998-10-13 Gurusamy Sarathychange#1614 merely disabled earlier fix (doh!); undo...
1998-10-13 Gurusamy Sarathydon't longjmp() in pp_goto() (regressive bug from old...
1998-10-06 Gurusamy Sarathyfix globals caught by change#1927; builds and tests...
1998-10-06 Gurusamy Sarathyundo bogus part of change#1903 (as pointed out by Larry)
1998-10-02 Gurusamy Sarathyfixes for bugs in /RE/p from Hugo van der Sanden
1998-10-02 Gurusamy Sarathyuse SETERRNO() to reset errno (suggested by Charles...
1998-09-24 Gurusamy Sarathymake C<goto &sub> AUTOLOAD-aware (autouse now works...
1998-09-23 Gurusamy Sarathyreset errno after C<require> search (as suggested by...
1998-09-05 Larry WallImplicit require during compile reset line numbering
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-08 Gurusamy Sarathyintegrate maint-5.005 changes into mainline
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-21 Gurusamy Sarathyfix off-by-one in change#623 that broke lexical lookups...
1998-07-21 Gurusamy Sarathypart 1 of PERL_OBJECT fixes for new var names
1998-07-21 Ilya ZakharevichCompile (?{}) into a correct package
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-20 Gurusamy Sarathyintegrate ansi branch to get s/foo/PL_foo/ changes
1998-07-20 Gurusamy Sarathyfix C<$1 .. $2> coredump under debugger
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-15 Gurusamy Sarathytypecast long vs. IV compares in pp_flip/pp_flop
1998-07-12 Gurusamy Sarathymake RE engine threadsafe; -Dusethreads builds, tests...
1998-07-12 Gurusamy Sarathyfix pp_caller() to fully traverse stacklevels
1998-07-11 Ilya Zakharevichadd patch, along with all the missing bits, and doc...
1998-07-10 Gurusamy Sarathymisc tweaks to docs and qsortsv() warning
1998-07-09 Gurusamy Sarathyundo problematic change#1367
1998-07-09 Gurusamy Sarathyget it building again on win32
1998-07-08 Ilya Zakharevichadd patch for C<use re 'debug'>
1998-07-08 Gisle AasFaster foreach integer range
1998-07-06 Gurusamy Sarathyrename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-05 Gurusamy Sarathypatchlevel up to 5.004_70, various tweaks
1998-07-04 Gurusamy Sarathymerge changes#1210,1211,1270 from maintbranch
1998-06-29 Ilya Zakharevichadded patch for overloading constants, made PERL_OBJECT...
1998-06-29 Albert Dvornikapplied patch, tweak for threads awareness
1998-06-28 Joshua PritikinPUSHSTACK renovation
1998-06-28 Gisle AasOptimize foreach (1..1000000)
1998-06-22 Ilya ZakharevichAvoid temporaries on recursion
1998-06-18 Gurusamy Sarathyback out problematic change#1105, tweak perlsub.pod
1998-06-15 Gurusamy Sarathyback out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikinadded patch, fixed typo, reworked documentation
1998-06-10 Ilya ZakharevichApplied patch, followed by tweaks to *.sym and `perl...
1998-06-05 Gurusamy Sarathy[win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS...
1998-05-29 Gurusamy Sarathy[asperl] integrate mainline changes
1998-05-23 Gurusamy Sarathy[win32] merge change#1011 from maintbranch
1998-05-18 Gurusamy Sarathy[asperl] integrate mainline changes (untested)
1998-05-18 Gurusamy Sarathy[win32] more whitespace tweaks from maintbranch
1998-05-16 Gurusamy Sarathy[win32] merge changes#989,990,992 from maintbranch
1998-05-16 Gurusamy Sarathy[win32] merge change#985 from maintbranch
1998-05-15 Gurusamy Sarathy[win32] merge change#905 from maintbranch, minor fixes...
1998-05-14 Gurusamy Sarathy[win32] merge change#904 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] merge change#896 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] merge change#886 from maintbranch
1998-05-09 Gurusamy Sarathy[win32] protect sortcop from C<sort { sort { ... }...
1998-04-21 Gurusamy Sarathy[asperl] add AS patch#17
1998-04-08 Gurusamy Sarathy[asperl] integrate mainline changes
1998-04-04 Gurusamy Sarathy[win32] fixes for various noises under PERL_DESTRUCT_LEVEL
1998-04-03 Gurusamy Sarathy[win32] implement stack-of-stacks so that magic invocat...
1998-03-17 Gurusamy Sarathy[asperl] add a part of AS patch#14, backout incomplete...
1998-03-16 Gurusamy Sarathy[asperl] various changes to get asperl working under...
1998-03-07 Gurusamy Sarathy[win32] integrate mainline changes
1998-03-07 Gurusamy Sarathy[win32] change all 'sp' to 'SP' in code and in the...
1998-03-05 Gisle AasCompiling with OP_IN_REGISTER
1998-03-05 Hans Mulderprint sort {-1} 1..10; hangs
1998-03-01 Gurusamy Sarathy[asperl] integrate mainline changes
1998-02-25 Robin HoustonRe: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
1998-02-14 Gurusamy Sarathy[asperl] bring ASPerl uptodate with mainline changes
1998-02-14 Gurusamy Sarathy[asperl] added AS patch#5 (patch #4 was intentionally...
1998-02-12 Gurusamy Sarathy[win32] merge another maint patch
1998-02-12 Gurusamy Sarathy[win32] fix extra LEAVE when require fails
1998-02-12 Gurusamy Sarathy[win32] merge a maint patch
1998-02-09 Gurusamy Sarathy[asperl] integrate win32 branch contents
1998-02-06 Malcolm BeattieMore Chip patches:
1998-02-06 Chip SalzenbergSome Chip patches (some tweaked to match _5x source):
1998-02-03 Gurusamy Sarathy[win32] integrate mainline
1998-02-02 Malcolm BeattieIntroduced thr->threadsvp and THREADSV() for faster...
1998-02-01 Douglas Lankshear[asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy[asperl] various tweaks
1998-01-30 Gurusamy Sarathy[asperl] fix up missing patches from AS patch#2
1998-01-30 Gurusamy Sarathy[asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
next