dockapps/wmtime
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
BUGS wmtime: added to repository 2012-10-30 16:03:12 +00:00
CHANGES wmtime: Bump to version 1.2. 2015-01-03 22:31:44 +00:00
COPYING wmtime: Update GPLv2 from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. 2014-08-27 15:31:05 +01:00
HINTS Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
INSTALL wmtime: Remove unnecessary references to current version number. 2015-01-03 22:31:44 +00:00
Makefile wmtime: Update Makefile. 2015-01-03 22:31:44 +00:00
README wmtime: Remove unnecessary references to current version number. 2015-01-03 22:31:44 +00:00
TODO wmtime: added to repository 2012-10-30 16:03:12 +00:00
wmtime-mask.xbm wmtime: Move source files to top directory. 2015-01-03 22:31:44 +00:00
wmtime-master.xpm wmtime: Move source files to top directory. 2015-01-03 22:31:44 +00:00
wmtime.1 wmtime: Remove unnecessary references to current version number. 2015-01-03 22:31:44 +00:00
wmtime.c wmtime: Bump to version 1.2. 2015-01-03 22:31:44 +00:00

WMTime
--------------------------------------------------------------
Authors...: Martijn Pieterse (pieterse@xs4all.nl)
       	    Antoine Nulle    (warp@xs4all.nl)

Maintainer: Window Maker Developers Team (wmaker-dev@lists.windowmaker.org)

Note......: The official WMTime support website address:

	    http://windowmaker.org/dockapps/?name=wmtime

Credits...: Bobby Mezaway (bobby@mezaway.org) for generously
	    hosting the original website
	    Pascal G.Hofstee (daeron@Wit401305.student.utwente.nl)
	    for supplying an Imakefile for *BSD systems
	    Alen Salamun (snowman@hal9000.medinet.si)
	    for supplying the Locale support patches!

Description
--------------------------------------------------------------
WMTime, guess what, displays the time and date and gives you
some nice additional features too...

WMTime currently provides:

        * Time and date;
        * Realtime morphing UI (analog <> digital mode);
        * Autoscaling and anti aliased hands;
	* Locale, can display DAY and DATE in various languages;
	* Can lauch 3 user definable commands through ~/.wmtimerc;
	* Can be run multiple times;
	* Commandline options for help (-h), version (-v), digital
	  clock mode (-digital) and and display (-d);

WMTime is being developped on DEC Alpha machines running
Linux/RedHat-5.0, but, WMTime has been intensively tested
on x86 and 68K Linux machines too ;-)

WMTime also seems to compile and work okay on *BSD and SGI/
IRIX-6.x systems (so we've heard and been told) ;-)


Files
--------------------------------------------------------------
README		This file.
INSTALL		Installation instructions.
HINTS 		Usefull hints and tips about WMTime.
BUGS		Things you don't want to know ;-)
CHANGES 	Description of changes.
TODO            Stuff we've planned for future WMTime releases.
COPYING		GNU General Public License Version 2.


Bugs
--------------------------------------------------------------
If you discover any bugs in this software, please submit a
bugreport to
wmaker-dev@lists.windowmaker.org

Copyright
--------------------------------------------------------------
WMTime.app is copyright (c) 1997, 1998 by Martijn Pieterse and
Antoine Nulle and licensed through the GNU General Public License.
Read the COPYING file for the complete GNU license.