aboutsummaryrefslogtreecommitdiffstats
path: root/conditions.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-02-02Include config.h in preparation of moving the definitionjmayer1-0/+4
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2010-04-28Altho no tabs, use tab-width=8 anyway.wmeier1-3/+3
2010-03-02Squelch some compiler warnings, clean up indentation, clean up aguy1-1/+1
2009-11-10Removed some unused assignments.stig1-1/+1
2008-05-14When we copy strings, don't lop off the last character. Add a couple ofgerald1-11/+27
2008-05-13Fix some of the Errors/warnings detected by checkapi.etxrab1-4/+2
2008-01-24Fixed some strcpy -> strncpy/g_snprintf cleanups.stig1-2/+4
2006-05-21name changesahlberg1-2/+2
2006-03-07Fix Coverity run 12 CID 110: Make sure we don't dereference a NULL pointer.gerald1-1/+3
2005-08-05replace malloc and alike calls by their GLib pendants -> g_malloculfl1-12/+12
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-01-18Fix warnings found by -Wstrict-prototypesjmayer1-3/+3
2002-12-03Cast const pointer arguments to "g_free()" and "g_hash_table_foreach()"guy1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-31/+31
2002-05-04From Joerg Mayer: mark an unused argument as such.guy1-2/+2
2001-12-04Support for stopping capture at specified capture file size or captureguy1-0/+205