[latex3-commits] [git/LaTeX3-latex3-latex3] master: Allow l3fp tuples (this breaks l3trial/l3fp-extras) (967c578)
Bruno Le Floch
bruno at le-floch.fr
Mon Feb 12 03:02:34 CET 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/967c578f177534eeda923b49d4c71d52d54e3bda
>---------------------------------------------------------------
commit 967c578f177534eeda923b49d4c71d52d54e3bda
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Sun Feb 11 08:23:19 2018 -0500
Allow l3fp tuples (this breaks l3trial/l3fp-extras)
For instance one can now save (1,(2,3),(),(4,)) in a floating point variable.
There are many missing parts, especially error checking when given sin((1,2))
or the like. Tuples are also completley useless at present; eventually
things like addition (1,2)+(3,4)=(4,6) will be supported.
>---------------------------------------------------------------
967c578f177534eeda923b49d4c71d52d54e3bda
l3kernel/l3fp-aux.dtx | 203 +++++++++++----
l3kernel/l3fp-convert.dtx | 87 ++++++-
l3kernel/l3fp-parse.dtx | 421 ++++++++++++++++---------------
l3kernel/testfiles/m3expl001.luatex.tlg | 44 +++-
l3kernel/testfiles/m3expl001.ptex.tlg | 44 +++-
l3kernel/testfiles/m3expl001.tlg | 44 +++-
l3kernel/testfiles/m3expl001.uptex.tlg | 44 +++-
l3kernel/testfiles/m3expl001.xetex.tlg | 44 +++-
l3kernel/testfiles/m3expl003.luatex.tlg | 44 +++-
l3kernel/testfiles/m3expl003.ptex.tlg | 44 +++-
l3kernel/testfiles/m3expl003.tlg | 44 +++-
l3kernel/testfiles/m3expl003.uptex.tlg | 44 +++-
l3kernel/testfiles/m3expl003.xetex.tlg | 44 +++-
l3kernel/testfiles/m3fp-assign001.tlg | 11 +-
l3kernel/testfiles/m3fp-parse001.tlg | 13 +-
l3kernel/testfiles/m3fp-parse002.tlg | 34 +--
l3kernel/testfiles/m3quark001.tlg | 2 +-
17 files changed, 802 insertions(+), 409 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --textconv --cc 967c578f177534eeda923b49d4c71d52d54e3bda
More information about the latex3-commits
mailing list