User Activity

  • Committed [7b50e7]

    Regarding https://github.com/mingw-w64/mingw-w64.github.io/issues/1: 'I'll need some kind of proof for the domain name usage though. Maybe a commit visible from the sourceforge repo that mentions the domaine name(s).'; I, account @elieux on GitHub, have been approved by jon_y to push into the repository to indicate I'm a trusted party to transfer mingw-w64.org to.

  • Posted a comment on ticket #846 on MinGW-w64 - for 32 and 64 bit Windows

    I think I may have missed the point here with the example. Let me try again: #include <stdio.h> int main(int argc, char *argv[]) { wprintf(L"argc=%f argv[0]=%d", argc, argv[0]); return 0; } > gcc -std=c11 -Wall -Wextra -Werror -pedantic example.c -o example.exe > example.exe argc=0.000000 argv[0]=11408304 This surely deserves some warnings. :)

  • Posted a comment on ticket #846 on MinGW-w64 - for 32 and 64 bit Windows

    The diagnostic reports an error in the reverse situation, why should it not report both? #define __USE_MINGW_ANSI_STDIO 1 #include <stdio.h> int main(int argc, char *argv[]) { printf("argc=%d argv[0]=%ls", argc, argv[0]); return 0; } > gcc -std=c11 -Wall -Wextra -Werror -pedantic narrow.c a.c: In function 'main': a.c:7:28: error: format '%ls' expects argument of type 'wchar_t *', but argument 3 has type 'char *' [-Werror=format=] 7 | printf("argc=%d argv[0]=%ls", argc, argv[0]); | ~~^ ~~~~~~~ | |...

  • Created ticket #846 on MinGW-w64 - for 32 and 64 bit Windows

    wprintf, swprintf etc. don't check format specifiers vs. arguments on compile

  • Modified ticket #17 on MSYS2

    PS1 command substitution

  • Posted a comment on ticket #17 on MSYS2

    And now it doesn't. Opening. :/

  • Created ticket #647 on MinGW-w64 - for 32 and 64 bit Windows

    strtold leaks heap memory

  • Modified ticket #187 on MSYS2

    GLIB fails to read from gsettings

View All

Personal Data

Username:
elieux
Joined:
2009-08-21 12:29:27
Location:
Czech Republic / CEST
Gender:
Male

Projects

This is a list of open source software projects that David Macek is associated with:

Personal Tools