diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-04 09:36:06 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-04 09:36:06 +0800 |
commit | 1f89b12d0b057db33cf771d38e43aa29352f323a (patch) | |
tree | 3b9773762c7351f20601f97a50247b383a0d3ec2 /widgets/e-table/ChangeLog | |
parent | d4d70c5c3c9c193243a909e3afc8e21b65a25996 (diff) | |
download | gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.gz gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.bz2 gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.lz gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.xz gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.zst gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.zip |
Replace insert sort completely with a qsort.
2000-05-04 Christopher James Lahey <clahey@helixcode.com>
* e-table-sorted-variable.c: Replace insert sort completely with a
qsort.
svn path=/trunk/; revision=2786
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 3939f479cc..19a6e05620 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,8 +1,13 @@ 2000-05-04 Christopher James Lahey <clahey@helixcode.com> + * e-table-sorted-variable.c: Replace insert sort completely with a + qsort. + +2000-05-04 Christopher James Lahey <clahey@helixcode.com> + * e-table-sorted-variable.c: Changed the insert sort to be binary instead of linear. - + 2000-05-02 Matt Loper <matt@helixcode.com> * Makefile.am: set G_LOG_DOMAIN. |