- add libbb function str_tolower to convert a string to lowercase.

- shrink wget a bit
This commit is contained in:
Bernhard Reutner-Fischer
2007-04-10 09:37:29 +00:00
parent 3f3aa2a57d
commit 7e8a53a335
3 changed files with 63 additions and 56 deletions

View File

@@ -77,6 +77,7 @@ lib-y += sha1.o
lib-y += simplify_path.o
lib-y += skip_whitespace.o
lib-y += speed_table.o
lib-y += str_tolower.o
lib-y += trim.o
lib-y += u_signal_names.o
lib-y += udp_io.o