History log of /freebsd-10.3-release/lib/libedit/readline.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 277931 30-Jan-2015 emaste

Merge libedit fixes from NetBSD

Add trailing NULL's to the varargs functions as required.
(John Spencer)

readline.c r1.106

Bounds search for reallocated index, from OpenBSD via Andreas Fett

map.c 1.34
map.h 1.10
parse.c 1.27
read.c 1.71

This is a direct commit to stable/10 as these changes are included in a
broader sync with NetBSD committed by bapt@ in r276881.

Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D1728


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 255891 26-Sep-2013 delphij

Import NetBSD readline.c,v 1.104: do not crash with add_history(NULL).

MFC after: 3 days
Approved by: re (gjb)


# 220370 05-Apr-2011 obrien

* Add the readline(3) API to libedit. The libedit versions of
{readline,history}.h are in /usr/include/edit so as to not conflict with
the GNU libreadline versions. To use the libedit readline(3) one should
add "-I/usr/include/edit" to their Makefile
(spelled "-I${DESTDIR}/${INCLUDEDIR}/edit" within the FreeBSD source tree).

* Enable its use in the BSD licensed utilities that support readline(3).

* To make it easier to sync libedit development with NetBSD, histedit.h
is moved into libedit's directory as history shows shown we keep merging
it into that location.

Obtained from: NetBSD
Sponsored by: Juniper Networks


# 220329 04-Apr-2011 obrien

Vendor import NetBSD's libedit of "2010/08/04 20:29:18 UTC".

Obtained from: NetBSD


# 220220 31-Mar-2011 obrien

Vendor import NetBSD's libedit of "2010/06/01 18:20:26 UTC".

Obtained from: NetBSD


# 220218 31-Mar-2011 obrien

Vendor import NetBSD's libedit of "2007/01/12 16:31:13 UTC".

Obtained from: NetBSD


# 220216 31-Mar-2011 obrien

Vendor import NetBSD's libedit of "2006/03/23 20:22:51 UTC".

Obtained from: NetBSD


# 220178 31-Mar-2011 obrien

Vendor import NetBSD's libedit of "2005/08/02 12:11:14 UTC".

Obtained from: NetBSD


# 220176 31-Mar-2011 obrien

Vendor import NetBSD's libedit of "2001/09/29 17:52:10 UTC".

Obtained from: NetBSD