texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/makeinfo files.c,1.6,1.7 node.c,1.13,1.14


From: dirt
Subject: texinfo/makeinfo files.c,1.6,1.7 node.c,1.13,1.14
Date: Tue, 13 Jan 2004 19:43:03 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv5933/makeinfo

Modified Files:
        files.c node.c 
Log Message:
2004-01-13  Alper Ersoy  <address@hidden>

        * makeinfo/node.c (cm_node): reset output_position when closing the
        current HTML output file.

        * makeinfo/files.c (handle_delayed_writes): fixed position updating of
        the next writes.



Index: files.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/files.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** files.c     13 Jan 2004 14:19:08 -0000      1.6
--- files.c     13 Jan 2004 18:43:01 -0000      1.7
***************
*** 698,707 ****
  
        free (delayed_buf);
-       temp = temp->next;
  
        /* Shift remaining delayed positions
           by the length of this write.  */
        {
!         DELAYED_WRITE *future_write = temp;
          while (future_write)
            {
--- 698,706 ----
  
        free (delayed_buf);
  
        /* Shift remaining delayed positions
           by the length of this write.  */
        {
!         DELAYED_WRITE *future_write = temp->next;
          while (future_write)
            {
***************
*** 711,714 ****
--- 710,715 ----
            }
        }
+ 
+       temp = temp->next;
      }
  }

Index: node.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/node.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** node.c      13 Jan 2004 01:27:02 -0000      1.13
--- node.c      13 Jan 2004 18:43:01 -0000      1.14
***************
*** 599,602 ****
--- 599,603 ----
              fclose (output_stream);
              output_stream = NULL;
+               output_position = 0;
              tag = find_node_by_fname (fname_for_this_node);
            }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]