| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: Michael Butler <imb@protected-networks.net>
|
|\ |
|
| |
| |
| |
| | |
Sponsored by: Netflix
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
From the (substantially larger) upstream commit:
+ call delay_output_sp to handle BSD-style padding when tputs_sp is
called, whether directly or internally, to ensure that the SCREEN
pointer is passed correctly (reports by Henric Jungheim, Juraj
Lutter).
This fixes bison segfaults observed when colourized output is enabled.
Thanks to jrtc27@ for identifying the upstream fix.
PR: 256731
MFC after: 3 days
|
|\| |
|
|\|
| |
| |
| |
| |
| |
| |
| | |
While I didn't plan another upgrade, This version incorporate fixes from
kevans@ so let's upgrade to it
Notes:
svn path=/head/; revision=358127
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Among the changes from before:
- Add support for extended colors on widechar version
- Enable ncurses extended functions
- Enable version 2 of the extended mouse support
- Enable SCREEN extensions
Modification that differs from upstream:
- _nc_delink_entries used to be exposed and was turn static,
turn it back as dynamic to not break abi
- Adapt our old termcap.c to modern ncurses
MFC after: 3 weeks
Notes:
svn path=/head/; revision=358062
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The hack in question is intended to workaround seemingly bogus #line markers
in cpp output. As far as I can tell, llvm cpp doesn't do this by default, so
there's no reason to add -P.
In our /bin/sh, the main incantation should be placed in a sub-shell in
order to properly pipe the output to fgrep.
The main motivation for this change is admittedly to stop emitting the noise
about clang not being gcc in make -s buildworld
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D22952
Notes:
svn path=/head/; revision=357903
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
MFC after: 1 week
Notes:
svn path=/head/; revision=304920
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This avoids running target binaries.
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=299289
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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).
Notes:
svn path=/head/; revision=287205
|
| |
| |
| |
| |
| |
| |
| | |
Reported by: ian
Notes:
svn path=/head/; revision=262705
|
|\|
| |
| |
| |
| |
| |
| | |
Requested by: bapt
Notes:
svn path=/head/; revision=262685
|
|\|
| |
| |
| | |
Notes:
svn path=/head/; revision=262629
|
| |
| |
| |
| |
| |
| |
| |
| | |
Submitted by: Yanhui Shen <shen.elf@gmail.com>
MFC after: 3 days
Notes:
svn path=/head/; revision=235773
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Fix wrong manpage title for keybound.3X
PR: docs/148864
Obtained from: ncurses-5.7-20081213 snapshot
Notes:
svn path=/head/; revision=210465
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
Notes:
svn path=/head/; revision=198490
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Remove FREEBSD-vendor as edwin@ is working on a automatically contrib
software status page generation
Notes:
svn path=/head/; revision=184990
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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)
Notes:
svn path=/head/; revision=184989
|
| |
| |
| |
| | |
Notes:
svn path=/vendor/ncurses/dist/; revision=184786
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=179537
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=178870
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=178867
|
| |
| |
| |
| |
| | |
Notes:
svn path=/vendor/ncurses/dist/; revision=178866
svn path=/vendor/ncurses/5.6-20080503/; revision=178868; tag=vendor/ncurses/5.6-20080503
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=176192
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=176191
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=176188
|
| |
| |
| |
| |
| | |
Notes:
svn path=/vendor/ncurses/dist/; revision=176187
svn path=/vendor/ncurses/5.6-20080209/; revision=176189; tag=vendor/ncurses/5.6-20080209
|
| |
| |
| |
| |
| | |
Notes:
svn path=/vendor/ncurses/dist/; revision=174996
svn path=/vendor/ncurses/5.6-20071222/; revision=174995; tag=vendor/ncurses/5.6-20071222
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=175000
|
| |
| |
| |
| |
| |
| |
| | |
- Our changes in lib_termcap.c is now merged in upstream
Notes:
svn path=/head/; revision=174998
|
| |
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=174997
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=174994
|
| |
| |
| |
| | |
Notes:
svn path=/vendor/ncurses/dist/; revision=174993
|
| |
| |
| |
| |
| |
| |
| |
| | |
Approved by: delphij
Notes:
svn path=/vendor/ncurses/dist/; revision=166133
svn path=/vendor/ncurses/5.6-20061217/; revision=166126; tag=vendor/ncurses/5.6-20061217
|
| |
| |
| |
| |
| |
| |
| | |
Approved by: delphij
Notes:
svn path=/head/; revision=166135
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Remove files that are removed in vender branch
Approved by: delphij
Notes:
svn path=/head/; revision=166128
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=166125
|
| |
| |
| |
| |
| |
| |
| | |
Approved by: delphij
Notes:
svn path=/vendor/ncurses/dist/; revision=166124
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=163357
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
PR: docs/46709, docs/56981, docs/80871
MFC after: 3 days
Obtained from: ftp://invisible-island.net/ncurses/ncurses-5.5.tar.gz
Notes:
svn path=/vendor/ncurses/dist/; revision=163356
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=148032
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=104978
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
import official fix onto the vendor branch.
Submitted by: Thomas Dickey <dickey@herndon4.his.com>
Approved by: no response from maintainer
Notes:
svn path=/vendor/ncurses/dist/; revision=104977
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=98507
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=98504
|
| |
| |
| |
| |
| | |
Notes:
svn path=/vendor/ncurses/dist/; revision=98503
svn path=/vendor/ncurses/5.2-20020615/; revision=98505; tag=vendor/ncurses/5.2-20020615
|
| |
| |
| |
| |
| | |
Notes:
svn path=/vendor/ncurses/dist/; revision=97055
svn path=/vendor/ncurses/5.2-20020518/; revision=97051; tag=vendor/ncurses/5.2-20020518
|
| |
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=97056
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=97052
|