summaryrefslogtreecommitdiff
path: root/include/glibtop/error.h
Commit message (Expand)AuthorAgeFilesLines
* Also display file/line/function in debug messages.Benoit Dejean2015-08-081-1/+1
* Define glibtop_debug(_r) as macros, eventually calling real C function.Benoit Dejean2015-07-151-3/+5
* Fixed glibtop_debug for calls without arguments.Benoit Dejean2015-07-151-1/+1
* Fix macro definition.Benoit Dejean2015-07-151-1/+1
* Add proper (and private) debug functions glibtop_debug*Benoit Dejean2015-07-151-0/+10
* Update old FSF address.Robert Roth2014-08-201-2/+2
* Got rid of G_GNUC_INTERNAL.Benoît Dejean2007-05-311-14/+14
* Removed noisy $Id$.Benoît Dejean2007-02-191-2/+0
* Don't export private symbols.Benoît Dejean2005-02-151-12/+17
* G_GNUC_NORETURN love.Benoît Dejean2005-02-151-6/+6
* Turned all macros to functions. Marked everything as G_GNUC_PRINTF andBenoît Dejean2004-12-231-36/+14
* Also tries C99 __VA_ARGS__ before using functions.Benoît Dejean2004-06-181-1/+9
* Moved 8 static error functions to sysdeps/common/error.c. This is the endBenoît Dejean2004-06-181-83/+9
* - fixed compilationBastien Nocera2003-10-201-2/+2
* libgtop-GNOME-2-0-branch moved to HEAD.Carlos Perelló Marín2003-10-191-12/+102
* Use G_BEGIN_DECLS and G_END_DECLS instead of LIBGTOP_BEGIN/END_DECLS.Martin Baulig2001-04-201-2/+2
* Started with the big rewrite for GNOME 2.0:Martin Baulig2000-11-201-34/+8
* Moved to sysdeps/common/error.c. (glibtop_error_io_r, glibtop_warn_io_r):Martin Baulig2000-02-241-74/+8
* Use G_GNUC_UNUSED.Martin Baulig1999-07-291-4/+13
* Changed indentation:Martin Baulig1999-03-301-32/+34
* Set the copyright of LibGTop to the GNU General Public License.Martin Baulig1999-02-231-7/+7
* Include a copy of the GNU Library General Public License here.Martin Baulig1999-02-221-13/+15
* Don't include <glib.h>. Use `int' not `gint'.Martin Baulig1999-02-191-3/+2
* Replace all __BEGIN_DELCS with LIBGTOP_BEGIN_DECLS and all __END_DECLSMartin Baulig1999-02-191-2/+2
* Use glib-like function prototypes instead of "extern <function>Martin Baulig1999-02-181-4/+4
* Replaced inline with static.Martin Baulig1999-02-181-12/+4
* Define them as G_INLINE_FUNC in <glibtop/errno.h> if possible.Martin Baulig1999-02-181-8/+94
* Removed hardcoded gcc arguments. Converted remaining CFLAGS settings toJeff Garzik1999-02-151-0/+5
* New function - same as `glibtop_error_r', but doesn't call `exit'.Martin Baulig1998-06-141-0/+8
* Using single underscore instead of two underscores for function prefixesMartin Baulig1998-06-071-2/+2
* Initial revisionMartin Baulig1998-05-191-0/+35