tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
1999-12-04 Gurusamy Sarathy s/block/loop block/ in diagnostics about next, last...
1999-12-02 Gurusamy Sarathy allow XSUBs and prototyped subroutines to be used with...
1999-12-01 Gurusamy Sarathy avoid "Callback called exit" error on intentional exit()
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathy sundry cleanups for cloned interpreters (only known...
1999-11-11 Gurusamy Sarathy avoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-11-10 Gurusamy Sarathy more cleanups for change#4539
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-04 Jarkko Hietaniemi Incremental Mac integration from Matthias.
1999-11-04 Gurusamy Sarathy remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-11-02 Jarkko Hietaniemi Initial integration of the MacPerl changes form Matthias.
1999-11-01 Gurusamy Sarathy macros for COP.cop_filegv access
1999-10-23 Jarkko Hietaniemi More printf-fixes (see also #4426).
1999-10-17 Gurusamy Sarathy serious bug introduced by G_VOID changes in 5.003_96...
1999-10-14 Gurusamy Sarathy fix POPSTACK panics that ensued from bad interaction...
1999-10-14 Gurusamy Sarathy avoid inefficiency in change#3386 (every longjmp()...
1999-10-09 Gurusamy Sarathy POPSUB() gave up the refcount to the CV before LEAVE...
1999-10-08 Gurusamy Sarathy revert POP{SUB,LOOP}{1,2} logic to the simpler pre...
1999-10-08 Gurusamy Sarathy remove kludgey duplicate background error avoidance...
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-09-26 Gurusamy Sarathy fix buggy popping of subroutine contexts in the lvalue
1999-09-20 Gurusamy Sarathy queue errors due to strictures rather than printing...
1999-09-19 Gurusamy Sarathy avoid clearing @_ at all for faster subroutine calls...
1999-09-13 Robin Barker Replace change #4100 with
1999-09-07 Robin Barker Fix pointer casts.
1999-08-29 Gurusamy Sarathy deadcode removal
1999-08-02 Gurusamy Sarathy change#3692 had an unintentional patch leak through!
1999-08-01 Jarkko Hietaniemi 64-bit work. Now 32-bit platforms get a 100% make...
1999-07-26 Gurusamy Sarathy warnings identified by Borland compiler
1999-07-26 Ken Fox alpha-stage support for user-hooks in @INC
1999-07-26 Gurusamy Sarathy change#3534 didn't preserve undef return values from...
1999-07-18 Gurusamy Sarathy remove spurious newSTATEOP() that causes goto to enter...
1999-07-14 Gurusamy Sarathy minor efficiency tweak
1999-07-12 Gurusamy Sarathy fixups for sundry warnings about function pointers
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-07 Stephen McCamant Eliminate CONDOPs
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-07-04 Jarkko Hietaniemi Integrate with mainperl.
1999-07-04 Gurusamy Sarathy make overload, Data::Dumper, and dumpvar understand...
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-17 Jarkko Hietaniemi Fixed two long-standing locale bugs.
1999-06-11 Gurusamy Sarathy implement C<use caller 'encoding'>
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-06-02 Gurusamy Sarathy remove stray K&R-isms
1999-05-31 Gurusamy Sarathy fix memory leak in C<eval 'return sub {...}'>
1999-05-25 Ilya Zakharevich REx engine improvements
1999-05-25 Gurusamy Sarathy avoid enumerating @INC contents in diagnostic if @INC...
1999-05-24 Gurusamy Sarathy change#3455 had a typo
1999-05-24 Hugo van der Sanden name PL_in_eval bits
1999-05-24 Gurusamy Sarathy return 0 rather than "" when scalar grep has nothing...
1999-05-24 Gurusamy Sarathy straighten some code to avoid NeXT compiler bugs (from
1999-05-13 Nick Ing-Simmons valist vs va_list typo
1999-05-13 Gurusamy Sarathy docatch_body() declaration mismatch
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberg gutsupport for C++ exceptions
1999-05-10 Tom Hughes applied suggested patch, with win32 and PERL_OBJECT...
1999-04-26 Gurusamy Sarathy allow embedded null characters in diagnostics
1999-04-26 Gurusamy Sarathy integrate change#3229 from maint-5.004
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-04-03 Gurusamy Sarathy scrounge and save three extra branches in pp_entersub()
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-18 Gurusamy Sarathy distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy...
1999-02-15 Hugo van der Sanden Re: .. misinterpreted as flipflop
1999-02-13 Jan Dubois "goto must have label" message for C<goto ''>
1999-02-11 Adam Krolnik applied suggested patch; added tests
1999-02-11 Gurusamy Sarathy compatibility fix: magic non-propagation in foreach...
1999-01-17 Gurusamy Sarathy change#2576 is based on a wrong premise; undo it
1999-01-13 Jarkko Hietaniemi From: Hans Mulder <hansm@icgroup.nl>
1999-01-06 Jarkko Hietaniemi Change #2582 fallout: the amagic_cmp* are no more file...
1998-12-29 Ilya Zakharevich Bugs in hairy interactions of feature in REx
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathy fix for pat.t failure under USE_THREADS
1998-11-28 Ilya Zakharevich applied suggested patch with PERL_OBJECT tweaks
1998-11-28 Ilya Zakharevich Fix \G in REx without //g
1998-11-27 Unknown Ricoh Cont... format "..." bug
1998-11-18 Gurusamy Sarathy tweak change#2245 to skip previous message if any
1998-11-17 Gurusamy Sarathy propagate failures in DESTROY() as (optional) warnings
1998-11-05 Gurusamy Sarathy fix a location affected by change#2191, add note about...
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-28 Ilya Zakharevich Make sort respect overloading
1998-10-25 Graham Barr Re: die with a reference should use overload "" operator
1998-10-25 Graham Barr Re: taint checking for: use lib "$ENV{'EVIL'}"
1998-10-25 Gurusamy Sarathy properly restore PL_rsfp_filters after require
1998-10-21 Gurusamy Sarathy fix handling of mayhaps-extended @_ in goto &sub
1998-10-14 Gurusamy Sarathy let docatch() pass the buck when restartop turns out...
1998-10-13 Gurusamy Sarathy change#1614 merely disabled earlier fix (doh!); undo...
1998-10-13 Gurusamy Sarathy don't longjmp() in pp_goto() (regressive bug from old...
1998-10-06 Gurusamy Sarathy fix globals caught by change#1927; builds and tests...
1998-10-06 Gurusamy Sarathy undo bogus part of change#1903 (as pointed out by Larry)
1998-10-02 Gurusamy Sarathy fixes for bugs in /RE/p from Hugo van der Sanden
1998-10-02 Gurusamy Sarathy use SETERRNO() to reset errno (suggested by Charles...
1998-09-24 Gurusamy Sarathy make C<goto ...
1998-09-23 Gurusamy Sarathy reset errno after C<require> search (as suggested by...
1998-09-05 Larry Wall Implicit require during compile reset line numbering
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
next