1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/usr.bin/patch
op 178bf424c3 use strtonum() to parse numeric option values instead of atoi()
looks reasonable to deraadt
ok/improvements bluhm@
2024-08-30 07:11:02 +00:00
..
backupfile.c add "-V none" to prevent making any backups 2024-03-22 19:22:23 +00:00
backupfile.h
common.h
ed.c
ed.h
inp.c
inp.h
Makefile
mkpath.c
patch.1 add "-V none" to prevent making any backups 2024-03-22 19:22:23 +00:00
patch.c use strtonum() to parse numeric option values instead of atoi() 2024-08-30 07:11:02 +00:00
pch.c Don't run off the end of path if it ends in /. 2023-07-12 15:45:34 +00:00
pch.h Use ssize_t instead of short for line lengths 2023-07-12 11:26:13 +00:00
util.c For open/openat, if the flags parameter does not contain O_CREAT, the 2021-10-24 21:24:15 +00:00
util.h