<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libedit/hist.h, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2019-09-13T06:50:02Z</updated>
<entry>
<title>Update libedit to a snapshot from 2019-09-10</title>
<updated>2019-09-13T06:50:02Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2019-09-13T06:50:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8156570000617c7545fcbad43189d59935b908be'/>
<id>urn:sha1:8156570000617c7545fcbad43189d59935b908be</id>
<content type='text'>
This version bring many fixes regarding unicode support
It also adds proper support for filename completion (we do not need our custom
patches anymore)
Improves the libreadline compatibility

Note that the same work was done by Yuichiro Naito in
https://reviews.freebsd.org/D21196 the main difference is in this case we have
reimported libedit in contrib to fix a long standing mess in the previous merges
which prevented a proper update workflow. (discussed long ago with pfg@)

The only difference with upstream libedit is we have added a compatibility shim
for the _elf_fn_sh_complete function which we previously added to support quoting
in filename completion and is not needed anymore.
This was added to continue supported old /bin/sh binaries and not break backward
compatibility (as discussed with jilles@)

Reviewed by:	Yuichiro Naito &lt;naito.yuichiro_gmail.com&gt;
MFC after:	3 weeks
Differential Revision:	https://reviews.freebsd.org/D21584
</content>
</entry>
<entry>
<title>MFV r312996:</title>
<updated>2017-01-30T22:11:53Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-01-30T22:11:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=450aba5b34d82f38f995ef6ed3821466ddfda939'/>
<id>urn:sha1:450aba5b34d82f38f995ef6ed3821466ddfda939</id>
<content type='text'>
Re-import libedit 2016-02-27

This reverts r296435: the issues related to lldb and this update appear to
have been identified (in lldb).

Obtained from:	NetBSD
Reported by:	emaste
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Revert r296175</title>
<updated>2016-03-06T21:32:54Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-03-06T21:32:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1f37f0f18ffbdd3ff3c261368a34b1dacbd07bb2'/>
<id>urn:sha1:1f37f0f18ffbdd3ff3c261368a34b1dacbd07bb2</id>
<content type='text'>
Undo update of libedit 2016-02-27

Something in libedit appears to be causing breakage in lldb38.
The changes are not generally huge but they are suficient to
to justify reverting for now.

Reported by:	novel, bapt
</content>
</entry>
<entry>
<title>MFV r296159</title>
<updated>2016-02-29T00:15:25Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-02-29T00:15:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e81f248547f66339ce850cc72bb2287ad55afbcb'/>
<id>urn:sha1:e81f248547f66339ce850cc72bb2287ad55afbcb</id>
<content type='text'>
Sync our libedit with NetBSD's libedit 2016-02-27.

Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>MFV r295360</title>
<updated>2016-02-07T15:26:21Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-02-07T15:26:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=56f42903b100f539a24b7fc996aab8736b4c0d17'/>
<id>urn:sha1:56f42903b100f539a24b7fc996aab8736b4c0d17</id>
<content type='text'>
Sync our libedit with NetBSD's libedit 2016-01-16

Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>Synchronize libedit with NetBSD and activate UTF-8 support [1]</title>
<updated>2015-01-09T07:40:56Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-01-09T07:40:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c1a66a97f95d2f4366348b75e2c7676d11048666'/>
<id>urn:sha1:c1a66a97f95d2f4366348b75e2c7676d11048666</id>
<content type='text'>
Differences with NetBSD
Reapply our local patches on top of it
Fix Unicode environement detection
Fix reading a line in unicode environment.
It allows /bin/sh to works in UTF-8 envs

Differential Revision:	https://reviews.freebsd.org/D1455
Reviewed by:	jilles, pfg
Obtained from:	NetBSD [1]
MFC after:	1 month
Relnotes:	yes
</content>
</entry>
<entry>
<title>libedit: add H_SAVE_FP which saves history to a file pointer.</title>
<updated>2014-05-11T01:44:11Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2014-05-11T01:44:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8be8ad916f178c4bf1487a6807450ccf77f2430f'/>
<id>urn:sha1:8be8ad916f178c4bf1487a6807450ccf77f2430f</id>
<content type='text'>
H_SAVE_FP is similar to H_SAVE but operates on a FILE* instead of a filename.
This is useful when operating in capability mode.

Reviewed by:	christos@NetBSD.org, pfg
</content>
</entry>
<entry>
<title>Sync libedit with recent NetBSD developments.  Including improvements to the</title>
<updated>2005-08-07T20:55:59Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-08-07T20:55:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76d00450e675825131c7cd211e274537cd42a542'/>
<id>urn:sha1:76d00450e675825131c7cd211e274537cd42a542</id>
<content type='text'>
vi-mode, removal of clause 3, cleanups and the export of the tokenization
functions.

Not included: config.h, filecomplete.{c,h}
</content>
</entry>
<entry>
<title>+ Sync with NetBSD, bringing in feature enhancements.</title>
<updated>2001-10-01T08:41:27Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-10-01T08:41:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c195773444850fbd9cf231761a4f76eaf863e5a'/>
<id>urn:sha1:3c195773444850fbd9cf231761a4f76eaf863e5a</id>
<content type='text'>
+ Convert to ANSI-C function definitions
+ style(9)

Submitted by:	kris
</content>
</entry>
<entry>
<title>Update libedit with changes from NetBSD.  Includes history load/save,</title>
<updated>1997-06-25T08:14:24Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1997-06-25T08:14:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bd5176cb385550bc8bb4232c161461a65e01cd2a'/>
<id>urn:sha1:bd5176cb385550bc8bb4232c161461a65e01cd2a</id>
<content type='text'>
some buffer overflow guards and some stylistic cleanups.
Also adds manpages.

Obtained from:	NetBSD
</content>
</entry>
</feed>
