]> sjero.net Git - wget/commit
[svn] * host.c (store_hostaddress): R. K. Owen's patch introduces a "left shift count
authordan <devnull@localhost>
Wed, 5 Apr 2000 03:08:10 +0000 (20:08 -0700)
committerdan <devnull@localhost>
Wed, 5 Apr 2000 03:08:10 +0000 (20:08 -0700)
commit1ecfed1e10c0bdbaca07ebab3cf5dea1b27adc23
treec01f8dfa25f168932e5383d85109c6d4b28e5b7a
parent1c083869b0f30bcf5e073b3dcf90c9dc88c9a0ba
[svn] * host.c (store_hostaddress): R. K. Owen's patch introduces a "left shift count
  >= width of type" warning on 32-bit architectures.  Got rid of it by tricking
  the compiler w/ a variable.

* url.c (UNSAFE_CHAR): The macro didn't include all the illegal characters per
  RFC1738, namely everything above '~'.  It also generated a warning on OSes
  where char =~ unsigned char.  Fixed.
src/ChangeLog
src/host.c
src/url.c