diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-02-12 16:43:40 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-02-12 16:43:40 +0000 |
commit | 2c92d005d7c0b828dc9bec3f220543b716dad6ee (patch) | |
tree | 24cb70e449c9a16627d5e61658e1b3f428794efb /Doc | |
parent | 9ed500a1cd6d31522675b313d52fc5ba624095c7 (diff) | |
download | zsh-2c92d005d7c0b828dc9bec3f220543b716dad6ee.tar.gz zsh-2c92d005d7c0b828dc9bec3f220543b716dad6ee.tar.xz zsh-2c92d005d7c0b828dc9bec3f220543b716dad6ee.zip |
23165: fix problems with bases: error if over 36 and don't interpret octal
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/options.yo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index e1f3fc509..b929366c4 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1101,6 +1101,10 @@ Interpret any integer constant beginning with a 0 as octal, per IEEE Std 1003.2-1992 (ISO 9945-2:1993). This is not enabled by default as it causes problems with parsing of, for example, date and time strings with leading zeroes. + +Sequences of digits indicating a numeric base such as the `tt(08)' +component in `tt(08#77)' are always interpreted as decimal, regardless +of leading zeroes. ) pindex(TYPESET_SILENT) item(tt(TYPESET_SILENT))( |