Commit Graph

6 Commits

Author SHA1 Message Date
863370b87c * Makefile.am: Add empty line to ChangeLog after date/author 2017-04-11 15:29:21 +02:00
6cd91fec41 Use size_t instead of int for progress bar status
* include/libwget.h.in (wget_bar_init): Change type of nslots and max
from int to size_t.
(wget_bar_deinit): Likewise.
(wget_bar_update): Likewise.
(wget_bar_print): Likewise.
(wget_bar_vprintf): Likewise.
(wget_bar_printf): Likewise.
* libwget/bar.c (wget_bar_init): Change type of nslots and max
from int to size_t.
(wget_bar_deinit): Likewise.
(wget_bar_update): Likewise.
(wget_bar_print): Likewise.
(wget_bar_vprintf): Likewise.
(wget_bar_printf): Likewise.
* src/bar.h (bar_init): Change type of nslots and max from
int to size_t.
(bar_deinit): Likewise.
(bar_update): Likewise.
(bar_print): Likewise.
(bar_vprintf): Likewise.
(bar_printf): Likewise.
* src/bar.c (bar_init): Change type of nslots and max from
int to size_t.
(bar_deinit): Likewise.
(bar_update): Likewise.
(bar_print): Likewise.
(bar_vprintf): Likewise.
(bar_printf): Likewise.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2016-03-18 21:08:35 +01:00
cd6df5c807 prepared for release 2014-08-15 16:05:01 +02:00
77fc55e65e updated gettext 2014-02-03 11:19:59 +01:00
0e4972eb53 more auto* stuff 2013-01-03 12:05:27 +01:00
407c59cfe8 step forward to libmget 2012-12-28 17:59:52 +01:00