Fetching updates to dlang/dmd:
Fetching origin
From https://github.com/dlang/dmd
   5bbe0d3..b0cf6b7  master     -> master
 + e9843e3...b91a95b refs/pull/14695/merge -> refs/pull/14695/merge  (forced update)


Cloning source/dlang/dmd.git into master-219859-Linux_32/dmd, branch master
Cloning into '/home/braddr/sandbox/at-client/master-219859-Linux_32/dmd'...
done.
Head commit:
commit b0cf6b7231124eff79ff320f45659116543e6ad2
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Thu Dec 15 16:48:59 2022 +0100

    fix Issue 23548 - [REG 2.098] C sources files have precedent over D modules in imports (#14700)


Fetching updates to dlang/druntime:
Fetching origin


Cloning source/dlang/druntime.git into master-219859-Linux_32/druntime, branch master
Cloning into '/home/braddr/sandbox/at-client/master-219859-Linux_32/druntime'...
done.
Head commit:
commit 92d444fb7496919b219d9182459e984686ffbbb2
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Sun Jul 10 01:01:21 2022 +0200

    Add stubs for install make recipes
    
    This allows the auto-tester to build without complaint, even though it ultimately does nothing


Fetching updates to dlang/phobos:
Fetching origin


Cloning source/dlang/phobos.git into master-219859-Linux_32/phobos, branch master
Cloning into '/home/braddr/sandbox/at-client/master-219859-Linux_32/phobos'...
done.
Head commit:
commit 0e26597abc8dce3db1093e64323dd853c3ae5d29
Merge: 6871f95 2a62b4c
Author: The Dlang Bot <code+dlang-bot@dawg.eu>
Date:   Tue Dec 13 01:52:21 2022 +0100

    Merge pull request #8499 from ibuclaw/floatlogimpl
    
    std.math.exponential: Implement log/log2/log10 for double- and float-precision
    
    Signed-off-by: Nicholas Wilson <thewilsonator@users.noreply.github.com>
    Signed-off-by: Martin Kinkelin <kinke@users.noreply.github.com>
    Merged-on-behalf-of: Martin Kinkelin <kinke@users.noreply.github.com>