summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/src/unix/tty.c
Commit message (Collapse)AuthorAgeFilesLines
* libuv: Suppress clang-analyzer warningsBrad King2023-05-221-0/+4
|
* libuv: Update CMake-internal buildsystem for 1.44.2Brad King2022-09-271-0/+6
|
* Merge branch 'upstream-libuv' into update-libuvBrad King2022-09-271-16/+62
| | | | | * upstream-libuv: libuv 2022-07-12 (0c1fa696)
* Merge branch 'upstream-libuv' into update-libuvBrad King2021-11-171-0/+18
| | | | | * upstream-libuv: libuv 2021-11-09 (0f696da5)
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-04-061-1/+36
| | | | | * upstream-libuv: libuv 2020-04-06 (d21f5aea)
* libuv: Add partial port to HP-UXEarle Lowe2019-09-201-1/+1
| | | | | Port enough of libuv to HP-UX 11.31 ia64 with GCC 4.9.3 to work for CMake.
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-01-171-25/+20
| | | | | * upstream-libuv: libuv 2019-01-15 (f84c5e69)
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-05-071-8/+8
| | | | | * upstream-libuv: libuv 2018-05-06 (bf605bd7)
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-01-191-0/+36
| | | | | * upstream-libuv: libuv 2018-01-19 (63de1eca)
* libuv: Simplify variable initializations to satisfy Clang scan-buildBrad King2016-09-011-5/+2
| | | | | The Clang scan-build tool warns about assignments whose values are never used, so initialize local variables at declaration instead.
* Merge branch 'upstream-libuv' into import-libuvBrad King2016-08-311-0/+336
* upstream-libuv: libuv 2016-08-30 (897738b1)