| Commit message (Expand) | Author | Age | Files | Lines |
* | more depends gc / yacc rules overhaul |  espie | 2017-07-19 | 1 | -2/+2 |
* | whitespace |  deraadt | 2017-07-02 | 1 | -2/+2 |
* | separate termios.h out from scan.l, both have an ECHO define. Noted by |  otto | 2013-09-19 | 1 | -43/+1 |
* | save/restore tty state on SIGTSTP/SIGCONT. ok deraadt@ nicm@ |  otto | 2011-08-03 | 1 | -2/+45 |
* | Make ^D behave: dont't echo it and make it work if the cursor is at |  otto | 2011-06-03 | 1 | -1/+18 |
* | - avoid YY_FLUSH_BUFFER: it is not signal safe and it does not work as intended |  otto | 2011-06-01 | 1 | -5/+28 |
* | add editline support; from freebsd. ok deraadt@ |  otto | 2011-03-07 | 1 | -1/+41 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -5/+1 |
* | turns out gcc is not smart enough to avoid the local array in const |  otto | 2008-12-15 | 1 | -3/+3 |
* | Interchange roles: bc becomes parent, dc child. This leads to saner |  otto | 2006-03-18 | 1 | -10/+9 |
* | fclose file stream before opening a new one. |  otto | 2006-01-24 | 1 | -2/+4 |
* | ARGSUSED signal handler |  deraadt | 2005-12-03 | 1 | -2/+3 |
* | Always use lex in interactive mode. Makes bc running as a co-process |  otto | 2005-04-13 | 1 | -2/+5 |
* | mark potential signal race so we fix it later, ok otto |  deraadt | 2005-03-28 | 1 | -3/+3 |
* | Fix signal races for isatty(3) (calls ioctl(2)) and printf(3); |  otto | 2004-12-02 | 1 | -4/+12 |
* | Implement -e expression, for command line expression evaluation. |  otto | 2004-10-19 | 1 | -2/+46 |
* | o Introduce long variable names, a non-portable extension. |  otto | 2003-12-02 | 1 | -4/+16 |
* | Implement non-portable extensions: |  otto | 2003-11-17 | 1 | -2/+6 |
* | Some syntactic sugar (all non-portable extensions): |  otto | 2003-11-11 | 1 | -2/+3 |
* | Implement `print' statement, a non-portable extension. |  otto | 2003-11-11 | 1 | -2/+3 |
* | Introduce `last' as a synonym for `.' and document them. |  otto | 2003-11-09 | 1 | -2/+3 |
* | err(1, "cannot allocate mem") -> err(1, NULL) |  otto | 2003-10-18 | 1 | -4/+4 |
* | o Fix assignment operators (+=, -=, ... ) |  otto | 2003-10-18 | 1 | -2/+4 |
* | Make sure strings and error messages sent to dc(1) properly escape [, ] and \. |  otto | 2003-09-30 | 1 | -3/+6 |
* | Implement (undocumented) dot shorthand, which was missing. |  otto | 2003-09-29 | 1 | -9/+6 |
* | Better error hanndling: |  otto | 2003-09-28 | 1 | -5/+6 |
* | spacing |  deraadt | 2003-09-26 | 1 | -3/+3 |
* | spacing |  deraadt | 2003-09-26 | 1 | -5/+5 |
* | A new, BSD licensed implementation of bc(1). |  otto | 2003-09-25 | 1 | -0/+207 |