index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
dc
/
dc.1
Age
Commit message (
Expand
)
Author
2006-03-07
Typo. ok otto@
Kjell Wooding
2005-09-30
deploy .An -nosplit; ok jmc
Jared Yanovich
2004-10-18
Implement command line evaluation of expressions by implementing the -e option.
Otto Moerbeek
2003-12-01
Allow for more registers using a 2 byte index. This feature is
Otto Moerbeek
2003-11-17
A basic stack operation that is missing from the original dc (and
Otto Moerbeek
2003-11-14
Implement new boolean operations 'N' (not), 'G' (equals), '(' (less)
Otto Moerbeek
2003-11-06
Describe non-portable extension # (comment), n (print w/o newline),
Otto Moerbeek
2003-11-04
Duh, a stack machine without swap; implement GNU compatible 'r'
Otto Moerbeek
2003-10-23
quote args to make them expand properly;
Jason McIntyre
2003-10-22
Document new extended comparison operators.
Otto Moerbeek
2003-10-20
typos from Jared Yanovich;
Jason McIntyre
2003-10-19
Reorder descriptions of operators alphabetically.
Otto Moerbeek
2003-10-18
- new sentence, new line
Jason McIntyre
2003-10-18
Describe new J and M operators. Also some small cleanup.
Otto Moerbeek
2003-10-11
Division and modulus operator (~). From hugh@.
Otto Moerbeek
2003-10-01
tweak;
Jason McIntyre
2003-09-30
Teach dc(1) how to read strings with unbalanced braces by introducing
Otto Moerbeek
2003-09-22
Typo.
Otto Moerbeek
2003-09-22
Make registers contain zero initially. Needed for new bc(1) and original dc(1)
Otto Moerbeek
2003-09-22
tweaks;
Jason McIntyre
2003-09-19
Man page based on 4.4 BSD man page, using the Caldera license.
Otto Moerbeek