Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller | |
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||
1998-04-13 | Nuke paragraph about checking for zero length file. Doing things that | Todd C. Miller | |
way would allow a race. Niall Smart <rotel@indigo.ie> | |||
1998-03-19 | document why you want to use this and why other ways are bad. | Todd C. Miller | |
1998-03-07 | .Bx Open -> .Ox 2.x | Todd C. Miller | |
1997-10-28 | Add a missing .El | Todd C. Miller | |
1997-06-20 | Use mkdtemp(3) | Todd C. Miller | |
1997-06-17 | Adds a -d (directory) flag. | Todd C. Miller | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
1997-01-27 | fix typo | Todd C. Miller | |
1997-01-04 | Fix typo, too much perl on the brain. | Todd C. Miller | |
1997-01-03 | Better error on failure. | Todd C. Miller | |
1996-11-21 | mktemp(1) for shell scripts. No more gross directory hackery for safe temp | Todd C. Miller | |
files. |