X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=DIFFSTAT;h=d3e06255fb705a72bb80806cd44c19feae391684;hb=4099d0667f611390759e74b42cadf4325ee1f2cd;hp=97022efeb9e46085dcdf56229f938a54914ac9f7;hpb=b02e61c69e79b762e7df45601775615b919d6d06;p=xboard.git diff --git a/DIFFSTAT b/DIFFSTAT index 97022ef..d3e0625 100644 --- a/DIFFSTAT +++ b/DIFFSTAT @@ -1,28 +1,88 @@ +** Version master 20110411 (not an official release, includes changes from 4.5.2) + +(git diff -b --stat --summary -M v4.5.2.20110410 HEAD) + + Makefile.am | 2 +- + args.h | 2 + + backend.c | 173 ++- + backend.h | 1 + + common.h | 2 + + configure.ac | 10 +- + frontend.h | 1 + + gamelist.c | 1 - + parser.c | 4617 ++++++--------------------------------------------- + parser.l | 1203 -------------- + winboard/config.h | 6 +- + winboard/winboard.c | 14 +- + xboard.c | 392 +---- + xedittags.c | 305 +---- + xgamelist.c | 29 + + xoptions.c | 91 +- + 16 files changed, 833 insertions(+), 6016 deletions(-) + delete mode 100644 parser.l + +** Version 4.5.2 (not yet released) ** + +(git diff -b --stat --summary -M v4.5.1 HEAD) + + Makefile.am | 2 +- + args.h | 13 +- + backend.c | 97 ++-- + backend.h | 6 +- + common.h | 1 + + configure.ac | 2 +- + engineoutput.c | 1 - + filebrowser/dir.c | 13 + + filebrowser/draw.c | 6 +- + filebrowser/selfile.c | 134 +++- + filebrowser/selfile.h | 6 + + history.c | 1 - + moves.c | 1 + + parser.l | 4 +- + uci.c | 4 - + winboard/bitmaps/convert.c | 1 + + winboard/winboard.c | 5 +- + winboard/winboard.h | 1 + + winboard/woptions.c | 2 +- + winboard/wsettings.c | 24 +- + xboard.c | 817 ++++++++------------- + xboard.conf.in | 33 +- + xboard.h | 2 + + xboard.texi | 4 +- + xoptions.c | 1785 +++++++++++++++++++++++--------------------- + 25 files changed, 1522 insertions(+), 1443 deletions(-) + ** Version 4.5.1 ** (git diff -b --stat --summary -M v4.5.0 HEAD) + ChangeLog | 142 ++++++++++++++++++++++++++++++++++++++++++++ + DIFFSTAT | 26 ++++++++ Makefile.am | 2 +- - backend.c | 11 +++-- + NEWS | 32 ++++++++++ + SHORTLOG | 27 ++++++++ + backend.c | 11 ++-- childio.c | 1 + - configure.ac | 38 ++++++++--------- - filebrowser/dir.c | 18 +++----- - filebrowser/draw.c | 34 +++++++++------ - filebrowser/path.c | 99 ++++++++++++++++++++++--------------------- - filebrowser/selfile.c | 12 +++++- + configure.ac | 40 ++++++------- + filebrowser/dir.c | 18 ++---- + filebrowser/draw.c | 34 ++++++---- + filebrowser/path.c | 99 ++++++++++++++++--------------- + filebrowser/selfile.c | 12 ++++- moves.c | 5 +- + winboard/config.h | 6 +- winboard/help.c | 1 + winboard/help/html/01.htm | 2 +- - winboard/help/html/02.htm | 14 ++++++- + winboard/help/html/02.htm | 14 ++++- winboard/help/winboard.chm | Bin 86507 -> 86883 bytes winboard/makefile.ms | 4 +- winboard/wchat.c | 2 +- - winboard/winboard.c | 29 +++++++------ + winboard/winboard.c | 29 +++++---- winboard/winboard.dsp | 6 ++- winboard/woptions.c | 3 +- - winboard/wsettings.c | 5 +-- - 19 files changed, 158 insertions(+), 128 deletions(-) - + winboard/wsettings.c | 5 +- + xboard.c | 5 +- + xboard.texi | 10 ++-- + 26 files changed, 398 insertions(+), 138 deletions(-) ** Version 4.5.0 **