add a comment
[platform/upstream/glib.git] / glib /
2006-12-16 Matthias Clasenadd a comment
2006-12-16 Matthias ClasenUndefine READ_OK to fix the build on old versions of...
2006-12-15 Matthias ClasenAdd a function for clearing a GStringChunk. (#364608...
2006-12-15 Matthias ClasenAvoid a compiler warning.
2006-12-15 Matthias ClasenCall set_cloexec() with the right parameters. (#386252...
2006-12-15 Matthias ClasenFix #357585, Padraig O'Briain.
2006-12-15 Matthias ClasenDon't use alloca and avoid allocating memory for small...
2006-12-15 Matthias ClasenImprove the docs. (#345569, Tim-Philipp Müller)
2006-12-14 Matthias ClasenIf the group is already there, make it current. (#38591...
2006-12-12 Matthias ClasenAdd a check for broken poll on Mac OS X.
2006-12-11 Matthias ClasenDon't use local numeric labels in inline assembler...
2006-12-11 Matthias ClasenCast to const char *, not char *. (#138153, Nikolai...
2006-11-22 Tim Janikadded G_GNUC_MAY_ALIAS, suggested by Mathias Hasselmann...
2006-11-05 Hans Breuerglib/ version not the gobject/ one I accidentially...
2006-11-05 Tor Lillqvistmakefile.mingw gmodule/makefile.mingw.in glib/makefile...
2006-10-26 Pascal TerjanFix small leak on failed realloc in _g_locale_get_chars...
2006-10-16 Behdad EsfahbodAdd $(GLIB_DEBUG_FLAGS). (#362543, Peter Kjellerstedt)
2006-10-09 Matthias ClasenMissing files
2006-10-09 Matthias ClasenAdd Unicode script support
2006-10-07 Tor Lillqvistg_strdup the keys that we are passed before adding...
2006-10-02 Behdad EsfahbodInclude pltcheck.sh in EXTRA_DIST, and remove redefinit...
2006-10-02 Behdad EsfahbodAdded.
2006-10-01 Matthias ClasenUse nsleep to implement g_usleep on AIX. (#321974,...
2006-10-01 Matthias ClasenFix typos in doc comments. (#358421, Tom Tromey)
2006-09-30 Matthias ClasenFix PLT issues
2006-09-17 Hans Breuerbetter filtering of G_GNUC_* stuff when generating...
2006-09-10 Matthias ClasenAssume string.h is available
2006-09-10 Matthias ClasenAdd functions for approximate timeouts
2006-09-10 Matthias ClasenInitialize save_errno. (#355206, Mike Edenfield)
2006-09-03 Matthias ClasenAllocate GErrors using the slice allocator. (#354054...
2006-09-03 Matthias ClasenForgotten macros
2006-09-01 Tor LillqvistCorrect C99ism (mixed declarations and code) in Win32...
2006-09-01 Matthias ClasenImprove clock_gettime check
2006-08-30 Matthias ClasenDon't call va_end on caller-provided va_args. (#353584...
2006-08-29 Tor LillqvistRemove support for Windows 9x/ME, as will be done also...
2006-08-28 Matthias ClasenUse Posix monotonic clocks instead of gettimeofday...
2006-08-26 Matthias ClasenFix some typos. (#351741, Kjartan Maraas)
2006-08-26 Matthias ClasenFix the pthread compiler flag detection.
2006-08-20 Tor LillqvistFix crash when printing large 64-bit values on Win32... glib-2-12-branchpoint
2006-08-16 Matthias ClasenAdd Since tags. Fix Since tag. (#351583, Brian Cameron)
2006-08-08 Emmanuele BassiPlug a couple of leaks when removing data from a bookmark.
2006-08-05 Matthias ClasenCorrect the grammar of an error message. (#349792,...
2006-08-05 Matthias ClasenDon't insert unnecessary newlines in keyfiles. (#349825...
2006-08-05 Matthias ClasenIf a character can't be converted, don't replace it...
2006-07-31 Behdad EsfahbodMake it only accept those characters that we accept i
2006-07-31 Behdad EsfahbodUpdate to reflect Unicode PR #29 (#348694, Nikolai...
2006-07-22 Matthias Clasen2.12.1 GLIB_2_12_1
2006-07-21 Behdad EsfahbodUpdated to Unicode Character Database 5.0.0.
2006-07-20 Matthias ClasenSmall optimization. (#348011, Nicolai Weibull)
2006-07-19 Behdad EsfahbodUpdate to final Unicode Character Database 5.0.0. ...
2006-07-06 Behdad EsfahbodWhen matching debug flag keys, ignore case and accept...
2006-07-05 Matthias ClasenFix typos in the docs. (#346660, Mark Drago)
2006-06-20 Matthias ClasenFix an off-by-2 error in the leap year calculation...
2006-06-16 Matthias ClasenAdd tests.
2006-06-14 Matthias ClasenFix 344868
2006-06-13 Tor LillqvistAdd Windows notes to doc comment.
2006-06-12 Emmanuele BassiReturn a boolean instead of void.
2006-06-09 Emmanuele BassiUse an empty string to pass the test in set_app_info.
2006-06-08 Tor LillqvistWorkaround for bug in strxfrm() in Microsoft's newer...
2006-06-05 Matthias Clasen2.11.2 GLIB_2_11_2
2006-06-05 Matthias ClasenRevert accidental commit
2006-06-05 Matthias ClasenDon't leak the dispatch struct. (#321886)
2006-06-05 Matthias ClasenAdd some tests involving leading whitespace.
2006-06-02 Matthias Clasenfixups
2006-06-02 Matthias ClasenMore additions
2006-06-02 Matthias ClasenAdd two new functions, g_source_set_funcs and g_source_...
2006-06-01 Matthias ClasenAvoid running in an assertion with small writes. (...
2006-06-01 Matthias ClasenAdd g_hash_table_{remove,steal}_all to remove all nodes...
2006-06-01 Behdad EsfahbodCleanup. Use return value of g_string_free(...). (...
2006-05-29 Matthias ClasenSmall optimizations
2006-05-29 Matthias ClasenAdd a GMarkupParseFlags flag for treating CDATA as...
2006-05-23 Sebastian WilhelmiRun _g_atomic_thread_init as the first of the full...
2006-05-20 Matthias ClasenForgotten file
2006-05-16 Matthias Claseng_ascii_strtoll
2006-05-13 Matthias ClasenFix several cases of deref-before-NULL-check. (#341191...
2006-05-13 Matthias ClasenAllow optional summary and description texts before...
2006-05-12 Tor LillqvistImplement setting/clearing G_IO_FLAG_NONBLOCK for chann...
2006-05-11 Bastien Noceraadd documentation for G_OPTION_ARG_INT64
2006-05-11 Sebastian WilhelmiMake the magic and location arguments to the error...
2006-05-11 Sebastian WilhelmiUse g_atomic_pointer_set instead of old homegrown versi...
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-05-09 Sebastian WilhelmiUse canonical include form for internal headers. config...
2006-05-08 Matthias ClasenAdd some tests for invalid floating point numbers.
2006-05-08 Matthias ClasenMake const, noticed by Kjartan Maraas.
2006-05-07 Matthias ClasenFix invalid memory reads. (#340816, Nick Treleaven)
2006-05-04 Alexander LarssonFix OOB write (#340538)
2006-05-03 Matthias Clasen2.11.0 GLIB_2_11_0
2006-05-02 Tim Janikfixed leak in short option parsing. rewrote parts of...
2006-04-28 Behdad Esfahbod#include <stdlib.h>
2006-04-27 Matthias ClasenSmall fixes
2006-04-27 Behdad Esfahboddocs/reference/glib/glib-sections.txt, Implement g_unic...
2006-04-27 Matthias Clasen (bookmark_app_info_dump): Escape strings before dumping
2006-04-27 Matthias ClasenRemove some special-casing of empty string which led...
2006-04-27 Matthias ClasenRemove some special-casing of empty string which led...
2006-04-27 Behdad EsfahbodRegenerated using Unicode Character Database 5.0 beta.
2006-04-26 Matthias ClasenDon't repeat a failed fclose() call, since that invokes...
2006-04-26 Matthias ClasenAvoid a possible NULL dereference (found by Coverity...
2006-04-25 Matthias ClasenRemove redundant code. (g_key_file_get_group_comment...
2006-04-19 Matthias ClasenAdd some missing Since: 2.8 tags
2006-04-19 Tor LillqvistAdapt to the changed prototype of InterlockedCompareExc...
next