regex: Add FIRSTLINE compile flag
[platform/upstream/glib.git] / glib / gmessages.c
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-03-14 Ryan Lortieg_log: mask log level before checking prefix flags
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-14 Stef Walterdocumentation fixes
2011-11-17 Matthias ClasenDeal gracefully with NULL log domains
2011-11-03 Matthias ClasenMake the default log handler more useful
2011-10-19 Ryan LortieThe usual docs unbreaking...
2011-10-16 Matthias ClasenAlso clean up includes
2011-10-16 Matthias ClasenPass correct data to fatal log handlers
2011-10-13 Matthias ClasenMove more docs inline
2011-10-04 Ryan Lortiewin32 fixes from g_thread_init() deprecation
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Ryan LortieClean up process of calling g_debug_init()
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-10-03 Ryan LortieStop dithering over GPrivate
2011-10-02 Matthias ClasenOne forgotten moved doc
2011-09-21 Ryan Lortiegmessages: do implicit GPrivate initialisation
2011-09-21 Ryan LortieContinue GPrivate rework
2011-09-21 Ryan Lortielibglib: stop using g_mutex_new
2011-09-21 Ryan Lortiegmessage.c: mark a private function static
2011-09-19 Ryan LortieRemove unused header gdebug.h
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-07-22 Ryan LortieReplace @Varargs with @...
2011-07-20 Matthias ClasenDrop the warnings.sgml template
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-28 Colin WaltersUse SIGTRAP (via G_BREAKPOINT()) if G_DEBUG=fatal-warnings
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-24 Murray CummingDocs: Changed can not to cannot.
2011-02-08 Matthias ClasenAvoid more compiler warnings
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-11-09 Chun-wei FanAdded and Moved checks for includes
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-04 Matthias ClasenRemove excessive header inclusions
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-09-30 Matthias ClasenAvoid a C99ism
2009-09-10 Christian DywanBug 579050 Allow making selected critical and warning...
2009-03-29 Matthias ClasenCopy a va_list when using it multiple times. Reported...
2007-12-10 15:08:59 Tim Janikmail.gnome.org/archives/gtk-devel-list/2007-October...
2007-01-26 Matthias ClasenMake some structs which are used only once non-static.
2006-12-28 Tor LillqvistOn Win32, if we get a fatal error message while being...
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2005-12-01 Tim Janiknew slice allocator implementation.
2005-11-04 Matthias Clasenadd new GDebugFlag for fatal_criticals handle G_DEBUG...
2005-07-02 Hans Breuerinclude <process.h> for getpid() include <io.h> for...
2005-03-20 Tor Lillqvistglib/gmessages.c (g_log_default_handler) Move the Win32...
2005-03-18 Hans Breuerhandle galiasdef.c (although completely useless for...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-01-19 Tor LillqvistNah, don't use FatalAppExit(). abort() is better.
2005-01-19 Tor LillqvistOn Win32 call G_BREAKPOINT() if being debugged.
2004-11-25 Manish Singhfilter out G_GNUC stuff when doing the compare.
2004-09-30 Matthias ClasenAdd g_assert_warning.
2004-09-22 Tor Lillqvist[Win32] Don't open a console window if standard output...
2004-09-20 Matthias ClasenFix the types of some variables to be GLogLevelFlags...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-09-09 Matthias ClasenStrip the prefix "IA__" from function names, since...
2004-09-09 Owen TaylorInclude implementation of g_return_if_fail_internal().
2004-09-05 Matthias ClasenNew function to install an alternate default log handle...
2004-04-22 Matthias ClasenAdd testcases for g_message() involving non-printable...
2004-03-14 Owen TaylorHandle invalid UTF-8. (#131218, patch from Matthias...
2003-08-25 Owen TaylorEscape control characters in g_logv() output. (#108287...
2003-08-19 Tor Lillqvist[Win32] Make the fatal error message box easier to...
2003-07-25 Matthias ClasenRemove the 1024 char limit in the common (non-recursive...
2003-03-30 Matthias ClasenOptimize the common cases (init == NULL or init ==...
2003-02-14 Sebastian WilhelmiFixes for #101264 and #99372:
2003-01-01 Tor LillqvistCheck the C stdout and stderr streams for validity...
2003-01-01 Tor LillqvistMove the alloc_console_called static flag inside these...
2003-01-01 Tor LillqvistNew function, parallel to ensure_stdout_valid(). #defin...
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
next