zig/lib
Andrew Kelley 3839ea8978
fix debug info code not being freestanding compatible
in stack tracing code, the idea was to detect the tty settings at the
top of the stack and pass the information down. somewhere along the way
this got changed so that setTtyColor was assuming the global stderr_file
was related to the output stream the stack trace was being printed to.

now, tty_color is changed to tty_config, and it is an enum rather than a
bool, telling how tty colors are expected to be handled. windows is
still incorrectly looking at stderr_file.
2020-01-26 09:55:04 -05:00
..
include update C header files to clang 9.0.0rc4 2019-09-10 13:30:43 -04:00
libc add missing license files 2019-12-02 16:02:03 -05:00
libcxx add missing license files 2019-12-02 16:02:03 -05:00
libunwind update libunwind to llvm9 2019-07-19 16:54:00 -04:00
std fix debug info code not being freestanding compatible 2020-01-26 09:55:04 -05:00