Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2007 19:06:09 +0000 (UTC)
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include histedit.h src/lib/libedit editline.3 el.c el.h term.c term.h
Message-ID:  <200706101906.l5AJ6AU2043825@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
stefanf     2007-06-10 19:06:09 UTC

  FreeBSD src repository

  Modified files:
    include              histedit.h 
    lib/libedit          editline.3 el.c el.h term.c term.h 
  Log:
  Merge NetBSD changes, among them:
  
  el.c 1.44, el.h 1.17, editline.3 1.53, histedit.h 1.31:
  # add EL_GETFP, and EL_SETFP.
  
  el.c 1.42, term.c 1.46, term.h 1.18, editline.3 1.52, histedit.h 1.29:
  # - Add more readline functions, enough for gdb-6.5
  # - Make el_get varyadic, and implement EL_GETTC.
  # - XXX: the EL_SETTC api will change in the future.
  
  Note: The latter change breaks the ABI of the el_get() function.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.11      +5 -2      src/include/histedit.h
  1.31      +58 -10    src/lib/libedit/editline.3
  1.14      +106 -68   src/lib/libedit/el.c
  1.7       +2 -1      src/lib/libedit/el.h
  1.21      +91 -37    src/lib/libedit/term.c
  1.8       +2 -1      src/lib/libedit/term.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706101906.l5AJ6AU2043825>