Age | Commit message (Expand) | Author | Files | Lines |
2004-12-02 | Protect the the various push/pop allocator functions by #ifndef | Matthias Clasen | 1 | -0/+5 |
2004-12-02 | Don't forget to initialize g_system_config_dirs. (#160213, Frederic | Matthias Clasen | 1 | -0/+5 |
2004-12-02 | actually enable (and fix up the length test). | Manish Singh | 1 | -0/+5 |
2004-11-30 | glib/Makefile.am (glib.def) gcc -E complains "linker unused because | Tor Lillqvist | 1 | -0/+7 |
2004-11-30 | Updates | Matthias Clasen | 1 | -0/+4 |
2004-11-30 | Also check errno to detect true errors from spawn*(). (#157258, reported | Tor Lillqvist | 1 | -0/+5 |
2004-11-29 | Define empty for gcc 2.95. | Matthias Clasen | 1 | -0/+7 |
2004-11-29 | Remove leftover noinline attributes. (is_name_start_char, is_name_char): | Matthias Clasen | 1 | -0/+2 |
2004-11-29 | Remove leftover noinline attributes. | Matthias Clasen | 1 | -0/+2 |
2004-11-29 | Use the perl found by configure. (#149826, Morten Welinder) | Matthias Clasen | 1 | -0/+5 |
2004-11-28 | filter G_GNUC before PRIVATE so $ is still true. | Manish Singh | 1 | -0/+7 |
2004-11-28 | minor comment fix. | Manish Singh | 1 | -0/+4 |
2004-11-28 | Mark functions with G_GNUC_MALLOC when appropriate. | Matthias Clasen | 1 | -0/+14 |
2004-11-28 | glib/gutils.[hc] [Win32] Make also g_get_user_name() and g_get_real() name | Tor Lillqvist | 1 | -1/+14 |
2004-11-28 | Optimizations; don't scan the entire text in find_current_text_end(), | Matthias Clasen | 1 | -0/+6 |
2004-11-27 | Update the @flags documentation with references to GChildWatch and | Matthias Clasen | 1 | -0/+6 |
2004-11-27 | Don't access invalid memory address if p wasn't increased. (#159557, | Matthias Clasen | 1 | -0/+6 |
2004-11-26 | Add a testcase for the previous fix. | Matthias Clasen | 1 | -0/+7 |
2004-11-25 | filter out G_GNUC stuff when doing the compare. | Manish Singh | 1 | -0/+7 |
2004-11-25 | Add «nb» to ALL_LINGUAS. | Kjartan Maraas | 1 | -0/+4 |
2004-11-24 | Use wide character API when available. Document that string parameters and | Tor Lillqvist | 1 | -0/+9 |
2004-11-24 | Replace g_utf8_validate() with an optimized version, and clarify the docs | Matthias Clasen | 1 | -0/+4 |
2004-11-24 | Add utf8-validate. | Matthias Clasen | 1 | -0/+6 |
2004-11-23 | Don't mark g_option_error_quark() as const, to be consistent with all the | Matthias Clasen | 1 | -1/+9 |
2004-11-23 | Fix a problem with the PLT reduction changes which caused the internal | Matthias Clasen | 1 | -0/+10 |
2004-11-21 | updated | Hans Breuer | 1 | -0/+4 |
2004-11-17 | Support gmodule-no-export. | Matthias Clasen | 1 | -0/+11 |
2004-11-17 | *** empty log message *** | Matthias Clasen | 1 | -0/+5 |
2004-11-15 | Use S_ISREG(), since S_IFMT and S_IFREG are apprarently missing on some | Matthias Clasen | 1 | -0/+6 |
2004-11-12 | Bump version. | Matthias Clasen | 1 | -0/+2 |
2004-11-12 | 2.5.6GLIB_2_5_6 | Matthias Clasen | 1 | -0/+4 |
2004-11-11 | Use embedded tab rather than '\t' escape sequence. (#157951) | J. Ali Harlow | 1 | -0/+6 |
2004-11-10 | Fix typo in doc comment. | Tor Lillqvist | 1 | -0/+5 |
2004-11-10 | Updates | Matthias Clasen | 1 | -0/+4 |
2004-11-08 | Add G_TRAVERSE_LEAVES and G_TRAVERSE_NON_LEAVES as alternative names for | Matthias Clasen | 1 | -0/+5 |
2004-11-08 | glib/gasyncqueue.c glib/ghook.c g_return_if_fail -> g_return_val_if_fail | Manish Singh | 1 | -0/+9 |
2004-11-08 | Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(), | Matthias Clasen | 1 | -1/+8 |
2004-11-08 | Initialize child_watch_count to 1, so that we don't miss the very first | Matthias Clasen | 1 | -0/+14 |
2004-11-07 | Work around an bug in Mac OS < 10.3. (#156446, Dave MacLachlan) | Matthias Clasen | 1 | -0/+5 |
2004-11-06 | Cosmetics: move the G_GNUC_INTERNAL define to the same place where it is | Tor Lillqvist | 1 | -0/+6 |
2004-11-05 | Portability fixes and extra sanity checks. (#157453, Morten Welinder) | Matthias Clasen | 1 | -0/+5 |
2004-11-05 | Handle numbers like 1e1, nan, -infinity. Also try harder to preserve | Matthias Clasen | 1 | -0/+8 |
2004-11-04 | Add G_OPTION_FLAG_REVERSE, to reverse the sense of a G_OPTION_ARG_NONE | Tor Lillqvist | 1 | -0/+5 |
2004-11-04 | Document that the result is guaranteed to be non-NULL. | Tor Lillqvist | 1 | -0/+14 |
2004-11-03 | Add bug references. | Matthias Clasen | 1 | -0/+10 |
2004-11-02 | *** empty log message ***GLIB_2_5_5 | Matthias Clasen | 1 | -0/+2 |
2004-11-02 | *** empty log message *** | Matthias Clasen | 1 | -0/+6 |
2004-11-02 | *** empty log message *** | Matthias Clasen | 1 | -0/+5 |
2004-11-02 | Forgotten ChangeLog | Matthias Clasen | 1 | -0/+6 |
2004-11-02 | Document that this function may not return. | Matthias Clasen | 1 | -0/+5 |