| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-28 | Simplify checks | sin | |
| Do not perform checks only when `n' is constant, most of the time it is not. The bos == (size_t)-1 check is redundant because n > bos with bos == -1 will always be false. | |||
| 2015-01-28 | Remove trailing semicolon | sin | |
| 2015-01-28 | Add stpncpy() | sin | |
| 2015-01-28 | Add stpcpy() | sin | |
| 2015-01-28 | Move defines to the bottom | sin | |
| This allows us to re-use the functions internally. | |||
| 2015-01-28 | Merge __foo_chk() into __fortify_foo() | sin | |
| 2015-01-28 | Initial commit | sin | |
