OpenBSD CVS

CVS log for src/usr.bin/timeout/timeout.c


[BACK] Up to [local] / src / usr.bin / timeout

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_7_0


Revision 1.19 / (download) - annotate - [select for diffs], Sat Sep 4 11:49:11 2021 UTC (2 years, 9 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.18: +7 -7 lines
Diff to previous 1.18 (colored)

* more specific error messages
* no need to check suffix != NULL twice in a row
* style:  *(suffix + 1)  ->  suffix[1]
feedback & OK deraadt@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.