aboutsummaryrefslogtreecommitdiffstats
path: root/conditions.c
Commit message (Collapse)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-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
* Fix warnings found by -Wstrict-prototypesJörg Mayer2004-01-181-3/+3
| | | | svn path=/trunk/; revision=9722
* Cast const pointer arguments to "g_free()" and "g_hash_table_foreach()"Guy Harris2002-12-031-2/+2
| | | | | | | to "gpointer", so that we only get warnings when we turn on the extra GCC warning checks. svn path=/trunk/; revision=6734
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-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
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-31/+31
| | | | | | | winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
* From Joerg Mayer: mark an unused argument as such.Guy Harris2002-05-041-2/+2
| | | | svn path=/trunk/; revision=5382
* Support for stopping capture at specified capture file size or captureGuy Harris2001-12-041-0/+205
duration, from Thomas Wittwer and Matthias Nyffenegger. svn path=/trunk/; revision=4322