mbox series

[v8,0/4] Fixes curses on msys2/mingw

Message ID 20201005155524.442-1-luoyonggang@gmail.com
Headers show
Series Fixes curses on msys2/mingw | expand

Message

罗勇刚(Yonggang Luo) Oct. 5, 2020, 3:55 p.m. UTC
V7-V8
Rebase to master and  resolve conflict of
*configure: fixes indent of $meson setup

V6-V7
Update the configure script for
* curses: Fixes compiler error that complain don't have langinfo.h on msys2/m=
ingw

V5-V6
Dropping configure: Fixes ncursesw detection under msys2/mingw by convert the=
m to meson first.
That need the meson 0.56 upstream to fixes the curses detection.
Add
* configure: fixes indent of $meson setup

Yonggang Luo (4):
  configure: fixes indent of $meson setup
  curses: Fixes compiler error that complain don't have langinfo.h on
    msys2/mingw
  curses: Fixes curses compiling errors.
  win32: Simplify gmtime_r detection not depends on if  _POSIX_C_SOURCE
    are defined on msys2/mingw

 configure                 | 53 ++++++---------------------------------
 include/sysemu/os-win32.h |  4 +--
 ui/curses.c               | 14 +++++------
 util/oslib-win32.c        |  4 +--
 4 files changed, 19 insertions(+), 56 deletions(-)

--=20
2.28.0.windows.1