Age | Commit message (Expand) | Author | Files | Lines |
2003-12-08 | === Released 2.3.1 ===GLIB_2_3_1 | Owen Taylor | 1 | -1/+7 |
2003-12-05 | fix gint/gsize confusion. | Manish Singh | 1 | -1/+5 |
2003-12-04 | Add hangul composition and decomposition to unicode normalization. | Noah Levitt | 1 | -0/+7 |
2003-12-02 | Fix for #103710, Mark Jones: | Matthias Clasen | 1 | -0/+7 |
2003-11-27 | handle NULL arguments gracefully. | Tim Janik | 1 | -0/+9 |
2003-11-26 | Fixed a bad pointer comparison in g_ascii_strtod that came up in fa_IR | Roozbeh Pournader | 1 | -0/+8 |
2003-11-22 | Bind inter-thread comminication sockets to INADDR_LOOPBACK instead of | 15 2003 Andrew Lanoix | 1 | -0/+5 |
2003-11-20 | Added G_GSIZE_FORMAT and friends. | Manish Singh | 1 | -0/+8 |
2003-11-18 | Use GUINT_TO_POINTER for g_thread_create data. | Manish Singh | 1 | -0/+5 |
2003-11-15 | Add a NULL check to be consistent with the other g_utf8_ functions. | Matthias Clasen | 1 | -0/+6 |
2003-11-15 | Fix for MSVC build: Skip strtod-test, use correct glib libraries, with 2.0 | Tor Lillqvist | 1 | -0/+6 |
2003-11-14 | Don't blindly set glib_cv_long_long_format to "ll" when using the included | Matthias Clasen | 1 | -0/+13 |
2003-11-12 | Version 2.3.1, interface age 0. | Owen Taylor | 1 | -0/+6 |
2003-11-09 | re-work to retain a copy of the cached charset rather than the actual | Mark McLoughlin | 1 | -0/+8 |
2003-11-05 | Replacement for have_broken_filenames() which consults the environment | Matthias Clasen | 1 | -0/+10 |
2003-11-05 | New headers defining common gettext-support macros. | Matthias Clasen | 1 | -0/+13 |
2003-11-05 | Make it compile. (#119337, self.) | Morten Welinder | 1 | -0/+3 |
2003-11-05 | Handle the case where the to-be-inserted string is a substring of the | Morten Welinder | 1 | -0/+7 |
2003-11-02 | Fix 64bit printing for MSVC builds (#119292, Hans Breuer): | Matthias Clasen | 1 | -0/+19 |
2003-11-01 | Set the return value from the result of g_main_context_check() (after we | Owen Taylor | 1 | -0/+7 |
2003-10-30 | Remove the semicolon from the definition of g_once(), so that | Matthias Clasen | 1 | -0/+5 |
2003-10-28 | Change the %e tests to not check for actual string equality, but rather | Matthias Clasen | 1 | -0/+7 |
2003-10-24 | === Released 2.3.0 ===GLIB_2_3_0 | Owen Taylor | 1 | -2/+6 |
2003-10-24 | Force shared library (DLL) only on Windows. (I don't think that is | Tor Lillqvist | 1 | -0/+25 |
2003-10-23 | === Released 2.3.0 === | Owen Taylor | 1 | -0/+20 |
2003-10-22 | Update NEWS for 2.3.0. | Matthias Clasen | 1 | -0/+4 |
2003-10-21 | Test for interface properties and GParamSpecOverride. | Owen Taylor | 1 | -0/+5 |
2003-10-08 | Document as 2.4 additions. (unescape_text): Implement newline and | Matthias Clasen | 1 | -0/+8 |
2003-10-04 | Make the various printf feature test macros reflect the system printf, | Matthias Clasen | 1 | -0/+20 |
2003-10-02 | Test case for g_type_add_interface_check(). | Owen Taylor | 1 | -5/+7 |
2003-10-02 | Remove some tests that were testing things that weren't supposed to work; | Owen Taylor | 1 | -0/+12 |
2003-10-02 | Tests of interface inheritance and overriding. | Owen Taylor | 1 | -0/+5 |
2003-09-30 | Call protect_argv() in do_spawn() instead of in do_spawn_with_pipes() so | Tor Lillqvist | 1 | -0/+9 |
2003-09-30 | make the argument const to get rid of warning | Soeren Sandmann | 1 | -0/+8 |
2003-09-29 | Use hardcoded name for DLL, as there is no reliable way to determine it at | Tor Lillqvist | 1 | -0/+5 |
2003-09-29 | Add "Since: 2.4" to docs. Add g_unichar_get_mirror_char and | Matthias Clasen | 1 | -0/+5 |
2003-09-29 | Fix function name | Owen Taylor | 1 | -2/+2 |
2003-09-29 | Dummy dynamic type module for testing type plugin code and dynamic types. | Owen Taylor | 1 | -0/+9 |
2003-09-28 | Added Lithuanian translation | Gediminas Paulauskas | 1 | -0/+4 |
2003-09-25 | Remove g_bsearch_array_* entries that don't exist any longer. (ABI | Tor Lillqvist | 1 | -0/+5 |
2003-09-25 | Add gobject/. | Owen Taylor | 1 | -0/+4 |
2003-09-12 | New directory, framework for automated GObject tests. | Owen Taylor | 1 | -0/+13 |
2003-09-12 | Take a directory where to look for the unicode files on the command line | Noah Levitt | 1 | -0/+5 |
2003-09-12 | Add g_unichar_get_mirror_char. (#114749) | Noah Levitt | 1 | -0/+7 |
2003-09-12 | Add g_markup_printf_escaped(), g_markup_vprintf_escaped(). | Owen Taylor | 1 | -0/+8 |
2003-09-10 | Unicode 4.0 special casing. (#114681) | Noah Levitt | 1 | -0/+13 |
2003-09-07 | inserted casts for C++. | Stefan Westerfeld | 1 | -0/+4 |
2003-08-27 | Fix a C99ism. (#120821, Thomas Klausner) | Matthias Clasen | 1 | -0/+5 |
2003-08-25 | Avoid UNLOCKing the critical section twice, which might cause a hang. | Tor Lillqvist | 1 | -0/+8 |
2003-08-25 | Escape control characters in g_logv() output. (#108287, Christian Biere) | Owen Taylor | 1 | -0/+5 |