SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2014-02-03 10:15:49 +00:00 committed by Git OBS Bridge
parent 3d02927254
commit 9df8b77eb4
2 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d1b814212fd53fe57d3f1e3ef1162173879e1f1601615a761ddd7e0f7b0d613
size 3025792
oid sha256:153b6358f0abd1249fe86fbd4f6bd2bf43cf2649d102387015baf32610b7931e
size 3040677

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Feb 3 10:11:10 UTC 2014 - werner@suse.de
- Add ncurses patch 20140201
+ add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
which "short" types are for color pairs and which are color values.
+ fix build for s390x, by correcting field bit offsets in generated
representation clauses when int=32 long=64 and endian=big, or at
least on s390x (patch by Nicolas Boulenguez).
+ minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
- Add ncurses patch 20140125
+ remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
not work as is with gcc 4.8 due to fixes using chtype cast made for
new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
by Nicolas Boulenguez).
-------------------------------------------------------------------
Tue Jan 28 18:18:22 UTC 2014 - werner@suse.de