<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/ncurses, branch upstream/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-03-01T03:09:16Z</updated>
<entry>
<title>MFC r261296:</title>
<updated>2014-03-01T03:09:16Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2014-03-01T03:09:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=25821aeb14177bd54a8c4ed2c92d1753f4d23b85'/>
<id>urn:sha1:25821aeb14177bd54a8c4ed2c92d1753f4d23b85</id>
<content type='text'>
Merge from CheriBSD:
commit c1acf022c533c5ae27e0cd556977eafe3f5959eb
Author: Brooks Davis &lt;brooks@one-eyed-alien.net&gt;
Date:   Fri Jan 17 21:46:44 2014 +0000

	Add an option WITHOUT_NCURSESW to suppress building and linking to
	libncursesw.  While wide character support it useful we'd like to
	only need one ncurses library on embedded systems.

Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>Convert old make variable modifiers :U and :L to bmake :tu and :tl.</title>
<updated>2013-06-02T11:44:23Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2013-06-02T11:44:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=53089271a1128b72f030d0f73120ac9de3bf63ab'/>
<id>urn:sha1:53089271a1128b72f030d0f73120ac9de3bf63ab</id>
<content type='text'>
Reviewed by:	sjg
</content>
</entry>
<entry>
<title>Only install manpages and html documentation in the ncurses/*w (wchar)</title>
<updated>2013-01-24T16:38:47Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2013-01-24T16:38:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=935f512c6940fc9b9ee3b20accd3d47d55fe275c'/>
<id>urn:sha1:935f512c6940fc9b9ee3b20accd3d47d55fe275c</id>
<content type='text'>
builds so that it is only installed once.  This is consistent with the
existing decision to only install headers in the that case.
</content>
</entry>
<entry>
<title>Build lib/ with WARNS=6 by default.</title>
<updated>2010-01-02T09:58:07Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T09:58:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=daaf5759104f210a9315f49f80f1e0f01a8b3bff'/>
<id>urn:sha1:daaf5759104f210a9315f49f80f1e0f01a8b3bff</id>
<content type='text'>
Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.
</content>
</entry>
<entry>
<title>Bump the version of all non-symbol-versioned shared libraries in</title>
<updated>2009-07-19T17:25:24Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-07-19T17:25:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3ca3047aee082043d90aff2611a349c86c98e97c'/>
<id>urn:sha1:3ca3047aee082043d90aff2611a349c86c98e97c</id>
<content type='text'>
preparation for 8.0-RELEASE.  Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by:    kib
Approved by:    re (rwatson)
</content>
</entry>
<entry>
<title>- Fall-back to /etc/termcap.small if there is no /usr/share/misc/termcap</title>
<updated>2009-06-22T15:00:15Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2009-06-22T15:00:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be5888e34cdeb4ce3f40f405a5273381fe00da9e'/>
<id>urn:sha1:be5888e34cdeb4ce3f40f405a5273381fe00da9e</id>
<content type='text'>
  (i.e. /etc/termcap). This can be useful when using /rescue/vi while /usr
  is not (or unable to be) mounted. The termcap.small can be found in
  src/etc/termcap.small.

PR:		bin/80256 (audit-trail)
Submitted by:	Brian Candler &lt;B.Candler at pobox.com&gt;, Alex Kozlov &lt;spam at rm-rf.kiev.ua&gt;
MFC after:	1 month
</content>
</entry>
<entry>
<title>- Update ncurses to 5.7-20081102 (5.7 release) and build glue</title>
<updated>2008-11-15T09:23:48Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2008-11-15T09:23:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5d08fb1f777aa988958a4f0c45887b0cbfaef9a0'/>
<id>urn:sha1:5d08fb1f777aa988958a4f0c45887b0cbfaef9a0</id>
<content type='text'>
- This also removes $FreeBSD$ from two now unmodifed source files
  ncurses/tinfo/lib_raw.c and ncurses/tinfo/lib_baudrate.c

MFC after:	2 months (after 7.1 and 6.4 are released)
</content>
</entry>
<entry>
<title>- Update for ncurses 5.6-20080509</title>
<updated>2008-05-09T02:28:52Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2008-05-09T02:28:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f5cf48b83eafb64c76535c2afa80c8e492ddb8e8'/>
<id>urn:sha1:f5cf48b83eafb64c76535c2afa80c8e492ddb8e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Remove duplicate tputs.3 from MLINK. As we use termcap in the bsae, remove</title>
<updated>2008-02-13T14:34:39Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2008-02-13T14:34:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7913e26359b624d269f582e96967e5f598705b14'/>
<id>urn:sha1:7913e26359b624d269f582e96967e5f598705b14</id>
<content type='text'>
  the one links to curs_terminfo.

Submitted by:	David Naylor &lt;blackdragon at highveldmail.co.za&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>- Update build glues for ncurses 5.6 snapshot 20080209</title>
<updated>2008-02-11T13:39:36Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2008-02-11T13:39:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=67c700c10684109ddf9de9b31d3534d2158020c9'/>
<id>urn:sha1:67c700c10684109ddf9de9b31d3534d2158020c9</id>
<content type='text'>
- While I'm here, sort macro defines in ncurses_cfg.h
</content>
</entry>
</feed>
