History log of /openbsd-src/usr.bin/patch/util.c (Results 26 – 46 of 46)
Revision Date Author Comments
# 37c42b06 28-Jul-2003 millert <millert@openbsd.org>

Don't treat consecutive slashes as path components; matches POSIX
OK otto@ and deraadt@


# 03269102 28-Jul-2003 otto <otto@openbsd.org>

More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h,
some rewriting of code to make it more readable and more KNF.

ok millert@ tedu@ deraadt@


# ea13368a 28-Jul-2003 millert <millert@openbsd.org>

Make patch(1) exit value match POSIX and be consistent with diff.
Comments and OK from otto@


# 7fe8583a 25-Jul-2003 millert <millert@openbsd.org>

Add POSIX -b option but don't change the default beahvior wrt backups
yet. The old -b option is now -z (matches GNU patch).


# 9ecaafb2 22-Jul-2003 deraadt <deraadt@openbsd.org>

just about nothing


# fb8601a0 22-Jul-2003 otto <otto@openbsd.org>

More cleanup.
ok millert@ tedu@


# 72e24984 21-Jul-2003 deraadt <deraadt@openbsd.org>

fix header


# 1422fa04 21-Jul-2003 deraadt <deraadt@openbsd.org>

remove a bit more junk


# be55ebd7 21-Jul-2003 deraadt <deraadt@openbsd.org>

knf and other cleanup; ok otto


# 5dc74f7d 18-Jul-2003 deraadt <deraadt@openbsd.org>

remove junk; ok otto tedu


# 88ae9982 08-Apr-2003 deraadt <deraadt@openbsd.org>

strcpy trashing, help from tedu; ok tedu


# 1f7e104b 05-Apr-2003 deraadt <deraadt@openbsd.org>

string fixes; ok miod henning


# b759e02b 04-Dec-1999 provos <provos@openbsd.org>

a few more overflows gone


# eab5e990 04-Dec-1999 provos <provos@openbsd.org>

revert strlcpy to strcpy for one case.


# 67f67849 04-Dec-1999 provos <provos@openbsd.org>

avoid overflows


# e3600da8 11-Jan-1999 marc <marc@openbsd.org>

fix seg fault on sparc


# 8b6f9cfe 03-Jan-1999 millert <millert@openbsd.org>

Use libc basename(3) and dirname(3) instead of defining our own. Also clean up some nasty assumptions that basename() returns a pointer that lies within its argument


# 71eaa2b5 22-Sep-1997 millert <millert@openbsd.org>

Start of -Wall and cleaning up icky bits.


# 7ecb9955 24-Sep-1996 millert <millert@openbsd.org>

sprintf -> snprintf except where guaranteed safe.


# d438cbb6 10-Jun-1996 niklas <niklas@openbsd.org>

Support the long options that FSF's patch version has. $OpenBSD$ added


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree


12