Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-04-13 | implement memrchr (nonstandard) and optimize strrchr in terms of it | Rich Felker | 2 | -4/+15 |
2011-04-07 | fix misplaced *'s in string functions (harmless) | Rich Felker | 3 | -3/+3 |
2011-04-06 | fix prototype for strsep | Rich Felker | 1 | -0/+1 |
2011-04-05 | fix misaligned read on early string termination in strchr | Rich Felker | 1 | -1/+2 |
2011-04-03 | fix serious bug in strchr - char signedness | Rich Felker | 1 | -9/+11 |
2011-03-25 | fix all implicit conversion between signed/unsigned pointers | Rich Felker | 6 | -20/+16 |
2011-03-17 | fix broken wmemchr (unbounded search) | Rich Felker | 1 | -1/+1 |
2011-02-26 | fix missing prototype for strsignal | Rich Felker | 1 | -0/+1 |
2011-02-24 | add implementation of memccpy function | Rich Felker | 1 | -0/+32 |
2011-02-24 | fix backwards conditional in stpncpy | Rich Felker | 1 | -1/+1 |
2011-02-14 | more header cleanup and conformance fixes - string.h | Rich Felker | 1 | -0/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 60 | -0/+1054 |