diff options
author | Anders Kaseorg <andersk@mit.edu> | 2014-12-11 05:33:22 -0500 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2014-12-21 14:11:32 +0100 |
commit | 98fe149e34b48d0c4d69105315cc7c61be8276ec (patch) | |
tree | eac01d656ff527b54d875ff963a6014949884813 /ChangeLog | |
parent | d12455f59679faee885809258ae4f10449b1f2cf (diff) | |
download | glibc-98fe149e34b48d0c4d69105315cc7c61be8276ec.zip glibc-98fe149e34b48d0c4d69105315cc7c61be8276ec.tar.gz glibc-98fe149e34b48d0c4d69105315cc7c61be8276ec.tar.bz2 |
manual: Correct guarantee about pointers compared by qsort()
C99, C11, POSIX, and the glibc implementation do guarantee that the
pointers passed to the qsort comparison function lie within the array.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-12-21 Anders Kaseorg <andersk@mit.edu> + + * manual/search.texi: (Array Sort Function): Clarify stable sorting + guarantees. + 2014-12-20 Chris Metcalf <cmetcalf@ezchip.com> * sysdeps/unix/sysv/linux/tile/localplt.data: New file. |