|
|
|
@ -1,3 +1,15 @@ |
|
|
|
|
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> |
|
|
|
|
|
|
|
|
|
cache: Fix some data types mismatching with their sources. |
|
|
|
|
|
|
|
|
|
* src/cache/ftccache.c (ftc_cache_resize): The types of |
|
|
|
|
`p', `mask', `count' are matched with FTC_Cache->{p,mask}. |
|
|
|
|
(FTC_Cache_Clear): The type of `old_index' is matched to |
|
|
|
|
FTC_Cache->{p,mask}. |
|
|
|
|
|
|
|
|
|
* src/cache/ftccache.h (FTC_CACHE_LOOKUP_CMP): The type |
|
|
|
|
of `_idx' is matched with FTC_Cache->{p,mask}. |
|
|
|
|
|
|
|
|
|
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> |
|
|
|
|
|
|
|
|
|
cache: Fix some data types mismatching with their sources. |
|
|
|
|