mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
87e0d2682b
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.
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
2005-02-10 Mauro Tortonesi <mauro@ferrara.linux.it>
|
|
|
|
* Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix
|
|
a compilation conflict with the string.h header in the standard
|
|
C library.
|
|
|
|
* Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix
|
|
a compilation conflict with the string.h header in the standard
|
|
C library.
|
|
|
|
* Makefile.src.mingw: Renamed string.{c,h} to string_t.{c,h} to fix
|
|
a compilation conflict with the string.h header in the standard
|
|
C library.
|
|
|
|
* Makefile.src.watcom: Renamed string.{c,h} to string_t.{c,h} to fix
|
|
a compilation conflict with the string.h header in the standard
|
|
C library.
|
|
|
|
* wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a
|
|
compilation conflict with the string.h header in the standard C
|
|
library.
|
|
|
|
|
|
2004-12-31 Mauro Tortonesi <mauro@ferrara.linux.it>
|
|
|
|
* Makefile.src: Added string.c to the list of modules to compile.
|
|
|
|
* Makefile.src.bor: Added string.c to the list of modules to compile.
|
|
|
|
* Makefile.src.mingw: Added string.c to the list of modules to compile.
|
|
|
|
* Makefile.src.watcom: Added string.c to the list of modules to compile.
|
|
|
|
* wget.dep: Added dependencied for the string.c module.
|
|
|
|
* ChangeLog: New file.
|
|
|