summaryrefslogtreecommitdiff
path: root/glib/gwin32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-5/+5
* Deprecate g_thread_init()Ryan Lortie2011-10-041-2/+0
* win32: remove version init from g_thread_init_glibRyan Lortie2011-09-091-25/+8
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* [docs] Fix 'Deprecated' tag on some win32 functionsJavier Jardón2009-12-281-2/+2
* Drop the code in the else branch of #if GLIB_CHECK_VERSION (2, 19, 0).Tor Lillqvist2009-01-211-64/+0
* Cosmetics.Tor Lillqvist2009-01-091-4/+5
* Bug 567138 - get_package_directory_from_module() does not free its lockTor Lillqvist2009-01-091-3/+8
* glib/gutils.h Deprecate G_WIN32_DLLMAIN_FOR_DLL_NAME(),Tor Lillqvist2008-09-131-16/+27
* glib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.cTor Lillqvist2008-07-271-0/+8
* Fix Cygwin breakage. Patch by Lieven van der Heide.Tor Lillqvist2008-03-311-3/+3
* 2.15.6GLIB_2_15_6Matthias Clasen2008-02-251-0/+2
* New function. Supersedes g_win32_get_package_installation_directory() andTor Lillqvist2008-02-241-37/+88
* Doc change: Deprecate passing anything but NULL for the "package"Tor Lillqvist2008-02-131-13/+16
* Update doc comments. Mention that it is not recommeded to use the RegistryTor Lillqvist2007-06-111-5/+18
* config.h.win32.in glib/galloca.h glib/gbacktrace.h glib/gwin32.cTor Lillqvist2007-01-181-2/+2
* Simplify greatly. Instead of hardcoding a large switch statement, just askTor Lillqvist2007-01-151-912/+33
* glib/gwin32.h Add const to gchar* arguments. (#384523, Yevgen Muntyan)Tor Lillqvist2006-12-271-11/+11
* g_strdup the keys that we are passed before adding them to the hashTor Lillqvist2006-10-071-2/+2
* Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.Tor Lillqvist2006-08-291-134/+57
* Return a g_strdup()ed copy of the value stored in the hash table, so thatTor Lillqvist2005-10-191-1/+1
* glib/gstdio.h glib/gstdio.c Add a chdir() wrapper, too.Tor Lillqvist2005-06-091-4/+6