Age | Commit message (Expand) | Author |
2013-09-19 | separate termios.h out from scan.l, both have an ECHO define. Noted by | Otto Moerbeek |
2011-08-03 | save/restore tty state on SIGTSTP/SIGCONT. ok deraadt@ nicm@ | Otto Moerbeek |
2011-06-03 | Make ^D behave: dont't echo it and make it work if the cursor is at | Otto Moerbeek |
2011-06-01 | - avoid YY_FLUSH_BUFFER: it is not signal safe and it does not work as intended | Otto Moerbeek |
2011-03-07 | add editline support; from freebsd. ok deraadt@ | Otto Moerbeek |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-12-15 | turns out gcc is not smart enough to avoid the local array in const | Otto Moerbeek |
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 |