Files
semi-libc/src/string
Rich Felker 4d0a82170a fix aliasing-based undefined behavior in string functions
use the GNU C may_alias attribute if available, and fallback to naive
byte-by-byte loops if __GNUC__ is not defined.

this patch has been written to minimize changes so that history
remains reviewable; it does not attempt to bring the affected code
into a more consistent or elegant form.
2018-09-26 14:39:10 -04:00
..
2017-06-22 18:34:06 -04:00
2011-02-12 00:22:29 -05:00
2013-08-28 03:34:57 -04:00
2017-09-04 16:38:03 -04:00
2018-09-12 14:34:37 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-04-06 14:28:29 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2018-09-12 14:34:37 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2018-09-23 02:51:01 -04:00