glib/glib
Ryan Lortie 669b0f2d6b Bug 548967 - 1 bit mutex lock
Add support for a mutex lock that consumes only one bit of storage
inside of an integer on systems that support futexes.  Futex is emulated
(at a higher cost) on systems that don't have it -- but only in the
contended case.
2010-01-28 12:40:46 -05:00
..
glib-mirroring-tab removed all .cvsignore files. SVN doesn't need them. 2007-01-03 11:22:36 +00:00
gnulib Bug 167569 - g_string_append_printf crashes on win32 when used with a NULL 2009-02-27 07:46:32 +00:00
libcharset Bug 549771 – improved .gitignore for glib 2008-09-02 18:40:39 +00:00
pcre Misc warning fixes 2009-05-01 10:37:45 -04:00
tests Disable a failing test, tsk, tsk. 2010-01-25 12:29:09 -05:00
update-pcre Misc warning fixes 2009-05-01 10:37:45 -04:00
.gitignore Updated .gitignore files 2010-01-03 01:24:44 +01:00
abicheck.sh Make it work regardless of --enable-debug 2007-08-08 22:06:47 +00:00
galloca.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
garray.c properly abort instead of looping infinitely 2010-01-13 15:01:00 +01:00
garray.h Bug 580450 – Reference counting and boxed types for arrays 2009-04-29 11:17:23 -04:00
gasyncqueue.c Documentation updates 2008-02-23 05:06:18 +00:00
gasyncqueue.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gatomic-gcc.c Use GCC atomic builtin operations. 2010-01-07 19:33:39 +09:00
gatomic.c Fix strict aliasing warnings and viiolations to make GLib and 2009-02-17 16:14:39 +00:00
gatomic.h Fix strict aliasing warnings and viiolations to make GLib and 2009-02-17 16:14:39 +00:00
gbacktrace.c Fix some compiler warnings 2008-12-31 05:51:47 +00:00
gbacktrace.h Bug 553857 – gbacktrace.h requires signal.h 2008-09-26 14:33:48 +00:00
gbase64.c Migrate gbase64 docs from SGML template to inline comments 2009-08-10 15:40:01 +02:00
gbase64.h Bug 564728 Add function to decode base64 encoded data in place 2009-01-13 19:59:32 +00:00
gbitlock.c Bug 548967 - 1 bit mutex lock 2010-01-28 12:40:46 -05:00
gbitlock.h Bug 548967 - 1 bit mutex lock 2010-01-28 12:40:46 -05:00
gbookmarkfile.c fix a typo 2009-01-20 17:05:26 +00:00
gbookmarkfile.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gbsearcharray.h [gbsearcharray] Use malloc() instead of realloc(NULL,...) 2009-07-20 16:03:25 -04:00
gcache.c prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to 2005-11-01 18:10:31 +00:00
gcache.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gchecksum.c Document and guarantee hex digests will be returned in lower case. 2009-03-11 15:47:36 +00:00
gchecksum.h Add docs 2008-06-15 00:03:54 +00:00
gcompletion.c Make passing NULL for new_prefix work as documented. (#338845, Yevgen 2006-04-18 02:21:43 +00:00
gcompletion.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gconvert.c Properly nul-terminate return values from g_convert() 2009-10-28 19:26:17 +01:00
gconvert.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gdataset.c Fix strict aliasing warnings and viiolations to make GLib and 2009-02-17 16:14:39 +00:00
gdataset.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gdatasetprivate.h Fix strict aliasing warnings and viiolations to make GLib and 2009-02-17 16:14:39 +00:00
gdate.c [docs] Fix 'Deprecated' tag in g_date_set_time() 2009-12-24 05:05:21 +01:00
gdate.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gdebug.h Move the compiler-dependency in the G_GNUC_INTERNAL definition from 2007-05-17 16:36:53 +00:00
gdir.c Preserve errno 2009-08-22 15:08:43 +02:00
gdir.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gen-script-table.pl Bug 491554 – Update to Unicode 5.1.0 2008-04-08 02:59:05 +00:00
gen-unicode-tables.pl Apply a patch from Behdad Esfahbod to use a faster lookup table for 2005-11-04 22:27:04 +00:00
gerror.c Improve documentation for g_error_matches() 2009-08-18 11:35:01 +02:00
gerror.h Make g_error_new_valist public 2009-05-23 17:52:58 +02:00
gfileutils.c Add TB and PB cases to g_format_size_for_display 2009-11-26 10:20:12 +01:00
gfileutils.h Bug 594034 - Add g_mkstemp_full() 2009-09-04 22:45:07 +02:00
ghash.c Bug 580453 – Hash and equal functions for gint64 and gdouble 2009-04-27 13:27:44 -04:00
ghash.h Bug 580453 – Hash and equal functions for gint64 and gdouble 2009-04-27 13:27:44 -04:00
ghook.c Check for NULL finalizer. (#476849, Areg Beketovski) 2007-09-19 20:36:53 +00:00
ghook.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
ghostutils.c Add hostname-related utilities in glib/ghostutils.h 2009-04-22 08:36:02 -04:00
ghostutils.h Add hostname-related utilities in glib/ghostutils.h 2009-04-22 08:36:02 -04:00
gi18n-lib.h Bug 548321 – <string.h> is not included in gi18n-lib.h 2008-09-11 16:48:44 +00:00
gi18n.h Bug 548321 – <string.h> is not included in gi18n-lib.h 2008-09-11 16:48:44 +00:00
giochannel.c fix a typo in g_io_channel_flush docs 2009-04-01 21:30:51 -04:00
giochannel.h Fix problems on 64-bit Windows. Avoid warnings, some of which indicated 2008-07-28 00:24:14 +00:00
giounix.c Bug 555309 – giochannel breaks on error Patch from Christian Persch 2008-10-06 22:57:49 +00:00
giowin32.c Don't call WSAEventSelect() on -1 2009-11-05 00:04:33 +02:00
gkeyfile.c Fix a lot of clang complaints 2009-09-18 19:20:06 -04:00
gkeyfile.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
glib-object.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
glib.h Bug 548967 - 1 bit mutex lock 2010-01-28 12:40:46 -05:00
glib.py Fix up cast in gdb macros 2009-09-28 15:48:17 +02:00
glib.rc.in Don't use autoconf variables for the resource object files on Win32 any 2005-07-08 23:04:06 +00:00
glib.symbols Bug 548967 - 1 bit mutex lock 2010-01-28 12:40:46 -05:00
glibintl.h Mark glib_gettext as string translation function 2009-04-01 21:51:00 -04:00
glist.c Tiny doc fix 2008-06-12 03:55:32 +00:00
glist.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gmacros.h Use offsetof instead of __builtin_offsetof, for icc's sake. Proposed by 2009-01-18 01:03:00 +00:00
gmain.c Add g_main_context_push_thread_default() etc 2009-07-01 09:02:23 -04:00
gmain.h Add g_main_context_push_thread_default() etc 2009-07-01 09:02:23 -04:00
gmappedfile.c Return NULL from g_mapped_file_get_contents() 2010-01-27 21:33:35 -05:00
gmappedfile.h GMappedFile: add refcounting, switch to GSlice 2009-06-18 15:01:18 -04:00
gmarkup.c Fix a typo in the docs 2010-01-05 00:48:02 +01:00
gmarkup.h Add g_markup_context_get_user_data 2008-07-28 16:52:15 +00:00
gmem.c use %G_GSIZE_FORMAT instead of %lu since sizes have changed from gulong to 2008-01-31 11:44:51 +00:00
gmem.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gmessages.c Avoid a C99ism 2009-09-29 20:45:26 -04:00
gmessages.h Fix C++ warnings in g_error() code 2009-06-27 11:03:47 +03:00
gmirroringtable.h Bug 491554 – Update to Unicode 5.1.0 2008-04-08 02:59:05 +00:00
gnode.c Move docs inline. (#316260, Philippe Blain) 2008-01-28 04:50:12 +00:00
gnode.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
goption.c Display '-h' in --help output and accept '-h' and -?' 2009-06-28 02:45:50 +02:00
goption.h goption: document that some option args need to be freed by the callee 2009-04-21 17:50:00 +03:00
gpattern.c applied significant recursion complexity optimization, based on a patch 2005-09-20 11:20:23 +00:00
gpattern.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gpoll.c Bug 553820 - gpoll.c: undeclared identifier 2008-09-25 19:59:49 +00:00
gpoll.h Bug 556921 – gpoll.h breaks hal compilation 2008-10-24 03:55:29 +00:00
gprimes.c Make PLT-reduction work with gcc4, and don't include everything in 2005-03-14 04:26:57 +00:00
gprimes.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gprintf.c glib/gprintf.c Don't define _GNU_SOURCE on Windows, as _GNU_SOURCE has 2008-09-30 14:04:35 +00:00
gprintf.h make it possible to disable single-file includes by defining 2008-03-14 19:30:38 +00:00
gprintfint.h Fix #147651, reported by Oliver Guntermann: 2004-07-21 17:51:28 +00:00
gqsort.c Make PLT-reduction work with gcc4, and don't include everything in 2005-03-14 04:26:57 +00:00
gqsort.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gquark.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gqueue.c Add G_QUEUE_INIT, g_queue_init(), and g_queue_clear() to better support 2007-03-06 18:43:10 +00:00
gqueue.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
grand.c Read /dev/urandom unbuffered 2009-08-27 22:59:05 -04:00
grand.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gregex.c Fix a lot of clang complaints 2009-09-18 19:20:06 -04:00
gregex.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
grel.c Fix gcc warnings 2008-10-10 04:54:51 +00:00
grel.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gscanner.c reverted premature commit which broke GScanner ABI and API, #415323. 2007-03-16 10:28:13 +00:00
gscanner.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gscripttable.h Bug 491554 – Update to Unicode 5.1.0 2008-04-08 02:59:05 +00:00
gsequence.c docs: fix typo 2009-05-20 14:29:49 +03:00
gsequence.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gshell.c Bug 555311 – format not a string literal and no format arguments 2008-10-13 12:43:37 +00:00
gshell.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gslice.c Bug 448888 - don't init g_slice for always-malloc 2010-01-22 20:18:58 -05:00
gslice.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gslist.c Fix a typo 2008-03-10 16:50:13 +00:00
gslist.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gspawn-win32-helper.c glib/giowin32.c glib/gmain.c glib/gspawn-win32.c Change gssize casts 2008-08-04 18:46:59 +00:00
gspawn-win32.c Preserve errno 2009-08-22 15:08:43 +02:00
gspawn.c Preserve errno 2009-08-22 15:08:43 +02:00
gspawn.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gstdio.c Bug 545485 - Implicit declaration of utime() 2008-07-30 15:35:01 +00:00
gstdio.h glib/gstdio.h Add g_utime(). No need to include <sys/utime.h> in gstdio.h, 2008-05-29 18:05:26 +00:00
gstrfuncs.c Another possible error code clash, yay 2009-07-10 13:11:28 -04:00
gstrfuncs.h Bug 536996 – Missing noop i18n macro equivalent to C_ 2008-07-18 18:14:04 +00:00
gstring.c Improve g_str_equal docs 2009-07-10 11:18:31 -04:00
gstring.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gtester-report Fix typo "Performace" in gtester-report Details pop-up window 2009-12-19 01:57:03 +01:00
gtester.c gtester should fail even if -k is passed 2009-11-23 07:48:14 -06:00
gtestutils.c always use our own internal assertion message symbol 2010-01-26 11:22:31 +01:00
gtestutils.h Bug 579050 Allow making selected critical and warning messages non-fatal 2009-09-10 16:45:49 +02:00
gthread.c Bug 548967 - 1 bit mutex lock 2010-01-28 12:40:46 -05:00
gthread.h Make thread calls unconditional if G_THREADS_MANDATORY is set 2010-01-12 21:37:41 +01:00
gthreadpool.c make this a "const gpointer" rather than a gconstpointer to avoid warnings 2008-09-26 16:00:45 +00:00
gthreadpool.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gthreadprivate.h Bug 548967 - 1 bit mutex lock 2010-01-28 12:40:46 -05:00
gtimer.c Initialise variable in g_time_val_from_iso8601() 2009-12-02 01:48:30 +01:00
gtimer.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gtree.c Ensure GTree is consistent after _destroy() 2009-07-07 21:29:46 +01:00
gtree.h GTree: switch to GSlice, add refcounts (#587773) 2009-07-05 12:30:54 +01:00
gtypes.h Add byteswap macros for gsize/gssize. 2009-11-30 19:53:30 -05:00
gunibreak.c Make PLT-reduction work with gcc4, and don't include everything in 2005-03-14 04:26:57 +00:00
gunibreak.h Bug 491554 – Update to Unicode 5.1.0 2008-04-08 02:59:05 +00:00
gunichartables.h Bug 491554 – Update to Unicode 5.1.0 2008-04-08 02:59:05 +00:00
gunicode.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gunicodeprivate.h Make g_unichar_combining_class() public. (#453998) 2007-07-19 13:46:05 +00:00
gunicollate.c Handle strfxrm returning -1 a little better. Problem pointed out by Takao 2008-06-11 19:38:35 +00:00
gunicomp.h Update to final Unicode Character Database 5.0.0. (#336281) 2006-07-19 22:35:17 +00:00
gunidecomp.c Fix a doc issue 2008-08-05 01:23:16 +00:00
gunidecomp.h Update to final Unicode Character Database 5.0.0. (#336281) 2006-07-19 22:35:17 +00:00
guniprop.c Improve g_unichar_iswide_cjk() docs. 2008-12-12 08:26:00 +00:00
gurifuncs.c Fix markup in comment. 2008-06-22 16:32:18 +00:00
gurifuncs.h #define __GLIB_H_INSIDE__ around including everything. 2008-05-05 15:02:15 +00:00
gutf8.c Improve docs for g_utf16_to_utf8 2009-09-29 20:39:39 -04:00
gutils.c Revert the g_set_prgname change 2009-12-21 09:16:32 -05:00
gutils.h Avoid compilation warning from MSVC 2010-01-05 11:32:59 +02:00
gvarianttype.c [glib/gvarianttype] Move some documentation to header file 2010-01-26 20:35:24 +01:00
gvarianttype.h [glib/gvarianttype] Move some documentation to header file 2010-01-26 20:35:24 +01:00
gwin32.c [docs] Fix 'Deprecated' tag on some win32 functions 2009-12-28 02:04:01 +01:00
gwin32.h glib/gutils.h Deprecate G_WIN32_DLLMAIN_FOR_DLL_NAME(), 2008-09-13 20:23:17 +00:00
libglib-gdb.py.in Initial support for gdb python macros 2009-09-21 15:39:00 +02:00
Makefile.am Bug 548967 - 1 bit mutex lock 2010-01-28 12:40:46 -05:00
makefile.msc.in Updated msvc build files 2009-05-30 15:29:23 +02:00
makegalias.pl glib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.c 2008-07-27 17:15:16 +00:00
pltcheck.sh Make these work on x86_64 2008-12-13 23:56:05 +00:00
win_iconv.c Bug 554790 - g_convert() misbehaves with winiconv versions 2008-10-08 20:35:39 +00:00