s/Nullav/NULL/g
[p5sagit/p5-mst-13.2.git] / pp_sort.c
2005-12-16 Nicholas Clark s/Nullav/NULL/g
2005-12-15 Steve Peters Reverting change #26360 and #26361 since it appears...
2005-12-15 Steve Peters Again, FREETMPS not SAVETMPS!
2005-12-15 Steve Peters Add a missing FREETMPS to match up with a SAVETMPS...
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-11-17 Andy Lester Sort subs now in embed.fnc
2005-11-11 Andy Lester Const & local: Special Victims Unit
2005-11-05 SADAHIRO Tomoyuki Re: A surprising segfault
2005-11-02 Robin Houston sort/multicall patch
2005-10-13 Andy Lester Stas' croak patch and then some
2005-10-12 Abigail Typo in comment.
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-01 Dave Mitchell the PAD_SET_CUR macro expanded too much for AIX compilers
2005-06-23 Salvador Fandiño Re: [perl #36350] unstable sorting for use integer...
2005-06-20 Andy Lester More random cleanups
2005-06-15 Salvador Fandiño sort optimization
2005-06-10 Nicholas Clark More SvPV consting, including some code cleanup and...
2005-06-07 Nicholas Clark More SvPV consting
2005-06-05 Salvador Fandiño PATCH for [perl #36043] '@foo = sort { $a <=> $b }...
2005-06-02 Andy Lester Quotes fixed, see also perl #36079
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-02 Andy Lester printf.patch: Adding printf checking for gcc
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-18 Steve Peters Refactoring to Sv*_set() macros - patch #4
2005-04-05 Nicholas Clark Down with C++ reserved names
2005-03-29 Steve Hay Clean-up some warnings when compiling on Win32 with...
2005-01-14 Nicholas Clark Correct the editor block to match the perl 5 policy...
2005-01-13 Nicholas Clark replace NEWSV(), SvSetSV() with newSVsv()
2005-01-13 Nicholas Clark Update copyright years. Add an editor block while passi...
2005-01-06 Rafael Garcia-Suarez Silence a compilation warning
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-07-13 Nicholas Clark Optimise list context reverse sort to reverse as part...
2004-07-13 Nicholas Clark A proper, working, stable optimisation for sort {$b...
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-02-20 Dave Mitchell optimise the sorting inplace of plain arrays: @a =...
2004-01-20 Dave Mitchell second attempt to fix [perl #24914] freeing a CV refere...
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-01-07 Nicholas Clark %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-05-14 Artur Bergman Turn the sort RealCmp for stable quicksorts into a
2002-04-30 Rafael Garcia-Suarez Fix bug id 20020427.004 on %^H.
2002-04-28 Vadim Konovalov WinCE many fixes
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-08 Andy Dougherty Re: lib/sort.t failure -- real PATCH enclosed
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-12-17 John P. Linderman Re: perl@13661
2001-12-13 John P. Linderman (LONG!) Sort benchmarks and patch
2001-11-27 Jarkko Hietaniemi sort tweaks from John P. Linderman.
2001-11-25 John P. Linderman Re: benchmarks, sorts and reproducibility
2001-11-21 Jarkko Hietaniemi Implement the sort pragma. Split sort code from pp_ctl.c