gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_2-35-g8775f5d


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_2-35-g8775f5d
Date: Sun, 11 Sep 2011 16:09:14 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=8775f5dc0ab16d7a72be2f56818ea1179d1e7ebe

The branch, master has been updated
       via  8775f5dc0ab16d7a72be2f56818ea1179d1e7ebe (commit)
      from  49df2b00630ecfd29d4862dc18b55bd3fc701f8a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8775f5dc0ab16d7a72be2f56818ea1179d1e7ebe
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Sep 11 18:09:24 2011 +0200

    fix on double arguments

-----------------------------------------------------------------------

Summary of changes:
 doc/scripts/mytexi2latex |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex
index 74829b9..70fdcca 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -49,9 +49,10 @@ my $suffix = $_[0];
 
 sub showenumdesc()
 {
-my $suffix = $_[0];
-       $suffix =~ s/\\//g;
-       return "\\showenumdesc\{$suffix\}";
+my $prefix = $_[0];
+my $suffix = $_[1];
+       $prefix =~ s/\\//g;
+       return "\\showenumdesc\{$prefix\}\{$suffix\}";
 }
 
 my $punescape = \&unescape;
@@ -73,6 +74,7 @@ my $spacematch = "[\\s\\w\\d-\\.\\/address@hidden:]";
 my $mathmatch = "[\\s\\w\\d-\\.\\/\\:\\(\\)\\+\\/\\^\\'\\=\{\}\\\\\\,]";
 my $underscorematch = "[\\s\\w\\d-\\.\\/address@hidden:\\~]";
 my $codematch = "[\\s\\w\\d-\\.\\/address@hidden:\\-\\\"\+\\%\\,]";
+my $extcodematch = "[\\s\\w\\d-\\.\\/address@hidden:\\-\\\"\+\\%\\,\\{\\}]";
 my ($line, $prev_mode);
 my ($verbatim, $label);
 my @stack = ();
@@ -339,7 +341,7 @@ multitable:
                $line =~ s/address@hidden($codematch+)\}/$pfuncref->($1)/ge;
                $line =~ 
s/address@hidden([A-Z])\{($codematch+)\}/$pshowfunc->($1,$2)/ge;
                $line =~ 
s/address@hidden($codematch+)\}/$pshowfuncdesc->($1)/ge;
-               $line =~ 
s/address@hidden($codematch+)\}/$pshowenumdesc->($1)/ge;
+               $line =~ 
s/address@hidden($codematch+),($extcodematch+)\}/$pshowenumdesc->($1,$2)/ge;
                $line =~ s/address@hidden/\\myref\{/g;
                $line =~ s/address@hidden 
(.*)/\\begin{center}\n$1\n\\end{center}/g;
                if ($line =~ m/address@hidden/) {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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