X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=DIFFSTAT;h=14d4d903dde2535def2abff1830d65fa3683a59c;hb=8e148170c98dc627c9b5c3599119f2ccc85800e5;hp=c4a072c01ac394c0f70bd64320f46bf1de96a44e;hpb=e3d541f391d70849cdb46eeafe3928ed6085d492;p=xboard.git diff --git a/DIFFSTAT b/DIFFSTAT index c4a072c..14d4d90 100644 --- a/DIFFSTAT +++ b/DIFFSTAT @@ -1,3 +1,74 @@ +** Version 4.4.3 ** + +(git diff -b --stat --summary -M v4.4.2...HEAD) + + COPYRIGHT | 2 +- + Makefile.am | 2 +- + autogen.sh | 2 +- + backend.c | 163 +++++++++++++++++++++++++++++++-------------- + backend.h | 10 ++- + backendz.h | 2 +- + bitmaps/bitmaps.h | 2 +- + childio.c | 2 +- + childio.h | 2 +- + cmail.in | 2 +- + common.h | 4 +- + config.rpath | 2 +- + configure.ac | 4 +- + copyright.texi | 2 +- + frontend.h | 2 +- + gamelist.c | 2 +- + gettext.h | 2 +- + lists.c | 2 +- + lists.h | 2 +- + moves.c | 20 +++-- + moves.h | 2 +- + parser.h | 2 +- + parser.l | 10 ++-- + pgntags.c | 2 +- + pixmaps/pixmaps.h | 2 +- + winboard/config.h | 6 +- + winboard/defaults.h | 2 +- + winboard/help.c | 2 +- + winboard/help/html/18.htm | 2 + + winboard/jaws.c | 2 +- + winboard/makefile.gcc | 8 +- + winboard/makefile.ms | 8 +- + winboard/resource.h | 1 + + winboard/wchat.c | 26 +++++++ + winboard/wclipbrd.c | 2 +- + winboard/wclipbrd.h | 2 +- + winboard/wedittags.c | 2 +- + winboard/wedittags.h | 2 +- + winboard/wgamelist.c | 2 +- + winboard/wgamelist.h | 2 +- + winboard/winboard.c | 21 +++++-- + winboard/winboard.h | 2 +- + winboard/winboard.rc | 2 + + winboard/woptions.c | 8 ++- + winboard/woptions.h | 2 +- + winboard/wsockerr.c | 2 +- + winboard/wsockerr.h | 2 +- + xboard.c | 12 ++- + xboard.h | 2 +- + xboard.texi | 1 + + xedittags.c | 2 +- + xedittags.h | 2 +- + xengineoutput.c | 2 +- + xgamelist.c | 2 +- + xgamelist.h | 2 +- + xhistory.c | 2 +- + xhistory.h | 2 +- + xoptions.c | 3 +- + zic2xpm.c | 2 +- + zic2xpm.man | 2 +- + zippy.c | 2 +- + zippy.h | 2 +- + 62 files changed, 261 insertions(+), 136 deletions(-) + mode change 100755 => 100644 backend.c + mode change 100755 => 100644 gamelist.c + mode change 100755 => 100644 gettext.h + mode change 100755 => 100644 winboard/woptions.c ** Version 4.4.2 **