Age | Commit message (Expand) | Author | Files | Lines |
2002-02-24 | 1.3.15, binary, interface age 0.GLIB_1_3_15 | Owen Taylor | 38 | -254/+321 |
2002-02-23 | Add a little bit of padding. | Owen Taylor | 10 | -0/+62 |
2002-02-23 | Add some padding to the class. | Owen Taylor | 3 | -1/+14 |
2002-02-23 | Updated Danish translation. | Ole Laursen | 2 | -104/+137 |
2002-02-21 | New header containing GTK_DEBUG-style debugging support for GLib. | Matthias Clasen | 15 | -38/+273 |
2002-02-21 | Add g_value_set_object_take_ownership and | Tor Lillqvist | 2 | -0/+7 |
2002-02-21 | Fix implicit conversions between void * and function pointer (Miroslaw | Owen Taylor | 2 | -2/+7 |
2002-02-21 | ed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 11 | -2/+105 |
2002-02-20 | Use gssize instead of gsize as type of the pos and len arguments. (#71964) | Daniel Elstner | 10 | -4/+44 |
2002-02-20 | Added Greek translation | Simos Xenitellis | 11 | -1/+513 |
2002-02-20 | gobject/gobject-sections.txt gobject/tmpl/generic_values.sgml updated for | Sven Neumann | 4 | -10/+26 |
2002-02-19 | provide marshaller specific value_set_*_take_ownership() variants. | Tim Janik | 8 | -63/+157 |
2002-02-19 | added GValue documentation. | Tim Janik | 2 | -12/+26 |
2002-02-19 | Include <config.h> first here, too. Use g_io_channel_read_chars() instead | Tor Lillqvist | 10 | -5/+99 |
2002-02-19 | Updated Japanese translation. | Takayuki KUSANO | 2 | -6/+9 |
2002-02-19 | Remove charset.alias from EXTRA_DIST; we don't want the charset.alias from | Owen Taylor | 9 | -1/+64 |
2002-02-18 | Turn off ISO varargs support for gcc-2.95 since it causes problems with | Owen Taylor | 9 | -0/+64 |
2002-02-17 | 1.3.14GLIB_1_3_14 | Owen Taylor | 42 | -1562/+1661 |
2002-02-17 | Fix typo when checking if file + module_suffix exists. (Miroslaw | Owen Taylor | 2 | -1/+7 |
2002-02-17 | *** empty log message *** | Wang Jian | 2 | -18/+22 |
2002-02-15 | Version 1.3.14. | Owen Taylor | 35 | -1517/+1609 |
2002-02-15 | Updated. | Owen Taylor | 14 | -12/+141 |
2002-02-15 | Do not assume, that after g_usleep(G_USEC_PER_SEC) the newly started | Sebastian Wilhelmi | 9 | -7/+97 |
2002-02-14 | Use the #if branch with G_BREAKPOINT() also on Win32. Remove the separate | Tor Lillqvist | 9 | -10/+54 |
2002-02-14 | oops. revert some files that accidentally got into that last commit. | James Henstridge | 5 | -5457/+259 |
2002-02-14 | add third argument to the AC_DEFINE calls, so users of the macro don't | James Henstridge | 14 | -261/+5509 |
2002-02-13 | never dispatch sources of mixed priority, because while iterating over the | Havoc Pennington | 9 | -0/+61 |
2002-02-13 | fixed a check for node not being NULL. | Tim Janik | 2 | -1/+5 |
2002-02-13 | remove extraneous redefinition of G_PARAM_SPEC_CLASS(). | Tim Janik | 2 | -1/+4 |
2002-02-13 | cosmetic cleanups, fixed [u]int64->string conversions. | Tim Janik | 2 | -333/+346 |
2002-02-12 | Use "if (expr) { } else" as I meant to in the first place. The other form | Darin Adler | 2 | -67/+71 |
2002-02-11 | Use "if (expr) { } else" as I meant to in the first place. The other form | Darin Adler | 9 | -6/+54 |
2002-02-11 | ytpo fix | Manish Singh | 8 | -8/+8 |
2002-02-11 | need statement terminators for the if clauses for the precedeing change. | Manish Singh | 9 | -6/+46 |
2002-02-11 | Use "if (expr) else" rather than "if (!(expr))" so the parentheses don't | Darin Adler | 9 | -6/+54 |
2002-02-11 | match the signature in the implementation | jacob berkman | 9 | -1/+41 |
2002-02-10 | no sym links on win32, no lstat in msvcrt | Hans Breuer | 10 | -1/+54 |
2002-02-10 | msvc 5.0 can't cast from uint64 to double. Disable respective | Hans Breuer | 3 | -1/+25 |
2002-02-10 | Updated Norwegian (bokmål) translation. | Kjartan Maraas | 2 | -126/+106 |
2002-02-10 | New. (skip_spaces): g_unichar_isspace -> xml_isspace isspace -> | Darin Adler | 10 | -9/+71 |
2002-02-09 | Test attribute value delimiters. | Matthias Clasen | 10 | -12/+97 |
2002-02-09 | Fixed typo in G_THREADS_ENABLED. | Sebastian Wilhelmi | 2 | -3/+5 |
2002-02-09 | Make --disable-threads work again. (#71034) | Sebastian Wilhelmi | 11 | -6/+51 |
2002-02-09 | Register transformations for gint64, guint64. (#70780, patch from Andy | Owen Taylor | 11 | -4/+186 |
2002-02-08 | Make hostname parameter const char *. Added a new "ASCII must not be | Darin Adler | 12 | -70/+299 |
2002-02-08 | Fix access to freed memory in test case (Miroslaw Dobrzanski-Neumann). | Owen Taylor | 9 | -6/+52 |
2002-02-08 | g_dir_open: added g_return_val_if_fail() to prevent us from calling | Michael Natterer | 9 | -1/+45 |
2002-02-08 | Extended documentation. | Sebastian Wilhelmi | 9 | -0/+35 |
2002-02-07 | Do not follow symbolic links for G_FILE_TEST_SYMLINK. Also fixed the | Sebastian Wilhelmi | 9 | -18/+76 |
2002-02-07 | document value transformation. | Tim Janik | 2 | -8/+20 |