[tex-k] xdvi release?
Paul Vojta
vojta at Math.Berkeley.EDU
Tue Jun 21 03:38:44 CEST 2005
On Fri, Jun 10, 2005 at 10:12:03PM +0200, Stefan Ulrich wrote:
> Hi Karl,
>
> > I see that the latest xdvi version on sourceforge is 22.84.10. Before I
> > take the time to merge that into the TeX Live build tree, I wonder if
> > you can tell me if you're planning another release in the near future?
>
> No, not in the near future (didn't have not much time to work on
> xdvik lately ...)
Stefan:
I too am quite busy right now, but there is one thing that you might
consider changing. Enclosed is a fix for a bug which causes (non-k)
xdvi to report "corrupted dvi file" too often. I'm not sure where it
would fit in in xdvik, though, since you seem to have gotten rid of
the check_dvi_file() routine.
--Paul
-------------- next part --------------
diff -ur xdvi-22.84/dvi-init.c Xdvi/dvi-init.c
--- xdvi-22.84/dvi-init.c 2004-05-05 16:01:12.000000000 -0700
+++ Xdvi/dvi-init.c 2004-10-25 20:20:40.000000000 -0700
@@ -884,6 +884,8 @@
else if (fstat(fileno(dvi_file), &buf) != 0
|| buf.st_mtime != dvi_time) {
ev_flags |= EV_NEWDOC;
+ Fclose(dvi_file);
+ dvi_file = NULL;
return False;
}
More information about the tex-k
mailing list