Today
Today
rLIBKLEO71014db575cc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
l10n daemon script <scripty@kde.org> committed GIT_SILENT Sync po/docbooks with svn
rKLEOPATRAdb7573a2f297: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
l10n daemon script <scripty@kde.org> committed GIT_SILENT Sync po/docbooks with svn
• gniibe added a comment to T7138: Windows (Semi-hosted environment): filename and network access.
For now, I'm using this to avoid failure of make check (invoking gpg-agent by gpg-connect-agent).
diff --git a/common/stringhelp.c b/common/stringhelp.c index 9a2265258..6596c65cd 100644 --- a/common/stringhelp.c +++ b/common/stringhelp.c @@ -70,6 +70,22 @@ change_slashes (char *name) { #ifdef HAVE_DOSISH_SYSTEM char *p; + /* 0: don't know yet, 1: it's under wine, -1: no */ + static int semihosted_by_wine; + + /* Under wine, no change. */ + if (!semihosted_by_wine) + { + HMODULE hntdll = GetModuleHandle ("ntdll.dll"); + if (hntdll + && GetProcAddress (hntdll, "wine_get_version")) + semihosted_by_wine = 1; + else + semihosted_by_wine = -1; + } + + if (semihosted_by_wine > 0) + return name;
rMTP62325540bcc6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
l10n daemon script <scripty@kde.org> committed GIT_SILENT Sync po/docbooks with svn
rLIBKLEO57f8c54b8ed6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
l10n daemon script <scripty@kde.org> committed GIT_SILENT Sync po/docbooks with svn
rKLEOPATRA5b12812f6dd7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
l10n daemon script <scripty@kde.org> committed GIT_SILENT Sync po/docbooks with svn
• gniibe updated the task description for T7293: spawn API glitch.
• gniibe committed rG730593affa91: common:w32: Don't expose unused functions. (authored by • gniibe).
common:w32: Don't expose unused functions.
• gniibe set External Link to https://bugs.debian.org/1081807 on T7293: spawn API glitch.
• gniibe updated the task description for T7293: spawn API glitch.
Panel Used By
Panel Used By
This panel is not used on any dashboard or inside any other panel container. |