aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat_strndup.c
Commit message (Collapse)AuthorAgeFilesLines
* update millert@'s email addressIngo Schwarze2020-06-151-3/+4
|
* Only compile compat_*.c implementations that are actually needed.Ingo Schwarze2020-06-151-11/+2
| | | | | That's cleaner and it is supposed to fix compiler warnings with gcc 10 reported by Wynn Wolf Arbor <wolf at oriole dot systems> on discuss@.
* Add strndup(3) compat implementation.Ingo Schwarze2018-02-271-0/+50
Jan Stary reports that MacOS X Snow Leopard and older lacks it.