aboutsummaryrefslogtreecommitdiffstats
path: root/conditions.c
Commit message (Expand)AuthorAgeFilesLines
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Reformat some lines;Bill Meier2013-11-161-48/+56
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Include config.h in preparation of moving the definitionJörg Mayer2012-02-021-0/+4
* Fix ex "modeline" so it works;Bill Meier2011-09-211-1/+1
* Altho no tabs, use tab-width=8 anyway.Bill Meier2010-04-281-3/+3
* Squelch some compiler warnings.Guy Harris2010-03-011-1/+1
* Removed some unused assignments.Stig Bjørlykke2009-11-101-1/+1
* When we copy strings, don't lop off the last character. Add a couple ofGerald Combs2008-05-141-11/+27
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-131-4/+2
* Fixed some strcpy -> strncpy/g_snprintf cleanups.Stig Bjørlykke2008-01-241-2/+4
* name changeRonnie Sahlberg2006-05-211-2/+2
* Fix Coverity run 12 CID 110: Make sure we don't dereference a NULL pointer.Gerald Combs2006-03-071-1/+3
* replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping2005-08-051-12/+12
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Fix warnings found by -Wstrict-prototypesJörg Mayer2004-01-181-3/+3
* Cast const pointer arguments to "g_free()" and "g_hash_table_foreach()"Guy Harris2002-12-031-2/+2
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-31/+31
* From Joerg Mayer: mark an unused argument as such.Guy Harris2002-05-041-2/+2
* Support for stopping capture at specified capture file size or captureGuy Harris2001-12-041-0/+205