[latex3-commits] [git/LaTeX3-latex3-latex3] master: Add "fake" prefix names (see #450) (77c2b07)

Bruno Le Floch bruno at le-floch.fr
Sat May 12 22:44:21 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/77c2b077914351ff2817876b4e2ed6c88a0bfda2

>---------------------------------------------------------------

commit 77c2b077914351ff2817876b4e2ed6c88a0bfda2
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Sat May 12 16:38:15 2018 -0400

    Add "fake" prefix names (see #450)
    
    We have many constants such as \c_underscore_str.  Of course they belong
    to the "str" module, but if someone were to write an "underscore" package
    it would not necessarily be crazy for them to have some parameter
    \g_underscore_tl to customize the package.  To avoid confusion, reserve
    these names.  I've not reserved two, three, ..., thirty because we are
    deprecating these integer constants.  Sorry for the last commit, it was
    a bit messed up, now fixed.


>---------------------------------------------------------------

77c2b077914351ff2817876b4e2ed6c88a0bfda2
 l3kernel/l3prefixes.csv |   38 +++++++++++++++++++++++++++++++++++---
 1 file changed, 35 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3prefixes.csv b/l3kernel/l3prefixes.csv
index e45ad20..d3e82f6 100644
--- a/l3kernel/l3prefixes.csv
+++ b/l3kernel/l3prefixes.csv
@@ -1,24 +1,27 @@
-Update l3prefixes: alignment, ampersand, atsign, backslash, catcode, circumflex, colon, dollar, e, empty, hash, inf, left, log, math, mark, max, minus, nan, nil, no, novalue, parameter, percent, pi, recursion, right, space, stop, term, tilde, tmpa, tmpb, underscore
-
-
 Prefix,Module or package,Registrant,E-mail,Homepage,Source repository,Issue tracker,First registered,Last update,Notes
 acro,acro,Clemens Niederberger,contact at mychemistry.eu,https://bitbucket.org/cgnieder/acro/,git@bitbucket.org:cgnieder/acro.git,https://bitbucket.org/cgnieder/acro/issues,2013/03/16,2013/03/16,
 alloc,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,Internal only but reserved
 alignment,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
+ampersand,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
+atsign,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 arch,archaeologie,Lukas C. Bossert, lukas at digitales-altertum.de,https://biblatex-archaeologie.de,https://github.com/LukasCBossert/biblatex-archaeologie,https://github.com/LukasCBossert/biblatex-archaeologie/issues,2017/03/24,2017/03/24,
 array,hobby,Andrew Stacey,stacey at math.ntnu.no,,,,2013/03/16,2013/03/16,
+backslash,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 bool,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 box,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
+catcode,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 cctab,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/28,2012/09/28,
 char,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 chemformula,chemmacros,Clemens Niederberger,contact at mychemistry.eu,https://bitbucket.org/cgnieder/chemmacros/,git@bitbucket.org:cgnieder/chemmacros.git,https://bitbucket.org/cgnieder/chemmacros/issues,2013/03/16,2013/03/16,
 chemmacros,chemmacros,Clemens Niederberger,contact at mychemistry.eu,https://bitbucket.org/cgnieder/chemmacros/,git@bitbucket.org:cgnieder/chemmacros.git,https://bitbucket.org/cgnieder/chemmacros/issues,2013/03/16,2013/03/16,
 chemnum,chemnum,Clemens Niederberger,contact at mychemistry.eu,https://bitbucket.org/cgnieder/chemnum/,git@bitbucket.org:cgnieder/chemnum.git,https://bitbucket.org/cgnieder/chemnum/issues,2013/03/16,2013/03/16,
 chk,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,Currently internal-only but reserved
+circumflex,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 classics,classics,Eduardo C. Lourenço de Lima,elourenco at phi.pro.br,,,,2013/03/16,2013/03/16,
 clist,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 codedoc,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,Somewhat experimental: may change
 coffin,"l3kernel,xcoffins",The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
+colon,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 color,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 conteq,conteq,Joachim Breitner,mail at joachim-breitner.de,https://github.com/nomeata/conteq,git@github.com:nomeata/conteq.git,https://github.com/nomeata/conteq/issues,2013/05/26,2013/05/27,
 cs,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
@@ -26,9 +29,12 @@ ctex,ctex,Qing Lee,sobenlee at gmail.com,https://code.google.com/p/ctex-kit/,https:
 ctuthesis,ctuthesis,Tom Hejda,tohecz at gmail.com,https://github.com/tohecz/ctuthesis,git@github.com:tohecz/ctuthesis.git,https://github.com/tohecz/ctuthesis/issues,2015/07/26,2015/07/26,
 debug,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2017/07/15,2017/07/15,
 dim,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
+dollar,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 driver,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 dry,dry,Michiel Helvensteijn,mhelvens+latex at gmail.com,,,,2013/01/18,2013/01/18,
+e,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 else,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/28,2012/09/28,
+empty,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 ENdiagram,endiagram,Clemens Niederberger,contact at mychemistry.eu,https://bitbucket.org/cgnieder/endiagram/,git@bitbucket.org:cgnieder/endiagram.git,https://bitbucket.org/cgnieder/endiagram/issues,2013/03/16,2013/03/16,
 enotez,enotez,Clemens Niederberger,contact at mychemistry.eu,https://bitbucket.org/cgnieder/enotez/,git@bitbucket.org:cgnieder/enotez.git,https://bitbucket.org/cgnieder/enotez/issues,2013/03/16,2013/03/16,
 etex,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
@@ -48,6 +54,7 @@ graph,lt3graph,Michiel Helvensteijn,mhelvens+latex at gmail.com,,,,2014/02/05,2014/
 group,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 GS,gs1,Markus Kohm,komascript at gmx.info,,,,2013/03/16,2013/03/16,
 gtl,gtl,Bruno Le Floch,blflatex at gmail.com,https://github.com/blefloch/latex-gtl.html,git://github.com/blefloch/latex-gtl.git,https://github.com/blefloch/latex-gtl/issues,2015/09/22,2015/09/22,
+hash,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 hbox,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 hcoffin,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/28,2012/09/28,
 hobete,hobete,Tobias Görlach,tobias.goerlach at ingenieur.de,disk0s1.de,,,2012/11/07,2012/11/07,
@@ -55,15 +62,22 @@ if,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-pr
 insert,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/28,2012/09/28,
 int,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 intarray,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/04/06,2018/04/06,
+inf,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 ior,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 iow,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 kgl,kantlipsum,Enrico Gregorio,,,,,2013/03/16,2013/03/16,
 kernel,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 keys,"l3kernel,l3keys2e",The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 keyval,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
+left,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 lltxmath,lualatex-math,Philipp Stephani,p.stephani2 at gmail.com,https://github.com/phst/lualatex-math,https://github.com/phst/lualatex-math.git,https://github.com/phst/lualatex-math/issues,2012/11/07,2012/11/07,
+log,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 lua,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 luatex,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
+mark,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
+math,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
+max,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
+minus,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 mix,media9,Alexander Grahn,a.grahn at web.de,,,,2013/01/18,2013/01/18,
 mhchem,mhchem,Martin Hensel,mhchem at martinhensel.de,,,,2014/02/05,2014/02/05,
 mode,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
@@ -71,13 +85,21 @@ MOdiagram,modiagram,Clemens Niederberger,contact at mychemistry.eu,https://bitbucke
 morewrites,morewrites,Bruno Le Floch,blflatex at gmail.com,https://github.com/blefloch/latex-morewrites.html,git://github.com/blefloch/latex-morewrites.git,https://github.com/blefloch/latex-morewrites/issues,2013/03/16,2015/09/22,
 msg,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 muskip,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
+nan,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
+nil,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
+no,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 notestobib,notes2bib,Joseph Wright,joseph.wright at morningstar2.co.uk,https://bitbucket.org/josephwright/notes2bib,ssh://hg@bitbucket.org/notes2bib/siunitx,https://bitbucket.org/josephwright/notes2bib/issues,2012/11/07,2012/11/07,
+novalue,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 ocgbase,ocgx2,Alexander Grahn,a.grahn at web.de,,,,2016/02/26,2016/02/26,
 ocgxii,ocgx2,Alexander Grahn,a.grahn at web.de,,,,2016/02/26,2016/02/26,
+one,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 or,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/28,2012/09/28,
+parameter,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 pbs,media9,Alexander Grahn,a.grahn at web.de,,,,2016/02/26,2016/02/26,
 pdftex,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 peek,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
+percent,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
+pi,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 pkgploader,pkgploader,Michiel Helvensteijn,mhelvens+latex at gmail.com,,,,2014/02/05,2014/02/05,
 prg,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 primargs,morewrites,Bruno Le Floch,blflatex at gmail.com,https://github.com/blefloch/latex-morewrites.html,git://github.com/blefloch/latex-morewrites.git,https://github.com/blefloch/latex-morewrites/issues,2013/03/16,2015/09/22,
@@ -85,23 +107,32 @@ prop,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-
 ptex,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2015/07/28,2015/07/28,
 quark,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 randomwalk,randomwalk,Bruno Le Floch,blflatex at gmail.com,https://github.com/blefloch/latex-randomwalk.html,git://github.com/blefloch/latex-randomwalk.git,https://github.com/blefloch/latex-randomwalk/issues,2013/03/16,2015/09/22,
+recursion,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 regex,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2018/04/06,
 reverse,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/28,2012/09/28,
+right,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 scan,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 seq,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 siunitx,siunitx,Joseph Wright,joseph.wright at morningstar2.co.uk,https://bitbucket.org/josephwright/siunitx,ssh://hg@bitbucket.org/josephwright/siunitx,https://bitbucket.org/josephwright/siunitx/issues,2012/11/04,2012/11/04,
 skip,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 sort,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2017/02/13,
+space,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
+stop,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 substances,substances,Clemens Niederberger,contact at mychemistry.eu,https://bitbucket.org/cgnieder/substances/,git@bitbucket.org:cgnieder/substances.git,https://bitbucket.org/cgnieder/substances/issues,2013/03/16,2013/03/16,
 stm,lt3-stm,CV Radhakrishnan,cvr at cvr.cc,http://www.cvr.cc/,,,2014/02/26,2014/02/26,
 str,"l3kernel,l3str,l3str-format",The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 sys,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2015/09/07,2015/09/08,
 tasks,exsheets,Clemens Niederberger,contact at mychemistry.eu,https://bitbucket.org/cgnieder/exsheets/,git@bitbucket.org:cgnieder/exsheets.git,https://bitbucket.org/cgnieder/exsheets/issues,2013/03/16,2013/03/16,
+term,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 tex,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
+tilde,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 tl,"l3kernel,l3tl-analysis,l3tl-build",The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
+tmpa,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
+tmpb,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 token,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 UFca,citeall,Ulrike Fischer,fischer at troubleshooting-tex.de,,,,2015/04/09,2016/02/26,
 um,unicode-math,Will Robertson,wspr81 at gmail.com,https://github.com/wspr/unicode-math,git@github.com:wspr/unicode-math.git,https://github.com/wspr/unicode-math/issues,2013/03/16,2013/03/16,
+underscore,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 unravel,unravel,Bruno Le Floch,blflatex at gmail.com,https://github.com/blefloch/latex-unravel.html,git://github.com/blefloch/latex-unravel.git,https://github.com/blefloch/latex-unravel/issues,2015/09/22,2015/09/22,
 use,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 uptex,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2015/07/28,2015/07/28,
@@ -119,5 +150,6 @@ xpinyin,xpinyin,Qing Lee,sobenlee at gmail.com,https://code.google.com/p/ctex-kit/,
 xsb,x,Alexander Grahn,a.grahn at web.de,,,,2016/02/26,2016/02/26,
 xtemplate,xtemplate,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012/09/27,2012/09/27,
 yoin,yoin,Tom Hejda,tohecz at gmail.com,https://github.com/tohecz/yoin,git@github.com:tohecz/yoin.git,https://github.com/tohecz/yoin/issues,2016/02/22,2016/02/22,
+zero,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,git://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018/05/12,2018/05/12,
 zhnum,zhnumber,Qing Lee,sobenlee at gmail.com,https://code.google.com/p/ctex-kit/,https://ctex-kit.googlecode.com/svn,https://code.google.com/p/ctex-kit/issues/list,2013/03/16,2013/05/26,
 zxjt,zxjatype,Takayuki Yato,zrbabbler at yahoo.co.jp,,,,2013/03/16,2013/03/16,





More information about the latex3-commits mailing list