Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-04 | If strip(1) fails it should not be a fatal error. | Todd C. Miller | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-17 | Add support for STRIP environment variable to specify where strip(1) | Todd C. Miller | |
lives. Idea from NetBSD. | |||
1997-03-07 | Don't error out when chflags(2) fails if the target filesystem doesn't | Todd C. Miller | |
support file flags. Fix from NetBSD (minus the typo). | |||
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-12-06 | warn and _exit | Theo de Raadt | |
1996-09-22 | Pedanitic indentation: spaces -> tabs | imp | |
1996-08-18 | Rewind fd's in copy() since we may have already done a compare(). | Todd C. Miller | |
1996-08-14 | Clean up target/tempfile if mmap or write fails (like non-mmap version) | Todd C. Miller | |
1996-08-08 | Fixed usage sumary and order of args in man page to be consistent. | Todd C. Miller | |
1996-08-05 | Adds -C, -p, and -S flags. Based on FreeBSD changes but heavily | Todd C. Miller | |
modified. | |||
1996-06-26 | rcsid | Theo de Raadt | |
1995-12-21 | from netbsd: some versions of strip generate a new file; thus we should | Theo de Raadt | |
re-open the file before doing chown/chmod operations on it. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |