texlive[54265] Master: compare own package, from genmisc
commits+karl at tug.org
commits+karl at tug.org
Thu Mar 12 23:37:38 CET 2020
Revision: 54265
http://tug.org/svn/texlive?view=revision&revision=54265
Author: karl
Date: 2020-03-12 23:37:38 +0100 (Thu, 12 Mar 2020)
Log Message:
-----------
compare own package, from genmisc
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tlpkg-ctan-check
trunk/Master/tlpkg/libexec/ctan2tds
trunk/Master/tlpkg/tlpsrc/collection-plaingeneric.tlpsrc
Added Paths:
-----------
trunk/Master/texmf-dist/tex/generic/compare/
trunk/Master/texmf-dist/tex/generic/compare/compare.tex
trunk/Master/tlpkg/tlpsrc/compare.tlpsrc
Removed Paths:
-------------
trunk/Master/texmf-dist/tex/generic/genmisc/compare.tex
Added: trunk/Master/texmf-dist/tex/generic/compare/compare.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/compare/compare.tex (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/compare/compare.tex 2020-03-12 22:37:38 UTC (rev 54265)
@@ -0,0 +1,12 @@
+% compare.tex - macro to compare two strings
+% By \'Eamonn McManus. This file is not copyrighted.
+
+\def\compare#1#2{\compcont#1\ \\#2\ \\}
+\def\compcont#1#2\\#3#4\\{%
+ \csname comp%
+ \if #1#3\if #1\ same\else cont\fi
+ \else \ifnum `#1<`#3less\else greater\fi \fi
+ \endcsname #2\\#4\\}
+\def\compsame#1\\#2\\{0}
+\def\compless#1\\#2\\{-1}
+\def\compgreater#1\\#2\\{1}
Property changes on: trunk/Master/texmf-dist/tex/generic/compare/compare.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Deleted: trunk/Master/texmf-dist/tex/generic/genmisc/compare.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/genmisc/compare.tex 2020-03-12 22:30:53 UTC (rev 54264)
+++ trunk/Master/texmf-dist/tex/generic/genmisc/compare.tex 2020-03-12 22:37:38 UTC (rev 54265)
@@ -1,12 +0,0 @@
-% compare.tex - macro to compare two strings
-% By \'Eamonn McManus. This file is not copyrighted.
-
-\def\compare#1#2{\compcont#1\ \\#2\ \\}
-\def\compcont#1#2\\#3#4\\{%
- \csname comp%
- \if #1#3\if #1\ same\else cont\fi
- \else \ifnum `#1<`#3less\else greater\fi \fi
- \endcsname #2\\#4\\}
-\def\compsame#1\\#2\\{0}
-\def\compless#1\\#2\\{-1}
-\def\compgreater#1\\#2\\{1}
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check 2020-03-12 22:30:53 UTC (rev 54264)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check 2020-03-12 22:37:38 UTC (rev 54265)
@@ -181,7 +181,7 @@
colortbl colorwav colorweb colourchange
combelow combine combinedgraphics combofont comfortaa comicneue
comma commado commath commedit comment
- compactbib competences
+ compactbib compare competences
complexity components-of-TeX comprehensive computational-complexity
concepts concmath concmath-fonts concprog concrete confproc constants conteq
context-account context-algorithmic context-animation context-annotation
Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds 2020-03-12 22:30:53 UTC (rev 54264)
+++ trunk/Master/tlpkg/libexec/ctan2tds 2020-03-12 22:37:38 UTC (rev 54265)
@@ -1602,6 +1602,7 @@
'circ', 'latex',
'cirth', 'generic',
'colorprofiles','generic',
+ 'compare', 'generic',
'cyrplain', 'plain',
'dad', 'lualatex',
'dehyph', 'generic',
@@ -1768,6 +1769,7 @@
'codepage', '\.sty|\.tex',
'colorprofiles', '\.(icc|sty|tex)$',
'colortab', 'colortab\.tex|' . $standardtex,
+ 'compare', '\.tex',
'components-of-TeX', 'NULL',
'concepts', 'concepts\.sty',
'contracard', "$package\.(cls|sty)",
Modified: trunk/Master/tlpkg/tlpsrc/collection-plaingeneric.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-plaingeneric.tlpsrc 2020-03-12 22:30:53 UTC (rev 54264)
+++ trunk/Master/tlpkg/tlpsrc/collection-plaingeneric.tlpsrc 2020-03-12 22:37:38 UTC (rev 54265)
@@ -16,6 +16,7 @@
depend catcodes
depend chronosys
depend colorsep
+depend compare
depend cweb-old
depend dinat
depend dirtree
Added: trunk/Master/tlpkg/tlpsrc/compare.tlpsrc
===================================================================
More information about the tex-live-commits
mailing list.