6 Commits

Author SHA1 Message Date
Nikos Mavrogiannopoulos
1ca50d7337 Removed gnulib
Supporting gnulib brought a whole class of problems due to its complexity.
Removing its support eliminates this class of problems and simplifies the
code significantly.

This sets the locale explicitly on server startup to eliminate the
need for custom string comparison functions.

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2023-06-13 16:54:38 +02:00
Dimitri Papadopoulos
d6d5680249 Bad function definition - int main() should be int main(void)
Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
2023-06-04 14:33:59 +02:00
Nikos Mavrogiannopoulos
45c2fb55c8 tests: avoid source dependencies from other dirs in Makefile
That causes compilation errors under certain cirquimstances.
2015-11-19 14:35:16 +01:00
Nikos Mavrogiannopoulos
1e764e43db tests: added check for function-based str replacements 2015-10-30 14:37:05 +01:00
Nikos Mavrogiannopoulos
4dd2fdf7b6 tests: enhance str-test with a negative test on str_replace_str 2015-10-30 13:32:58 +01:00
Nikos Mavrogiannopoulos
40dfa64166 tests: added small unit for str functionality 2015-10-29 23:22:35 +01:00