phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
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
1998-05-16 Gurusamy Sarathy [win32] merge changes#989,990,992 from maintbranch
1998-05-16 Gurusamy Sarathy [win32] merge change#985 from maintbranch
1998-05-15 Gurusamy Sarathy [win32] merge change#905 from maintbranch, minor fixes...
1998-05-14 Gurusamy Sarathy [win32] merge change#904 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#896 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#886 from maintbranch
1998-05-09 Gurusamy Sarathy [win32] protect sortcop from C<sort { sort { ... }...
1998-04-21 Gurusamy Sarathy [asperl] add AS patch#17
1998-04-08 Gurusamy Sarathy [asperl] integrate mainline changes
1998-04-04 Gurusamy Sarathy [win32] fixes for various noises under PERL_DESTRUCT_LEVEL
1998-04-03 Gurusamy Sarathy [win32] implement stack-of-stacks so that magic invocat...
1998-03-17 Gurusamy Sarathy [asperl] add a part of AS patch#14, backout incomplete...
1998-03-16 Gurusamy Sarathy [asperl] various changes to get asperl working under...
1998-03-07 Gurusamy Sarathy [win32] integrate mainline changes
1998-03-07 Gurusamy Sarathy [win32] change all 'sp' to 'SP' in code and in the...
1998-03-05 Gisle Aas Compiling with OP_IN_REGISTER
1998-03-05 Hans Mulder print sort {-1} 1..10; hangs
1998-03-01 Gurusamy Sarathy [asperl] integrate mainline changes
1998-02-25 Robin Houston Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
1998-02-14 Gurusamy Sarathy [asperl] bring ASPerl uptodate with mainline changes
1998-02-14 Gurusamy Sarathy [asperl] added AS patch#5 (patch #4 was intentionally...
1998-02-12 Gurusamy Sarathy [win32] merge another maint patch
1998-02-12 Gurusamy Sarathy [win32] fix extra LEAVE when require fails
1998-02-12 Gurusamy Sarathy [win32] merge a maint patch
1998-02-09 Gurusamy Sarathy [asperl] integrate win32 branch contents
1998-02-06 Malcolm Beattie More Chip patches:
1998-02-06 Chip Salzenberg Some Chip patches (some tweaked to match _5x source):
1998-02-03 Gurusamy Sarathy [win32] integrate mainline
1998-02-02 Malcolm Beattie Introduced thr->threadsvp and THREADSV() for faster...
1998-02-01 Douglas Lankshear [asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy [asperl] various tweaks
1998-01-30 Gurusamy Sarathy [asperl] fix up missing patches from AS patch#2
1998-01-30 Gurusamy Sarathy [asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy [asperl] added AS patch#2
1998-01-24 Nick Ing-Simmons Gisle's av_unshift tweak, two small patches from chip
1998-01-13 Nick Ing-Simmons tie array changes to core and tests
1998-01-08 Hans Mulder Use Tom Horley's qsort for sorting:
1997-11-26 Gurusamy Sarathy [win32] Sync yet another patch (this one manually edited):
1997-11-25 Malcolm Beattie Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
1997-11-22 Nick Ing-Simmons Builds and passes all but english.t on win32 VC++
1997-11-22 Nick Ing-Simmons ansiperl builds with Borland C++ again
1997-11-22 Nick Ing-Simmons Resolve ansiperl against win32
1997-11-21 Malcolm Beattie $_ is now per-thread (rather a lot of changes). Only...
1997-11-21 Nick Ing-Simmons Basic integrate of lastest perl into ansiperl
1997-11-19 Ilya Zakharevich Jumbo regexp patch applied (with minor fix-up tweaks):
1997-11-14 Gurusamy Sarathy Integrate mainline changes into win32 branch. Now...
next