texinfo-commits
[Top][All Lists]
Advanced

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

[8200] parsetexi update


From: gavinsmith0123
Subject: [8200] parsetexi update
Date: Sat, 22 Sep 2018 08:49:11 -0400 (EDT)

Revision: 8200
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8200
Author:   gavin
Date:     2018-09-22 08:49:10 -0400 (Sat, 22 Sep 2018)
Log Message:
-----------
parsetexi update

Modified Paths:
--------------
    trunk/tp/Texinfo/XS/parsetexi/command_data.txt
    trunk/tp/Texinfo/XS/parsetexi/command_ids.h
    trunk/tp/Texinfo/XS/parsetexi/parser.c

Modified: trunk/tp/Texinfo/XS/parsetexi/command_data.txt
===================================================================
--- trunk/tp/Texinfo/XS/parsetexi/command_data.txt      2018-09-22 12:37:06 UTC 
(rev 8199)
+++ trunk/tp/Texinfo/XS/parsetexi/command_data.txt      2018-09-22 12:49:10 UTC 
(rev 8200)
@@ -1,4 +1,4 @@
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
 # Free Software Foundation, Inc.
 #
 # This file is part of GNU Texinfo.
@@ -37,6 +37,7 @@
 ?      nobrace
 .      nobrace
 @      nobrace
+&      nobrace
 }      nobrace
 {      nobrace
 \\     nobrace
@@ -216,6 +217,7 @@
 ordf           brace           0
 ordm           brace           0
 atchar         brace           0
+ampchar                brace           0
 lbracechar     brace           0
 rbracechar     brace           0
 backslashchar  brace           0

Modified: trunk/tp/Texinfo/XS/parsetexi/command_ids.h
===================================================================
--- trunk/tp/Texinfo/XS/parsetexi/command_ids.h 2018-09-22 12:37:06 UTC (rev 
8199)
+++ trunk/tp/Texinfo/XS/parsetexi/command_ids.h 2018-09-22 12:49:10 UTC (rev 
8200)
@@ -32,6 +32,7 @@
 CM_hex_20,
 CM_hex_21,
 CM_hex_22,
+CM_hex_26,
 CM_hex_27,
 CM_hex_2a,
 CM_hex_2c,
@@ -66,6 +67,7 @@
 CM_afourwide,
 CM_alias,
 CM_allowcodebreaks,
+CM_ampchar,
 CM_anchor,
 CM_appendix,
 CM_appendixsec,

Modified: trunk/tp/Texinfo/XS/parsetexi/parser.c
===================================================================
--- trunk/tp/Texinfo/XS/parsetexi/parser.c      2018-09-22 12:37:06 UTC (rev 
8199)
+++ trunk/tp/Texinfo/XS/parsetexi/parser.c      2018-09-22 12:49:10 UTC (rev 
8200)
@@ -1059,7 +1059,7 @@
       line_after_command = line + 1;
 
       /* List of single character Texinfo commands. */
-      if (strchr ("([\"'address@hidden,.!?"
+      if (strchr ("([\"'~@&}{,.!?"
                   " \f\n\r\t"
                   "*-^`=:|/\\",
               *line_after_command))




reply via email to

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