summaryrefslogtreecommitdiff
path: root/pp_sort.c
diff options
context:
space:
mode:
authorJohn P. Linderman <jpl.jpl@gmail.com>2013-09-12 16:15:32 +0200
committerNicholas Clark <nick@ccl4.org>2013-09-12 16:23:23 +0200
commit393db44d3bc6869f04ab39862d93816068f3c006 (patch)
tree79b07253fa1fa29fc0915a75f6d56b855acc8e87 /pp_sort.c
parent277c21af92b849514751b85459f6f5a553110f0d (diff)
downloadperl-393db44d3bc6869f04ab39862d93816068f3c006.tar.gz
Correct the citation for Peter McIlroy's sorting paper.
Also update John P. Linderman's e-mail address.
Diffstat (limited to 'pp_sort.c')
-rw-r--r--pp_sort.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/pp_sort.c b/pp_sort.c
index b65e9ebcbd..1bb0cd8031 100644
--- a/pp_sort.c
+++ b/pp_sort.c
@@ -53,9 +53,12 @@
* 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.
*