* Getting rid of goto usage throughout code.
authorBrenden Matthews <brenden1@rty.ca>
Thu, 10 Apr 2008 22:45:45 +0000 (22:45 +0000)
committerBrenden Matthews <brenden1@rty.ca>
Thu, 10 Apr 2008 22:45:45 +0000 (22:45 +0000)
commit4d7ecc7951eb99354aa3696338167796b6483b08
treef4d2985a7fc5adab72e9a2a98a24db7129a4cc8c
parent62b0a5f778caadaf78e7a6aefcdfebc8737a722b
* Getting rid of goto usage throughout code.
* Fix bug due to usage of gethostbyname() in threads (which is not
reentrant) by using gethostbyname_r() when available.
* Added patch for battery_time problem on 2.6.24 (thanks wedge).
* Added patch to fix broken xmms2 stuff (thanks sleipner).
* Added patch to fix SIGHUP/SIGUSR1 segfault (thanks norsetto).
* Added patch to improve $if_up (thanks Aseem).

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1103 7f574dfc-610e-0410-a909-a81674777703
14 files changed:
AUTHORS
ChangeLog
configure.ac.in
src/audacious.c
src/bmpx.c
src/common.c
src/conky.c
src/diskio.c
src/freebsd.c
src/hddtemp.c
src/libmpdclient.c
src/linux.c
src/openbsd.c
src/xmms2.c