Commit Graph

7 Commits

Author SHA1 Message Date
a7b038ff52 Removed stacktrace and signal functionality since it isn't ANSI; left
exception frame tracing intact. Got the library compiling on Windows and
Linux both, should work anywhere setjmp/longjmp works now. Got "simple" demo
working again, shows off most features of library.
2011-07-27 22:31:34 -04:00
8a10c7a1fe Started adding backtrace functionality for Win32, but need to find a replacement for kill and sigsetjmp/siglongjmp since mingw doesn't support them .... 2011-07-26 22:43:13 -04:00
216750dcd0 Forgot to remove exceptions.c from latest (broken) commit 2011-07-16 23:07:04 -07:00
8cc4ee6b6a Bringing over latest (broken) copy of the library 2011-07-16 23:05:16 -07:00
04fb251fe8 Bringing over second loose unchecked copy of this code (pre-svn update) 2011-07-16 23:04:25 -07:00
bcb0d6232d Bringing over original mercurial/bitbucket code 2011-07-16 23:03:33 -07:00
c946c7da2c first commit 2011-07-16 23:02:13 -07:00