summaryrefslogtreecommitdiff
path: root/sysdeps/common/error.c
Commit message (Expand)AuthorAgeFilesLines
* Add NULL pointer checker (bug found with scan-build).Benoît Dejean2017-05-011-1/+1
* Print message to stderr at once, to avoid mixups.Benoit Dejean2015-07-151-27/+29
* Define glibtop_debug(_r) as macros, eventually calling real C function.Benoit Dejean2015-07-151-1/+1
* Print client and server pids in messages.Benoit Dejean2015-07-151-2/+11
* Add a level (DEBUG, WARNING, ERROR) to printing functions.Benoit Dejean2015-07-151-8/+31
* Add proper (and private) debug functions glibtop_debug*Benoit Dejean2015-07-151-0/+19
* Update old FSF address.Robert Roth2014-08-201-2/+2
* Single glib.h include.Benoît Dejean2008-11-071-1/+1
* Removed noisy $Id$.Benoît Dejean2007-02-191-2/+0
* s/strerror/g_strerror/g.Benoît Dejean2005-03-251-2/+7
* Turned all macros to functions. Marked everything as G_GNUC_PRINTF andBenoît Dejean2004-12-231-23/+20
* These functions are now globally defined.Benoît Dejean2004-06-181-1/+83
* whitespace clean up.Benoît Dejean2004-06-091-2/+2
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-191-0/+88
* Started with the big rewrite for GNOME 2.0:Martin Baulig2000-11-201-170/+0
* Moved to sysdeps/common/error.c. (glibtop_error_io_r, glibtop_warn_io_r):Martin Baulig2000-02-241-0/+80
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-261-21/+23
* 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-2/+2
* Replaced inline with static.Martin Baulig1999-02-181-44/+0
* Define them as G_INLINE_FUNC in <glibtop/errno.h> if possible.Martin Baulig1999-02-181-34/+54
* Define LIBGTOP_ENABLE_DEBUG if this parameter is given.Martin Baulig1998-11-111-1/+19
* *** empty log message ***Martin Baulig1998-11-021-6/+14
* using functions from `xmalloc.c'.Martin Baulig1998-07-071-4/+6
* New function - same as `glibtop_error_r', but doesn't call `exit'.Martin Baulig1998-06-141-0/+43
* Using single underscore instead of two underscores for function prefixesMartin Baulig1998-06-071-1/+1
* Initial revisionMartin Baulig1998-05-191-0/+39