Correct the citation for Peter McIlroy's sorting paper.
authorJohn P. Linderman <jpl.jpl@gmail.com>
Thu, 12 Sep 2013 14:15:32 +0000 (16:15 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 12 Sep 2013 14:23:23 +0000 (16:23 +0200)
Also update John P. Linderman's e-mail address.

pp_sort.c

index b65e9eb..1bb0cd8 100644 (file)
--- a/pp_sort.c
+++ b/pp_sort.c
  * The original code was written in conjunction with BSD Computer Software
  * Research Group at University of California, Berkeley.
  *
- * See also: "Optimistic Merge Sort" (SODA '92)
+ * See also: "Optimistic Sorting and Information Theoretic Complexity"
+ *           Peter McIlroy
+ *           SODA (Fourth Annual ACM-SIAM Symposium on Discrete Algorithms),
+ *           pp 467-474, Austin, Texas, 25-27 January 1993.
  *
- * The integration to Perl is by John P. Linderman <jpl@research.att.com>.
+ * The integration to Perl is by John P. Linderman <jpl.jpl@gmail.com>.
  *
  * The code can be distributed under the same terms as Perl itself.
  *