DragonFly-2.3.1.45.gabecab master usr.bin/window Makefile README

看板DFBSD_commit作者時間16年前 (2009/05/14 19:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit abecab39b8cb411d5f9d00b660339903f34c0bb0 Author: Sascha Wildner <saw@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
文章代碼(AID): #1A304v00 (DFBSD_commit)