mirror of
https://github.com/mirror/wget.git
synced 2026-08-23 03:13:28 +08:00
Renamed src/string.{c,h} to src/string_t.{c,h} to solve a conflict with the
string.h standard C library header file.
Fixed a bug and triggered escape of backslashes in string_t.c to avoid
ambiguities in the result string.
Added Simone Piunno as new contributor.