Here are some patches for wmifs (and one for all wmgeneral dockapps). Carlos, could you tag the last commit wmifs-1.5?
Thanks! Doug Torrance (24): wmifs: Move source files to top directory. wmifs: Fix spelling error and escape hyphen in manpage. wmifs: Fix "variable 'ppp_old" set but not used" compiler warning. wmifs: Update Makefile. wmifs: Fix "suggest braces around empty body in an ‘if’ statement" compiler warning. wmifs: Fix "comparison between signed and unsigned integer expressions" compiler warning. wmifs: Fix "overflow in implicit constant conversion" compiler warnings. wmifs: Replace deprecated caddr_t with void *. wmifs: Replace deprecated usleep with nanosleep. wmifs: Add -c command line option allowing users to set color. wmifs: Reformat help text for readability. wmifs: Add support for wmgeneral's -geometry command line option. wmifs: Honor CONF Makefile variable when parsing system config files. wmgeneral: Add support for X geometry strings to -geometry option. wmifs: Don't ignore geometry strings beginning with '-'. wmifs: Throw out first /proc/net/dev reading. wmifs: Tidy #includes using include-what-you-use. wmifs: Reduce scopes of variables (fixes style warnings from cppcheck). wmifs: Convert strtok() calls to thread-safe strtok_r(). wmifs: Add proper copyright header. wmifs: Update Window Maker instructions in HINTS. wmifs: Remove first two installation steps in INSTALL. wmifs: Update README. wmifs: Bump to version 1.5. wmSMPmon/wmgeneral/wmgeneral.c | 16 +-- wmckgmail/wmgeneral/wmgeneral.c | 16 +-- wmcpufreq/wmgeneral/wmgeneral.c | 16 +-- wmfsm/wmgeneral/wmgeneral.c | 16 +-- wmifs/CHANGES | 72 +++++++++++ wmifs/HINTS | 10 +- wmifs/INSTALL | 14 +-- wmifs/{wmifs => }/Makefile | 15 +-- wmifs/README | 4 +- wmifs/{wmifs => }/sample.wmifsrc | 0 wmifs/wmgeneral/wmgeneral.c | 16 +-- wmifs/{wmifs => }/wmifs-mask.xbm | 2 +- wmifs/{wmifs => }/wmifs-master.xpm | 0 wmifs/{wmifs => }/wmifs.1 | 12 +- wmifs/{wmifs => }/wmifs.c | 238 +++++++++++++++++++++++++++---------- wmitime/wmgeneral/wmgeneral.c | 16 +-- wmkeys/wmgeneral/wmgeneral.c | 16 +-- wmmon/wmgeneral/wmgeneral.c | 16 +-- wmppp.app/wmgeneral/wmgeneral.c | 16 +-- wmsm.app/wmgeneral/wmgeneral.c | 16 +-- wmtime/wmgeneral/wmgeneral.c | 16 +-- wmtz/wmgeneral/wmgeneral.c | 16 +-- 22 files changed, 299 insertions(+), 260 deletions(-) rename wmifs/{wmifs => }/Makefile (77%) rename wmifs/{wmifs => }/sample.wmifsrc (100%) rename wmifs/{wmifs => }/wmifs-mask.xbm (98%) rename wmifs/{wmifs => }/wmifs-master.xpm (100%) rename wmifs/{wmifs => }/wmifs.1 (89%) rename wmifs/{wmifs => }/wmifs.c (78%) -- 2.1.4 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.