aboutsummaryrefslogtreecommitdiffstats
path: root/conditions.c
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-03-07Fix Coverity run 12 CID 110: Make sure we don't dereference a NULL pointer.Gerald Combs1-1/+3
svn path=/trunk/; revision=17505
2005-08-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping1-12/+12
svn path=/trunk/; revision=15232
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-01-18Fix warnings found by -Wstrict-prototypesJörg Mayer1-3/+3
svn path=/trunk/; revision=9722
2002-12-03Cast const pointer arguments to "g_free()" and "g_hash_table_foreach()"Guy Harris1-2/+2
to "gpointer", so that we only get warnings when we turn on the extra GCC warning checks. svn path=/trunk/; revision=6734
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-2/+2
qualifiers as necessary to ensure that we don't have to. "strcmp()", "strcasecmp()", and "memcmp()" don't return booleans; don't test their results as if they did. Use "guint8", not "guchar", for a pointer to (one or more) 8-bit bytes. Update Michael Tuexen's e-mail address. svn path=/trunk/; revision=6726
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-31/+31
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-05-04From Joerg Mayer: mark an unused argument as such.Guy Harris1-2/+2
svn path=/trunk/; revision=5382
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-0/+205
duration, from Thomas Wittwer and Matthias Nyffenegger. svn path=/trunk/; revision=4322