Fetching updates to dlang/dmd:
Fetching origin
From https://github.com/dlang/dmd
   afed338..5bbe0d3  master     -> master
 + b3baa0b...58f5211 refs/pull/14680/merge -> refs/pull/14680/merge  (forced update)
 + 5918b0a...98bf6be refs/pull/14696/merge -> refs/pull/14696/merge  (forced update)
 + a9713c2...53e3bc0 refs/pull/14699/merge -> refs/pull/14699/merge  (forced update)


Cloning source/dlang/dmd.git into master-219837-Linux_32/dmd, branch master
Cloning into '/home/braddr/sandbox/at-client/master-219837-Linux_32/dmd'...
done.
Head commit:
commit 5bbe0d3a2a41677e0db400d385cc8fb5e33cb37f
Author: mhh <maxhaton@gmail.com>
Date:   Thu Dec 15 03:06:32 2022 +0000

    Use -fmain rather than -main when compiling dmd-unittest executable with gdmd (gcc)


Fetching updates to dlang/druntime:
Fetching origin


Cloning source/dlang/druntime.git into master-219837-Linux_32/druntime, branch master
Cloning into '/home/braddr/sandbox/at-client/master-219837-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-219837-Linux_32/phobos, branch master
Cloning into '/home/braddr/sandbox/at-client/master-219837-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>