summaryrefslogtreecommitdiff
path: root/usr.bin/patch/inp.c
AgeCommit message (Expand)Author
2024-04-19patch: use getline() instead of fgetln()Martin Tournoij
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2021-07-22patch: cleanup variable initialization a bit.Pedro F. Giffuni
2018-01-11patch(1): Don't check for NUL bytes in Plan AKyle Evans
2017-03-05bc/dc/patch: make some use of reallocarray(3).Pedro F. Giffuni
2015-08-15Remove automatic checkout feature.Xin LI
2015-08-11Use __DECONST instead of doing strdup/free.Xin LI
2015-08-10use posix_spawn(3) instead of fork() and exec() manually as suggestedXin LI
2015-07-28Fix shell injection vulnerability in patch(1) and drop SCCSXin LI
2015-04-20patch(1): small include changes.Pedro F. Giffuni
2015-04-07patch: Bring small updates from OpenBSDPedro F. Giffuni
2013-01-29 - Refresh code with latest OpenBSD revisions.Xin LI
2013-01-29- Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) fromGabor Kovesdan
1997-07-13kill the undeadPeter Wemm
1997-07-06Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,Bruce Evans