2005-12-15 |
Matthias Clasen | Document new atomic operations. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Tim Janik | added g_atomic_pointer_set() and g_atomic_int_set() |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Tim Janik | added g_atomic_pointer_set() and g_atomic_int_set(... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Tim Janik | corrected floating reference documentation. |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Matthias Clasen | Bump version |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Matthias Clasen | 2.9.1 GLIB_2_9_1 |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Tim Janik | fix type inconsistency pointed out by gmorten |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Alexander Larsson | Use G_GNUC_WARN_UNUSED_RESULT on list functions that... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Matthias Clasen | Updates |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Matthias Clasen | Document n_preallocs as ignored. |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Tim Janik | removed commit leftover |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Martyn James... | - Call g_queue_insert_sorted() instead of duplicating... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Martyn James... | Missed the ChangeLog |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Martyn James... | - Added g_list_insert_sorted_with_data () and |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Tor Lillqvist | Look up prefix at run-time on Win32, assuming the stand... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Matthias Clasen | Exempt GTK+ from the mem chunk deprecation, since we... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Manish Singh | set LC_COLLATE, not LANG, to be sure to override any... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Matthias Clasen | Revert an accidental commit |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Matthias Clasen | Documentation updates. (#323291, Morten Welinder) |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Matthias Clasen | Use G_FLAGS_CLASS_TYPE. (#323273, Kalle Vahlman) |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Matthias Clasen | broken commit |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Matthias Clasen | Set MALLOC_CHECK_ and MALLOC_PERTURB_ |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Matthias Clasen | Updates |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Matthias Clasen | fix a formatting problem |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Matthias Clasen | Deprecate mem chunks |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Matthias Clasen | Add versioned deprecation information |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Martyn James... | - Added support for sorting async queues by with _push_... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Tim Janik | implement chain walking for arbitrary ->next pointer... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Matthias Clasen | Add some docs. |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Matthias Clasen | Fix compiler warnings. |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Matthias Clasen | Updates |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Matthias Clasen | Update for latest header additions |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Behdad Esfahbod | Remove comma at the end of enum. |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Matthias Clasen | Handle multiple user names with the same UID better... |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Matthias Clasen | Add a macro to make gcc warn if a function result is... |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Matthias Clasen | Deprecate g_cache_value_foreach. (#322956, Nicolas... |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Matthias Clasen | Make mapping of empty files work. (#321530) |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Matthias Clasen | Add more api |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Matthias Clasen | Document the slice allocator |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Matthias Clasen | Don't fork a new process just to fix the permissions... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Matthias Clasen | Add a note about Solaris threads. |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Matthias Clasen | Remove support for Solaris threads. (#136971, Sebastian... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Matthias Clasen | Broken commit |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Matthias Clasen | Define G_GUINT64_CONSTANT in analogy to G_GINT64_CONSTA... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Matthias Clasen | Portability fixes, C99ism removal |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Matthias Clasen | Add a missing volatile for the IA64 implementation. |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Tim Janik | fix uint/pointer casts |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Tim Janik | some naming and type size fixups. |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Tim Janik | reworked GCC-specific type-safe macro variant into... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Tim Janik | extended to perform the benchmarking on the old memchun... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Tim Janik | extended to perform the benchmarking on the old memchun... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Tim Janik | improved gettimeofday() timer resolution by maintaining... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Tim Janik | improved gettimeofday() timer resolution by maintaining... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Matthias Clasen | Make tests work with slice allocator |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Matthias Clasen | Remove a duplicate _LDADD |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Tim Janik | new slice allocator implementation. |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Tim Janik | use g_slic_* for all object allocations. |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Tim Janik | export g_hash_table_get_type |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Christian Rose | Updated Tagalog translation by Eric Pareja <xenos@upm... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Tor Lillqvist | Don't call g_path_skip_root() unless the path is absolute. |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Tor Lillqvist | g_rename() doc comment update. |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Tor Lillqvist | In the Win32 implementation, strip trailing slash(es... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Matthias Clasen | Fix G_STMT_START / G_STMT_END on Solaris. (#321972... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Matthias Clasen | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Matthias Clasen | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Matthias Clasen | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Matthias Clasen | Don't read beyond len. (#322520, Christian Persch) |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Matthias Clasen | Document GObject API additions |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Matthias Clasen | Document GObject api additions |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Morten Welinder | Typo in comment. |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Tim Janik | access datalist flags via atomic pointer access funcito... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Tim Janik | added floating reference count. g_object_is_floating(): |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Tim Janik | streamlined initialization code somewhat, removed GData... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Tim Janik | minor cleanups, implemented G_TYPE_HASH_TABLE. |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Matthias Clasen | Documentation improvements |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Matthias Clasen | Avoid double locking in g_intern_string (#322133, Bened... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Tim Janik | g_hash_table_new_full(): create hash tables with a... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Behdad Esfahbod | Oops, copy-pasted Matthias's sig line! |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Behdad Esfahbod | New entries added. |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Matthias Clasen | Remove unused variables. (#321984, Andrew Paprocki) |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Matthias Clasen | Bump version |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Matthias Clasen | 2.9.0 GLIB_2_9_0 |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Matthias Clasen | Prepare for 2.9.0 |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Matthias Clasen | Updates |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Matthias Clasen | Add functions to set a date from a time_t and from... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Matthias Clasen | Unit tests for g_utf8_pointer_to_offset and g_utf8_offs... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Matthias Clasen | const correctness fixes, found by Arjan van de Ven... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Behdad Esfahbod | Correct typo on mentioning @G_UNICODE_BREAK_UNKNOWN... |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Ales Nyakhaychyk | Updated Belarusian Translation |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Behdad Esfahbod | Use bit hacks instead when checking a general category... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Simos Xenitellis | Added Tatar translation by Albert Fazlí |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Matthias Clasen | Improve GOnce docs |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Tor Lillqvist | Don't call g_warning(). (#320688) Instead set error... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Matthias Clasen | Don't call cb_funcs->unref while holding the context... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Billy Biggs | Add a missing reference to libglib in the LDADD for... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Matthias Clasen | We need to set n_preallocs to a nonzero value, otherwis... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Matthias Clasen | Forgotten file |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Matthias Clasen | Apply a patch from Behdad Esfahbod to use a faster... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Matthias Clasen | Add a generator for a mirroring table |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Matthias Clasen | Expand the docs. (#320466, Steffen Gutmann) |
commit | commitdiff | tree | snapshot |
next |