mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-24 00:59:02 -05:00
1ccf2ca2f4
Previously, passing 0 for newlen would not truncate the string at all. This adds handling of this case, freeing the old string and creating a new empty string. Other changes: - Move `src/modules/testmodule.c` to `tests/modules/basics.c` - Introduce that basic test into the test suite - Add tests to cover StringTruncate - Add `test-modules` build target for the main makefile - Extend `distclean` build target to clean modules too |
||
---|---|---|
.. | ||
.gitignore | ||
gendoc.rb | ||
helloacl.c | ||
helloblock.c | ||
hellocluster.c | ||
hellodict.c | ||
hellohook.c | ||
hellotimer.c | ||
hellotype.c | ||
helloworld.c | ||
Makefile |