1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-21 14:53:53 +03:00
Files
glibc/string
Ondřej Bílka 3eb38795db Simplify strncat.
We rewrite strncat to use strnlen and malloc calls which simplifies code
an is faster as these functions are better optimized than original code.
2014-12-19 23:09:40 +01:00
..
2014-06-07 19:58:36 +00:00
2014-07-04 09:23:21 +01:00
2014-11-14 13:48:39 +00:00
2014-11-14 13:48:39 +00:00
2014-11-24 17:18:51 +05:30
2014-11-24 20:39:38 +00:00
2014-12-19 23:09:40 +01:00
2014-11-24 15:15:10 +00:00
2014-12-16 10:32:07 +01:00
2009-03-14 23:57:33 +00:00
2013-02-17 16:34:04 +01:00