diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-10-17 22:15:30 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-10-17 22:15:30 -0700 |
commit | 3041727333dc9d45f7f4d799ca22813a6f8a07dc (patch) | |
tree | 236272ac3ea11604ce5f713303543e099d945d95 /txr.1 | |
parent | e5b96f7555634de5e3b62d4df1a0a0d1a21799b9 (diff) | |
download | txr-3041727333dc9d45f7f4d799ca22813a6f8a07dc.tar.gz txr-3041727333dc9d45f7f4d799ca22813a6f8a07dc.tar.bz2 txr-3041727333dc9d45f7f4d799ca22813a6f8a07dc.zip |
Support binary specifier in format.
* stream.c (formatv): New 'b' case along side 'o', handling
binary in straightforward way for bignums, and with binary
formatting loop code for fixnums.
* txr.1: Documented b.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -30032,6 +30032,11 @@ Like the .code x directive, but octal is used instead of hexadecimal. +.coIP b +Like the +.code x +directive, but binary is used instead of hexadecimal. + .coIP f The .code f |