-
- Downloads
Merge branch 'grubba/pty-handling' into 8.0
* grubba/pty-handling: Process [NT]: Fixed typo in previous commit. Process [NT]: Support UTF-8 in create_process(). I/O [NT]: Added low_dwim_utf8_to_utf16(). I/O [NT]: Fixed some typos. I/O [NT]: Added dynamic lookup of symbols needed for pty handling. I/O [NT]: Added fallbacks for some stuff needed for pty handling. Build [Stdio]: Make systems without termios.h (ie NT) happy again. Stdio: Make Coverity happy. [CID 1457890] Stdio: Fixed some inverted tests in my_openpty(). Stdio: Removed extraneous and broken #include of <pty.h>. Stdio: Added support for PROP_TTY to pipe(). Stdio: Some pty-handling cleanup.
Showing
- lib/modules/Stdio.pmod/module.pmod 6 additions, 1 deletionlib/modules/Stdio.pmod/module.pmod
- src/configure.in 61 additions, 0 deletionssrc/configure.in
- src/fdlib.c 6 additions, 2 deletionssrc/fdlib.c
- src/fdlib.h 41 additions, 0 deletionssrc/fdlib.h
- src/modules/_Stdio/configure.in 3 additions, 2 deletionssrc/modules/_Stdio/configure.in
- src/modules/_Stdio/file.c 122 additions, 43 deletionssrc/modules/_Stdio/file.c
- src/ntlibfuncs.h 42 additions, 0 deletionssrc/ntlibfuncs.h
- src/signal_handler.c 34 additions, 23 deletionssrc/signal_handler.c
Loading
Please register or sign in to comment