warzone2100/lib/framework
Giel van Schijndel f6a6179569 * Use calloc instead of malloc followed by memset(0)
* Use an unsigned int instead of UDWORD as we don't depend on the size guarantee
 * Move the definition of aUsage into #ifdef DEBUG_CHECK_FOR_UNUSED_STRINGS, because that's the only place where it's used

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5630 4a71c877-e1ca-e34f-864e-861f7616d084
2008-07-21 00:57:32 +00:00
..
Makefile.am * Get rid of treapint.h which declares prototypes for functions that are only used in treap.c. 2008-07-14 15:19:08 +00:00
SDL_framerate.c
SDL_framerate.h
config-macosx.h
configfile.c
configfile.h
cursors.c
cursors.h
cursors16.c
cursors32.c
debug.c * Remove the dumpLog function and associated code from debug.c 2008-07-19 01:08:07 +00:00
debug.h * Remove the dumpLog function and associated code from debug.c 2008-07-19 01:08:07 +00:00
file.h
frame.c
frame.h * Don't #inlcude treap.h in frame.h as only a single file within Warzone depends on the treap code 2008-07-14 15:09:00 +00:00
frameint.h
frameresource.c
frameresource.h
framework.vcproj * Get rid of treapint.h which declares prototypes for functions that are only used in treap.c. 2008-07-14 15:19:08 +00:00
gettext.h
i18n.c Add table entries to the language tables in i18n.c for the newly added translations of r5596:5597 2008-07-19 22:23:06 +00:00
i18n.h
input.c
input.h
lexer_input.c
lexer_input.h
listmacs.h
macros.h
makefile.win32 Hardcode top_srcdir to make building from non-topdir possible, dont depend on the touch command, fix LDFLAGS to not depend on the removed TARGET variable 2008-07-10 20:10:16 +00:00
math-help.h
physfs_ext.h
printf_ext.c
printf_ext.h
resly.h
resource_lexer.l
resource_parser.y Don't #define DEBUG_GROUP0 in places where it cannot possibly be used 2008-07-21 00:52:33 +00:00
strlfuncs.h * Add a new statically-sized string macro vssprintf, which allows printing to statically sized strings just like ssprintf, with as difference that this macro function operates similar to vsprintf rather than sprintf 2008-07-18 22:47:28 +00:00
strnlen1.c
strnlen1.h
strres.c * Use calloc instead of malloc followed by memset(0) 2008-07-21 00:57:32 +00:00
strres.h * Use calloc instead of malloc followed by memset(0) 2008-07-21 00:57:32 +00:00
strres_lexer.l
strres_parser.y
strresly.h
tagfile.c
tagfile.h
treap.c Get rid of the custom TREAP* structure and instead use a pointer to a pointer to a TREAP_NODE** structure 2008-07-21 00:43:33 +00:00
treap.h Get rid of the custom TREAP* structure and instead use a pointer to a pointer to a TREAP_NODE** structure 2008-07-21 00:43:33 +00:00
trig.c
trig.h
types.h
wzglobal.h