summaryrefslogtreecommitdiff
path: root/glib/gwin32.c
Commit message (Expand)AuthorAgeFilesLines
* gwin32: Avoid use of function call with side effect in g_return_* macroKleis Auke Wolthuizen2023-04-061-1/+3
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* glib/win32: teach reopen_noninherited() about SOCKETMarc-André Lureau2022-05-121-3/+32
* glib/win32: introduce private g_win32_handle_is_socket()Marc-André Lureau2022-05-121-0/+19
* glib/win32: introduce private g_win32_reopen_noninherited()Marc-André Lureau2022-05-121-0/+64
* glib/win32: drop needless #ifdef G_OS_WIN32Marc-André Lureau2022-05-121-8/+0
* Fix process spawning with static build on WindowsLoic Le Page2022-01-271-0/+119
* gwin32.c: Split out call to RtlGetVersion()Chun-wei Fan2021-11-191-23/+43
* Fix signedness warnings in glib/gwin32.cEmmanuel Fleury2021-10-191-6/+6
* Fix the math in copy_charsLRN2021-06-081-10/+4
* Convert the crash handler to UTF-16, mostlyРуслан Ижбулатов2021-06-081-22/+22
* W32: Remove allocations from the crash handlerРуслан Ижбулатов2021-06-081-38/+84
* W32: Initialize debugger stuff in advanceРуслан Ижбулатов2021-06-081-65/+90
* W32: Don't use g_getenv() in crash handler or during initializationРуслан Ижбулатов2021-06-081-23/+29
* gwin32: Always use unicode APIsOle André Vadla Ravnås2021-01-051-9/+26
* glib: Use g_getenv everywhere instead of getenvNirbheek Chauhan2020-07-231-8/+8
* win32: spelling fixMarc-André Lureau2020-06-151-3/+3
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-2/+2
* gwin32: Do not register a crash handler unless requestedNirbheek Chauhan2020-02-181-0/+8
* gwin32: Do not ignore exceptions when running under a debuggerNirbheek Chauhan2020-02-181-13/+2
* win32: don't assume the format specifier for the stdlib printf/scanf like fun...Christoph Reiter2019-08-101-21/+21
* gwin32: Fix comment for g_win32_veh_handlerAndrea Azzarone2019-03-071-2/+1
* W32: Add a simple exception handlerРуслан Ижбулатов2019-03-061-0/+214
* W32: add std stream redirection envvar optionsРуслан Ижбулатов2018-06-201-0/+215
* gwin32: Fix detection of MinGW32 vs MinGW-w64Nirbheek Chauhan2018-05-161-2/+2
* W32 - don't use gettext & gcov during gettext initРуслан Ижбулатов2017-07-131-16/+60
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gwin32: Remove old win32 codepage ABI compat codeChristoph Reiter2017-04-061-63/+41
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-5/+5
* win32: use wide-char for constantsMarc-André Lureau2016-03-151-2/+2
* win32: fix indentationMarc-André Lureau2016-03-151-4/+4
* win32: use wcslen() return typeMarc-André Lureau2016-03-151-1/+1
* win32: fix off-by-one length checkMarc-André Lureau2016-03-151-1/+1
* gwin32.c: Avoid a GCC warningChun-wei Fan2016-01-281-4/+6
* gwin32.c: Fix build on MinGWChun-wei Fan2016-01-051-0/+3
* gwin32.c: Fix g_win32_check_windows_version() on 32-bitChun-wei Fan2015-10-271-1/+1
* gwin32.c: Fix build on Visual StudioChun-wei Fan2015-10-241-4/+2
* win32: Include ntdef.h for NTSTATUSSebastian Dröge2015-10-201-0/+4
* gwin32.c: Avoid deprecated Win32 API usageChun-wei Fan2015-10-071-31/+74
* win32: Fix leak in g_win32_get_command_line()TingPing2015-07-231-0/+1
* gwin32: Add g_win32_check_windows_version() APIChun-wei Fan2015-01-271-2/+80
* win32: improve the package installation dir lookupIgnacio Casal Quinteiro2014-07-311-6/+27
* gio: move Winsock error mapping to g_io_error_from_win32_error()Dan Winship2014-03-301-6/+6
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-1/+1
* Docs: Drop entities, switch away from sgml modeMatthias Clasen2014-02-091-2/+2
* Docs: replace <literal> by `Matthias Clasen2014-02-061-3/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Avoid a deprecation warningMatthias Clasen2014-01-191-0/+2
* win32: add g_win32_get_command_line()Ryan Lortie2014-01-171-0/+55
* glib/gwin32.c: Silence a Deprecation WarningChun-wei Fan2013-12-131-0/+2