.. |
assert.h
|
|
|
attrib.c
|
reduce dependence on platform.h.
|
2017-12-28 18:29:40 +01:00 |
attrib.h
|
enable process_orders to be done in steps.
|
2017-02-27 19:35:14 +01:00 |
attrib.test.c
|
reduce dependence on platform.h.
|
2017-12-28 18:29:40 +01:00 |
base36.c
|
try to fix the build
|
2017-12-11 18:42:35 +01:00 |
base36.h
|
more bsdstring removal, str_replace, unit tests.
|
2017-12-11 18:20:21 +01:00 |
base36.test.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
bsdstring.c
|
move strlcat and strlcpy to strings.h
|
2017-12-30 13:04:00 +01:00 |
bsdstring.h
|
rename strlcpy->str_strlcpy, etc.
|
2017-12-30 19:49:21 +01:00 |
CMakeLists.txt
|
remov bsdstring tests and include
|
2017-12-30 20:11:02 +01:00 |
crmessage.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
crmessage.h
|
|
|
dice.c
|
do not call isdigit with a negative value.
|
2017-02-03 21:19:39 +01:00 |
encoding.h
|
|
|
event.c
|
reduce dependence on platform.h.
|
2017-12-28 18:29:40 +01:00 |
event.h
|
|
|
filereader.c
|
continue fixing compilation (gcc/clang)
|
2017-01-26 18:03:48 +01:00 |
filereader.h
|
|
|
functions.c
|
fix clang builds
|
2016-11-18 13:24:50 +01:00 |
functions.h
|
|
|
functions.test.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
gamedata.c
|
|
|
gamedata.h
|
add a fix for 2367 to fix_familiars
|
2017-10-07 03:22:35 +02:00 |
gamedata.test.c
|
|
|
goodies.c
|
allow empty faction email
|
2017-11-15 12:12:42 +01:00 |
goodies.h
|
allow empty faction email
|
2017-11-15 12:12:42 +01:00 |
language.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
language.h
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
language.test.c
|
celan up tests, rename test_cleanup -> test_teardown.
|
2017-12-27 19:58:39 +01:00 |
lists.c
|
iwyu
|
2017-12-30 07:22:09 +01:00 |
lists.h
|
iwyu
|
2017-12-30 07:22:09 +01:00 |
log.c
|
rename strlcpy->str_strlcpy, etc.
|
2017-12-30 19:49:21 +01:00 |
log.h
|
|
|
log.test.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
macros.h
|
PATH_MAX and MAX_PATH are crazy.
|
2017-12-29 11:44:14 +01:00 |
message.c
|
disable the missing_message replacement used in so many tests. fix some tests so they don't need it.
|
2018-01-12 21:15:21 +01:00 |
message.h
|
|
|
message.test.c
|
celan up tests, rename test_cleanup -> test_teardown.
|
2017-12-27 19:58:39 +01:00 |
mt19937ar.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
mtrand.h
|
|
|
nrmessage.c
|
remov bsdstring tests and include
|
2017-12-30 20:11:02 +01:00 |
nrmessage.h
|
make runtests.bat not crash.
|
2017-01-26 18:06:48 +01:00 |
nrmessage_struct.h
|
make runtests.bat not crash.
|
2017-01-26 18:06:48 +01:00 |
parser.c
|
do not use MIN and MAX.
|
2018-01-01 08:23:52 +01:00 |
parser.h
|
do not use MIN and MAX.
|
2018-01-01 08:23:52 +01:00 |
parser.test.c
|
BUG 2381: parse_token overrun.
|
2017-10-29 18:03:44 +01:00 |
password.c
|
|
|
password.h
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
password.test.c
|
|
|
path.c
|
rename strlcpy->str_strlcpy, etc.
|
2017-12-30 19:49:21 +01:00 |
path.h
|
PATH_MAX and MAX_PATH are crazy.
|
2017-12-29 11:44:14 +01:00 |
rand.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
rand.h
|
continue fixing compilation (gcc/clang)
|
2017-01-26 18:03:48 +01:00 |
resolve.c
|
hashing implemented with linear probing and tombstones.
|
2017-09-22 09:15:37 +02:00 |
resolve.h
|
WIP: change the resolve.h API
|
2017-09-21 17:29:01 +02:00 |
rng.h
|
|
|
rng.test.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
strings.c
|
fix cmake detection of libbsd
|
2017-12-31 21:33:31 +01:00 |
strings.h
|
add a strncat function to sbstring, use it for create_order.
|
2017-12-31 20:07:40 +01:00 |
strings.test.c
|
add a strncat function to sbstring, use it for create_order.
|
2017-12-31 20:07:40 +01:00 |
translation.c
|
rename strlcpy->str_strlcpy, etc.
|
2017-12-30 19:49:21 +01:00 |
translation.h
|
remove autoconf.h from platform.h, fix lots of includes
|
2016-11-25 20:15:11 +01:00 |
umlaut.c
|
rename strlcpy->str_strlcpy, etc.
|
2017-12-30 19:49:21 +01:00 |
umlaut.h
|
|
|
umlaut.test.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
unicode.c
|
fix farsi names containing nzwj symbol.
|
2017-04-10 17:32:32 +02:00 |
unicode.h
|
use memmove, not memcpy.
|
2016-11-13 15:49:26 +01:00 |
unicode.test.c
|
fix farsi names containing nzwj symbol.
|
2017-04-10 17:32:32 +02:00 |
variant.c
|
fix conversion warnings (MSVC)
|
2017-12-30 11:51:57 +01:00 |
variant.h
|
more fractions functionality.
|
2017-02-24 20:47:31 +01:00 |
variant.test.c
|
add a test to see that frac_make can handle large integers.
|
2017-03-06 21:43:31 +01:00 |
xml.c
|
we do not need a USE_LIBXML define, xml is a hard requirement.
|
2017-12-09 21:04:27 +01:00 |
xml.h
|
we do not need a USE_LIBXML define, xml is a hard requirement.
|
2017-12-09 21:04:27 +01:00 |