Sun, 17 Mar 2013 22:47:17 +0000 |
diego |
Add missing strings.h #includes for strcasecmp().
|
Wed, 31 Oct 2012 19:44:56 +0000 |
reimar |
Use correct function prototype instead of casting away the warnings.
|
Wed, 31 Oct 2012 19:42:13 +0000 |
reimar |
Check value of n for validity before using it, not after.
|
Sat, 07 May 2011 19:09:13 +0000 |
reimar |
Remove variable and code that was obviously forgotten when the
|
Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Wed, 08 Sep 2010 18:30:13 +0000 |
diego |
Add proper #includes instead of filename/file_filter extern declarations.
|
Sun, 04 Apr 2010 16:11:20 +0000 |
diego |
Mark cfg_fields m_option_t array as const.
|
Fri, 26 Feb 2010 15:01:37 +0000 |
diego |
Do not cast the results of malloc/calloc/realloc.
|
Fri, 19 Feb 2010 09:14:01 +0000 |
komh |
Replace platform preprocessor check by HAVE_DOS_PATHS.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sat, 13 Dec 2008 18:40:19 +0000 |
diego |
Add standard GPL headers.
|
Fri, 20 Jun 2008 20:36:05 +0000 |
ben |
fixes two bugs:
|
Fri, 06 Jun 2008 23:24:39 +0000 |
ben |
Removed unused freepath variable.
|
Thu, 05 Jun 2008 19:47:04 +0000 |
ben |
Remove useless braces on if() statement.
|
Thu, 05 Jun 2008 19:46:16 +0000 |
ben |
Ensure 'path' string is 0 terminated.
|