Patch from Sven Neumann to make the include order consistent. (#71704)
[platform/upstream/glib.git] / glib / gmessages.c
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-21 Matthias Clasen Include a printf implementation supporting C99 snprint...
2002-05-13 Owen TaylorUpdate from libcharset CVS. Includes additional encodin...
2002-03-28 Owen TaylorRemove warning about g_print, etc, encoding.
2002-03-28 Tim Janikconvert prtinf() strings to local charset when writing...
2002-03-27 Tim Janikmajor cleanups. introduced _g_log_fallback_handler...
2002-03-14 Sebastian WilhelmiFixed threading issues brought up by #74577. Make g_log...
2002-02-21 Matthias ClasenNew header containing GTK_DEBUG-style debugging support...
2002-02-14 Tor LillqvistUse the #if branch with G_BREAKPOINT() also on Win32...
2002-01-23 Laszlo Peterreturn 1 more for the trailing \0 when using vsnprintf...
2001-12-28 Sven Neumannonly include printf_string_upper_bound() if HAVE_C99_VS...
2001-12-06 Matthias ClasenThe following patch corrects some function attributes...
2001-11-17 Owen TaylorGet rid fo g_log_domain_glib variable in favor of just...
2001-10-29 Daniel EggerFix non-Intel/-Alpha version of the G_BREAKPOINT macro...
2001-10-11 Joshua N PritikinRemove G_HAVE_GINT64 conditionalization.
2001-09-19 Owen TaylorPatch from Matthias Clasen (#59806)
2001-09-10 Tim Janikgot rid of g_set_error_handler(), g_set_warning_handler(),
2001-07-12 Mark MurnaneChanged prototype of printf_string_upper_bound to retur...
2001-07-10 Tim Janikfix negative exponent handling (numbers<0).
2001-06-23 Tim Janikuse G_BREAKPOINT() instead of raise(5).
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-05-22 Sebastian Wilhelmig_thread_create renamed to g_thread_create_full.
2001-05-14 Owen TaylorAvoid using stderr to be as robust as possible in out...
2001-05-11 Havoc Penningtonchange env variable to G_MESSAGES_PREFIXED, suggested...
2001-05-09 Havoc PenningtonGet rid of --enable-msg-prefix
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-02-19 Hans Breuerupdated for win32 msvc build
2001-02-17 Havoc Penningtoninclude string.h
2000-12-25 Tor LillqvistUse a MessageBox for fatal messages. Collect eror messa...
2000-12-14 Tor LillqvistWarn if no callback. Call callback correctly. (g_io_win...
2000-10-25 Tim Janikadded newly added gobject/ headers.
2000-08-06 Tim Janikkeep *last updated while running through the domain...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
1999-10-31 Tor LillqvistDon't crash if removing a nonexistent value.
1999-10-12 Tim Janikcompletly new implementation for printf string upper...
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-09-13 Tim Janikin case we have to abort the program, debugging is...
1999-08-15 Tim Janikeliminate memset() call, since string.h has not neccess...
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-02 Tor LillqvistDon't call ensure_stdout_valid (which would open an...
1999-01-16 Tor LillqvistMerge in current Win32 version. Almost no Unix code...
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-11-01 Manish Singhapplied glib-tml-981101-1 patch from Tor Lillqvist...
1998-10-27 Tor Lillqvistremoved dummy structure definitions for struct _GCache...
1998-09-07 Tim Janikcheck for all three inline keywords individually.
1998-08-24 Tim Janikremoved this function which was not publically exported...
1998-08-18 Tim Janiknew function g_log_set_always_fatal() to set an additio...
1998-08-17 Tim Janikfeature an extra MODULES parameter, so glib-config...
1998-08-16 Tim Janikversion bump to 1.1.3, binary age 0, interface age 0.
1998-06-10 Owen TaylorInitial revision