git: libedit: Update to version 2012-12-13

John Marino marino at crater.dragonflybsd.org
Sat May 11 12:36:36 PDT 2013


commit 6a1ee0e3f7bb75e2a03e2ab6b28735321a2d6b10
Author: John Marino <draco at marino.st>
Date:   Sat May 11 20:52:10 2013 +0200

    libedit: Update to version 2012-12-13
    
    There have been three releases since libedit was imported as a vendor
    branch, but the changelog is simply "sync with NetBSD" for each one.
    
    The main item of interest is that widechar support has been added
    for real this time.  Previously all the man pages were in place but
    the library didn't actually have the support.
    
    A minor item of note is that NetBSD finally implemented the
    rl_completion_word_break_hook which reduces the number of files
    with local modifications.

Summary of changes:
 Makefile_upgrade.inc             |  34 -----------
 contrib/libedit/README.DRAGONFLY |  17 +++---
 contrib/libedit/src/chartype.h   |   3 +
 lib/libedit/libedit/Makefile     |  29 ++++++++-
 lib/libedit/libedit/config.h     |   8 +--
 lib/libedit/libedit/editline.3   | 128 +++++++++++++++++++++------------------
 lib/libedit/libedit/editrc.5     |   4 +-
 7 files changed, 111 insertions(+), 112 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6a1ee0e3f7bb75e2a03e2ab6b28735321a2d6b10


-- 
DragonFly BSD source repository



More information about the Commits mailing list