Age | Commit message (Expand) | Author |
2012-11-29 | Change scandir()'s 'select' argument from | Philip Guenthe |
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-07-17 | Plug memory leak. | Ray Lai |
2010-07-16 | Simplify print_status by removing NULL handling. | Ray Lai |
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 |
2007-06-09 | - Change sizeof(type) to sizeof(*ptr). | Ray Lai |
2007-05-29 | Bring in some changes from rcsdiff: | Ray Lai |
2005-06-15 | bye bye whiteouts | Todd C. Miller |
2004-11-26 | Fix the getdirentries() loop memory handling and EOF detection. | Otto Moerbeek |
2004-10-02 | Keep calling getdirentries() until we no longer fill up our buffer. | Todd C. Miller |
2004-03-16 | POSIX specifies that in directory mode device special files and | Todd C. Miller |
2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek |
2003-10-07 | Fix printing of "Only in foo" when foo is "/" (trailing slash removal | Todd C. Miller |
2003-07-21 | Historically, the "Only in" messages produced in dir mode | Todd C. Miller |
2003-07-21 | Fix printing of status when not in -l mode which was broken when the | Todd C. Miller |
2003-07-09 | Re-implement -l flag; diff -l now works correctly in non-directory | Todd C. Miller |
2003-07-06 | Add -q option from GNU diff | Todd C. Miller |
2003-07-06 | Implement -P from GNU diff (like -N but only for files that are missing | Todd C. Miller |
2003-07-06 | Some fairly major changes: | Todd C. Miller |
2003-07-06 | Use symbolic constants for output format. | Todd C. Miller |
2003-07-04 | Kill non-standard -l option as discussed with tedu@ | Todd C. Miller |
2003-07-04 | Some cosmetic fixes: | Todd C. Miller |
2003-06-27 | -a to force ascii compare. ok millert | Ted Unangst |
2003-06-26 | Fix temp file handling. | Todd C. Miller |
2003-06-25 | Add unidiff support and try to pretty up usage() a bit | Todd C. Miller |
2003-06-25 | o use S_ISDIR instead of doing it by hand | Todd C. Miller |
2003-06-25 | o use getopt() | Todd C. Miller |
2003-06-25 | more knf | Theo de Raadt |
2003-06-25 | knf | Theo de Raadt |
2003-06-25 | -Wstrict-prototypes | Ted Unangst |
2003-06-25 | exit path signal race safe | Theo de Raadt |
2003-06-25 | fix lseek | Theo de Raadt |
2003-06-25 | snprintf | Theo de Raadt |
2003-06-25 | more cast removal, and fix some indent(1) oddities | Ted Unangst |
2003-06-25 | cleanup. ansi, headers, correct prototypes, some safer string and | Ted Unangst |
2003-06-25 | caldera licenses | Theo de Raadt |
2003-06-25 | 4.3reno diff. This is free because of the Caldera license. Nasty, but a | Theo de Raadt |