Use Tom Horley's qsort for sorting:
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
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...
1997-11-13 Malcolm Beattie Change CONTEXT to PERL_CONTEXT throughout source (since...
1997-11-11 Gurusamy Sarathy Initial (untested) integration of mainline changes.
1997-11-11 Malcolm Beattie Initial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm Beattie Fix up $@ (ERRSV now refers to GvSV(errgv) for non...
1997-11-10 Gurusamy Sarathy Remove runlevel. It was used to count how many runops...
1997-11-07 Nick Ing-Simmons Reverse integrate Malcolm's chanes into local
1997-11-07 Nick Ing-Simmons Raw integrate of latest perl
1997-11-06 Malcolm Beattie Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr...
1997-11-06 Malcolm Beattie Per-thread magicals now stored in their own thr->magica...
1997-11-05 Nick Ing-Simmons Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-01 Nick Ing-Simmons Integrate mainline @ 18:15 CST 31 Oct 1997
1997-10-31 Malcolm Beattie Half way through moving per-thread magicals into per...
1997-10-31 Nick Ing-Simmons Convert miniperl sources to ANSI C. Several passes of
1997-10-16 Malcolm Beattie Merge maint-5.004 branch (5.004_04) with mainline.
1997-10-08 Malcolm Beattie Merge maint-5.004 branch (5.004_03) with mainline.
1997-09-30 Malcolm Beattie Merge maint-5.004 branch (5.004_01) with mainline.
1997-09-09 Malcolm Beattie Rewrite synchronisation of subs/methods and add attrs
1997-09-05 Tim Bunce Re: "perl -d" dumps core when loading syslog.ph
1997-09-05 Ilya Zakharevich Re: "perl -d" dumps core when loading syslog.ph
1997-09-04 Ilya Zakharevich Some perldb -> PERLDB_* macro changes were missed
1997-08-11 Malcolm Beattie Assorted changes for multi-threading (now works rather...
1997-08-07 Tim Bunce [inseperable differences up to perl 5.004_02]
1997-08-06 Ilya Zakharevich $\1 and serious bug in evalling
1997-08-06 Warren Jones Win32 UNC path causes autoload to fail
1997-07-24 Malcolm Beattie Start support for fake threads.
1997-07-24 Malcolm Beattie Add missing reset of eval_owner if doeval() fails...
1997-07-17 Malcolm Beattie Fix multiple problems with lexical @_.
1997-07-05 Malcolm Beattie Introduce pp_lock.
1997-07-01 Malcolm Beattie Support for op in global register (still buggy)
1997-06-11 Tim Bunce [differences between cumulative patch application and...
1997-06-11 Jim Avera Patch to show @INC when require dies
1997-06-05 Malcolm Beattie More fixups for thrperl integration.
1997-05-26 Malcolm Beattie Integrate thrperl 5.003->5.004.
1997-05-15 Perl 5 Porters [inseparable changes from match from perl-5.003_99a...
1997-05-07 Chip Salzenberg Fix wantarray() in sort subs [fixes metaconfig]
1997-04-30 Chip Salzenberg Handle 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 Beattie Added 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 Beattie Tweaks to allow compilation without -DUSE_THREADS and fix
1997-04-09 Perl 5 Porters [inseparable changes from match from perl-5.003_97c...
1997-04-04 Perl 5 Porters [inseparable changes from match from perl-5.003_97a...
1997-04-02 Roderick Schertler runlevel is I32, not int
1997-04-01 Jim Avera Fix MM doc's use of "SUPER::"
1997-04-01 Chip Salzenberg Don't use setjmp() and longjmp() in complex exprs
1997-03-28 Malcolm Beattie Initial 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 Sarathy Re: 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 Schertler printf 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 Sarathy Clean 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 Sarathy Fix perl_call_*() when !G_EVAL
1997-02-21 Chip Salzenberg Don'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 Schertler Make format strings correspond exactly to parameters
1997-02-10 Perl 5 Porters [inseparable changes from patch from perl5.003_25 to...
1997-02-04 Perl 5 Porters [inseparable changes from patch from perl5.003_24 to...
1997-01-29 Perl 5 Porters [inseparable changes from patch from perl5.003_23 to...
1997-01-25 Chip Salzenberg When 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 Salzenberg Hide lexicals from C<use>d or C<require>d module (!)
1996-12-27 Chip Salzenberg Support named closures
1996-12-23 Perl 5 Porters [inseparable changes from patch from perl5.003_13 to...
1996-12-19 Chip Salzenberg Make 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 Sarathy Re: Bug in formline
1996-12-06 Perl 5 Porters [inseparable changes from patch from perl5.003_10 to...
1996-11-29 Chip Salzenberg Save 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 Hietaniemi LC_COLLATE.
1996-07-15 Perl 5 Porters perl 5.003_01: pp_ctl.c
1996-03-24 Perl 5 Porters perl 5.002_01: pp_ctl.c
1996-02-29 Andy Dougherty perl 5.002
1996-02-07 Ilya Zakharevich TMPFILE support
1996-02-03 Perl 5 Porters perl5.002beta3
1996-01-12 Perl 5 Porters Debugger patch.
1996-09-01 Perl 5 Porters perl 5.003_04: dump.c gv.c op.c pp_ctl.c pp_sys.c proto...
1996-08-10 Larry Wall perl 5.003_02: [no incremental changelog available]
1995-11-20 Larry Wall 5.002 beta 1
1995-10-31 Andy Dougherty This is my patch patch.1n for perl5.001.
1995-06-22 Andy Dougherty This is my patch patch.1m for perl5.001.
1995-06-06 Andy Dougherty This is my patch patch.1l for perl5.001.
1995-05-30 Andy Dougherty This is my patch patch.1i for perl5.001.
1995-03-14 Larry Wall [fix s/// memory leak]
1995-03-13 Larry Wall Perl 5.001
next