summaryrefslogtreecommitdiff
path: root/glib/gqsort.c
Commit message (Expand)AuthorAgeFilesLines
* Allow using msort_r CHERI-enabled architecturesAlex Richardson2023-01-291-9/+9
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Cast to guintptr instead of subtracting by nullTestingPlant2022-05-071-4/+3
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* glib/gqsort.c: Fix C99ism/GCCismChun-wei Fan2012-03-201-3/+3
* Don't return from a void functionMatthias Clasen2012-03-191-1/+1
* Fix a C99ismMatthias Clasen2012-03-191-4/+4
* Silence a compiler warningMatthias Clasen2012-03-191-1/+1
* Make g_qsort_with_data stable, based on glibc msortAlexander Larsson2012-03-161-244/+250
* Fix usage of _GNU_SOURCEDan Winship2011-05-031-1/+0
* gqsort: Quiet a compiler warning for qsort_rColin Walters2011-03-311-1/+1
* Use glibc qsort_r() for g_qsort_with_data()Matthias Clasen2011-02-161-12/+28
* More include cleanupsMatthias Clasen2010-09-031-1/+3
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Don't include alloca.h. It is not needed, and does not exist on win32.Matthias Clasen2005-01-181-1/+0
* Sync to glibc. (#133994, Morten Welinder, patch by Kjartan Maraas)Matthias Clasen2005-01-131-111/+107
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Use gchar, gint, gsize instead of char, int, size_t in the interface forMatthias Clasen2003-07-291-1/+1
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-0/+3
* Fixes for #79347, Ron Arts.Owen Taylor2002-05-071-2/+5
* Fixes for compilation on Solaris (#59026, Frank Belew)Owen Taylor2001-09-181-1/+1
* docsHavoc Pennington2001-04-161-2/+15
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-1/+1
* Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford2000-11-201-0/+269