Age | Commit message (Expand) | Author | Files | Lines |
2002-02-21 | ed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 1 | -0/+12 |
2002-02-20 | Use gssize instead of gsize as type of the pos and len arguments. (#71964) | Daniel Elstner | 1 | -0/+5 |
2002-02-20 | Added Greek translation | Simos Xenitellis | 1 | -0/+4 |
2002-02-19 | Include <config.h> first here, too. Use g_io_channel_read_chars() instead | Tor Lillqvist | 1 | -0/+11 |
2002-02-19 | Remove charset.alias from EXTRA_DIST; we don't want the charset.alias from | Owen Taylor | 1 | -0/+8 |
2002-02-18 | Turn off ISO varargs support for gcc-2.95 since it causes problems with | Owen Taylor | 1 | -0/+7 |
2002-02-17 | 1.3.14GLIB_1_3_14 | Owen Taylor | 1 | -2/+13 |
2002-02-15 | Version 1.3.14. | Owen Taylor | 1 | -0/+6 |
2002-02-15 | Updated. | Owen Taylor | 1 | -0/+11 |
2002-02-15 | Do not assume, that after g_usleep(G_USEC_PER_SEC) the newly started | Sebastian Wilhelmi | 1 | -0/+9 |
2002-02-14 | Use the #if branch with G_BREAKPOINT() also on Win32. Remove the separate | Tor Lillqvist | 1 | -0/+6 |
2002-02-14 | add third argument to the AC_DEFINE calls, so users of the macro don't | James Henstridge | 1 | -0/+6 |
2002-02-13 | never dispatch sources of mixed priority, because while iterating over the | Havoc Pennington | 1 | -0/+7 |
2002-02-11 | Use "if (expr) { } else" as I meant to in the first place. The other form | Darin Adler | 1 | -0/+6 |
2002-02-11 | ytpo fix | Manish Singh | 1 | -1/+1 |
2002-02-11 | need statement terminators for the if clauses for the precedeing change. | Manish Singh | 1 | -0/+5 |
2002-02-11 | Use "if (expr) else" rather than "if (!(expr))" so the parentheses don't | Darin Adler | 1 | -0/+6 |
2002-02-11 | match the signature in the implementation | jacob berkman | 1 | -0/+5 |
2002-02-10 | no sym links on win32, no lstat in msvcrt | Hans Breuer | 1 | -0/+6 |
2002-02-10 | New. (skip_spaces): g_unichar_isspace -> xml_isspace isspace -> | Darin Adler | 1 | -0/+7 |
2002-02-09 | Test attribute value delimiters. | Matthias Clasen | 1 | -0/+7 |
2002-02-09 | Make --disable-threads work again. (#71034) | Sebastian Wilhelmi | 1 | -0/+4 |
2002-02-09 | Register transformations for gint64, guint64. (#70780, patch from Andy | Owen Taylor | 1 | -0/+10 |
2002-02-08 | Make hostname parameter const char *. Added a new "ASCII must not be | Darin Adler | 1 | -0/+21 |
2002-02-08 | Fix access to freed memory in test case (Miroslaw Dobrzanski-Neumann). | Owen Taylor | 1 | -0/+6 |
2002-02-08 | g_dir_open: added g_return_val_if_fail() to prevent us from calling | Michael Natterer | 1 | -0/+5 |
2002-02-08 | Extended documentation. | Sebastian Wilhelmi | 1 | -0/+4 |
2002-02-07 | Do not follow symbolic links for G_FILE_TEST_SYMLINK. Also fixed the | Sebastian Wilhelmi | 1 | -0/+6 |
2002-02-07 | Added Korean translation. | Changwoo Ryu | 1 | -0/+4 |
2002-02-06 | Handle NULL entries (already dispatched) in pending_dispatches array | Owen Taylor | 1 | -0/+6 |
2002-02-06 | Unref pending dispatches when discarding them. | Owen Taylor | 1 | -0/+5 |
2002-02-04 | Delay allocation until after all g_return_val_if_fail (). | Sebastian Wilhelmi | 1 | -0/+11 |
2002-02-03 | glib/gmain.c remove references to deprecated functions in docs and warning | Manish Singh | 1 | -0/+6 |
2002-01-31 | remove references to po2tbl | jacob berkman | 1 | -0/+6 |
2002-01-30 | Change the order in which some error conditions are checked to improve | Matthias Clasen | 1 | -0/+6 |
2002-01-29 | 1.3.13GLIB_1_3_13 | Owen Taylor | 1 | -1/+5 |
2002-01-29 | 1.3.13 | Owen Taylor | 1 | -2/+6 |
2002-01-29 | Rewritten to cache iconv conversion descriptors. On at least some Unix | Jeffrey Stedfast | 1 | -0/+12 |
2002-01-29 | 1.3.13 | Owen Taylor | 1 | -0/+12 |
2002-01-29 | NULL-terminate context->attr_values so g_strfreev() is safe. Would | Havoc Pennington | 1 | -0/+8 |
2002-01-29 | get rid of warning here | Havoc Pennington | 1 | -0/+4 |
2002-01-28 | Only use __FUNCTION__, __PRETTY_FUNCTION__ for G_GNUC_FUNCTION, | Owen Taylor | 1 | -0/+7 |
2002-01-28 | Some documentation fixes/elaborations I really should have gotten | Ron Steinke | 1 | -0/+5 |
2002-01-24 | removed an empty line in the inline documentation that confused gtk-doc. | Sven Neumann | 1 | -0/+5 |
2002-01-23 | return 1 more for the trailing \0 when using vsnprintf. (#69474) | Laszlo Peter | 1 | -0/+5 |
2002-01-23 | Missing asterisk in ChangeLog entry... | Tor Lillqvist | 1 | -1/+1 |
2002-01-23 | Not used on Windows, don't even compile it then. | Tor Lillqvist | 1 | -0/+37 |
2002-01-22 | better ChangeLog | Sebastian Wilhelmi | 1 | -1/+1 |
2002-01-22 | Get the right multithread option for GCC 3.0 and later. (#67583) | Sebastian Wilhelmi | 1 | -0/+5 |
2002-01-21 | If g_convert fails, set bytes_written to 0 and close the iconv descriptor | Jeffrey Stedfast | 1 | -0/+7 |