Age | Commit message (Expand) | Author |
2011-04-01 | Move an isqrt() call outside a macro, from Michael W Bombardieri. | Nicholas Marriott |
2011-02-03 | add a reference to the "An Algorithm for Differential File Comparison" paper; | Jason McIntyre |
2010-11-14 | scandir() does not NULL-terminate the list of dirent structs so use | Todd C. Miller |
2010-11-08 | getdirentries(2) should be avoided outside of libc so use scandir(3) | Todd C. Miller |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-08-18 | Add a cross reference to patch(1) | Ingo Schwarze |
2010-08-04 | exit(2) on xcalloc failure. From Daniel Dickman <didickman () gmail | Ray Lai |
2010-07-17 | Plug memory leak. | Ray Lai |
2010-07-16 | Simplify print_status by removing NULL handling. | Ray Lai |
2010-07-16 | Close FILEs when fork fails. | Ray Lai |
2010-07-16 | diff exits 2 on error, not 1. | Ray Lai |
2010-07-15 | cvs and rcs use diff_output() to print everything since it is not | Ray Lai |
2010-07-15 | Remove unused arguments from check(). From cvs/rcs. | Ray Lai |
2010-07-14 | Return -1 on error as advertised. | Ray Lai |
2010-03-22 | Even though this cannot happen in the diff -r case, | Ingo Schwarze |
2010-02-21 | `-q' is an output option, hence it is mutually exclusive. | Igor Sobrado |
2009-11-09 | move mutually exclusive options (-c, -e, -f, -n and -u) to the right place. | Igor Sobrado |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-07 | More cvs/diff/rcs convergence: | Ray Lai |
2009-06-06 | Oops, forgot to pass dflags to diffreg. Now the flags work again. | Ray Lai |
2009-06-06 | Pull changes from rcsdiff, similar to what was pulled into cvsdiff. | Ray Lai |
2009-02-08 | updates to IEEE Std 1003.1-2008; | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-06-09 | - Change sizeof(type) to sizeof(*ptr). | Ray Lai |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2007-05-29 | Bring in some changes from rcsdiff: | Ray Lai |
2007-03-18 | improve -p for C++ code: classes definition often have | Marc Espie |
2007-03-01 | sort options/synopsis/usage(); | Jason McIntyre |
2007-02-23 | print the header only once. | Marc Espie |
2007-02-22 | Defer printing of the per-file diff header until after the regexp | Todd C. Miller |
2006-05-05 | - no need to escape these | Jason McIntyre |
2006-02-22 | Append two string using strlcpy()/strlcat() instead of snprintf() to | Otto Moerbeek |
2006-02-16 | Strip newline from lines used with -I, otherwise ^$ will match all | Otto Moerbeek |
2005-12-27 | +.Xr sdiff 1 , | Jason McIntyre |
2005-06-15 | bye bye whiteouts | Todd C. Miller |
2005-01-13 | Handle all isspace() chars the same for -w and -b. ok millert@ markus@ | Otto Moerbeek |
2005-01-06 | clarify what -a does; | Jason McIntyre |
2004-12-09 | If the -L option is specified twice, use it for the second filename | Todd C. Miller |
2004-12-07 | advancing argv twice doesn't make it better. | Marc Espie |
2004-11-27 | Use unsigned char for bytes that are fed to isxxx() functions, to improve | Otto Moerbeek |
2004-11-26 | Fix the getdirentries() loop memory handling and EOF detection. | Otto Moerbeek |
2004-10-20 | Change tabs in string constants to \t. "of course" deraadt@ | Otto Moerbeek |
2004-10-02 | Keep calling getdirentries() until we no longer fill up our buffer. | Todd C. Miller |
2004-09-14 | use sizeof(struct cand) instead of defining an unused cand object, and | Theo de Raadt |
2004-06-20 | Implement -I option: ignore changes matching a set of regexes. From | Otto Moerbeek |
2004-06-18 | If a new hunk immediately follows the previous one, merge them | Otto Moerbeek |
2004-03-16 | POSIX specifies that in directory mode device special files and | Todd C. Miller |