2006-03-20 |
Matthias Clasen | Fix the build |
tree | commitdiff |
2006-03-20 |
Matthias Clasen | use standard_calloc to allocate the profile_data. ... |
tree | commitdiff |
2006-03-15 |
Matthias Clasen | Only set the prgname if it hasn't been set before.... |
tree | commitdiff |
2006-03-14 |
Matthias Clasen | Don't read past the end of the string. (#334471, Morten... |
tree | commitdiff |
2006-03-14 |
Matthias Clasen | Don't create the option_name twice. (#334519, Chris... |
tree | commitdiff |
2006-03-11 |
Marcus Brinkmann | Implement watches for GIOChannels for write file descri... |
tree | commitdiff |
2006-03-07 |
Matthias Clasen | Match the prototype in gconvert.c to fix build problems... |
tree | commitdiff |
2006-03-01 |
Tor Lillqvist | Separate implementation on Win32: Use the wide characte... |
tree | commitdiff |
2006-02-24 |
Matthias Clasen | Add tests for g_utf8_strlen(). |
tree | commitdiff |
2006-02-17 |
Kang Jeong-Hee | p in str, not str in p |
tree | commitdiff |
2006-02-15 |
Sebastian Wilhelmi | Fix deadlock when signalling the thread which freed... |
tree | commitdiff |
2006-02-14 |
Tim Janik | only define _XOPEN_SOURCE to 600 to get at posix_memali... |
tree | commitdiff |
2006-02-14 |
Matthias Clasen | Improve docs |
tree | commitdiff |
2006-02-06 |
Michael Natterer | Get rid of trio/ folder. |
tree | commitdiff |
2006-01-31 |
Tim Janik | carry out all dtalist pointer accesses atomically,... |
tree | commitdiff |
2006-01-30 |
David Schleef | Update URL |
tree | commitdiff |
2006-01-27 |
Matthias Clasen | 2.9.5 GLIB_2_9_5 |
tree | commitdiff |
2006-01-26 |
Matthias Clasen | Fix C99isms. (#328705, Kazuki Iwamoto) |
tree | commitdiff |
2006-01-25 |
Tim Janik | fixed buglets reported by Jens Granseuer in #328254. |
tree | commitdiff |
2006-01-25 |
Tim Janik | honour g_mem_gc_friendly settings when freeing slices... |
tree | commitdiff |
2006-01-24 |
Tim Janik | only use posix_memalign() if it's known to work, revert... |
tree | commitdiff |
2006-01-23 |
Tim Janik | wiped out all the wonderfull G_OS_WIN32 code i wrote... |
tree | commitdiff |
2006-01-23 |
Tim Janik | initialize GSlice config from G_SLICE environemtn varia... |
tree | commitdiff |
2006-01-18 |
Matthias Clasen | Add a note about casting the results of g_new() and... |
tree | commitdiff |
2006-01-17 |
Sebastian Wilhelmi | To avoid deadlocks get rid of the settings G_LOCK.... |
tree | commitdiff |
2006-01-16 |
Matthias Clasen | Rework the strict aliasing fix to not break C++, pointe... |
tree | commitdiff |
2006-01-16 |
Matthias Clasen | Signal waiting threads, problem noticed by Christian... |
tree | commitdiff |
2006-01-16 |
Matthias Clasen | Fix bug 326747, Alberto Ruiz: |
tree | commitdiff |
2006-01-14 |
Matthias Clasen | Replace the simple recursive implementation by a nonrec... |
tree | commitdiff |
2006-01-09 |
Matthias Clasen | Break some long lines. |
tree | commitdiff |
2006-01-08 |
Matthias Clasen | Include config.h first |
tree | commitdiff |
2006-01-06 |
Matthias Clasen | Fix a build problem on OS X. |
tree | commitdiff |
2006-01-05 |
Hans Breuer | added gslice.obj |
tree | commitdiff |
2006-01-05 |
Matthias Clasen | Clarify the documentation of source ids a bit. (#325874... |
tree | commitdiff |
2006-01-05 |
Matthias Clasen | Avoid use of varargs macro. (#325864, Kazuki IWAMOTO) |
tree | commitdiff |
2006-01-05 |
Manish Singh | glib/glib.symbols don't macroized g_access, g_chdir... |
tree | commitdiff |
2006-01-04 |
Tim Janik | don't reverse chunk order when creating magazines,... |
tree | commitdiff |
2006-01-03 |
Martyn James Russell | - Added new API g_thread_pool_get_idle_time() and |
tree | commitdiff |
2006-01-03 |
Matthias Clasen | Add new functions |
tree | commitdiff |
2006-01-03 |
Matthias Clasen | Small fixes |
tree | commitdiff |
2006-01-03 |
Michael Meeks | new method to determine if the current thread is the... |
tree | commitdiff |
2006-01-03 |
Matthias Clasen | Don't provide g_rmdir() as a macro expanding to rmdir... |
tree | commitdiff |
2006-01-01 |
Tor Lillqvist | Set the GIOChannels for stdout and stderr to unbuffered... |
tree | commitdiff |
2005-12-30 |
Matthias Clasen | Fix a copy-and-paste error in the docs. (#325273, Decla... |
tree | commitdiff |
2005-12-27 |
Matthias Clasen | Fix #316221, Michal Benes, Stanislav Brabec; |
tree | commitdiff |
2005-12-27 |
Matthias Clasen | Add a cast to silence compiler warnings. (#321978,... |
tree | commitdiff |
2005-12-27 |
Matthias Clasen | Partial fix for bug #32937, Bogdan Nicula. |
tree | commitdiff |
2005-12-26 |
Matthias Clasen | On Win32, include process.h (#325015, Kazuki Iwamoto) |
tree | commitdiff |
2005-12-21 |
Matthias Clasen | New function to sort tasks pushed into a threadpool... |
tree | commitdiff |
2005-12-20 |
Tim Janik | added mem_error() and mem_assert() to test and handle... |
tree | commitdiff |
2005-12-18 |
Matthias Clasen | Set an error in all failure cases. (#324332, Tim-Philip... |
tree | commitdiff |
2005-12-17 |
Sebastian Wilhelmi | Fix memory barrier position in g_atomic_int_get and... |
tree | commitdiff |
2005-12-16 |
Matthias Clasen | Don't return a pointer to a const struct, since apps... |
tree | commitdiff |
2005-12-15 |
Tim Janik | fixed conditional symbols definitions |
tree | commitdiff |
2005-12-15 |
Matthias Clasen | Document new atomic operations. |
tree | commitdiff |
2005-12-13 |
Tim Janik | added g_atomic_pointer_set() and g_atomic_int_set(... |
tree | commitdiff |
2005-12-09 |
Matthias Clasen | 2.9.1 GLIB_2_9_1 |
tree | commitdiff |
2005-12-09 |
Tim Janik | fix type inconsistency pointed out by gmorten |
tree | commitdiff |
2005-12-09 |
Alexander Larsson | Use G_GNUC_WARN_UNUSED_RESULT on list functions that... |
tree | commitdiff |
2005-12-07 |
Tim Janik | removed commit leftover |
tree | commitdiff |
2005-12-07 |
Martyn James Russell | - Call g_queue_insert_sorted() instead of duplicating... |
tree | commitdiff |
2005-12-07 |
Martyn James Russell | - Added g_list_insert_sorted_with_data () and |
tree | commitdiff |
2005-12-06 |
Matthias Clasen | Exempt GTK+ from the mem chunk deprecation, since we... |
tree | commitdiff |
2005-12-05 |
Matthias Clasen | Documentation updates. (#323291, Morten Welinder) |
tree | commitdiff |
2005-12-05 |
Matthias Clasen | Deprecate mem chunks |
tree | commitdiff |
2005-12-05 |
Matthias Clasen | Add versioned deprecation information |
tree | commitdiff |
2005-12-05 |
Martyn James Russell | - Added support for sorting async queues by with _push_... |
tree | commitdiff |
2005-12-05 |
Tim Janik | implement chain walking for arbitrary ->next pointer... |
tree | commitdiff |
2005-12-05 |
Matthias Clasen | Add some docs. |
tree | commitdiff |
2005-12-05 |
Matthias Clasen | Fix compiler warnings. |
tree | commitdiff |
2005-12-05 |
Behdad Esfahbod | Remove comma at the end of enum. |
tree | commitdiff |
2005-12-04 |
Matthias Clasen | Handle multiple user names with the same UID better... |
tree | commitdiff |
2005-12-04 |
Matthias Clasen | Add a macro to make gcc warn if a function result is... |
tree | commitdiff |
2005-12-03 |
Matthias Clasen | Deprecate g_cache_value_foreach. (#322956, Nicolas... |
tree | commitdiff |
2005-12-03 |
Matthias Clasen | Make mapping of empty files work. (#321530) |
tree | commitdiff |
2005-12-03 |
Matthias Clasen | Don't fork a new process just to fix the permissions... |
tree | commitdiff |
2005-12-02 |
Matthias Clasen | Remove support for Solaris threads. (#136971, Sebastian... |
tree | commitdiff |
2005-12-02 |
Matthias Clasen | Portability fixes, C99ism removal |
tree | commitdiff |
2005-12-02 |
Matthias Clasen | Add a missing volatile for the IA64 implementation. |
tree | commitdiff |
2005-12-02 |
Tim Janik | fix uint/pointer casts |
tree | commitdiff |
2005-12-02 |
Tim Janik | some naming and type size fixups. |
tree | commitdiff |
2005-12-02 |
Tim Janik | reworked GCC-specific type-safe macro variant into... |
tree | commitdiff |
2005-12-01 |
Tim Janik | improved gettimeofday() timer resolution by maintaining... |
tree | commitdiff |
2005-12-01 |
Tim Janik | new slice allocator implementation. |
tree | commitdiff |
2005-12-01 |
Tor Lillqvist | Don't call g_path_skip_root() unless the path is absolute. |
tree | commitdiff |
2005-12-01 |
Tor Lillqvist | g_rename() doc comment update. |
tree | commitdiff |
2005-12-01 |
Tor Lillqvist | In the Win32 implementation, strip trailing slash(es... |
tree | commitdiff |
2005-11-30 |
Matthias Clasen | Fix G_STMT_START / G_STMT_END on Solaris. (#321972... |
tree | commitdiff |
2005-11-28 |
Matthias Clasen | Silence compiler warnings. |
tree | commitdiff |
2005-11-27 |
Matthias Clasen | Don't read beyond len. (#322520, Christian Persch) |
tree | commitdiff |
2005-11-25 |
Morten Welinder | Typo in comment. |
tree | commitdiff |
2005-11-23 |
Tim Janik | access datalist flags via atomic pointer access funcito... |
tree | commitdiff |
2005-11-23 |
Tim Janik | streamlined initialization code somewhat, removed GData... |
tree | commitdiff |
2005-11-23 |
Matthias Clasen | Documentation improvements |
tree | commitdiff |
2005-11-22 |
Matthias Clasen | Avoid double locking in g_intern_string (#322133, Bened... |
tree | commitdiff |
2005-11-22 |
Tim Janik | g_hash_table_new_full(): create hash tables with a... |
tree | commitdiff |
2005-11-21 |
Matthias Clasen | Remove unused variables. (#321984, Andrew Paprocki) |
tree | commitdiff |
2005-11-17 |
Matthias Clasen | Prepare for 2.9.0 |
tree | commitdiff |
2005-11-17 |
Matthias Clasen | Updates |
tree | commitdiff |
2005-11-17 |
Matthias Clasen | Add functions to set a date from a time_t and from... |
tree | commitdiff |
next |