History log of /openbsd-src/usr.bin/diff/diffreg.c (Results 76 – 95 of 95)
Revision Date Author Comments
# 48b947b7 26-Jun-2003 millert <millert@openbsd.org>

Fix temp file handling and deal with the case where we might need 2 temp files.


# 7f136ccb 26-Jun-2003 vincent <vincent@openbsd.org>

off by one in size calculation

ok tedu


# 0780a6ba 25-Jun-2003 tedu <tedu@openbsd.org>

fix unified diff output. ok millert@


# 9de32c1b 25-Jun-2003 millert <millert@openbsd.org>

Add unidiff support and try to pretty up usage() a bit


# 49dffe13 25-Jun-2003 millert <millert@openbsd.org>

o use S_ISDIR instead of doing it by hand
o rename talloc -> emalloc and ralloc -> erealloc
o struct direct -> struct dirent (POSIX)
o kill remaining strcpy()
o fix unterminated string in setfile()
d

o use S_ISDIR instead of doing it by hand
o rename talloc -> emalloc and ralloc -> erealloc
o struct direct -> struct dirent (POSIX)
o kill remaining strcpy()
o fix unterminated string in setfile()
deraadt@ OK

show more ...


# c42aed39 25-Jun-2003 millert <millert@openbsd.org>

o use getopt()
o use err/warn
o only call done() when needed (after mkstemp)
o add "-C lines" like GNU grep
OK deraadt@


# 7d9f164d 25-Jun-2003 tedu <tedu@openbsd.org>

remove silly signal catcher, and just use done. ok deraadt@


# 8ae1ab09 25-Jun-2003 deraadt <deraadt@openbsd.org>

oops


# 91cf91ee 25-Jun-2003 deraadt <deraadt@openbsd.org>

use SEEK_SET with fseek()


# 7d2b2b91 25-Jun-2003 deraadt <deraadt@openbsd.org>

more knf


# d226b3cd 25-Jun-2003 deraadt <deraadt@openbsd.org>

index -> strrchr


# 48b8c3e3 25-Jun-2003 deraadt <deraadt@openbsd.org>

knf


# 92af4c2d 25-Jun-2003 tedu <tedu@openbsd.org>

remove unused variable


# 5004e76e 25-Jun-2003 tedu <tedu@openbsd.org>

-Wstrict-prototypes


# 8a15d8de 25-Jun-2003 deraadt <deraadt@openbsd.org>

avoid signed issues; tedu ok


# a6a14831 25-Jun-2003 deraadt <deraadt@openbsd.org>

exit path signal race safe


# 0c9f493e 25-Jun-2003 tedu <tedu@openbsd.org>

more cast removal, and fix some indent(1) oddities


# 26da422a 25-Jun-2003 tedu <tedu@openbsd.org>

cleanup. ansi, headers, correct prototypes, some safer string and
tempfile functions, whitespace, ...
no functional improvements yet


# d0c3f575 25-Jun-2003 deraadt <deraadt@openbsd.org>

caldera licenses


# ae8d569b 25-Jun-2003 deraadt <deraadt@openbsd.org>

4.3reno diff. This is free because of the Caldera license. Nasty, but a
place to start.


1234