This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mv-if-diff
[perl5.git] / pp_ctl.c
1998-03-07 Gurusamy Sarathy[win32] change all 'sp' to 'SP' in code and in the...
1998-03-05 Gisle AasCompiling with OP_IN_REGISTER
1998-03-05 Hans Mulderprint sort {-1} 1..10; hangs
1998-02-25 Robin HoustonRe: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
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-06 Malcolm BeattieMore Chip patches:
1998-02-06 Chip SalzenbergSome Chip patches (some tweaked to match _5x source):
1998-02-03 Gurusamy Sarathy[win32] integrate mainline
1998-02-02 Malcolm BeattieIntroduced thr->threadsvp and THREADSV() for faster...
1998-01-24 Nick Ing-SimmonsGisle's av_unshift tweak, two small patches from chip
1998-01-13 Nick Ing-Simmonstie array changes to core and tests
1998-01-08 Hans MulderUse Tom Horley's qsort for sorting:
1997-11-26 Gurusamy Sarathy[win32] Sync yet another patch (this one manually edited):
1997-11-25 Malcolm BeattieFix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
1997-11-22 Nick Ing-SimmonsBuilds and passes all but english.t on win32 VC++
1997-11-22 Nick Ing-Simmonsansiperl builds with Borland C++ again
1997-11-22 Nick Ing-SimmonsResolve ansiperl against win32
1997-11-21 Malcolm Beattie$_ is now per-thread (rather a lot of changes). Only...
1997-11-21 Nick Ing-SimmonsBasic integrate of lastest perl into ansiperl
1997-11-19 Ilya ZakharevichJumbo regexp patch applied (with minor fix-up tweaks):
1997-11-14 Gurusamy SarathyIntegrate mainline changes into win32 branch. Now...
1997-11-13 Malcolm BeattieChange CONTEXT to PERL_CONTEXT throughout source (since...
1997-11-11 Gurusamy SarathyInitial (untested) integration of mainline changes.
1997-11-11 Malcolm BeattieInitial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm BeattieFix up $@ (ERRSV now refers to GvSV(errgv) for non...
1997-11-10 Gurusamy SarathyRemove runlevel. It was used to count how many runops...
1997-11-07 Nick Ing-SimmonsReverse integrate Malcolm's chanes into local
1997-11-07 Nick Ing-SimmonsRaw integrate of latest perl
1997-11-06 Malcolm BeattieRemove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr...
1997-11-06 Malcolm BeattiePer-thread magicals now stored in their own thr->magica...
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-01 Nick Ing-SimmonsIntegrate mainline @ 18:15 CST 31 Oct 1997
1997-10-31 Malcolm BeattieHalf way through moving per-thread magicals into per...
1997-10-31 Nick Ing-SimmonsConvert miniperl sources to ANSI C. Several passes of
1997-10-16 Malcolm BeattieMerge maint-5.004 branch (5.004_04) with mainline.
1997-10-08 Malcolm BeattieMerge maint-5.004 branch (5.004_03) with mainline.
1997-09-30 Malcolm BeattieMerge maint-5.004 branch (5.004_01) with mainline.
1997-09-09 Malcolm BeattieRewrite synchronisation of subs/methods and add attrs
1997-09-05 Tim BunceRe: "perl -d" dumps core when loading syslog.ph
1997-09-05 Ilya ZakharevichRe: "perl -d" dumps core when loading syslog.ph
1997-09-04 Ilya ZakharevichSome perldb -> PERLDB_* macro changes were missed
1997-08-11 Malcolm BeattieAssorted changes for multi-threading (now works rather...
1997-08-07 Tim Bunce[inseperable differences up to perl 5.004_02] perl-5.004_02
1997-08-06 Ilya Zakharevich$\1 and serious bug in evalling
1997-08-06 Warren JonesWin32 UNC path causes autoload to fail
1997-07-24 Malcolm BeattieStart support for fake threads.
1997-07-24 Malcolm Beattie Add missing reset of eval_owner if doeval() fails...
1997-07-17 Malcolm BeattieFix multiple problems with lexical @_.
1997-07-05 Malcolm BeattieIntroduce pp_lock.
1997-07-01 Malcolm BeattieSupport for op in global register (still buggy)
1997-06-11 Tim Bunce[differences between cumulative patch application and... perl-5.004_01
1997-06-11 Jim AveraPatch to show @INC when require dies
1997-06-05 Malcolm BeattieMore fixups for thrperl integration.
1997-05-26 Malcolm BeattieIntegrate thrperl 5.003->5.004.
1997-05-15 Perl 5 Porters[inseparable changes from match from perl-5.003_99a...
1997-05-07 Chip SalzenbergFix wantarray() in sort subs [fixes metaconfig]
1997-04-30 Chip SalzenbergHandle tainted values in lists returned from subs,...
1997-04-24 Perl 5 Porters[inseparable changes from match from perl-5.003_97h...
1997-04-23 Malcolm BeattieAdded programmer-level condition variables via "condpai...
1997-04-22 Perl 5 Porters[inseparable changes from match from perl-5.003_97g...
1997-04-10 Malcolm BeattieTweaks to allow compilation without -DUSE_THREADS and fix
1997-04-09 Perl 5 Porters[inseparable changes from match from perl-5.003_97c... perl-5.003_97d
1997-04-04 Perl 5 Porters[inseparable changes from match from perl-5.003_97a...
1997-04-02 Roderick Schertlerrunlevel is I32, not int
1997-04-01 Jim AveraFix MM doc's use of "SUPER::"
1997-04-01 Chip SalzenbergDon't use setjmp() and longjmp() in complex exprs
1997-03-28 Malcolm BeattieInitial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-03-25 Perl 5 Porters[inseperable changes from patch from perl-5.003_95...
1997-03-25 Gurusamy SarathyRe: embedded perl and top_env problem
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1997-03-08 Roderick Schertlerprintf format corrections for -DDEBUGGING
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1997-02-25 Perl 5 Porters[inseparable changes from match from perl-5.003_90...
1997-02-25 Gurusamy SarathyClean up and document API for hashes
1997-02-25 Gurusamy Sarathy_90 op/tie.t gets "Segmentation fault" with Sarathy...
1997-02-25 Gurusamy Sarathy_90 op/tie.t gets "Segmentation fault" with Sarathy...
1997-02-25 Gurusamy SarathyFix perl_call_*() when !G_EVAL
1997-02-21 Chip SalzenbergDon't taint $x in C<$x = ($tainted =~ /(\w+)/)>
1997-02-18 Perl 5 Porters[inseparable changes from patch from perl5.003_26 to...
1997-02-18 Roderick SchertlerMake format strings correspond exactly to parameters
1997-02-10 Perl 5 Porters[inseparable changes from patch from perl5.003_25 to... perl-5.003_26
1997-02-04 Perl 5 Porters[inseparable changes from patch from perl5.003_24 to... perl-5.003_25
1997-01-29 Perl 5 Porters[inseparable changes from patch from perl5.003_23 to... perl-5.003_24
1997-01-25 Chip SalzenbergWhen sorting, promote to PVNV only for built-in comparison
1997-01-15 Perl 5 Porters[inseparable changes from patch from perl5.003_20 to...
1996-12-31 Chip SalzenbergHide lexicals from C<use>d or C<require>d module (!)
1996-12-27 Chip SalzenbergSupport named closures
1996-12-23 Perl 5 Porters[inseparable changes from patch from perl5.003_13 to...
1996-12-19 Chip SalzenbergMake evals' lexicals visible to nested evals
1996-12-19 Perl 5 Porters[inseparable changes from patch from perl5.003_11 to...
1996-12-19 Gurusamy SarathyRe: Bug in formline
1996-12-06 Perl 5 Porters[inseparable changes from patch from perl5.003_10 to...
1996-11-29 Chip SalzenbergSave message when calling __DIE__ hook
1996-11-26 Perl 5 Porters[inseparable changes from patch from perl5.003_08 to...
1996-11-19 Perl 5 Porters[inseparable changes from patch from perl5.003_07 to...
1996-10-07 Jarkko HietaniemiLC_COLLATE.
1996-07-15 Perl 5 Portersperl 5.003_01: pp_ctl.c
1996-03-24 Perl 5 Portersperl 5.002_01: pp_ctl.c
next