Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2007-07-29 | sync the command usage with its synopsis | Igor Sobrado | |
ok jmc@ | |||
2006-03-25 | Use fstat(3) instead of stat(3) as a matter of principle. We don't | Otto Moerbeek | |
like race conditions, even if the effects of these are void and empty. | |||
2006-03-24 | For those of us (including me) who can't type: show an error message if | Otto Moerbeek | |
the argument is a dir. ok tom@ commit #1000 in slighlty less than 1000 days of commit access :-) | |||
2006-01-15 | delint wrt return values, including some missing BN return | Otto Moerbeek | |
values checks. | |||
2004-10-18 | Implement command line evaluation of expressions by implementing the -e option. | Otto Moerbeek | |
ok weingart@ | |||
2004-01-13 | Add missing include. From espie@ | Otto Moerbeek | |
2003-12-01 | Allow for more registers using a 2 byte index. This feature is | Otto Moerbeek | |
enabled by supplying the -x option on the command line. Allows long variable names in bc(1) (to appear soon). If no -x option is given, behave exactly as before. | |||
2003-09-19 | blanks | Theo de Raadt | |
2003-09-19 | spaces | Theo de Raadt | |
2003-09-19 | A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines. | Otto Moerbeek | |
ok toby@ deraadt@ |