DragonFly BSD
DragonFly commits List (threaded) for 2012-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: ncurses: Add wide-character support


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 13 May 2012 04:14:36 -0700 (PDT)

commit a42c8ee581107512c9160b3b352135f5c5eb90fe
Author: John Marino <draco@marino.st>
Date:   Sun May 13 12:09:32 2012 +0200

    ncurses: Add wide-character support
    
    The man pages already indicated wide-character support, but the
    libraries weren't properly implemented.  Also removed unneeded
    libmytinfo.  It was an alias for libncurses and four makefiles
    referenced both.

Summary of changes:
 Makefile_upgrade.inc                 |    3 +
 gnu/usr.bin/dialog/Makefile          |    5 +-
 lib/libncurses/Makefile              |    6 ++-
 lib/libncurses/Makefile.inc          |   24 ++++++++--
 lib/libncurses/include/curses.head   |    4 +-
 lib/libncurses/include/ncurses_cfg.h |    2 +
 lib/libncurses/libform/Makefile      |   14 +++---
 lib/libncurses/libformw/Makefile     |    3 +
 lib/libncurses/libmenu/Makefile      |   14 +++---
 lib/libncurses/libmenuw/Makefile     |    3 +
 lib/libncurses/libncurses/Makefile   |   81 +++++++++++++++++----------------
 lib/libncurses/libncursesw/Makefile  |    5 ++
 lib/libncurses/libpanel/Makefile     |   12 ++---
 lib/libncurses/libpanelw/Makefile    |    3 +
 share/mk/bsd.libnames.mk             |    3 +-
 usr.sbin/stallion/stlstats/Makefile  |    5 +-
 usr.sbin/stallion/stlstty/Makefile   |    5 +-
 usr.sbin/tzsetup/Makefile            |    5 +-
 18 files changed, 115 insertions(+), 82 deletions(-)
 create mode 100644 lib/libncurses/libformw/Makefile
 create mode 100644 lib/libncurses/libmenuw/Makefile
 create mode 100644 lib/libncurses/libncursesw/Makefile
 create mode 100644 lib/libncurses/libpanelw/Makefile

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


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]