SHA256
3
0
forked from pool/ncurses
Dr. Werner Fink 2013-11-29 12:58:27 +00:00 committed by Git OBS Bridge
parent 4679628d6a
commit e03ec6f1f3
2 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b21f1f2f9b2587ea1a9bafc8f778961965d2f87bf665ea04a1f6f79e62536c8
size 2954844
oid sha256:cb0c6437e4b705adcfb04c687171b09b6aa6fa62f2a64443eeaf41a8800a5e6f
size 2971199

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Nov 29 12:55:49 UTC 2013 - werner@suse.de
- Add ncurses patch 20131123
+ minor fix for CF_GCC_WARNINGS to special-case options which are not
recognized by clang.
- Add ncurses patch 20131116
+ add special case to configure script to move _XOPEN_SOURCE_EXTENDED
definition from CPPFLAGS to CFLAGS if it happens to be needed for
Solaris, because g++ errors with that definition (report by
Jean-Pierre Flori, Sage #15268).
+ correct logic in infocmp's -i option which was intended to ignore
strings which correspond to function-keys as candidates for piecing
together initialization- or reset-strings. The problem dates to
1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
gcc 4.8 (report by David Binderman).
+ updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, adding
checks for -Wextra, -Wignored-qualifiers and -Wlogical-op
+ updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
checks for -Wextra and -Wdeclaration-after-statement into the macro,
and adding checks for -Wignored-qualifiers, -Wlogical-op and -Wvarargs
+ updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
work on cdk.
- Add ncurses patch 20131110
+ minor cleanup of terminfo.tail
-------------------------------------------------------------------
Fri Nov 29 11:57:52 UTC 2013 - werner@suse.de