2004-03-14 |
Owen Taylor | Handle invalid UTF-8. (#131218, patch from Matthias... |
tree | commitdiff |
2004-03-14 |
Owen Taylor | Use fork1() not fork for G_THREADS_IMPL_SOLARIS. (... |
tree | commitdiff |
2004-03-14 |
Owen Taylor | if _POLL_EMUL_H is defined, undefine HAVE_POLL to prefe... |
tree | commitdiff |
2004-03-14 |
Owen Taylor | Add __extension__ to G_STMT_START to quite gcc -pedanti... |
tree | commitdiff |
2004-03-14 |
Owen Taylor | Some warning fixes for the Sun compiler (Reported by... |
tree | commitdiff |
2004-03-12 |
Manish Singh | ia32's G_BREAKPOINT() implementation works on amd64... |
tree | commitdiff |
2004-03-12 |
Manish Singh | Non-optimizing compile fails for two asm statements... |
tree | commitdiff |
2004-03-11 |
Matthias Clasen | Remove an extra semicolon. Spotted by Kjartan Maraas. |
tree | commitdiff |
2004-03-10 |
Tor Lillqvist | glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZER... |
tree | commitdiff |
2004-03-07 |
Hans Breuer | shortcut_spawn_retval which doesn't improve the impleme... |
tree | commitdiff |
2004-03-06 |
Tor Lillqvist | Update. |
tree | commitdiff |
2004-03-05 |
Matthias Clasen | Patch by Sebastian Wilhemi to fix infinite recursion... |
tree | commitdiff |
2004-03-05 |
Tor Lillqvist | Add g_main_depth. (#136221, Cedric Gustin) |
tree | commitdiff |
2004-03-04 |
Sebastian Wilhelmi | Use the atomic integer operations for GMainContext... |
tree | commitdiff |
2004-03-02 |
Sebastian Wilhelmi | Fixed missing definition for ppc code. Fix by Mark... |
tree | commitdiff |
2004-03-02 |
Owen Taylor | === Released 2.3.5 === GLIB_2_3_5 |
tree | commitdiff |
2004-03-01 |
Owen Taylor | Don't call waitpid() on a source that has already exited. |
tree | commitdiff |
2004-03-01 |
Owen Taylor | Patch from J. Ali Harlow |
tree | commitdiff |
2004-03-01 |
Owen Taylor | Clarify doc comment. |
tree | commitdiff |
2004-03-01 |
Sebastian Wilhelmi | Define g_atomic_(int|pointer)_get only for |
tree | commitdiff |
2004-03-01 |
Owen Taylor | Fix leftover references to g_main_context_depth() in... |
tree | commitdiff |
2004-03-01 |
Owen Taylor | Add g_main_depth() (Request from Tim Janik and Stefan... |
tree | commitdiff |
2004-02-29 |
Hans Breuer | added win32 api based implementation for G_PLATFORM_WIN... |
tree | commitdiff |
2004-02-29 |
Sebastian Wilhelmi | Moved the assembler functions from gatomic.h to gatomic... |
tree | commitdiff |
2004-02-28 |
Hans Breuer | updated externals, including those from bug #135386 |
tree | commitdiff |
2004-02-27 |
Matthias Clasen | Documentation updates. |
tree | commitdiff |
2004-02-27 |
Sebastian Wilhelmi | Reading access to ref_count only with g_atomic_int_get(). |
tree | commitdiff |
2004-02-27 |
Sebastian Wilhelmi | Use g_atomic_int_(inc|dec_and_test) for reference counting. |
tree | commitdiff |
2004-02-27 |
Matthias Clasen | Translate from locale era to AD in g_date_set_parse... |
tree | commitdiff |
2004-02-26 |
Matthias Clasen | Don't modify errno. (#116617, Balazs Scheidler) |
tree | commitdiff |
2004-02-26 |
Sebastian Wilhelmi | empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREA... |
tree | commitdiff |
2004-02-26 |
Sebastian Wilhelmi | empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREA... |
tree | commitdiff |
2004-02-26 |
Sebastian Wilhelmi | Removed the PID niceness surrogate for thread prioritie... |
tree | commitdiff |
2004-02-26 |
Sebastian Wilhelmi | New files to implement atomic operations for different... |
tree | commitdiff |
2004-02-25 |
Hans Breuer | added g_hash_table_find and a bunch of g_queue_* |
tree | commitdiff |
2004-02-25 |
Sebastian Wilhelmi | For the PID thread priorities surrogate use gettid... |
tree | commitdiff |
2004-02-24 |
Sebastian Wilhelmi | Add Since: 2.4, where due |
tree | commitdiff |
2004-02-21 |
Matthias Clasen | New function to deep-copy a GNode and its children... |
tree | commitdiff |
2004-02-21 |
Soeren Sandmann | Some documentation fixes. |
tree | commitdiff |
2004-02-21 |
Soeren Sandmann | Extend GQueue API to match the GList API. (#118439). |
tree | commitdiff |
2004-02-20 |
Tim Janik | applied patch from #131937 with slight renames. provides |
tree | commitdiff |
2004-02-19 |
Tim Janik | for G_CAN_INLINE environments, inline g_string_append_c... |
tree | commitdiff |
2004-02-18 |
Matthias Clasen | Include signal.h for SIGCHLD. (#134622, Damien Carbery) |
tree | commitdiff |
2004-02-18 |
Sebastian Wilhelmi | Lazy creation of GCond. Only signal GCond, if threads... |
tree | commitdiff |
2004-02-18 |
Sebastian Wilhelmi | Set context->wake_up_pipe only for G_THREADS_ENABLED. |
tree | commitdiff |
2004-02-14 |
Matthias Clasen | Wrap waitpid() as a GSource. This is a partial implemen... |
tree | commitdiff |
2004-02-05 |
Manish Singh | Add prototype for g_completion_complete_utf8(). |
tree | commitdiff |
2004-02-05 |
Tor Lillqvist | Add g_completion_complete_utf8. |
tree | commitdiff |
2004-02-04 |
Matthias Clasen | New function which works like g_completion_complete... |
tree | commitdiff |
2004-02-01 |
Tor Lillqvist | Add g_strsplit_set. |
tree | commitdiff |
2004-01-31 |
Matthias Clasen | Don't return FALSE from a pointer function. (#131472... |
tree | commitdiff |
2004-01-30 |
Noah Levitt | Size compose_table correctly. (#123421, Simon Josefsson) |
tree | commitdiff |
2004-01-28 |
Matthias Clasen | New function, a cross between g_strsplit() and strtok... |
tree | commitdiff |
2004-01-23 |
Matthias Clasen | Sigh, protect against pw->pw_gecos being "" as well... |
tree | commitdiff |
2004-01-23 |
Tor Lillqvist | Add new functions. |
tree | commitdiff |
2004-01-23 |
Tor Lillqvist | Don't include <unistd.h> unless HAVE_UNISTD_H. Include... |
tree | commitdiff |
2004-01-22 |
Owen Taylor | Add g_timer_continue(). (#98536, Tim-Philipp Müller) |
tree | commitdiff |
2004-01-22 |
Matthias Clasen | Protect against pw->pw_gecos being NULL. |
tree | commitdiff |
2004-01-21 |
Matthias Clasen | Don't treat the Win32 user name like a gecos field... |
tree | commitdiff |
2004-01-16 |
Matthias Clasen | Forgot to fix this one. |
tree | commitdiff |
2004-01-15 |
Matthias Clasen | Move initialization of variables after g_return_val_if_... |
tree | commitdiff |
2004-01-12 |
Manish Singh | #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853. |
tree | commitdiff |
2004-01-10 |
Manish Singh | 64-bit cleanliness fixes. |
tree | commitdiff |
2004-01-10 |
George Lebl | Add the init_by_array functionality from the reference... |
tree | commitdiff |
2004-01-06 |
Owen Taylor | Check defined (__OPTIMIZE__) not __OPTIMIZE__. (Zack... |
tree | commitdiff |
2003-12-26 |
Matthias Clasen | New function to call a function for each element of... |
tree | commitdiff |
2003-12-21 |
Matthias Clasen | Fix the locking of the mem_chunks list. (#127096, Balaz... |
tree | commitdiff |
2003-12-14 |
Hans Breuer | make g_file_test(,G_FILE_TEST_IS_EXECUTABLE) return... |
tree | commitdiff |
2003-12-13 |
Hans Breuer | get_filename_charset() needs to return false for filena... |
tree | commitdiff |
2003-12-11 |
Manish Singh | change #elif with no expression to #else in G_STRFUNC... |
tree | commitdiff |
2003-12-05 |
Manish Singh | fix gint/gsize confusion. |
tree | commitdiff |
2003-12-04 |
Noah Levitt | Add hangul composition and decomposition to unicode... |
tree | commitdiff |
2003-12-02 |
Matthias Clasen | Fix for #103710, Mark Jones: |
tree | commitdiff |
2003-11-27 |
Tim Janik | handle NULL arguments gracefully. |
tree | commitdiff |
2003-11-26 |
Roozbeh Pournader | Fixed a bad pointer comparison in g_ascii_strtod that... |
tree | commitdiff |
2003-11-22 |
15 2003 Andrew... | Bind inter-thread comminication sockets to INADDR_LOOPB... |
tree | commitdiff |
2003-11-15 |
Matthias Clasen | Add a NULL check to be consistent with the other g_utf8... |
tree | commitdiff |
2003-11-09 |
Mark McLoughlin | re-work to retain a copy of the cached charset rather... |
tree | commitdiff |
2003-11-05 |
Matthias Clasen | Replacement for have_broken_filenames() which consults... |
tree | commitdiff |
2003-11-05 |
Matthias Clasen | New headers defining common gettext-support macros. |
tree | commitdiff |
2003-11-05 |
Morten Welinder | Make it compile. (#119337, self.) |
tree | commitdiff |
2003-11-05 |
Morten Welinder | Handle the case where the to-be-inserted string is... |
tree | commitdiff |
2003-11-02 |
Matthias Clasen | Fix 64bit printing for MSVC builds (#119292, Hans Breuer): |
tree | commitdiff |
2003-11-01 |
Owen Taylor | Set the return value from the result of g_main_context_... |
tree | commitdiff |
2003-10-24 |
Tor Lillqvist | Force shared library (DLL) only on Windows. (I don... |
tree | commitdiff |
2003-10-23 |
Owen Taylor | === Released 2.3.0 === |
tree | commitdiff |
2003-10-08 |
Matthias Clasen | Document as 2.4 additions. (unescape_text): Implement... |
tree | commitdiff |
2003-10-04 |
Matthias Clasen | Make the various printf feature test macros reflect... |
tree | commitdiff |
2003-09-30 |
Tor Lillqvist | Call protect_argv() in do_spawn() instead of in do_spaw... |
tree | commitdiff |
2003-09-30 |
Soeren Sandmann | make the argument const to get rid of warning |
tree | commitdiff |
2003-09-29 |
Matthias Clasen | Add "Since: 2.4" to docs. Add g_unichar_get_mirror_char and |
tree | commitdiff |
2003-09-25 |
Tor Lillqvist | Remove g_bsearch_array_* entries that don't exist any... |
tree | commitdiff |
2003-09-12 |
Noah Levitt | Take a directory where to look for the unicode files... |
tree | commitdiff |
2003-09-12 |
Noah Levitt | Add g_unichar_get_mirror_char. (#114749) |
tree | commitdiff |
2003-09-12 |
Owen Taylor | Add g_markup_printf_escaped(), g_markup_vprintf_escaped(). |
tree | commitdiff |
2003-09-10 |
Noah Levitt | Unicode 4.0 special casing. (#114681) |
tree | commitdiff |
2003-09-07 |
Stefan Westerfeld | inserted casts for C++. |
tree | commitdiff |
2003-08-25 |
Tor Lillqvist | Avoid UNLOCKing the critical section twice, which might... |
tree | commitdiff |
2003-08-25 |
Owen Taylor | Escape control characters in g_logv() output. (#108287... |
tree | commitdiff |
2003-08-25 |
Owen Taylor | When DISABLE_MEM_POOLS is set, loop through and free... |
tree | commitdiff |
next |