libpsl/tools
Darshit Shah 4d5982ed98 Add new function psl_free_string()
When writing a wrapper around LibPSL in a different language it is
important that libpsl provide functions to free any memory that it
allocates. Without this, it is impossible to correctly free the memory
allocated by psl_str_to_utf8lower() function since in other languages
one may not have access to the same free() call from libc.
2017-08-30 11:07:04 +02:00
..
Makefile.am Package and install psl.1 and psl-make-dafsa.1 2016-09-17 14:46:00 +02:00
psl.1 Add --use-latest-psl to tools/psl, now default 2016-12-15 12:51:35 +01:00
psl.c Add new function psl_free_string() 2017-08-30 11:07:04 +02:00