X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=README;fp=README;h=e298a04e6caee7eff1b0fd070aa4bbda0d460dd7;hp=79a40843429a4c66f346cf893be42c29f4834cb3;hb=a685b825aa87e9806a0ebcbd87bca5c1547b5dff;hpb=e3234d6c08a4231c57643423d42f64d0b980c8b3 diff --git a/README b/README index 79a4084..e298a04 100644 --- a/README +++ b/README @@ -137,6 +137,14 @@ doesn't exist it's created. An existing file isn't overwritten, but the warnings are appended at the end. +KNOWN ISSUES +------------ + +- `{fputc,putc,putchar}_unlocked()` are not hooked when writing to stdout + (which might be redirected to stderr). Can't be fixed as the compiler + inlines the code into the program without calling any function. + + BUGS ----