This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Cleanup cleanup.
[perl5.git] / pp_ctl.c
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-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...
1999-02-15 Hugo van der SandenRe: .. misinterpreted as flipflop
1999-02-13 Jan Dubois"goto must have label" message for C<goto ''>
1999-02-11 Adam Krolnikapplied suggested patch; added tests
1999-02-11 Gurusamy Sarathycompatibility fix: magic non-propagation in foreach...
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
next