SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2014-04-28 13:23:52 +00:00 committed by Git OBS Bridge
parent 2d02bdcc03
commit ac921c394f
3 changed files with 23 additions and 5 deletions

View File

@ -10,11 +10,11 @@
AC_ARG_ENABLE(database,
--- configure
+++ configure 2013-09-30 09:17:51.710735838 +0000
@@ -6375,6 +6375,7 @@ else
@@ -6390,6 +6390,7 @@ else
fi;
echo "$as_me:6376: result: $with_overwrite" >&5
echo "$as_me:6391: result: $with_overwrite" >&5
echo "${ECHO_T}$with_overwrite" >&6
+WITH_OVERWRITE="$with_overwrite"
echo "$as_me:6379: checking if external terminfo-database is used" >&5
echo "$as_me:6394: checking if external terminfo-database is used" >&5
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53b39b50b10d859a44b030b438232f2faa4aaeb8fa8bf74c6f93d091ff7bdc6d
size 3223335
oid sha256:4be057101bc85112f32e34ba2ef9e7f8990595f4c4b2ff033c1f877978b15321
size 3277192

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Apr 28 10:53:21 UTC 2014 - werner@suse.de
- Add ncurses patch 20140426
+ add --disable-lib-suffixes option (adapted from patch by Juergen
Pfeifer).
+ merge some changes from Juergen Pfeifer's work with MSYS2, to
simplify later merging:
+ use NC_ISATTY() macro for isatty() in library
+ add _nc_mingw_isatty() and related functions to windows-driver
+ rename terminal driver entrypoints to simplify grep's
+ remove a check in the sp-funcs flavor of newterm() which allowed only
the first call to newterm() to succeed (report by Thomas Beierlein,
cf: 20090927).
- Add ncurses patch 20140419
+ update config.guess, config.sub from
http://git.savannah.gnu.org/cgit/config.git
-------------------------------------------------------------------
Mon Apr 14 17:01:36 UTC 2014 - werner@suse.de