Age | Commit message (Expand) | Author | Files | Lines |
2004-12-01 | Updates | Matthias Clasen | 6 | -1/+23 |
2004-12-01 | *** empty log message *** | Matthias Clasen | 2 | -24/+73 |
2004-11-30 | Updates | Matthias Clasen | 6 | -0/+30 |
2004-11-30 | Also check errno to detect true errors from spawn*(). (#157258, reported | Tor Lillqvist | 6 | -1/+29 |
2004-11-08 | Initialize child_watch_count to 1, so that we don't miss the very first | Matthias Clasen | 6 | -3/+83 |
2004-11-07 | Work around an bug in Mac OS < 10.3. (#156446, Dave MacLachlan) | Matthias Clasen | 6 | -1/+29 |
2004-11-03 | master file | Amanpreet Singh Alam | 1 | -1/+1 |
2004-10-26 | ankit@redhat.com * Changed some wrong rendered characters | Ankitkumar Rameshchandra Patel | 1 | -38/+33 |
2004-10-24 | Rename first parameter to check_data, since apparently the system headers | Matthias Clasen | 4 | -4/+15 |
2004-10-24 | Undef libc functions before defining them, since they may also be macros. | Matthias Clasen | 6 | -0/+28 |
2004-10-08 | Bump version. | Matthias Clasen | 6 | -2/+12 |
2004-10-08 | 2.4.7GLIB_2_4_7 | Matthias Clasen | 81 | -1024/+1138 |
2004-10-08 | Document that GLib supports only a single callback per pid. (#154828, | Matthias Clasen | 6 | -0/+34 |
2004-10-08 | revreq | N Jayaradha | 1 | -28/+20 |
2004-10-06 | Fix some C99isms. (#154676, Kjartan Maraas) | Matthias Clasen | 6 | -5/+23 |
2004-10-06 | applied patch from Jean-Yves Lefort <jylefort@brutele.be> to not access | 4 | 2 | -8/+9 |
2004-10-05 | Improve the docs for g_object_get_property(). (#153424, Stefan Kost) | Matthias Clasen | 2 | -3/+8 |
2004-10-05 | Updates. | Matthias Clasen | 6 | -0/+33 |
2004-10-04 | Improve docs for g_signal_add_emission_hook. (#154299, Nickolay V. | Matthias Clasen | 2 | -1/+7 |
2004-09-30 | Convert filenames to UTF-8 before putting them in GErrors. (#154078, | Matthias Clasen | 6 | -12/+76 |
2004-09-25 | [Win32] Don't ever open a console window. (Which we used to do if standard | Tor Lillqvist | 6 | -79/+144 |
2004-09-22 | [Win32] Add code to remove the bug-compatibility entries (see #134813, and | Tor Lillqvist | 2 | -0/+16 |
2004-09-20 | Correct the docs for the default log handler wrt to which messages go to | Matthias Clasen | 2 | -2/+7 |
2004-09-20 | 12 neprevedeni | Ivan Stojmirov | 1 | -88/+91 |
2004-09-17 | Make it take a guint for number of characters, instead of a gsize. | Manish Singh | 6 | -1/+36 |
2004-09-15 | Convert message to UTF-8. Technically this breaks API, but the actual use | Tor Lillqvist | 7 | -44/+103 |
2004-09-12 | Updated Galician translation of glib | Jesus Bravo Alvarez | 2 | -133/+128 |
2004-09-09 | Updated Turkish Translation | Baris Cicek | 2 | -7/+10 |
2004-09-07 | configure.in: Added 'or' to ALL_LINGUAS. | Gora Mohanty | 8 | -1/+533 |
2004-09-06 | Updated Norwegian Nynorsk translation. | Åsmund Skjæveland | 2 | -24/+16 |
2004-09-05 | updated by Misu Moldovan | Marius Andreiana | 2 | -39/+38 |
2004-08-31 | Updated Spanish translation. | Francisco Javier F. Serrador | 2 | -15/+16 |
2004-08-30 | Point to g_hash_table_lookup_extended() for differentiation between | Matthias Clasen | 6 | -1/+34 |
2004-08-30 | Fix a typo. (#151109, Stepan Kasal) | Matthias Clasen | 2 | -3/+7 |
2004-08-24 | Updated Nepali Translation | Pawan Chitrakar | 1 | -0/+4 |
2004-08-23 | ankit@redhat.com 23/08/2004 * gu.po : Final Proofread. | Ankitkumar Rameshchandra Patel | 1 | -19/+14 |
2004-08-21 | Tell select_thread to break out of its loop. Prevents a thread leak. | Tor Lillqvist | 6 | -0/+25 |
2004-08-21 | Guard against bogus return value from strxfrm(). For instance Microsoft's | Tor Lillqvist | 6 | -10/+48 |
2004-08-20 | Updated Albanian translation. | Laurent Dhima | 2 | -1/+5 |
2004-08-19 | Correct source and destination charset parameter order in g_convert() | Tor Lillqvist | 6 | -3/+33 |
2004-08-19 | Updated Danish translation. | Martin Willemoes Hansen | 2 | -3/+7 |
2004-08-18 | Updated Albanian translation. | Laurent Dhima | 2 | -1/+5 |
2004-08-18 | Updated Danish translation. | Martin Willemoes Hansen | 2 | -6/+12 |
2004-08-17 | update pa file | Amanpreet Singh Alam | 1 | -104/+111 |
2004-08-16 | Added "bs" to ALL_LINGUAS. Added Bosnian translation by Kenan Hadžiavdić | Christian Rose | 8 | -1/+535 |
2004-08-16 | yet to proof read | N Jayaradha | 1 | -16/+16 |
2004-08-13 | Bump version. | Matthias Clasen | 6 | -2/+12 |
2004-08-13 | 2.4.6GLIB_2_4_6 | Matthias Clasen | 76 | -339/+433 |
2004-08-13 | Updates | Matthias Clasen | 6 | -0/+27 |
2004-08-12 | Document the necessity to call g_thread_init() when using threads (even | Matthias Clasen | 2 | -4/+9 |