This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
disable unused Windows code that won't run on Windows 95
[perl5.git] / pp_ctl.c
2000-03-19 Gurusamy Sarathysupport for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-13 Gurusamy Sarathyfinal touches for lexical warnings (from Paul Marquess)
2000-03-13 Gurusamy Sarathythe premature FREETMPS calls in change#1187 weren't...
2000-03-11 Gurusamy Sarathyanother long-standing eval bug: return doesn't reset...
2000-03-11 Gurusamy Sarathychange#3511 was not defensive enough about try blocks...
2000-03-08 Gurusamy Sarathydo FILE should not see outside lexicals (from Rick...
2000-03-07 Gurusamy Sarathyskip null siblings encountered by goto out of loopish...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-02-25 Gurusamy Sarathychange#4849 wasn't restoring savestack correctly; make...
2000-02-22 Gurusamy Sarathyadjust for lost fp precision in require version check
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathymake change#3386 a build-time option (avoids problems...
2000-02-13 Gurusamy Sarathymore purification (pp_require() could access free memor...
2000-02-10 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-10 Gurusamy Sarathyformline() could wipe out readonly-ness, freeing constants
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-04 Gurusamy Sarathypatch to provide more informative names for evals and...
2000-02-01 Gurusamy SarathyHINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-23 Gurusamy Sarathyfix localization in while BLOCK when there is a continu...
2000-01-23 Gurusamy Sarathyfix scope cleanup when next jumps to a continue block...
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathyrange operator does magical string increment iff both...
1999-12-24 Gurusamy Sarathysupport for v5.5.640 style version numbers
1999-12-20 Gurusamy Sarathyrevert optimization in change#4700 (it appears OPpRUNTI...
1999-12-20 Gurusamy Sarathyavoid pp_regcomp() changing optree at run time under...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-09 Gurusamy Sarathyallow new style sort subs to work under usethreads
1999-12-04 Gurusamy Sarathys/block/loop block/ in diagnostics about next, last...
1999-12-02 Gurusamy Sarathyallow XSUBs and prototyped subroutines to be used with...
1999-12-01 Gurusamy Sarathyavoid "Callback called exit" error on intentional exit()
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathysundry cleanups for cloned interpreters (only known...
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-10 Gurusamy Sarathymore cleanups for change#4539
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Jarkko HietaniemiIncremental Mac integration from Matthias.
1999-11-04 Gurusamy Sarathyremove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-11-02 Jarkko HietaniemiInitial integration of the MacPerl changes form Matthias.
1999-11-01 Gurusamy Sarathymacros for COP.cop_filegv access
1999-10-23 Jarkko HietaniemiMore printf-fixes (see also #4426).
1999-10-17 Gurusamy Sarathyserious bug introduced by G_VOID changes in 5.003_96...
1999-10-14 Gurusamy Sarathyfix POPSTACK panics that ensued from bad interaction...
1999-10-14 Gurusamy Sarathyavoid inefficiency in change#3386 (every longjmp()...
1999-10-09 Gurusamy SarathyPOPSUB() gave up the refcount to the CV before LEAVE...
1999-10-08 Gurusamy Sarathyrevert POP{SUB,LOOP}{1,2} logic to the simpler pre...
1999-10-08 Gurusamy Sarathyremove kludgey duplicate background error avoidance...
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-09-29 Charles Baileyresync with mainline
1999-09-26 Gurusamy Sarathyfix buggy popping of subroutine contexts in the lvalue
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-09-19 Gurusamy Sarathyavoid clearing @_ at all for faster subroutine calls...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-13 Robin BarkerReplace change #4100 with
1999-09-07 Robin BarkerFix pointer casts.
1999-08-29 Gurusamy Sarathydeadcode removal
1999-08-02 Gurusamy Sarathychange#3692 had an unintentional patch leak through!
1999-08-01 Jarkko Hietaniemi64-bit work. Now 32-bit platforms get a 100% make...
1999-07-26 Gurusamy Sarathywarnings identified by Borland compiler
1999-07-26 Ken Foxalpha-stage support for user-hooks in @INC
1999-07-26 Gurusamy Sarathychange#3534 didn't preserve undef return values from...
1999-07-18 Gurusamy Sarathyremove spurious newSTATEOP() that causes goto to enter...
1999-07-14 Gurusamy Sarathyminor efficiency tweak
1999-07-12 Gurusamy Sarathyfixups for sundry warnings about function pointers
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-07 Stephen McCamantEliminate CONDOPs
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-07-04 Jarkko HietaniemiIntegrate with mainperl.
1999-07-04 Gurusamy Sarathymake overload, Data::Dumper, and dumpvar understand...
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-17 Jarkko HietaniemiFixed two long-standing locale bugs.
1999-06-11 Gurusamy Sarathyimplement C<use caller 'encoding'>
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-06-02 Gurusamy Sarathyremove stray K&R-isms
1999-05-31 Gurusamy Sarathyfix memory leak in C<eval 'return sub {...}'>
1999-05-25 Ilya ZakharevichREx engine improvements
1999-05-25 Gurusamy Sarathyavoid enumerating @INC contents in diagnostic if @INC...
1999-05-24 Gurusamy Sarathychange#3455 had a typo
1999-05-24 Hugo van der Sandenname PL_in_eval bits
1999-05-24 Gurusamy Sarathyreturn 0 rather than "" when scalar grep has nothing...
1999-05-24 Gurusamy Sarathystraighten some code to avoid NeXT compiler bugs (from
1999-05-13 Nick Ing-Simmonsvalist vs va_list typo
1999-05-13 Gurusamy Sarathydocatch_body() declaration mismatch
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberggutsupport for C++ exceptions
1999-05-10 Tom Hughesapplied suggested patch, with win32 and PERL_OBJECT...
1999-04-26 Gurusamy Sarathyallow embedded null characters in diagnostics
1999-04-26 Gurusamy Sarathyintegrate change#3229 from maint-5.004
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-04-03 Gurusamy Sarathyscrounge and save three extra branches in pp_entersub()
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-02-18 Gurusamy Sarathydistinguish eval'' from BEGIN|INIT|END CVs (fixes buggy...
next