diff options
author | 7 <NotZed@Ximian.com> | 2001-09-18 08:43:37 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-18 08:43:37 +0800 |
commit | 37a637099f6f358751f9d89c60edb4c4bdb7469a (patch) | |
tree | 3166a64b4efb1836ae542f8380885a2f228aec46 /libibex/ChangeLog | |
parent | 23cd9574ea2ddc15a7f991b7853b856c25eb2d59 (diff) | |
download | gsoc2013-evolution-37a637099f6f358751f9d89c60edb4c4bdb7469a.tar gsoc2013-evolution-37a637099f6f358751f9d89c60edb4c4bdb7469a.tar.gz gsoc2013-evolution-37a637099f6f358751f9d89c60edb4c4bdb7469a.tar.bz2 gsoc2013-evolution-37a637099f6f358751f9d89c60edb4c4bdb7469a.tar.lz gsoc2013-evolution-37a637099f6f358751f9d89c60edb4c4bdb7469a.tar.xz gsoc2013-evolution-37a637099f6f358751f9d89c60edb4c4bdb7469a.tar.zst gsoc2013-evolution-37a637099f6f358751f9d89c60edb4c4bdb7469a.zip |
Fix the tail space calculation, it didn't always take into account the
2001-09-17 <NotZed@Ximian.com>
* disktail.c (tail_space): Fix the tail space calculation, it
didn't always take into account the space used by a new tail node
(i think).
(tail_info): Add a failback assertion that end >= start. Fix all
callers (needed to add blocks argument).
svn path=/trunk/; revision=12923
Diffstat (limited to 'libibex/ChangeLog')
-rw-r--r-- | libibex/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog index 16677bbca4..394b2e7aa9 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,11 @@ +2001-09-17 <NotZed@Ximian.com> + + * disktail.c (tail_space): Fix the tail space calculation, it + didn't always take into account the space used by a new tail node + (i think). + (tail_info): Add a failback assertion that end >= start. Fix all + callers (needed to add blocks argument). + 2001-08-16 Not Zed <NotZed@Ximian.com> * dumpindex.c (main): Force open of internal data before using it. |