shell: add TODO comment about BASE#nnn literals
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 16 May 2019 07:56:45 +0000 (09:56 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 16 May 2019 07:56:45 +0000 (09:56 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/math.h

index 32e1ffe350cbe00157e54a347e9d1463db8f66a5..2c5ae9b44ce641b9413430edd52e35541bdaf0c2 100644 (file)
@@ -72,6 +72,8 @@ typedef long arith_t;
 #define ARITH_FMT "%ld"
 #define strto_arith_t strtoul
 #endif
+//TODO: bash supports "BASE#nnnnn" numeric literals, e.g. 2#1111 = 15.
+//Make strto_arith_t() support that?
 
 typedef const char* FAST_FUNC (*arith_var_lookup_t)(const char *name);
 typedef void        FAST_FUNC (*arith_var_set_t)(const char *name, const char *val);