mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-09 16:38:32 +01:00
Requires thread-local storage. Another solution would be a mutex, but this is slower and more complicated and might cause issues with some programs.
18 lines
290 B
Plaintext
18 lines
290 B
Plaintext
NEWS
|
|
====
|
|
|
|
0.X
|
|
---
|
|
|
|
- Fix hook for GNU's error_at_line() not exiting if status != 0. If
|
|
error_one_per_line was used and suppressed a message, then error_at_line()
|
|
didn't exit.
|
|
- Fix race condition when using threads. The fix requires thread-local
|
|
storage.
|
|
|
|
|
|
0.1
|
|
---
|
|
|
|
- First release.
|