<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libedit/makelist, branch releng/12.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-01-30T22:11:53Z</updated>
<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>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>Merge more cosmetical changes from NetBSD's libedit.</title>
<updated>2012-07-19T19:15:47Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2012-07-19T19:15:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8df73d08245e0478ad963fe7f0e356defebabc25'/>
<id>urn:sha1:8df73d08245e0478ad963fe7f0e356defebabc25</id>
<content type='text'>
makelist:
change tr '[a-z]' '[A-Z]' to tr '[:lower:]' '[:upper:]' so that POSIX
systems work proerly regardsless of environment variable settings.

tokenizer.c:
pass lint on _LP64

Obtained from:	NetBSD
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Merge makelist rev 1.10 and map.c rev 1.22 from NetBSD.  They just patch the</title>
<updated>2005-10-04T21:59:29Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-10-04T21:59:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6dea540edc8ffe6369d26fb8a67995723b33a8f0'/>
<id>urn:sha1:6dea540edc8ffe6369d26fb8a67995723b33a8f0</id>
<content type='text'>
bug fixed in the last commit to map.c in a different way.  Follow NetBSD to
facilitate future merges.
</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>LANG-&gt;LC_ALL</title>
<updated>2003-08-04T21:31:53Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-08-04T21:31:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=90862ca23de03b17cb201942dad80e9165af032c'/>
<id>urn:sha1:90862ca23de03b17cb201942dad80e9165af032c</id>
<content type='text'>
Pointed by:     ru
</content>
</entry>
<entry>
<title>Fix problem differently, use</title>
<updated>2003-08-04T15:24:06Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-08-04T15:24:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=11871d537bc79b9c092fb2d5e6e707c5fffa1e47'/>
<id>urn:sha1:11871d537bc79b9c092fb2d5e6e707c5fffa1e47</id>
<content type='text'>
LANG=C tr 'a-z' 'A-Z'
for hypotetical case that script may generate non-ascii characters
</content>
</entry>
<entry>
<title>Fix double-wrong tr usage: tr '[a-z]' '[A-Z]'</title>
<updated>2003-08-04T14:10:33Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-08-04T14:10:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e9e76fa4dd8a4a51baf07ec7a5f30bb042be57bc'/>
<id>urn:sha1:e9e76fa4dd8a4a51baf07ec7a5f30bb042be57bc</id>
<content type='text'>
First of all, it should be written as: tr 'a-z' 'A-Z'
ranges not encolosed in [] according to POSIX, so [] just included
in the replacement.
Second, it should be written: tr '[:lower:]' '[:upper:]'
since a-z and A-Z may have different length in some locales.
</content>
</entry>
</feed>
