mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2025-07-30 13:01:31 +00:00
* Makefile.am: Add empty line to ChangeLog after date/author
This commit is contained in:
27
ChangeLog
27
ChangeLog
@ -1,27 +0,0 @@
|
||||
2016-03-16 Giuseppe Scrivano <gscrivan@redhat.com>
|
||||
|
||||
* 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.
|
||||
|
||||
|
@ -26,7 +26,7 @@ dist-hook: gen-ChangeLog
|
||||
gen-ChangeLog:
|
||||
$(AM_V_GEN)if test -d .git; then \
|
||||
git log --no-merges --date=short \
|
||||
--pretty='format:%ad %an <%ae>%w(0,0,5)%+B' \
|
||||
--pretty='format:%ad %an <%ae>%w(0,0,5)%+B' | sed '/^[1-9].*/G' \
|
||||
> $(distdir)/ChangeLog; \
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user