diff --git a/src/ChangeLog b/src/ChangeLog index 22b046873..fbf05adae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2001-08-06 Andrew V. Samoilov + + * mad.c (mad_strdup): Return NULL if NULL is passed. + + * view.c (block_search): Return the position where the block was + found as declared in comment. + (hex_search): Don't increase pos, block_search returns now right + position. + 2001-08-03 Andrew V. Samoilov * mad.[ch] (mad_check): Declare file parameter const.