texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Mon Sep 24 14:53:01 EDT 2007)


From: Karl Berry
Subject: texinfo update (Mon Sep 24 14:53:01 EDT 2007)
Date: Mon, 24 Sep 2007 14:53:02 -0400

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.761
retrieving revision 1.763
diff -u -r1.761 -r1.763
--- ChangeLog   21 Sep 2007 22:51:12 -0000      1.761
+++ ChangeLog   24 Sep 2007 18:51:49 -0000      1.763
@@ -1,4 +1,4 @@
-2007-09-21  Stephen Compall <address@hidden>
+2007-09-21  Stephen Compall <address@hidden>  (tiny change)
 
        * makeinfo/makeinfo.c (convert_from_file): excise code testing
        case in suffixes that doesn't arise.
Index: makeinfo/makeinfo.c
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/makeinfo.c,v
retrieving revision 1.108
retrieving revision 1.110
diff -u -r1.108 -r1.110
--- makeinfo/makeinfo.c 21 Sep 2007 22:51:12 -0000      1.108
+++ makeinfo/makeinfo.c 24 Sep 2007 18:51:49 -0000      1.110
@@ -1,5 +1,5 @@
 /* makeinfo -- convert Texinfo source into other formats.
-   $Id: makeinfo.c,v 1.108 2007/09/21 22:51:12 karl Exp $
+   $Id: makeinfo.c,v 1.110 2007/09/24 18:51:49 karl Exp $
 
    Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
    2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
@@ -1367,14 +1367,13 @@
   int i;
   char *filename = xmalloc (strlen (name) + 50);
 
-  /* Prepend file directory to the search path, so relative links work.  */
+  /* Prepend NAME's directory to the search path, so relative links work.  */
   prepend_to_include_path (pathname_part (name));
 
   initialize_conversion ();
 
   /* Try to load the file specified by NAME, concatenated with our
-     various suffixes.  Prefer files like `makeinfo.texi' to
-     `makeinfo'.  */
+     various suffixes.  Prefer files like `makeinfo.texi' to `makeinfo'.  */
   for (i = 0; suffixes[i]; i++)
     {
       strcpy (filename, name);
@@ -1391,8 +1390,10 @@
       return;
     }
 
+  /* Set the global recording the current file name.  */
   input_filename = filename;
 
+  /* Do the main conversion.  */
   convert_from_loaded_file (name);
 
   /* Pop the prepended path, so multiple filenames in the
P ChangeLog
P makeinfo/makeinfo.c




reply via email to

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