warzone2100/lib/script
Buginator 19696a3f16 Cleanup main so we only have 1 atexit() call for our system shutdown routine, instead of hiding multiple shutdown routines using atexit() for each.
Currently, we have 1 atexit for our main shutdown routine, and 1 atexit call for the exception handler.



Fix mem leak for mod list.

Also dump allocator stats for MSVC people

2.3: r10251

refs ticket:1673


git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@10262 4a71c877-e1ca-e34f-864e-861f7616d084
2010-03-14 09:21:16 +01:00
..
Makefile.am Fix broken sources after 'make clean' in tarball generated by 'make dist'. Reported by 'JimPansen' in the forums. 2009-06-09 23:44:11 +02:00
chat_lexer.l Try to clean up includes, fix missing extern on declaration of DataHash[]. 2010-03-10 13:31:27 +01:00
chat_parser.y Fix some spelling errors in debug messages and comments. Patch by Paul Wise <pabs3>. 2009-03-11 11:51:40 +00:00
chat_processing.h cpp: Add extern "C" {} in headers. 2010-02-09 20:27:21 +01:00
codeprint.c Bump copyright 2009-02-10 18:01:48 +00:00
codeprint.h Try to clean up includes, fix missing extern on declaration of DataHash[]. 2010-03-10 13:31:27 +01:00
event.c Add a new debug flag type, LOG_FATAL. 2009-11-22 16:19:51 +01:00
event.h cpp: Add extern "C" {} in headers. 2010-02-09 20:27:21 +01:00
eventsave.c Add a new debug flag type, LOG_FATAL. 2009-11-22 16:19:51 +01:00
eventsave.h cpp: Add extern "C" {} in headers. 2010-02-09 20:27:21 +01:00
interpreter.c Bump copyright 2009-02-10 18:01:48 +00:00
interpreter.h cpp: Add extern "C" {} in headers. 2010-02-09 20:27:21 +01:00
makefile.win32 - NSIS changes from 2.3 (#1111). 2010-02-09 20:28:16 +01:00
parse.h cpp: Add extern "C" {} in headers. 2010-02-09 20:27:21 +01:00
script.c Fixes crash when certain scripts fail to compile, it don't allocate storage, so we shouldn't (try to) reference / free() it. 2009-02-28 02:17:20 +00:00
script.h cpp: Add extern "C" {} in headers. 2010-02-09 20:27:21 +01:00
script.vcproj Updated MSVC project & solution file(s). 2009-02-15 05:42:09 +00:00
script_lexer.l Try to clean up includes, fix missing extern on declaration of DataHash[]. 2010-03-10 13:31:27 +01:00
script_parser.y Try to clean up includes, fix missing extern on declaration of DataHash[]. 2010-03-10 13:31:27 +01:00
stack.c Cleanup main so we only have 1 atexit() call for our system shutdown routine, instead of hiding multiple shutdown routines using atexit() for each. 2010-03-14 09:21:16 +01:00
stack.h cpp: Add extern "C" {} in headers. 2010-02-09 20:27:21 +01:00