dockapps/wmtz
Doug Torrance 7d77c17cc1 wmgeneral: Remove inline keywords.
Previously, if we attempted to build using C99 or later, we got "inline
function declared but never defined" warnings and eventual "undefined
reference" errors.  As a result, it fails to build from source using gcc5.

However, if we move the definitions to list.h and add "extern inline"
declarations to list.c, which does compile using C99 and later, then it no
longer compiles using gnu90, the default for gcc4.

To avoid this mess, we remove the inline keywords altogether.

Note that this fixes Debian bugs for wmifs [1], wmppp.app [2], and
wmtime [3].

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778170
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778172
[3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778174
2015-05-20 10:44:40 +01:00
..
wmgeneral wmgeneral: Remove inline keywords. 2015-05-20 10:44:40 +01:00
wmtz Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
BUGS Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
CHANGES Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
COPYING Mass update GPLv2 from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt 2012-06-05 20:45:40 +01:00
INSTALL Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
README Remove trailing whitespace. 2014-10-05 19:18:49 +01:00

wmtz v0.7 - 7th Public Release
--------------------------------------------------------------
Author....:     Jan Lindblom <99jl@home.se>

Note......:     Since I'm a very lazy programmer, I ripped
                most of the code from the excellent WMiNET
		program. See credits below...

Credits...:
                Patch for local date, local time, weekday and @, and
                some code clean-ups:
		  Felipe Gustavo de Almeida  <galmeida@linux.ime.usp.br>

                Patch for Swatch beats:
                  Joris van Gasteren <fuzzy@nala.demon.nl>

                Authors of WMiNET:
                  Dave Clark (clarkd@skynet.ca) &
	          Antoine Nulle (warp@xs4all.nl) &
		  Martijn Pieterse (pieterse@xs4all.nl)

                Contributors to WMiNET:
		  Mike Kershaw (dragorn@melchior.nerv-un.ml.org),
		  Andy Roger (roger@roger.samond.ru) &
		  Ulrik Kjems (uk@imm.dtu.dk)


Description
--------------------------------------------------------------
wmtz is a Window Maker dock app derived from the WMiNET
dock app. It displays the local time from different time zones
defined in the configuration file. It can also display the
current Julian Day Number as well as Swatch beats and
sidereal time at Greenwich and local sidereal time and
local time, date and weekday.

This app can be useful (?) for people who have to communicate
in realtime with people from different time zones. It allows
you to avoid making a fool of yourself by calling someone
when they are asleep...

Files
--------------------------------------------------------------
README		This file.
INSTALL		Installation instructions.
BUGS		Small evil things that live in your computer.
CHANGES		Description of changes.
COPYING		GNU General Public License Version 2.


Bugs
--------------------------------------------------------------
If you discover any bugs in this software, please send a
bugreport to jlin@algonet.se and describe the
problem as detailed as you can. Or fix it yourself.


Copyright
--------------------------------------------------------------
wmtz is copyright (c) 1999-2001 by Jan Lindblom.

WMiNET is copyright (c) 1997/98 by Dave Clark, Antoine Nulle
and Martijn Pieterse.

wmtz is licensed through the GNU General Public License.
Read the COPYING file for the complete GNU license.