fixes for most warnings identified by gcc -Wall
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-25 Gurusamy Sarathy change#4849 wasn't restoring savestack correctly; make...
2000-02-22 Gurusamy Sarathy adjust for lost fp precision in require version check
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathy make change#3386 a build-time option (avoids problems...
2000-02-13 Gurusamy Sarathy more purification (pp_require() could access free memor...
2000-02-10 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-10 Gurusamy Sarathy formline() could wipe out readonly-ness, freeing constants
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-04 Gurusamy Sarathy patch to provide more informative names for evals and...
2000-02-01 Gurusamy Sarathy HINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-23 Gurusamy Sarathy fix localization in while BLOCK when there is a continu...
2000-01-23 Gurusamy Sarathy fix scope cleanup when next jumps to a continue block...
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathy range operator does magical string increment iff both...
1999-12-24 Gurusamy Sarathy support for v5.5.640 style version numbers
1999-12-20 Gurusamy Sarathy revert optimization in change#4700 (it appears OPpRUNTI...
1999-12-20 Gurusamy Sarathy avoid pp_regcomp() changing optree at run time under...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-09 Gurusamy Sarathy allow new style sort subs to work under usethreads
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-29 Charles Bailey resync with mainline
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-18 Nick Ing-Simmons Re-integrate mainline
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...
next