2005-11-08 |
Tor Lillqvist | Don't call g_warning(). (#320688) Instead set error... |
tree | commitdiff |
2005-11-07 |
Matthias Clasen | Don't call cb_funcs->unref while holding the context... |
tree | commitdiff |
2005-11-07 |
Matthias Clasen | We need to set n_preallocs to a nonzero value, otherwis... |
tree | commitdiff |
2005-11-05 |
Matthias Clasen | Forgotten file |
tree | commitdiff |
2005-11-04 |
Matthias Clasen | Apply a patch from Behdad Esfahbod to use a faster... |
tree | commitdiff |
2005-11-04 |
Matthias Clasen | Add a generator for a mirroring table |
tree | commitdiff |
2005-11-04 |
Matthias Clasen | Expand the docs. (#320466, Steffen Gutmann) |
tree | commitdiff |
2005-11-04 |
Matthias Clasen | Include gdataset.h. (#320322) |
tree | commitdiff |
2005-11-04 |
Matthias Clasen | add new GDebugFlag for fatal_criticals handle G_DEBUG... |
tree | commitdiff |
2005-11-01 |
Tor Lillqvist | Remove large amount of trailing whitespace from one... |
tree | commitdiff |
2005-11-01 |
Tim Janik | prepared deprecation of GMemChunk and GAllocator. added... |
tree | commitdiff |
2005-10-30 |
Matthias Clasen | Add some tests for conversions between UTF-8, UCS-4... |
tree | commitdiff |
2005-10-26 |
Matthias Clasen | Fix 319806 |
tree | commitdiff |
2005-10-19 |
Tor Lillqvist | Return a g_strdup()ed copy of the value stored in the... |
tree | commitdiff |
2005-10-07 |
Matthias Clasen | Fix sorting of 0 sequences in filenames |
tree | commitdiff |
2005-10-05 |
Matthias Clasen | Doc addition |
tree | commitdiff |
2005-10-01 |
Behdad Esfahbod | Updated to Unicode 4.1. There are five new GUnicodeBrea... |
tree | commitdiff |
2005-09-26 |
Matthias Clasen | Add details to the docs. (#314393, Matthew F. Barnes) |
tree | commitdiff |
2005-09-26 |
Matthias Clasen | Remove g_snprintf() and g_vsnprintf(), since they are... |
tree | commitdiff |
2005-09-20 |
Tim Janik | applied significant recursion complexity optimization... |
tree | commitdiff |
2005-09-20 |
Matthias Clasen | Doc fixes |
tree | commitdiff |
2005-09-19 |
Tim Janik | applied a patch from matthias which checks on the upper... |
tree | commitdiff |
2005-09-15 |
Tor Lillqvist | Add warning to doc comment that these functions should... |
tree | commitdiff |
2005-09-14 |
Matthias Clasen | Add a test for grup names of length 1. |
tree | commitdiff |
2005-09-12 |
Matthias Clasen | Clarify docs. |
tree | commitdiff |
2005-09-11 |
Kjartan Maraas | Remove some dead code. Closes bug #315278. |
tree | commitdiff |
2005-09-07 |
Tor Lillqvist | Create also a console version of the gspawn-win32-helpe... |
tree | commitdiff |
2005-09-05 |
Matthias Clasen | Report an error if the file is too large. (#315275... |
tree | commitdiff |
2005-09-05 |
Matthias Clasen | The return value of read() is signed. (#315273, Kjartan... |
tree | commitdiff |
2005-08-31 |
Tor Lillqvist | Wrapping atexit() is a bad idea on Windows, where the... |
tree | commitdiff |
2005-08-31 |
Matthias Clasen | Add functions to intern strings. |
tree | commitdiff |
2005-08-28 |
Matthias Clasen | Unify some near-duplicate strings. (#314654, Clytie... |
tree | commitdiff |
2005-08-26 |
Tor Lillqvist | Improve error reporting. Slight refactoring. |
tree | commitdiff |
2005-08-25 |
Tor Lillqvist | Make also the g_spawn*() functions take parameters... |
tree | commitdiff |
2005-08-24 |
Stepan Kasal | (G_MININT64): Cast to gint64. |
tree | commitdiff |
2005-08-24 |
Matthias Clasen | Fix the crt_externs.h include |
tree | commitdiff |
2005-08-20 |
Hans Breuer | link with ws2_32.lib |
tree | commitdiff |
2005-08-18 |
Tor Lillqvist | Check for <sys/wait.h> |
tree | commitdiff |
2005-08-18 |
Ross Burton | Optimise single-character insertions |
tree | commitdiff |
2005-08-17 |
Matthias Clasen | Check for crt_externs.h and _NSGetEnviron. |
tree | commitdiff |
2005-08-17 |
Stepan Kasal | Move the body of the big if... (g_get_any_init_do)... |
tree | commitdiff |
2005-08-15 |
Matthias Clasen | Wait for the child process and then simply return.... |
tree | commitdiff |
2005-08-15 |
Matthias Clasen | Update the link to Unicode category values. (#313369... |
tree | commitdiff |
2005-08-15 |
Matthias Clasen | Clarify docs a little. (#311727, Tristan van Berkom) |
tree | commitdiff |
2005-08-15 |
Matthias Clasen | Fix abi checks for ia64. |
tree | commitdiff |
2005-08-10 |
Tor Lillqvist | Use "localhost" as fallback for g_get_host_name(),... |
tree | commitdiff |
2005-08-10 |
Stepan Kasal | Fix typos: invokation -> invocation. |
tree | commitdiff |
2005-08-10 |
Matthias Clasen | Take a va_list*, not a va_list, to avoid compiler warni... |
tree | commitdiff |
2005-08-09 |
Matthias Clasen | Initialize variables to not make gcc nervous. |
tree | commitdiff |
2005-08-09 |
Manish Singh | remove stray -V option to grep so it actually works. |
tree | commitdiff |
2005-08-08 |
Matthias Clasen | Enable the endianness test. |
tree | commitdiff |
2005-08-06 |
Matthias Clasen | Improve ABI checking |
tree | commitdiff |
2005-08-04 |
Matthias Clasen | Always export g_atomic_int_get and g_atomic_pointer_get... |
tree | commitdiff |
2005-08-04 |
Tor Lillqvist | Move the G_BEGIN_DECLS/G_END_DECLS pair outside the... |
tree | commitdiff |
2005-08-03 |
Ross Burton | Small doc updates |
tree | commitdiff |
2005-08-03 |
Matthias Clasen | Add native atomic operations for s390. |
tree | commitdiff |
2005-08-03 |
Ross Burton | Fix Docbook tag typo |
tree | commitdiff |
2005-08-03 |
Matthias Clasen | Add G_BEGIN_DECLS/G_END_DECLS. (#312424) |
tree | commitdiff |
2005-08-02 |
Matthias Clasen | Don't go in an infinite loop if the input text ends... |
tree | commitdiff |
2005-08-02 |
Matthias Clasen | Remove accidental documentation redundancies |
tree | commitdiff |
2005-08-02 |
Matthias Clasen | Cleanup converter state after the conversion. Document... |
tree | commitdiff |
2005-07-31 |
Tim Janik | moved G_DATALIST_*_POINTER() macros here, because prope... |
tree | commitdiff |
2005-07-26 |
Matthias Clasen | Include glibintl.h, not gi18n.h, noticed by Dan Winship. |
tree | commitdiff |
2005-07-26 |
Matthias Clasen | Fix a typo in the docs. (#311569, Ross Burton) |
tree | commitdiff |
2005-07-20 |
Matthias Clasen | Remove debugging spew |
tree | commitdiff |
2005-07-20 |
Matthias Clasen | Don't get stuck in here if immediate is TRUE. (#310954... |
tree | commitdiff |
2005-07-20 |
Tor Lillqvist | Make this an inline function. Define it only if G_CAN_I... |
tree | commitdiff |
2005-07-19 |
Matthias Clasen | Avoid an unnecessary strlen if len is -1. (#169692... |
tree | commitdiff |
2005-07-19 |
Matthias Clasen | Fix g_atomic_pointer_compare_and_exchange on sparc64... |
tree | commitdiff |
2005-07-15 |
Matthias Clasen | Make refcounting threadsafe by using atomic operations... |
tree | commitdiff |
2005-07-13 |
Matthias Clasen | Fix a typo. (#310243, Richard Laager) |
tree | commitdiff |
2005-07-13 |
Matthias Clasen | Warn if a short name is not acceptable. |
tree | commitdiff |
2005-07-12 |
Matthias Clasen | Add and implement a new flag to turn off the automatic... |
tree | commitdiff |
2005-07-12 |
Matthias Clasen | Don't lock if depth is zero. (#310148, Wim Taymans) |
tree | commitdiff |
2005-07-10 |
Matthias Clasen | Ignore anomalous environment entries which are not... |
tree | commitdiff |
2005-07-08 |
Tor Lillqvist | Totally rewritten socket channel implementation. See... |
tree | commitdiff |
2005-07-08 |
Tor Lillqvist | Don't use autoconf variables for the resource object... |
tree | commitdiff |
2005-07-02 |
Hans Breuer | include <process.h> for getpid() include <io.h> for... |
tree | commitdiff |
2005-07-01 |
Matthias Clasen | And remove a redundant cast |
tree | commitdiff |
2005-07-01 |
Matthias Clasen | Fix an extra indirection |
tree | commitdiff |
2005-07-01 |
Matthias Clasen | Don't reverse the order of multiline comments. |
tree | commitdiff |
2005-06-30 |
Matthias Clasen | Fix portability issues. (#307064, Morten Welinder) |
tree | commitdiff |
2005-06-30 |
Matthias Clasen | Apply a patch which may make GLib work on BeOS again... |
tree | commitdiff |
2005-06-26 |
Tor Lillqvist | libtool installs/uninstalls the import library, no... |
tree | commitdiff |
2005-06-25 |
Matthias Clasen | Add an mmap() wrapper called GMappedFile. (#148218... |
tree | commitdiff |
2005-06-24 |
Tor Lillqvist | glib/Makefile.am gmodule/Makefile.am Current GNU tools... |
tree | commitdiff |
2005-06-23 |
Manish Singh | g_build_filename_va is only use in the G_OS_WIN32 case... |
tree | commitdiff |
2005-06-23 |
Matthias Clasen | Don't leak memory here. |
tree | commitdiff |
2005-06-23 |
Matthias Clasen | Don't leak output_path. (#308546, Kjartan Maraas) |
tree | commitdiff |
2005-06-23 |
Matthias Clasen | Add some language-binding friendly variants |
tree | commitdiff |
2005-06-22 |
Tor Lillqvist | glib/gfileutils.c glib/gfileutils.h glib/glib.symbols... |
tree | commitdiff |
2005-06-22 |
Matthias Clasen | Properly store changes for arrays. (#308528, Roger... |
tree | commitdiff |
2005-06-22 |
Matthias Clasen | Pass the option name also in the NO_ARG case. (#308602... |
tree | commitdiff |
2005-06-22 |
Tor Lillqvist | New function. Creates a directory including intermediat... |
tree | commitdiff |
2005-06-22 |
Tor Lillqvist | Add Since: 2.8 to g_get_host_name(). |
tree | commitdiff |
2005-06-22 |
Tor Lillqvist | New function. Returns the machine's name, or one of... |
tree | commitdiff |
2005-06-18 |
Matthias Clasen | Add G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME... |
tree | commitdiff |
2005-06-10 |
Matthias Clasen | Forgotten file |
tree | commitdiff |
2005-06-10 |
Matthias Clasen | Minor stylistic fix |
tree | commitdiff |
2005-06-09 |
Matthias Clasen | Set errno to 0 before calling strtol. (#306388, Morten... |
tree | commitdiff |
next |