Age | Commit message (Expand) | Author |
2021-08-09 | rev 1.25 replaced unsafe code in a sig handler by different but | Otto Moerbeek |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2020-06-30 | Fix potential out-of-bounds copy; spotted by Jakub Jirasek, Secunia Research | Otto Moerbeek |
2017-10-09 | Jan Stary convinced me 4 * a(1) is a better example | Otto Moerbeek |
2017-10-08 | be a bit clearer about -l: original diff from jan stary, but i've | Jason McIntyre |
2017-07-19 | more depends gc / yacc rules overhaul | Marc Espie |
2017-07-03 | be explicit in the lex/yacc dependencies | Marc Espie |
2017-07-02 | whitespace | Theo de Raadt |
2017-02-23 | - write parse errors to stderr, prompted by Martijn Dekker | Otto Moerbeek |
2015-11-23 | - fix printing of non-ascii chars in error message | Otto Moerbeek |
2015-11-17 | Clarify sentence about `quit` in BUGS section. | mmcc |
2015-11-15 | '.Ql Quit' -> '.Ql quit' because only the lowercase command is valid. | mmcc |
2015-10-10 | Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1) | Theo de Raadt |
2015-09-05 | Avoid unintended problems with operator precedence when doing an | Jonathan Gray |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-10-14 | obvious use of reallocarray() | Theo de Raadt |
2014-10-08 | reallocarray() to detect integer overflow; ok doug | Theo de Raadt |
2014-04-17 | whitespace | Otto Moerbeek |
2014-04-17 | rm redundant declaration; from Xin Li | Otto Moerbeek |
2014-01-14 | update references to posix-2008, and point STANDARDS to some of the extension | Jason McIntyre |
2013-11-20 | unsigned char casts for ctype.h macros, when dealing with the | Theo de Raadt |
2013-11-12 | simpler prototype repairs | Theo de Raadt |
2013-09-19 | separate termios.h out from scan.l, both have an ECHO define. Noted by | Otto Moerbeek |
2012-03-14 | repair function when used with different scales; from AIDA Shinra, thanks! | Otto Moerbeek |
2012-03-08 | allow editline in -d mode; from AIDA Shinra | Otto Moerbeek |
2011-10-06 | Better error message on unexpected newline; noted by and ok deraadt@ | Otto Moerbeek |
2011-08-30 | in column lists, enforce the following ordering: | Jason McIntyre |
2011-08-03 | save/restore tty state on SIGTSTP/SIGCONT. ok deraadt@ nicm@ | Otto Moerbeek |
2011-07-08 | el_set with EL_BIND needs sentinel NULL. with help from nicm | Ted Unangst |
2011-06-03 | protect errno from damage in the signal handler | Theo de Raadt |
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 | no Pp before/after Sh; | Jason McIntyre |
2011-03-07 | add editline support; from freebsd. ok deraadt@ | Otto Moerbeek |
2010-10-18 | remove references to now removed usd/psd/smm docs; | Jason McIntyre |
2010-10-17 | Stop installing me(1) and ms(1) source code. | Ingo Schwarze |
2010-01-02 | The .Os macro is not optional. Even with groff(1), | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-07-16 | fix word order; | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-12-15 | turns out gcc is not smart enough to avoid the local array in const | Otto Moerbeek |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2007-02-03 | Save and restore not only scale, but ibase as well. Problem noted my | Otto Moerbeek |
2007-01-29 | whitespace, no change in code produced by bc -dl | Otto Moerbeek |
2006-06-30 | CLEANFILES no longer needed since this is now done by bsd.*.mk | Otto Moerbeek |
2006-05-27 | SRCS should refer to the .l and .c files; spotted by naddy | Theo de Raadt |
2006-05-18 | Avoid segv when a syntax error occurs while reading from command line. | Otto Moerbeek |
2006-04-20 | unused variable | Theo de Raadt |
2006-03-31 | Better useage string. From Alexey Dobriyan. | Otto Moerbeek |