texinfo-commits
[Top][All Lists]
Advanced

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

[6163] parsetexi update


From: Gavin D. Smith
Subject: [6163] parsetexi update
Date: Fri, 27 Feb 2015 14:03:59 +0000

Revision: 6163
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6163
Author:   gavin
Date:     2015-02-27 14:03:58 +0000 (Fri, 27 Feb 2015)
Log Message:
-----------
parsetexi update

Modified Paths:
--------------
    trunk/parsetexi/TODO
    trunk/parsetexi/handle_commands.c

Modified: trunk/parsetexi/TODO
===================================================================
--- trunk/parsetexi/TODO        2015-02-27 12:34:52 UTC (rev 6162)
+++ trunk/parsetexi/TODO        2015-02-27 14:03:58 UTC (rev 6163)
@@ -2,6 +2,7 @@
 * Counters for e.g. numbers of arguments read so far for a brace 
 command, or the row in a table.
 * check valid nestings
+* @deffn, @deffnx, etc.
 * Implement parser options
 * Character encoding issues - read and pass to Perl correctly.
 * gnulib integration for strrchr, strchrnul, asprintf, etc.  Eliminate

Modified: trunk/parsetexi/handle_commands.c
===================================================================
--- trunk/parsetexi/handle_commands.c   2015-02-27 12:34:52 UTC (rev 6162)
+++ trunk/parsetexi/handle_commands.c   2015-02-27 14:03:58 UTC (rev 6163)
@@ -385,7 +385,7 @@
       /* Alternative is to use longjmp to go where "last;" does in the Perl 
          version. */
       line = strchr (line, '\0');
-      get_new_line = 1;
+      *get_new_line = 1;
       goto funexit;
     }
   else if (command_data(cmd_id).data == BLOCK_conditional)




reply via email to

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