From 0b8fd41ca9a3e6ba9142ccbca8f75a76c8bb3c58 Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Mon, 20 Nov 2000 17:13:21 +0000 Subject: [PATCH] * view.c: Fixed long existed bugs in internal viewer. When search is doing in binary file it ignore skipped zero(es), so cursor is before searched expression and next search find the same string. Also regexp search could return wrong results for '^ ?' expressions. (get_line_at): skipped: new parameter for number of skipped zero(es) (search): new features of get_line_at used. --- src/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index c0047c25a..e56410c15 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2000-11-20 Andrew V. Samoilov + + * view.c: Fixed long existed bugs in internal viewer. When search is + doing in binary file it ignore skipped zero(es), so cursor is before + searched expression and next search find the same string. Also regexp + search could return wrong results for '^ ?' expressions. + + (get_line_at): skipped: new parameter for number of skipped zero(es) + + (search): new features of get_line_at used. + 2000-11-16 Andrew V. Samoilov * cons.saver.c (check_file): close fd on error. There was a bug, which