#
093fc5b9 |
| 08-Mar-2021 |
jsg <jsg@openbsd.org> |
Add some references, most of these were removed when we stopped building and installing USD/SMM/PSD docs.
jmc@ agrees with the direction, ok millert@ on an earlier diff
|
#
83348857 |
| 06-Sep-2019 |
schwarze <schwarze@openbsd.org> |
More Version 1 AT&T UNIX history. This became possible because copies of the original v1 manuals have shown up on the Internet some time ago. Reminded by Sevan Janiyan <venture37 at geeklan dot co do
More Version 1 AT&T UNIX history. This became possible because copies of the original v1 manuals have shown up on the Internet some time ago. Reminded by Sevan Janiyan <venture37 at geeklan dot co dot uk>.
show more ...
|
#
91a57a7e |
| 02-Dec-2017 |
otto <otto@openbsd.org> |
make 0Z do what the original dc and gnu bcc do; ok tom@
|
#
07a84ed5 |
| 02-Dec-2017 |
otto <otto@openbsd.org> |
Add a caveat wrt use of non-decimal fractional notation; from kshe; ok jmc@
|
#
cfdafa2f |
| 28-Nov-2017 |
otto <otto@openbsd.org> |
document that the 'e' command is non-portable; from kshe; ok jmc@
|
#
1b843d51 |
| 23-Feb-2017 |
otto <otto@openbsd.org> |
Introduce e command, equivalent to p, but writes to stderr
|
#
68d7c31c |
| 10-Dec-2016 |
schwarze <schwarze@openbsd.org> |
replace all references to bn(3) with BN_new(3), and make sure all BN*(3) pages point back to BN_new(3)
|
#
666e2462 |
| 03-Oct-2015 |
deraadt <deraadt@openbsd.org> |
delete documentation for ! command
|
#
4ea85817 |
| 19-Aug-2012 |
jmc <jmc@openbsd.org> |
Stefan Unterweger pointed out that, contrary to the man page, dc exited after processing any expressions and/or files;
this is the doc fix, as requested by (and ok) otto
|
#
1051a0ba |
| 18-Oct-2010 |
jmc <jmc@openbsd.org> |
more usd/psd stuff lurking...
|
#
e62f2403 |
| 19-Sep-2010 |
jmc <jmc@openbsd.org> |
more wacky macro fixing;
|
#
660b00ac |
| 02-Jan-2010 |
schwarze <schwarze@openbsd.org> |
The .Os macro is not optional. Even with groff(1), forgetting it lets the footer line look incomplete and unbalanced. Markup error found by mandoc(1), also required to fix the mandoc build. ok jmc@
The .Os macro is not optional. Even with groff(1), forgetting it lets the footer line look incomplete and unbalanced. Markup error found by mandoc(1), also required to fix the mandoc build. ok jmc@ sobrado@
show more ...
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
429dd2ad |
| 24-Feb-2007 |
jmc <jmc@openbsd.org> |
put `I' in the right place; from Igor Sobrado
|
#
581f5100 |
| 07-Mar-2006 |
kjell <kjell@openbsd.org> |
Typo. ok otto@
|
#
d281945c |
| 30-Sep-2005 |
jaredy <jaredy@openbsd.org> |
deploy .An -nosplit; ok jmc
|
#
5db19890 |
| 18-Oct-2004 |
otto <otto@openbsd.org> |
Implement command line evaluation of expressions by implementing the -e option. ok weingart@
|
#
3f929430 |
| 01-Dec-2003 |
otto <otto@openbsd.org> |
Allow for more registers using a 2 byte index. This feature is enabled by supplying the -x option on the command line. Allows long variable names in bc(1) (to appear soon). If no -x option is given,
Allow for more registers using a 2 byte index. This feature is enabled by supplying the -x option on the command line. Allows long variable names in bc(1) (to appear soon). If no -x option is given, behave exactly as before.
ok jmc@
show more ...
|
#
d072a150 |
| 17-Nov-2003 |
otto <otto@openbsd.org> |
A basic stack operation that is missing from the original dc (and GNU dc as well): drop ('R').
|
#
9f2b90aa |
| 14-Nov-2003 |
otto <otto@openbsd.org> |
Implement new boolean operations 'N' (not), 'G' (equals), '(' (less) and '{' (less or equal). These operations push their result back to the stack. Used by soon to appear boolean operations in bc(1).
Implement new boolean operations 'N' (not), 'G' (equals), '(' (less) and '{' (less or equal). These operations push their result back to the stack. Used by soon to appear boolean operations in bc(1).
man page tweaks and ok jmc@
show more ...
|
#
5e1bcf5d |
| 06-Nov-2003 |
otto <otto@openbsd.org> |
Describe non-portable extension # (comment), n (print w/o newline), and a (byte to char).
Tweaks and ok jmc@
|
#
4e2c9909 |
| 04-Nov-2003 |
otto <otto@openbsd.org> |
Duh, a stack machine without swap; implement GNU compatible 'r' (swap) operator. Prompted by Michael Knudsen <e at molioner dot dk>
|
#
e9c43229 |
| 23-Oct-2003 |
jmc <jmc@openbsd.org> |
quote args to make them expand properly;
|
#
ea1fbbdf |
| 22-Oct-2003 |
otto <otto@openbsd.org> |
Document new extended comparison operators.
ok jmc@
|
#
b667f62a |
| 20-Oct-2003 |
jmc <jmc@openbsd.org> |
typos from Jared Yanovich;
|