Age | Commit message (Expand) | Author | Files | Lines |
2004-08-25 | 2.5.2GLIB_2_5_2 | Matthias Clasen | 1 | -0/+4 |
2004-08-25 | Update for 2.5.2 | Matthias Clasen | 1 | -0/+4 |
2004-08-25 | Win32 equivalences of the XDG folders | Tor Lillqvist | 1 | -0/+20 |
2004-08-23 | remove unused variable. | Manish Singh | 1 | -0/+5 |
2004-08-23 | Don't call g_get_home_dir() while holding the g_utils_global lock, simply | Matthias Clasen | 1 | -0/+8 |
2004-08-21 | Tell select_thread to break out of its loop. Prevents a thread leak. | Tor Lillqvist | 1 | -0/+4 |
2004-08-21 | Guard against bogus return value from strxfrm(). For instance Microsoft's | Tor Lillqvist | 1 | -1/+7 |
2004-08-19 | Correct source and destination charset parameter order in g_convert() | Tor Lillqvist | 1 | -0/+6 |
2004-08-19 | Remove trailing commas. | Jon Kåre Hellan | 1 | -0/+4 |
2004-08-17 | Check for all four values of the visibility attribute; gcc 2.96 seems to | Matthias Clasen | 1 | -0/+6 |
2004-08-16 | Added "bs" to ALL_LINGUAS. Added Bosnian translation by Kenan Hadžiavdić | Christian Rose | 1 | -0/+4 |
2004-08-11 | Add new XDG basedir API (bug 139973). | Ray Strode | 1 | -0/+8 |
2004-08-10 | Remove G_GNUC_INTERNAL from here. Check whether the visibility attribute | Matthias Clasen | 1 | -0/+7 |
2004-08-09 | Define empty if gcc is too old. | Matthias Clasen | 1 | -0/+4 |
2004-08-06 | updated | Hans Breuer | 1 | -0/+7 |
2004-08-06 | Require ngettext. (#123847, Danilo Segan) | Matthias Clasen | 1 | -0/+5 |
2004-08-05 | strdup result so caller doesn't free internally managed memory. | Ray Strode | 1 | -0/+5 |
2004-08-04 | Update to match what configure produces. Add the G_ATOMIC_*. Define | Tor Lillqvist | 1 | -0/+9 |
2004-08-03 | Mark user visible strings for translation. | Matthias Clasen | 1 | -0/+4 |
2004-08-03 | Pedantically use g types throughout. | Matthias Clasen | 1 | -0/+10 |
2004-08-02 | Move GTranslateFunc to gtypes.h | Anders Carlsson | 1 | -0/+6 |
2004-08-02 | Add GOption. | Anders Carlsson | 1 | -0/+11 |
2004-08-02 | Add a G_GNUC_INTERNAL macro to mark function declarations as internal and | Matthias Clasen | 1 | -0/+15 |
2004-08-02 | Include gthreadinit.h here to see the declaration for | Matthias Clasen | 1 | -0/+5 |
2004-08-01 | move newline printing from run_from_uri_tests() to run_roundtrip_tests(). | Manish Singh | 1 | -0/+5 |
2004-08-01 | *** empty log message *** | Matthias Clasen | 1 | -0/+2 |
2004-08-01 | 2.5.1GLIB_2_5_1 | Matthias Clasen | 1 | -0/+4 |
2004-08-01 | Updates for 2.5.1 | Matthias Clasen | 1 | -0/+4 |
2004-08-01 | Include a test involving consecutive backslashes followed by a non-escaped | Matthias Clasen | 1 | -0/+8 |
2004-07-30 | Don't validate for UTF-8 here. (#148420, Robert Ögren) | Matthias Clasen | 1 | -0/+9 |
2004-07-28 | Tests for handling of whitespace inside tags. | Matthias Clasen | 1 | -0/+12 |
2004-07-27 | s/g_strsplit/g_strsplit_set/ as well. | Matthias Clasen | 1 | -0/+5 |
2004-07-24 | s/g_strtokenize/g_strsplit_set/ in docs. | Soeren Sandmann | 1 | -0/+5 |
2004-07-23 | Fix docs for G_MAXSIZE. (#148262, Christophe Fergeau) | Matthias Clasen | 1 | -0/+5 |
2004-07-21 | Fix #132858, Sven Neumann, patch by James Henstridge: | Matthias Clasen | 1 | -0/+9 |
2004-07-21 | Fix #147651, reported by Oliver Guntermann: | Matthias Clasen | 1 | -0/+12 |
2004-07-20 | Fix a typo in my name | Crispin Flowerday | 1 | -0/+4 |
2004-07-20 | Bump version number | Soeren Sandmann | 1 | -0/+4 |
2004-07-18 | === Released 2.5.0 ===GLIB_2_5_0 | Soeren Sandmann | 1 | -0/+6 |
2004-07-18 | Updates for 2.5.0 | Matthias Clasen | 1 | -0/+4 |
2004-07-12 | Remove the ENABLE_NLS check here as well. | Matthias Clasen | 1 | -0/+4 |
2004-07-09 | Convert filename to UTF-8 before using it in the error message. (#146054, | Matthias Clasen | 1 | -0/+6 |
2004-07-08 | Remove the ENABLE_NLS check, since GLib can't be built without anyway. | Matthias Clasen | 1 | -0/+5 |
2004-07-05 | Complete the g_log() family. (#135730, Sven Herzberg) | Matthias Clasen | 1 | -0/+5 |
2004-07-05 | Add top_srcdir to make srcdir != . work. (#145166, Kaz Sasayama) | Matthias Clasen | 1 | -0/+5 |
2004-07-04 | Use a small test library instead of libpthread.so for testing RTLD_GLOBAL | Matthias Clasen | 1 | -0/+6 |
2004-07-02 | Rename __asm to __asm__ and __volatile to __volatile__ to make the file | Sebastian Wilhelmi | 1 | -0/+6 |
2004-07-01 | glib/giowin32.c (g_io_channel_win32_init, g_io_win32_free) Initialize | John Ehresman | 1 | -0/+6 |
2004-06-12 | Ignore a missing newline at EOF for single line comments. (#83674, Sven | Matthias Clasen | 1 | -0/+6 |
2004-06-11 | Actually set any_failed on failure. (#143552, Philippe Blain) | Matthias Clasen | 1 | -0/+5 |