warzone2100/po
Giel van Schijndel c51bd8ae10 * Get rid of a large quantity of unused parameters
* Turn some signed integers ("int" or "SDWORD") into unsigned integers where it made more sence (and signed integers caused warnings about comparing signed with unsigned integers)
 * At some places cast to an unsigned integer (where the type of the expression is a signed integer but the result of it logically _always_ is an absolute value)
 * Remove unused struct-type EVENT_INIT
 * Convert use of malloc->memcpy->free to one single realloc call (and now make sure to actually check realloc's return value, which wasn't done with the malloc call)


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3037 4a71c877-e1ca-e34f-864e-861f7616d084
2007-12-10 23:15:46 +00:00
..
ChangeLog Gettext support (0.16.1 included) 2007-03-31 15:34:35 +00:00
LINGUAS * Add a rudimentary Latin translation 2007-04-13 12:34:58 +00:00
Makefile.in.in This patch fixes an incorrect filename in po/Makefile.in.in. It should be warzone2100.pot instead of warzone.pot. 2007-08-11 16:25:05 +00:00
Makefile.raw * Synchronize raw Makefile system with changes to NSIS file in r2466 2007-09-25 16:11:24 +00:00
Makevars Use pgettext instead of a custom implementation. 2007-04-10 17:36:16 +00:00
POTFILES.in Update POFILES.in with removal of arrow.c 2007-12-09 13:44:58 +00:00
da.po * Get rid of a large quantity of unused parameters 2007-12-10 23:15:46 +00:00
de.po * Get rid of a large quantity of unused parameters 2007-12-10 23:15:46 +00:00
la.po * Get rid of a large quantity of unused parameters 2007-12-10 23:15:46 +00:00
nb.po * Get rid of a large quantity of unused parameters 2007-12-10 23:15:46 +00:00
nl.po * Get rid of a large quantity of unused parameters 2007-12-10 23:15:46 +00:00
remove-potcdate.sin Autopoint removal by Per. 2007-04-03 14:04:21 +00:00