Changelog entries for non-trivial commits of the last hour.

edge.strict_endians
uvman 2006-10-29 00:09:23 +00:00
parent fe1405393f
commit aa5ee310d0
1 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,12 @@ xx/xx/2006 - x.xx.x - .
conversion macros. (zhanglinbao, Yuval)
- Spelling mistake fixes in debug logging strings. (Yuval)
- Remove inline keywords from static non-one-liners. (Szaka, Yuval)
- Memory leak fixes. (Yura, Yuval)
- Use memmove() in compress.c for moving overlapping blocks instead
of copying bytes manually. (Yuval)
- Change ntfs_collate()'s signature to take size_t's. (Yuval)
- Move ntfs_is_collation_rule_supported() from collate.h to collate.c
and rewrite it to be clearer. (Yuval)
21/06/2006 - 1.13.1 - Various fixes.