Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r304920: | dim | 2016-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | In ncurses baudrate definitions, avoid warnings about implicit conversions from int to short changing the values. This applies to B38400 and higher, since their values do not fit into a short. However, since the wrapped values are still unique, and they only serve as keys, there is no problem in adding a cast to silence the warnings. This also avoids changing the ABI, which would happen if we changed NCURSES_OSPEED to int. Discussed with: Thomas Dickey | ||||
* | DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools. | bdrewery | 2016-05-09 | 1 | -2/+2 |
| | | | | | | This avoids running target binaries. Sponsored by: EMC / Isilon Storage Division | ||||
* | Make ncurses build with GCC 5.0 and up | kan | 2015-08-27 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | Merge the end result of two upstream changes: Original fix from 20141206: + modify MKlib_gen.sh to work around change in development version of gcc introduced here: https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html (reports by Marcus Shawcroft, Maohui Lei). Later fixed in different manner in 20150725: + use alternate workaround for gcc 5.x feature (adapted from patch by Mikhail Peselnik). | ||||
* | Workaround a GCC warning to unbreak ARM build. | delphij | 2014-03-03 | 1 | -1/+1 |
| | | | | Reported by: ian | ||||
* | MFV r262639: ncurses 5.9 20140222 snapshot. | delphij | 2014-03-02 | 287 | -17022/+35900 |
|\ | | | | | | | Requested by: bapt | ||||
* \ | MFV r262617: ncurses 5.9. | delphij | 2014-02-28 | 488 | -12592/+39798 |
|\ \ | |/ | |||||
* | | Correct use_screen() and use_window() prototypes in curs_threads(3x). | dim | 2012-05-22 | 1 | -2/+2 |
| | | | | | | | | | | Submitted by: Yanhui Shen <shen.elf@gmail.com> MFC after: 3 days | ||||
* | | Merge r210464 from vendor/ncurses/dist: | rafan | 2010-07-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | - Fix wrong manpage title for keybound.3X PR: docs/148864 Obtained from: ncurses-5.7-20081213 snapshot | ||||
* | | Merge r198489 from vendor/ncurses/dist: | rafan | 2009-10-26 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Pull upstream patch to fix ee(1) crash when received SIGWINCH: modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a SIGWINCH, and discard that value, to avoid confusing application (patch by Eygene Ryabinkin, FreeBSD bin/136223). PR: 136223 Submitted by: Eygene Ryabinkin Obtained from: ncurses-5.7-20091024 snapshot MFC after: 3 days | ||||
* | | - Update instructions for Subversion import | rafan | 2008-11-15 | 2 | -31/+12 |
| | | | | | | | | | | - Remove FREEBSD-vendor as edwin@ is working on a automatically contrib software status page generation | ||||
* | | - Update ncurses to 5.7-20081102 (5.7 release) and build glue | rafan | 2008-11-15 | 134 | -4395/+7202 |
|\ \ | |/ | | | | | | | | | | | - 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) | ||||
| * | - Flatten the vendor area | rafan | 2008-11-09 | 535 | -193451/+0 |
| | | |||||
* | | - update maintainer's info per src/MAINTAINERS | rafan | 2008-06-04 | 1 | -1/+1 |
| | | |||||
* | | - Update for 5.6-20080503 | rafan | 2008-05-09 | 2 | -4/+4 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r178866, | rafan | 2008-05-09 | 43 | -2094/+3227 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import ncurses 5.6-20080503 snapshot onto the vender branch | rafan | 2008-05-09 | 43 | -2094/+3227 |
| | | |||||
* | | - Update instructions for snapshot import | rafan | 2008-02-11 | 1 | -0/+4 |
| | | |||||
* | | Per discussion on developers@, add vendor information for ncurses. | rafan | 2008-02-11 | 1 | -0/+8 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r176187, | rafan | 2008-02-11 | 31 | -203/+4161 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import ncurses 5.6-20080209 snapshot onto the vender branch | rafan | 2008-02-11 | 31 | -203/+4161 |
| | | |||||
| * | - Remove files that are removed in upstream | rafan | 2007-12-30 | 24 | -13039/+0 |
| | | |||||
* | | - Update notes | rafan | 2007-12-30 | 1 | -3/+3 |
| | | |||||
* | | - Resolve conflicts | rafan | 2007-12-30 | 3 | -41/+54 |
| | | | | | | | | - Our changes in lib_termcap.c is now merged in upstream | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r174996, | rafan | 2007-12-30 | 24 | -13039/+0 |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r174993, | rafan | 2007-12-30 | 203 | -4931/+9767 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import ncurses 5.6-20071222 snapshot onto the vender branch | rafan | 2007-12-30 | 206 | -4972/+9821 |
| | | |||||
| * | Remove files that are no longer exist. | rafan | 2007-01-20 | 65 | -23424/+0 |
| | | | | | | | | Approved by: delphij | ||||
* | | Add instructions for future update. | rafan | 2007-01-20 | 2 | -0/+62 |
| | | | | | | | | Approved by: delphij | ||||
* | | - Resolve conflicts | rafan | 2007-01-20 | 68 | -23851/+537 |
| | | | | | | | | | | | | - Remove files that are removed in vender branch Approved by: delphij | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r166124, | rafan | 2007-01-20 | 483 | -31726/+68333 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import ncurses 5.6-20061217 onto the vender branch | rafan | 2007-01-20 | 486 | -32151/+68870 |
| | | | | | | | | Approved by: delphij | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r163356, | ru | 2006-10-14 | 1 | -12/+15 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Fix from upstream: unbreak generation of the terminfo.5 manpage. | ru | 2006-10-14 | 1 | -12/+15 |
| | | | | | | | | | | | | PR: docs/46709, docs/56981, docs/80871 MFC after: 3 days Obtained from: ftp://invisible-island.net/ncurses/ncurses-5.5.tar.gz | ||||
* | | Switch to contemporary TTY interface. | phk | 2005-07-15 | 1 | -1/+3 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r104977, | ache | 2002-10-12 | 2 | -0/+10 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Fix problem with missing pseudographics on stock xterm* entries - | ache | 2002-10-12 | 2 | -0/+10 |
| | | | | | | | | | | | | | | import official fix onto the vendor branch. Submitted by: Thomas Dickey <dickey@herndon4.his.com> Approved by: no response from maintainer | ||||
* | | Merge ncurses 5.2-20020615 changes onto mainline. | peter | 2002-06-20 | 1 | -3/+3 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r98503, | peter | 2002-06-20 | 24 | -257/+640 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import ncurses 5.2-20020615 to fix a first-column display bug. | peter | 2002-06-20 | 25 | -260/+643 |
| | | |||||
| * | Removed in latest import | peter | 2002-05-21 | 1 | -158/+0 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r97055, | peter | 2002-05-21 | 1 | -158/+0 |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | | Merge ncurses-5.2-20010512 -> ncurses-5.2-20020518 changes onto mainline. | peter | 2002-05-21 | 3 | -42/+176 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r97049, | peter | 2002-05-21 | 277 | -5940/+24153 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import ncurses-5.2-20020518 onto the vendor branch. | peter | 2002-05-21 | 280 | -5982/+24329 |
| | | | | | | | | Obtained from: ftp://dickey.his.com/ncurses/ | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r89354, | ache | 2002-01-14 | 1 | -4/+44 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import official baudrate fix into the vendor branch | ache | 2002-01-14 | 1 | -4/+44 |
| | | |||||
| * | Thanks to ru for the suggestion: remove these files from the vendor | peter | 2001-05-17 | 9 | -7562/+0 |
| | | | | | | | | | | branch instead of the mainline. These no longer exist on the vendor branch as of v5_2_20010512. This saves a delta on the mainline. | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r76732, | peter | 2001-05-17 | 9 | -7562/+0 |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | | Merge changes from vendor branch to mainline. | peter | 2001-05-17 | 3 | -121/+151 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r76726, | peter | 2001-05-17 | 332 | -7861/+13642 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. |