From 5f632a2abea8fc371902fc26b4aaf997d30c63e8 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 28 Nov 2008 15:37:00 +0000 Subject: [PATCH] Fix syntax error that was causing quickbook to crash. [SVN r49989] --- historic/jam/doc/history.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/historic/jam/doc/history.qbk b/historic/jam/doc/history.qbk index d17033f1f..bc403ab70 100644 --- a/historic/jam/doc/history.qbk +++ b/historic/jam/doc/history.qbk @@ -123,7 +123,7 @@ improvements. And because of the efforts of Jurko the code is considerably more ] [li Implemented a patch contributed by Igor Nazarenko reimplementing the list_sort() function to use a C qsort() function instead of a hand-crafted merge-sort algorithm. - Makes some list sortings (e.g. 1,2,1,2,1,2,1,2,...) extremely faster, in turn + Makes some list sortings (e.g. 1,2,1,2,1,2,1,2, \.\.\.) extremely faster, in turn significantly speeding up some project builds. -- ['Jurko G.] ]