Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2020-10-14 | move __abort_lock to its own file and drop pointless weak_alias trick | Rich Felker | -2/+0 |
2018-09-12 | split internal lock API out of libc.h, creating lock.h | Rich Felker | -1/+1 |
2018-09-05 | define and use internal macros for hidden visibility, weak refs | Rich Felker | -2/+1 |
2018-09-01 | always terminate by SIGABRT when abort is called | Rich Felker | -0/+19 |
2016-07-03 | improve abort fallback behavior when raising SIGABRT fails to terminate | Rich Felker | -1/+5 |
2012-09-06 | add _Noreturn function attribute, with fallback for pre-C11 GNUC | Rich Felker | -1/+1 |
2012-06-02 | ensure that abort always works | Rich Felker | -0/+2 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+8 |