DragonFly-2.3.1.45.gabecab master usr.bin/window Makefile README alias.h char.c char.h cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c compress.c context.c context.h defs.h error.c lcmd.c lcmd.h lcmd1.c lcmd2.c local.h main.c mloop.c parser.h parser1.c parser2.c parser3.c parser4.c parser5.c scanner.c startup.c string.c token.h tt.h ttf100.c ttgeneric.c tth19.c tth29.c ttinit.c ttoutput.c tttermcap.c tttvi925.c ttwyse60.c ttwyse75.c ttzapple.c ttzentec.c value.h var.c var.h win.c window.1 window_string.h windowrc ww.h wwadd.c wwalloc.c wwbox.c wwchild.c wwclose.c wwclreol.c wwclreos.c wwcursor.c wwdata.c wwdelchar.c wwdelete.c wwdelline.c wwdump.c wwend.c wwenviron.c wwerror.c wwflush.c wwframe.c wwgets.c wwinit.c wwinschar.c wwinsline.c wwiomux.c wwlabel.c wwmisc.c wwmove.c wwopen.c wwprintf.c wwpty.c wwputc.c wwputs.c wwredraw.c wwredrawwin.c wwrint.c wwscroll.c wwsize.c wwspawn.c wwsuspend.c wwterminfo.c wwtty.c wwunframe.c wwupdate.c wwwrite.c xx.c xx.h xxflush.c

Sascha Wildner swildner at crater.dragonflybsd.org
Thu May 14 04:06:57 PDT 2009


commit abecab39b8cb411d5f9d00b660339903f34c0bb0
Author: Sascha Wildner <saw at online.de>
Date:   Thu May 14 12:19:57 2009 +0200

    window(1): Sync with NetBSD (which is cleaner than FreeBSD's).
    
    Raise WARNS to 6.

Summary of changes:
 usr.bin/window/Makefile                        |    5 +-
 usr.bin/window/README                          |   20 +-
 usr.bin/window/alias.h                         |   16 +-
 usr.bin/window/char.c                          |   97 +++++-
 usr.bin/window/char.h                          |   26 +-
 usr.bin/window/cmd.c                           |   50 ++-
 usr.bin/window/cmd1.c                          |   33 +-
 usr.bin/window/cmd2.c                          |   40 ++-
 usr.bin/window/cmd3.c                          |   32 +-
 usr.bin/window/cmd4.c                          |   26 +-
 usr.bin/window/cmd5.c                          |   36 +-
 usr.bin/window/cmd6.c                          |   45 ++-
 usr.bin/window/cmd7.c                          |   61 ++--
 usr.bin/window/compress.c                      |  251 +++++++------
 usr.bin/window/context.c                       |   50 ++-
 usr.bin/window/context.h                       |   16 +-
 usr.bin/window/defs.h                          |  115 +++++--
 usr.bin/window/error.c                         |   47 ++-
 usr.bin/window/lcmd.c                          |  114 +++----
 usr.bin/window/lcmd.h                          |   42 ++-
 usr.bin/window/lcmd1.c                         |  175 +++++----
 usr.bin/window/lcmd2.c                         |  139 ++++----
 usr.bin/window/local.h                         |   10 +-
 usr.bin/window/main.c                          |  172 +++++-----
 usr.bin/window/mloop.c                         |   40 ++-
 usr.bin/window/parser.h                        |   31 ++-
 usr.bin/window/parser1.c                       |   63 ++--
 usr.bin/window/parser2.c                       |   86 +++--
 usr.bin/window/parser3.c                       |   44 ++--
 usr.bin/window/parser4.c                       |   29 +-
 usr.bin/window/parser5.c                       |   34 +-
 usr.bin/window/scanner.c                       |  121 ++++--
 usr.bin/window/startup.c                       |   44 ++-
 usr.bin/window/string.c                        |   76 ++--
 usr.bin/window/token.h                         |   10 +-
 usr.bin/window/tt.h                            |  113 ++++---
 usr.bin/window/ttf100.c                        |   24 +-
 usr.bin/window/ttgeneric.c                     |  143 +++++---
 usr.bin/window/tth19.c                         |   95 +++--
 usr.bin/window/tth29.c                         |   32 +-
 usr.bin/window/ttinit.c                        |   51 ++--
 usr.bin/window/ttoutput.c                      |   43 ++-
 usr.bin/window/tttermcap.c                     |   63 ++--
 usr.bin/window/tttvi925.c                      |   24 +-
 usr.bin/window/ttwyse60.c                      |   24 +-
 usr.bin/window/ttwyse75.c                      |   24 +-
 usr.bin/window/ttzapple.c                      |  144 +++++---
 usr.bin/window/ttzentec.c                      |   24 +-
 usr.bin/window/value.h                         |   13 +-
 usr.bin/window/var.c                           |   67 ++--
 usr.bin/window/var.h                           |   27 +-
 usr.bin/window/win.c                           |  162 ++++----
 usr.bin/window/window.1                        |  484 ++++++++++++++----------
 usr.bin/window/{mystring.h => window_string.h} |   44 ++-
 usr.bin/window/windowrc                        |    3 +
 usr.bin/window/ww.h                            |  264 +++++++++-----
 usr.bin/window/wwadd.c                         |   36 +-
 usr.bin/window/wwalloc.c                       |   31 +-
 usr.bin/window/wwbox.c                         |   31 +-
 usr.bin/window/wwchild.c                       |   34 +-
 usr.bin/window/wwclose.c                       |   27 +-
 usr.bin/window/wwclreol.c                      |   36 +-
 usr.bin/window/wwclreos.c                      |   29 +-
 usr.bin/window/wwcursor.c                      |   48 ++--
 usr.bin/window/wwdata.c                        |   20 +-
 usr.bin/window/wwdelchar.c                     |   40 ++-
 usr.bin/window/wwdelete.c                      |   51 ++--
 usr.bin/window/wwdelline.c                     |   32 +-
 usr.bin/window/wwdump.c                        |   49 ++--
 usr.bin/window/wwend.c                         |   34 +-
 usr.bin/window/wwenviron.c                     |   49 ++--
 usr.bin/window/wwerror.c                       |   28 +-
 usr.bin/window/wwflush.c                       |   55 ++--
 usr.bin/window/wwframe.c                       |   55 ++--
 usr.bin/window/wwgets.c                        |   50 ++--
 usr.bin/window/wwinit.c                        |  166 ++++-----
 usr.bin/window/wwinschar.c                     |   41 ++-
 usr.bin/window/wwinsline.c                     |   32 +-
 usr.bin/window/wwiomux.c                       |  157 +++++---
 usr.bin/window/wwlabel.c                       |   53 ++--
 usr.bin/window/wwmisc.c                        |   34 +-
 usr.bin/window/wwmove.c                        |   35 +-
 usr.bin/window/wwopen.c                        |   62 ++--
 usr.bin/window/wwprintf.c                      |   38 ++-
 usr.bin/window/wwpty.c                         |   75 ++---
 usr.bin/window/wwputc.c                        |   26 +-
 usr.bin/window/wwputs.c                        |   28 +-
 usr.bin/window/wwredraw.c                      |   29 +-
 usr.bin/window/wwredrawwin.c                   |   36 +-
 usr.bin/window/wwrint.c                        |   38 +--
 usr.bin/window/wwscroll.c                      |   67 ++--
 usr.bin/window/wwsize.c                        |   37 +-
 usr.bin/window/wwspawn.c                       |   43 ++-
 usr.bin/window/wwsuspend.c                     |   26 +-
 usr.bin/window/wwterminfo.c                    |   60 ++--
 usr.bin/window/wwtty.c                         |   54 ++--
 usr.bin/window/wwunframe.c                     |   35 +-
 usr.bin/window/wwupdate.c                      |   61 ++--
 usr.bin/window/wwwrite.c                       |   78 +++--
 usr.bin/window/xx.c                            |  101 +++--
 usr.bin/window/xx.h                            |   43 ++-
 usr.bin/window/xxflush.c                       |   33 +-
 102 files changed, 3542 insertions(+), 2745 deletions(-)
 copy usr.bin/window/{mystring.h => window_string.h} (72%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/abecab39b8cb411d5f9d00b660339903f34c0bb0


-- 
DragonFly BSD source repository





More information about the Commits mailing list