Upper half of byte is >> 4, not >> 8. Found by Kjartan Maraas via sparse
[platform/upstream/glib.git] / glib /
2008-10-10 Matthias ClasenFix gcc warnings
2008-10-08 Christian PerschBug 555314 – mem leak in gmarkup
2008-10-08 Tor LillqvistBug 554790 - g_convert() misbehaves with winiconv versions
2008-10-07 Matthias ClasenProperly include gmacros.h
2008-10-06 Behdad EsfahbodBug 555309 – giochannel breaks on error Patch from...
2008-10-06 Christophe FergeauBug 555224 – Improve g_format_size_for_display doc
2008-09-30 Behdad EsfahbodBug 554092 – glib doesn't return G_FILE_ERROR_NOENT...
2008-09-30 Tor LillqvistMakefile.decl Bypass gtester related stuff on Windows.
2008-09-30 Tor Lillqvistglib/gprintf.c Don't define _GNU_SOURCE on Windows...
2008-09-27 Dan Winship Bug 553447 \e$(Q#|\e(B g_assert_no_error()
2008-09-26 Dan Winshipmake this a "const gpointer" rather than a gconstpointe...
2008-09-26 Matthias ClasenBug 553857 – gbacktrace.h requires signal.h
2008-09-26 Matthias ClasenBug 553724 – python interpretter path not patched in...
2008-09-26 Matthias ClasenAdd more docs
2008-09-26 Matthias ClasenMove docs
2008-09-25 Tor LillqvistBug 553820 - gpoll.c: undeclared identifier
2008-09-25 Tor LillqvistJust ignore the child_setup function, never call it...
2008-09-24 Sven HerzbergBe a little more explcit in the docs. Includes Owen...
2008-09-23 Michael Natterer#include <glib/gpoll.h>
2008-09-23 Dan WinshipMove this out of gmain.c and make it part of the public...
2008-09-23 Tor LillqvistFix embarrassing bug: I was passing an incorrect third...
2008-09-20 Hans Petter JanssonRewrite most of GHashTable to use open addressing with...
2008-09-19 Tor Lillqvistglib/gutils.c (_glib_get_dll_directory) Be a bit less...
2008-09-15 Tor Lillqvisttime_t is 64 bits in all the newer Microsoft C librarie...
2008-09-15 Tor LillqvistDefine G_BREAKPOINT() also for 64-bit MSVC, using the...
2008-09-13 Tor Lillqvistglib/gutils.h Deprecate G_WIN32_DLLMAIN_FOR_DLL_NAME(),
2008-09-11 Matthias ClasenBug 548321 – <string.h> is not included in gi18n-lib.h
2008-09-11 Matthias ClasenDocumentation improvements
2008-09-10 Matthias ClasenAdd required includes
2008-09-10 Matthias ClasenBug 551228 – G_STRFUNC on recent Sun compiler should...
2008-09-09 Matthias ClasenBug 523463 – Core dump in gmain.c:2482:IA__g_main_conte...
2008-09-08 Christian DywanBug 550433 – g_test_init doesn't recognize --help
2008-09-02 Ryan LortieBug 549771 – improved .gitignore for glib
2008-09-02 Matthias ClasenFix up docs
2008-09-02 Michael Nattereradd g_return_if_fail (checksum != NULL)
2008-09-01 Paolo Borellisvn:ignore files of last patch
2008-09-01 Paolo BorelliBug 550040 - Move GString, rand and printf tests to...
2008-08-31 Emmanuele BassiBug 550096 – GBookmarkFile parser is not forward compatible
2008-08-29 Ryan LortieFixup for test case in previous commit.
2008-08-28 Ryan Lortie[REVERT] Bug 548612 – g_strstr_len() should use memmem...
2008-08-28 Ryan Lortie[REVERT] Bug 548612 – g_strstr_len() should use memmem...
2008-08-28 Michael Natterermake "endptr" const since it's always a pointer into...
2008-08-28 Bastien NoceraBug 548612 – g_strstr_len() should use memmem when...
2008-08-27 Bastien NoceraBug 548612 – g_strstr_len() should use memmem when...
2008-08-27 Tor LillqvistStylistic changes. Plug an unlikely memory leak that...
2008-08-21 Tor LillqvistDrop #if 0 code.
2008-08-21 Tor LillqvistDon't bother compiling the binary compatibility
2008-08-21 Tor LillqvistImprove run-time warning messages. Drop some #if 0...
2008-08-21 Tor LillqvistMinor comment improvements.
2008-08-21 Tor LillqvistRework the g_poll() implementation on Windows to match...
2008-08-20 Tor LillqvistBug 500246 - Bug fixes for giowin32
2008-08-19 Tor LillqvistBug 324234 - Using g_io_add_watch_full() to wait for...
2008-08-15 12:41:26 Tim Janikchanged assertion messages, so older emacsen can also...
2008-08-12 Federico Mena QuinteroHint about having to include config.h
2008-08-11 Behdad EsfahbodBug 547200 – g_utf8_find_next_char() issues
2008-08-10 Behdad EsfahbodFix docs to use "nul-terminated" consistently.
2008-08-08 Ryan LortieBug 546876 -- also update documentation for escape_text
2008-08-08 Ryan LortieBug 546876 - Modify GMarkup parser to accept &#x1;...
2008-08-05 Matthias ClasenFix a doc issue
2008-08-04 Tor LillqvistMSDN says: "Do not cast a pointer to a FILETIME structu...
2008-08-04 Tor LillqvistCosmetics.
2008-08-04 Tor Lillqvistglib/giowin32.c glib/gmain.c glib/gspawn-win32.c Change...
2008-08-01 Matthias ClasenAdd a since
2008-07-30 Tor LillqvistBug 545485 - Implicit declaration of utime()
2008-07-28 Matthias ClasenAdd g_markup_context_get_user_data
2008-07-28 Tor LillqvistFix problems on 64-bit Windows. Avoid warnings, some...
2008-07-27 Tor LillqvistForgot g_io_channel_new_file
2008-07-27 Tor Lillqvistglib/glib.symbols glib/gconvert.c glib/gdir.c glib...
2008-07-27 Tor LillqvistSet LIB_EXE_MACHINE_FLAG to either X86 or X64 on Window...
2008-07-25 15:47:08 Tim Janikadded new sample test to prepare for extended range...
2008-07-24 Tor LillqvistInclude <stdio.h> for FILENAME_MAX on newer mingw insta...
2008-07-24 Tor LillqvistUse G_GSIZE_FORMAT instead of the C99 "zu".
2008-07-21 Mathias HasselmannSet LANG variable for group caption tests to get reprod...
2008-07-21 Emmanuele BassiUse the right format string to get leading zeros when...
2008-07-21 Emmanuele BassiDo not set the timestamp value using time(), as it...
2008-07-20 Tor LillqvistPatch from Yu Kuan that makes watched sockets behave...
2008-07-20 Matthias ClasenMove another test
2008-07-18 Matthias Clasen Bug 536996 – Missing noop i18n macro equivalent...
2008-07-18 Matthias ClasenMove another test
2008-07-18 Matthias ClasenMove tests around
2008-07-16 Matthias ClasenAvoid a warning when printing a pid_t. Pointed out...
2008-07-16 Matthias ClasenDocument that this function does accept localized infin...
2008-07-16 Matthias ClasenDetect overflow and error out. Reported by Morten Welinder.
2008-07-16 Matthias ClasenImprove an error message
2008-07-10 Ryan Lortieadd functions g_markup_parse_context_{push,pop} in...
2008-07-06 Matthias ClasenSet a sane default recursion limit of 8192 instead...
2008-07-04 Behdad EsfahbodBug 541507 – Ambiguous description of assigned characte...
2008-07-02 Matthias ClasenAdd a g_return_val_if_fail check in both versions....
2008-07-01 Matthias ClasenApply fix for CVE-2008-2371 to fix a heap-based buffer...
2008-06-24 Paolo BorelliBug 539770 - migrate gstrfunc unit tests to gtest
2008-06-22 Stefan KostFix markup in comment.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-21 Tor LillqvistImprove Windows-specific parts of documentation. Mentio...
2008-06-20 Sebastian DrögeBug 316221 - G_LOCK warns about breaking strict-aliasin...
2008-06-19 Christian PerschBug 539123 – annotate g_d[n]gettext with G_GNUC_FORMAT
2008-06-19 Tor LillqvistBug 539074 - Cannot get exit status with g_spawn_comman...
2008-06-19 Matthias ClasenAnnotate functions
2008-06-19 Matthias Clasenfix a comment
2008-06-19 Matthias Clasenset tv_usec to 0 rather than 1 when a fraction of a...
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
next