glib/glib
Emmanuele Bassi 822b511cb6 Update rcbox annotations for acquire/release functions
The accepted behaviour for reference counting functions can be described
as such:

 - acquire: takes a pointer to a memory area and returns the same
   pointer with its reference count increased; this means that the
   returned value's ownership is fully transfered from the callee
   to the caller
 - release: takes a pointer to a memory area and drops the reference
   count; this means that the caller transfers the ownership of the
   argument to the callee

These annotations are mostly meant for documentation purposes: high
level language bindings are unlikely to use them, as they have their own
reference counting semantics on top of GLib's own, and they should not
expose this API to their own consumers.
2018-07-09 10:11:42 +01:00
..
deprecated all: Remove trailing newlines from g_message()/g_warning()/g_error()s 2018-04-27 16:46:19 +01:00
glib-mirroring-tab License headers: replace old FSF address by a link to gnu.org 2017-01-04 19:12:57 +01:00
gnulib ci: fix warnings and enable --werror for the mingw build 2018-04-25 17:23:50 +02:00
libcharset Meson: Add missing options and conform to naming guidelines 2017-12-19 14:56:11 -05:00
pcre Remove HAVE_CONFIG_H defs and uses 2018-02-21 13:57:10 +00:00
tests Increase coverage of atomic refcounted data 2018-07-09 10:11:42 +01:00
update-pcre build: Drop nmake/MSC build system for GLib 2017-07-10 11:22:40 +01:00
.gitignore build: Remove leftovers of Visual Studio project stuff 2018-06-06 23:54:13 +08:00
docs.c Add a macro for checking approximate values 2018-05-29 09:55:47 +01:00
galloca.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
garcbox.c Update rcbox annotations for acquire/release functions 2018-07-09 10:11:42 +01:00
garray.c Port GArray and friends to gatomicrefcount 2018-06-11 14:59:39 +01:00
garray.h garray: Add g_ptr_array_steal_index*() functions 2018-05-09 13:52:05 +01:00
gasyncqueue.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gasyncqueue.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gasyncqueueprivate.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gatomic.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gatomic.h gatomic: fix -Wduplicated-branches 2018-02-16 15:43:11 +00:00
gbacktrace.c Remove NO_FD_SET and assume fd_set exists 2018-05-31 13:31:55 +02:00
gbacktrace.h Solaris build fix 2017-11-16 10:36:13 +00:00
gbase64.c Skip g_base64_decode_step() in introspection 2017-09-11 20:44:39 +01:00
gbase64.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gbitlock.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gbitlock.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gbookmarkfile.c all: Remove trailing newlines from g_message()/g_warning()/g_error()s 2018-04-27 16:46:19 +01:00
gbookmarkfile.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gbsearcharray.h build: Remove the --disable-mem-pools build option and the DISABLE_MEM_POOLS macro 2018-06-02 09:45:55 +02:00
gbytes.c Port GBytes to gatomicrefcount 2018-06-11 14:59:39 +01:00
gbytes.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gcharset.c Fix various const-correctness issues 2018-04-26 15:19:17 +01:00
gcharset.h gcharset: Add g_get_language_names_with_category 2018-03-13 12:17:31 +00:00
gcharsetprivate.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gchecksum.c gchecksum: Use G_GUINT64_CONSTANT for SHA-512 constants 2018-06-29 18:26:00 +01:00
gchecksum.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gconstructor.h gconstructor: Work around constructors being optimized away on MSVC 2015-11-12 15:01:54 +08:00
gconvert.c gconvert: Fix some typos in documentation comments 2018-02-13 14:49:20 +00:00
gconvert.h gconvert: Fix error handling for g_iconv() with unrepresentable chars 2018-02-02 10:04:20 +01:00
gdataset.c gdataset: Fix a typo in a documentation comment 2018-01-15 18:26:56 +00:00
gdataset.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gdatasetprivate.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gdate.c gdate: Use a more recent year when fetching the month names. Fixes #1386 2018-05-29 15:42:19 +02:00
gdate.h gdate: add g_date_copy() 2017-10-11 12:13:20 +01:00
gdatetime.c Fix various const-correctness issues 2018-04-26 15:19:17 +01:00
gdatetime.h gdatetime: Add g_date_time_get_timezone() accessor 2018-04-12 13:25:16 +01:00
gdir.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gdir.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gen-unicode-tables.pl unicode: Update break_mappings 2016-09-21 18:30:52 +02:00
genviron.c glib: fix compiler warning for g_unsetenv_utf8() on windows 2018-01-10 17:24:36 +00:00
genviron.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gerror.c docs: Remove redundant sentence from g_prefix_error() documentation 2018-01-05 19:36:07 +00:00
gerror.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gfileutils.c gfileutils: document non-atomicity of g_file_set_contents() 2018-06-15 14:47:47 +01:00
gfileutils.h fileutils: Add g_canonicalize_filename 2018-04-30 21:54:31 +01:00
ggettext.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
ggettext.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
ghash.c docs: Amend the docs for g_str_equal() to reflect current general usage 2018-06-14 18:12:42 +01:00
ghash.h ghash: Add g_hash_table_steal_extended() 2018-05-08 12:41:13 +01:00
ghmac.c glib: Add (inout) annotations to g_[hmac|checksum]_get_digest() 2018-03-20 20:21:32 +00:00
ghmac.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
ghook.c docs: add missing '*' chars at start of doc-comments 2017-11-12 16:36:16 +01:00
ghook.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
ghostutils.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
ghostutils.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gi18n-lib.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gi18n.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
giochannel.c all: Remove trailing newlines from g_message()/g_warning()/g_error()s 2018-04-27 16:46:19 +01:00
giochannel.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
giounix.c all: Remove trailing newlines from g_message()/g_warning()/g_error()s 2018-04-27 16:46:19 +01:00
giowin32.c all: Remove trailing newlines from g_message()/g_warning()/g_error()s 2018-04-27 16:46:19 +01:00
gkeyfile.c gkeyfile: Fix -Wincompatible-pointer-types warning 2018-02-08 12:29:57 +00:00
gkeyfile.h GKeyFile: add API for getting locale of a string 2018-02-06 15:51:33 +00:00
glib_gdb.py Rename gdb macros with _gdb suffix to avoid ns clashes 2016-05-23 10:52:10 -04:00
glib_probes.d Add systemtap probes to refcounted data 2018-07-09 10:11:42 +01:00
glib_trace.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
glib-autocleanups.h Add reference counted strings 2018-07-09 10:11:42 +01:00
glib-init.c W32: add std stream redirection envvar options 2018-06-20 10:53:30 +00:00
glib-init.h W32: add std stream redirection envvar options 2018-06-20 10:53:30 +00:00
glib-object.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
glib-private.c W32: Add a stat() implementation for private use 2017-11-01 12:46:38 +00:00
glib-private.h W32: Add a stat() implementation for private use 2017-11-01 12:46:38 +00:00
glib-unix.c all: Remove trailing newlines from g_message()/g_warning()/g_error()s 2018-04-27 16:46:19 +01:00
glib-unix.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
glib.h Add reference counted strings 2018-07-09 10:11:42 +01:00
glib.rc.in meson: build Windows resource files 2018-01-04 22:19:30 +01:00
glib.stp.in Add systemtap probes to refcounted data 2018-07-09 10:11:42 +01:00
glibconfig.h.in Use a real test for G_HAVE_GNUC_VISIBILITY 2018-03-28 11:55:50 +00:00
glibintl.h various: add GLIB_AVAILABLE_IN_ALL everywhere else 2013-01-13 13:11:57 -05:00
glist.c glib: document restrictions on various foreach() functions 2017-11-16 11:12:32 +00:00
glist.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gmacros.h Add a macro for checking approximate values 2018-05-29 09:55:47 +01:00
gmain-internal.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gmain.c Merge branch '903-deprecate-main-context-wait' into 'master' 2018-06-28 16:59:39 +00:00
gmain.h gmain: Officially deprecate g_main_context_wait() 2018-06-26 09:30:19 +01:00
gmappedfile.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gmappedfile.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gmarkup.c Revert "Partially revert 10c490cdfe3ae042f747bd00f787492e2bdb7ed0" 2018-06-08 16:15:54 +02:00
gmarkup.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gmem.c Clarification for memmory allocation function 2018-01-31 22:10:51 +00:00
gmem.h gmem.h: Use typeof() in g_steal_pointer() macro 2018-05-23 17:49:31 +01:00
gmessages.c win32: Remove all remaining WinXP compat code 2018-05-29 17:16:38 +02:00
gmessages.h gmessages: Fix -Wformat warnings for g_message() and friends 2018-02-02 10:10:43 +01:00
gmirroringtable.h Bug 491554 – Update to Unicode 5.1.0 2008-04-08 02:59:05 +00:00
gnode.c gnode: Eliminate implicit signed-to-unsigned integer conversion 2017-11-28 14:16:25 +00:00
gnode.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
goption.c goption: Reject group options specified with three dashes 2018-06-14 10:49:31 -05:00
goption.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gpattern.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gpattern.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gpoll.c Remove NO_FD_SET and assume fd_set exists 2018-05-31 13:31:55 +02:00
gpoll.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gprimes.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gprimes.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gprintf.c gprintf: Add a reminder concerning <glib/gprintf.h> 2017-10-05 15:02:39 +01:00
gprintf.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gprintfint.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gqsort.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gqsort.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gquark.c gquark: simplify g_intern_string/g_intern_static_string 2018-02-16 12:49:43 +00:00
gquark.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gqueue.c gqueue: Document to use GAsyncQueue for thread-safe queuing 2018-05-15 12:50:50 +01:00
gqueue.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
grand.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
grand.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
grcbox.c Update rcbox annotations for acquire/release functions 2018-07-09 10:11:42 +01:00
grcbox.h Rename g_arc_box to g_atomic_rc_box 2018-07-09 10:11:42 +01:00
grcboxprivate.h Add missing copyright notice 2018-07-09 10:11:42 +01:00
grefcount.c Use macros for refcount types API 2018-06-11 14:59:39 +01:00
grefcount.h Use macros for refcount types API 2018-06-11 14:59:39 +01:00
grefstring.c Add missing trasfer annotation for g_ref_string_new() 2018-07-09 10:11:42 +01:00
grefstring.h Add length accessor for GRefString 2018-07-09 10:11:42 +01:00
gregex.c gregex: Highlight in the docs that input must be in UTF-8 2018-05-08 12:27:55 +01:00
gregex.h glib: Correct typos of ‘character’ 2017-10-06 12:49:12 +01:00
gscanner.c Use hash tables as sets in various places 2017-10-26 12:27:17 +01:00
gscanner.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gscripttable.h unicode: Update to unicode 10.0.0 2017-07-05 17:53:07 +02:00
gsequence.c gsequence: Various minor typo and reference fixes to the documentation 2018-04-26 11:34:15 +01:00
gsequence.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gshell.c introspection: Add more filename type annotations for strings which can contain filenames 2017-10-26 18:51:51 +02:00
gshell.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gslice.c Remove posix_memalign() checks for an old glibc bug 2018-05-31 14:29:33 +02:00
gslice.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gslist.c gslist: Document that g_slist_sort() is stable 2017-11-28 14:11:29 +00:00
gslist.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gspawn-private.h gspawn: Factor out error code conversion function 2018-06-12 16:13:51 +01:00
gspawn-win32-helper.c gspawn: Make error codes on Windows more specific 2018-06-12 16:13:44 +01:00
gspawn-win32.c gspawn: Add g_spawn_async_with_fds variant 2018-06-21 11:43:32 -05:00
gspawn.c gspawn: treat all negative fds as unset 2018-06-29 11:44:12 -05:00
gspawn.h gspawn: Add g_spawn_async_with_fds variant 2018-06-21 11:43:32 -05:00
gstdio.c glib: Win32 does not accept "wb+" mode for fopen(). 2018-06-21 13:55:19 +02:00
gstdio.h Revert "gstdio: #include fcntl.h on UNIX in gstdio.h" 2017-09-12 12:12:27 +01:00
gstdioprivate.h W32: Add a stat() implementation for private use 2017-11-01 12:46:38 +00:00
gstrfuncs.c gstrfuncs: Clarify that g_strv_length() does not accept NULL 2018-04-10 11:04:07 +01:00
gstrfuncs.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gstring.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gstring.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gstringchunk.c Use hash tables as sets in various places 2017-10-26 12:27:17 +01:00
gstringchunk.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gtester-report gtester-report: fix range usage when running as python3 app 2017-12-06 10:07:10 +00:00
gtester.c gtester: fix test result in gtester XML report 2018-05-28 13:45:50 +01:00
gtestutils.c Add fuzzy floating point comparison macro 2018-05-29 10:02:47 +01:00
gtestutils.h gtester: Explicitly convert arguments of g_assert_cmpfloat() 2018-06-21 00:20:55 -07:00
gthread-posix.c gthread: Fix a typo in an #ifdef on the non-native mutex path 2018-02-06 15:52:29 +00:00
gthread-win32.c gthread-win32: Remove WinXP compat code 2018-05-29 17:11:32 +02:00
gthread.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gthread.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gthreadpool.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gthreadpool.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gthreadprivate.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gtimer.c g_usleep: round up the next millisecond on Windows. See #1371 2018-05-27 09:23:25 +02:00
gtimer.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gtimezone.c gtimezone: port to tzcode 2014c 2018-06-11 14:30:16 +01:00
gtimezone.h gtimezone: Add g_time_zone_new_offset() convenience constructor 2018-04-13 15:25:26 +01:00
gtranslit-data.h Add locale-sensitive ASCII transliteration API 2014-02-20 18:27:24 -05:00
gtranslit.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gtrashstack.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gtrashstack.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gtree.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gtree.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gtypes.h Add reference counting types 2018-06-11 14:59:39 +01:00
gunibreak.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gunibreak.h unicode: Update to unicode 10.0.0 2017-07-05 17:53:07 +02:00
gunichartables.h unicode: Update to unicode 10.0.0 2017-07-05 17:53:07 +02:00
gunicode.h docs: Fix various minor syntax errors in gtk-doc comments 2017-11-07 14:51:12 +00:00
gunicodeprivate.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gunicollate.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gunicomp.h unicode: Update to unicode 7.0.0 2014-06-28 12:49:38 -04:00
gunidecomp.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gunidecomp.h unicode: Update to unicode 10.0.0 2017-07-05 17:53:07 +02:00
guniprop.c unicode: Update to unicode 10.0.0 2017-07-05 17:53:07 +02:00
gurifuncs.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gurifuncs.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gutf8.c docs: Clarify dest requirements of g_utf8_strncpy() 2018-02-03 12:12:28 +01:00
gutils.c g_check_setuid: implement using getauxval(AT_SECURE) with glibc 2018-05-31 12:02:36 +02:00
gutils.h W32: Make _g_win32_get_system_data_dirs() inline available in C++ 2018-05-28 08:41:11 +00:00
guuid.c guuid: Remove support for curly braces and URN UUIDs 2017-02-06 14:40:38 +01:00
guuid.h guuid: Add UUID helper functions to GLib 2017-02-06 14:40:38 +01:00
gvalgrind.h Fix Windows build errors in valgrind.h 2018-05-28 09:22:55 -04:00
gvariant-core.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gvariant-core.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gvariant-internal.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gvariant-parser.c gvariant: Fix minor memory leak on error handling path 2017-11-08 12:36:26 +00:00
gvariant-serialiser.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gvariant-serialiser.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gvariant.c gvariant: Change type of ‘y’ variants from guchar to guint8 2018-06-15 13:10:36 +01:00
gvariant.h gvariant: Change type of ‘y’ variants from guchar to guint8 2018-06-15 13:10:36 +01:00
gvarianttype.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gvarianttype.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gvarianttypeinfo.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gvarianttypeinfo.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gversion.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gversion.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gversionmacros.h gversionmacros: Add version macros for GLib 2.58 2018-03-13 12:17:31 +00:00
gwakeup.c all: Remove trailing newlines from g_message()/g_warning()/g_error()s 2018-04-27 16:46:19 +01:00
gwakeup.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gwin32.c W32: add std stream redirection envvar options 2018-06-20 10:53:30 +00:00
gwin32.h gwin32: Fix missing prototypes on win64 2017-07-12 22:36:30 +02:00
libglib-gdb.py.in Rename gdb macros with _gdb suffix to avoid ns clashes 2016-05-23 10:52:10 -04:00
Makefile.am Add reference counted strings 2018-07-09 10:11:42 +01:00
meson.build Add reference counted strings 2018-07-09 10:11:42 +01:00
update-gtranslit.py Add locale-sensitive ASCII transliteration API 2014-02-20 18:27:24 -05:00
valgrind.h Revert "glib/valgrind.h: Disable inline ASM on MSVC x64 builds" 2018-05-28 09:22:55 -04:00
win_iconv.c win_iconv: Fix some file handler leaks on exit 2016-08-13 10:31:26 +02:00