[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Merge branch 'asciiquotes-dev' into dev (fe02b04)

Marcel Fabian Krüger tex at 2krueger.de
Tue Feb 11 17:45:31 CET 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/fe02b04a94594d06d04b24606b23a07d628f76f9

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

commit fe02b04a94594d06d04b24606b23a07d628f76f9
Merge: d301095 de95303
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Tue Feb 11 17:45:31 2020 +0100

    Merge branch 'asciiquotes-dev' into dev


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

fe02b04a94594d06d04b24606b23a07d628f76f9
 src/luaotfload-auxiliary.lua     |  2 +-
 src/luaotfload-configuration.lua | 18 +++++++++---------
 src/luaotfload-database.lua      | 10 +++++-----
 src/luaotfload-init.lua          | 18 +++++++++---------
 src/luaotfload-loaders.lua       | 12 ++++++------
 src/luaotfload-main.lua          | 22 +++++++++++-----------
 src/luaotfload-resolvers.lua     |  6 +++---
 7 files changed, 44 insertions(+), 44 deletions(-)

diff --cc src/luaotfload-main.lua
index 0f09e40,cbd503a..9b02a90
--- a/src/luaotfload-main.lua
+++ b/src/luaotfload-main.lua
@@@ -267,8 -267,8 +267,8 @@@ local install_loaders = function (
              local t_end = osgettimeofday ()
              local d_t = t_end - t_0
              logreport ("log", 4, "load",
-                        "Module “%s” loaded in %g ms.",
 -                       "Module %q loaded in %d ms.",
 -                       name, d_t)
++                       "Module %q loaded in %g ms.",
 +                       name, d_t * 1000)
              timing_info.t_init [name] = d_t
          end
      end





More information about the latex3-commits mailing list.