gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6875: texinfo gdb


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6875: texinfo gdb
Date: Tue, 11 Feb 2020 21:15:24 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6875
revision-id: address@hidden-20200212021518-vgyac1cvahf1w77a
parent: address@hidden-20200210004010-fbxl9nea3ve0tn9x
committer: address@hidden
branch nick: trunk
timestamp: Tue 2020-02-11 18:15:18 -0800
message:
  texinfo gdb
modified:
  doc/texinfo.tex                texinfo.tex-20190530181338-ltiwe8dnocveg3er-1
  pkg/gnu/gdb/Makefile           makefile-20160617014725-uokjfnggs70iry9h-693
  pkg/gnu/octave/Makefile        makefile-20160617014725-uokjfnggs70iry9h-1488
=== modified file 'doc/texinfo.tex'
--- a/doc/texinfo.tex   2019-11-09 05:38:38 +0000
+++ b/doc/texinfo.tex   2020-02-12 02:15:18 +0000
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2019-09-24.13}
+\def\texinfoversion{2020-02-11.09}
 %
 % Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc.
 %
@@ -373,12 +373,12 @@
   % Common context changes for both heading and footing.
   % Do this outside of the \shipout so @code etc. will be expanded in
   % the headline as they should be, not taken literally (outputting ''code).
-  \def\commmonheadfootline{\let\hsize=\txipagewidth \texinfochars}
+  \def\commonheadfootline{\let\hsize=\txipagewidth \texinfochars}
   %
-  \global\setbox\headlinebox = \vbox{\commmonheadfootline \makeheadline}%
+  \global\setbox\headlinebox = \vbox{\commonheadfootline \makeheadline}%
   %
   \ifodd\pageno \getoddfootingmarks \else \getevenfootingmarks \fi
-  \global\setbox\footlinebox = \vbox{\commmonheadfootline \makefootline}%
+  \global\setbox\footlinebox = \vbox{\commonheadfootline \makefootline}%
   %
   {%
     % Set context for writing to auxiliary files like index files.
@@ -3107,9 +3107,9 @@
 % preferrable one choice is over the other.
 \def\urefallowbreak{%
   \allowbreak
-  \hskip 0pt plus 4 em\relax
-  \penalty100
-  \hskip 0pt plus -4 em\relax
+  \hskip 0pt plus 2 em\relax
+  \penalty300
+  \hskip 0pt plus -2 em\relax
 }
 
 \urefbreakstyle after
@@ -8955,17 +8955,11 @@
     \else
       % Reference within this manual.
       %
-      % _ (for example) has to be the character _ for the purposes of the
-      % control sequence corresponding to the node, but it has to expand
-      % into the usual \leavevmode...\vrule stuff for purposes of
-      % printing. So we \turnoffactive for the \refx-snt, back on for the
-      % printing, back off for the \refx-pg.
-      {\turnoffactive
-       % Only output a following space if the -snt ref is nonempty; for
-       % @unnumbered and @anchor, it won't be.
-       \setbox2 = \hbox{\ignorespaces \refx{#1-snt}{}}%
-       \ifdim \wd2 > 0pt \refx{#1-snt}\space\fi
-      }%
+      % Only output a following space if the -snt ref is nonempty; for
+      % @unnumbered and @anchor, it won't be.
+      \setbox2 = \hbox{\ignorespaces \refx{#1-snt}{}}%
+      \ifdim \wd2 > 0pt \refx{#1-snt}\space\fi
+      %
       % output the `[mynode]' via the macro below so it can be overridden.
       \xrefprintnodename\printedrefname
       %
@@ -9055,7 +9049,7 @@
   \requireauxfile
   {%
     \indexnofonts
-    \otherbackslash
+    \turnoffactive
     \def\value##1{##1}%
     \expandafter\global\expandafter\let\expandafter\thisrefX
       \csname XR#1\endcsname

=== modified file 'pkg/gnu/gdb/Makefile'
--- a/pkg/gnu/gdb/Makefile      2020-02-10 00:40:10 +0000
+++ b/pkg/gnu/gdb/Makefile      2020-02-12 02:15:18 +0000
@@ -44,9 +44,9 @@
 WORKOBJ= $(WORKSRC)-build
 
 BUILDDEPS =  
-#src-highlite
 LIBDEPS =
-BUILDARGS += -Wl,LIBS=-lconv
+LIBS+=-liconv
+BUILDARGS += -Wl,LIBS=-liconv
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk

=== modified file 'pkg/gnu/octave/Makefile'
--- a/pkg/gnu/octave/Makefile   2020-02-07 04:09:33 +0000
+++ b/pkg/gnu/octave/Makefile   2020-02-12 02:15:18 +0000
@@ -43,7 +43,8 @@
 
 #  apt install liblapack-dev  libblas-dev
 BUILDDEPS =
-LIBDEPS = readline
+LIBDEPS = 
+#readline
 
 ######################################################################
 


reply via email to

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