lexical warnings update (warning.t fails one test
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-07 Stephen McCamant Eliminate CONDOPs
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...
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-21 Gurusamy Sarathy fix off-by-one in change#623 that broke lexical lookups...
1998-07-21 Gurusamy Sarathy part 1 of PERL_OBJECT fixes for new var names
1998-07-21 Ilya Zakharevich Compile (?{}) into a correct package
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-20 Gurusamy Sarathy integrate ansi branch to get s/foo/PL_foo/ changes
1998-07-20 Gurusamy Sarathy fix C<$1 .. $2> coredump under debugger
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-15 Gurusamy Sarathy typecast long vs. IV compares in pp_flip/pp_flop
1998-07-12 Gurusamy Sarathy make RE engine threadsafe; -Dusethreads builds, tests...
1998-07-12 Gurusamy Sarathy fix pp_caller() to fully traverse stacklevels
1998-07-11 Ilya Zakharevich add patch, along with all the missing bits, and doc...
1998-07-10 Gurusamy Sarathy misc tweaks to docs and qsortsv() warning
1998-07-09 Gurusamy Sarathy undo problematic change#1367
1998-07-09 Gurusamy Sarathy get it building again on win32
1998-07-08 Ilya Zakharevich add patch for C<use re 'debug'>
1998-07-08 Gisle Aas Faster foreach integer range
1998-07-06 Gurusamy Sarathy rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-05 Gurusamy Sarathy patchlevel up to 5.004_70, various tweaks
1998-07-04 Gurusamy Sarathy merge changes#1210,1211,1270 from maintbranch
1998-06-29 Ilya Zakharevich added patch for overloading constants, made PERL_OBJECT...
1998-06-29 Albert Dvornik applied patch, tweak for threads awareness
1998-06-28 Joshua Pritikin PUSHSTACK renovation
1998-06-28 Gisle Aas Optimize foreach (1..1000000)
1998-06-22 Ilya Zakharevich Avoid temporaries on recursion
1998-06-18 Gurusamy Sarathy back out problematic change#1105, tweak perlsub.pod
1998-06-15 Gurusamy Sarathy back out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikin added patch, fixed typo, reworked documentation
1998-06-10 Ilya Zakharevich Applied 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
next