Age | Commit message (Expand) | Author |
2006-03-18 | Interchange roles: bc becomes parent, dc child. This leads to saner | Otto Moerbeek |
2006-01-24 | fclose file stream before opening a new one. | Otto Moerbeek |
2005-12-03 | ARGSUSED signal handler | Theo de Raadt |
2005-04-13 | Always use lex in interactive mode. Makes bc running as a co-process | Otto Moerbeek |
2005-03-28 | mark potential signal race so we fix it later, ok otto | Theo de Raadt |
2004-12-02 | Fix signal races for isatty(3) (calls ioctl(2)) and printf(3); | Otto Moerbeek |
2004-10-19 | Implement -e expression, for command line expression evaluation. | Otto Moerbeek |
2003-12-02 | o Introduce long variable names, a non-portable extension. | Otto Moerbeek |
2003-11-17 | Implement non-portable extensions: | Otto Moerbeek |
2003-11-11 | Some syntactic sugar (all non-portable extensions): | Otto Moerbeek |
2003-11-11 | Implement `print' statement, a non-portable extension. | Otto Moerbeek |
2003-11-09 | Introduce `last' as a synonym for `.' and document them. | Otto Moerbeek |
2003-10-18 | err(1, "cannot allocate mem") -> err(1, NULL) | Otto Moerbeek |
2003-10-18 | o Fix assignment operators (+=, -=, ... ) | Otto Moerbeek |
2003-09-30 | Make sure strings and error messages sent to dc(1) properly escape [, ] and \. | Otto Moerbeek |
2003-09-29 | Implement (undocumented) dot shorthand, which was missing. | Otto Moerbeek |
2003-09-28 | Better error hanndling: | Otto Moerbeek |
2003-09-26 | spacing | Theo de Raadt |
2003-09-26 | spacing | Theo de Raadt |
2003-09-26 | spacing | Theo de Raadt |
2003-09-25 | A new, BSD licensed implementation of bc(1). | Otto Moerbeek |