aboutsummaryrefslogtreecommitdiffstats
path: root/epan/except.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-01Another fix for building with MSVC2005.stig1-0/+4
2011-02-17config.h is now included, and it defines _WIN32_WINNT.guy1-2/+0
2011-02-17On Windows, try putting __declspec(noreturn) in front of declarations ofguy1-5/+9
2009-10-06Cleanup rcsidskrj1-16/+12
2009-08-17As pointed out by Guy, we should probably explain why the gulong -> size_t ca...krj1-0/+8
2009-08-17Add proper type cast.krj1-1/+1
2009-08-15Switch over to using GLib's g_malloc/g_free in the name of consistency.krj1-2/+2
2009-07-30From Kovarththanan Rajaratnam via bug 3506:gerald1-5/+5
2007-12-05Include <glib.h> to declare g_vsnprintf().guy1-0/+3
2007-12-05Use g_vsnprintf(), not vsprintf(), for safety's sake.guy1-1/+1
2006-01-22Win32: call an existing debugger if a DissectorError is thrown. This preserve...ulfl1-0/+13
2005-09-27get rid of warnings about qualifier discardingkukosa1-3/+3
2005-08-06Support throwing an exception with a null message pointer, and have theguy1-10/+43
2004-12-29Remove some unneeded backslashes.gerald1-3/+3
2004-12-28Remove some macros that were making the "splint" utility throw a fit.gerald1-60/+47
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2001-07-27Fix for Kazlib exception code:gram1-4/+4
2000-09-27First step in moving core Ethereal routines to libepan.gram1-0/+415