OpenBSD CVS

src/usr.bin/patch/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / patch

Current tag: OPENBSD_7_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   8 years  tobias   Add native support for ed-style diffs. No need to pledge "proc exec" anymore. o...
[TXT] backupfile.c  1.22   3 years  naddy   Accommodate POSIX basename(3) that takes a non-const parameter and may modify th...
[TXT] backupfile.h  1.6   20 years  otto   More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h, some rewriting...
[TXT] common.h  1.30   4 years  jca   Use getline(3) to handle lines longer than 8192 bytes in patch files Spotted by...
[TXT] ed.c  1.4   4 years  jca   Use getline(3) to handle lines longer than 8192 bytes in patch files Spotted by...
[TXT] ed.h  1.1   8 years  tobias   Add native support for ed-style diffs. No need to pledge "proc exec" anymore. o...
[TXT] inp.c  1.49   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] inp.h  1.8   20 years  otto   Add license from patch.c to original source files missing a license. ok deraadt...
[TXT] mkpath.c  1.4   10 years  guenther   Use errc/warnc to simplify code. Also, in 'ftp', always put the error message la...
[TXT] patch.1  1.36   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] patch.c  1.71   21 months  op   fix locate_hunk in empty files if `first_guess' is zero then main() assumes tha...
[TXT] pch.c  1.62   4 years  jca   Tweak previous, using fputs here was fine
[TXT] pch.h  1.13   4 years  jca   Merge existing decls and decls introduced in rev 1.10 Also: - sort declarations...
[TXT] util.c  1.46   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[TXT] util.h  1.18   4 years  deraadt   signal handlers should not call exit() due to possibility of reentering libc (st...