Age | Commit message (Expand) | Author |
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 |
2006-03-18 | Forgotten part in previous commit; having multiple source trees is a | 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-10-29 | do not put a .Pp before a display; | Jason McIntyre |
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich |
2005-09-18 | Do not check pointer for NULL, but check for return value of asprintf(), | Otto Moerbeek |
2005-05-23 | Fix some pedantic signed vs unsigned warnings. From Michael Knudsen, 10x | Otto Moerbeek |
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 |
2005-03-17 | Fix eof without newline handling. spotted by and ok deraadt@ | Otto Moerbeek |
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 |
2004-08-25 | typos from -f (PR #3907); | Jason McIntyre |
2004-07-09 | typo from rohee@ | Jason McIntyre |
2004-04-21 | point people to usd doc; | Jason McIntyre |
2004-04-06 | - add margins when formatting w/ -Tascii | Jason McIntyre |
2004-02-18 | Rewrite argv processing to not alter argv[] and optind while in the | Otto Moerbeek |
2004-02-01 | add paper.txt target; | Jason McIntyre |
2004-01-13 | Missing cast. From deraadt@ | Otto Moerbeek |
2003-12-19 | Pass SIGINT to dc process. | Otto Moerbeek |
2003-12-02 | Describe long variable names, a non-portable extension. | Otto Moerbeek |
2003-12-02 | o Introduce long variable names, a non-portable extension. | Otto Moerbeek |