Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove any reference to mergesort.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 14 Nov 2013 21:57:09 +0000 (22:57 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 14 Nov 2013 22:10:25 +0000 (23:10 +0100)
commitd9e25a413a813d3bf6ea1768edff2c5ef9e44208
tree5bec3f6090542ce88913d8d51045f40ab9a6077f
parent1e9aa0388dd03b0817af76b41f18a1e293e1a806
Remove any reference to mergesort.

* it was in fact never used (see commit 7f6d42b)
* it's not standard
* according to http://www.freebsd.org/cgi/man.cgi?query=mergesort&sektion=3,
  - it may fail
  - it's generally slower than qsort
  - it has requirements on its parameter "size"
  - it requires additional memory
(cherry picked from commit d5c11dbc7ac52c97c04aee539dbf9e69a2a68f68)
buildtools/Cmake/CompleteInFiles.cmake
buildtools/Cmake/src/internal_config.h.in
src/xbt/dynar.c
tools/spell/sg_stopwords.txt