diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-16 09:46:10 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-16 09:46:10 +0000 |
| commit | c5285d56f78e28dd9037c5157d1a26432ffdb1fa (patch) | |
| tree | 2c4cd5cd2b0a04bf6723a07ba804365b9af6ef99 | |
| parent | make menu-select accept the match when typing a non-special character (11401) (diff) | |
| download | zsh-c5285d56f78e28dd9037c5157d1a26432ffdb1fa.tar zsh-c5285d56f78e28dd9037c5157d1a26432ffdb1fa.tar.gz zsh-c5285d56f78e28dd9037c5157d1a26432ffdb1fa.tar.bz2 zsh-c5285d56f78e28dd9037c5157d1a26432ffdb1fa.tar.lz zsh-c5285d56f78e28dd9037c5157d1a26432ffdb1fa.tar.xz zsh-c5285d56f78e28dd9037c5157d1a26432ffdb1fa.tar.zst zsh-c5285d56f78e28dd9037c5157d1a26432ffdb1fa.zip | |
11402: Doc/Zsh/options.yo: OCTAL_ZEROES fix + expansion
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Doc/Zsh/options.yo | 6 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2000-05-16 Peter Stephenson <pws@cambridgesiliconradio.com> + + * pws: 11402: Doc/Zsh/options.yo: correct and expand OCTAL_ZEROES + entry. + 2000-05-16 Sven Wischnowsky <wischnow@zsh.org> * 11401: Src/Zle/complist.c: make menu-select accept the match diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 671ce1337..1ffd7eae4 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -780,8 +780,10 @@ sort the filenames numerically rather than lexicographically. pindex(OCTAL_ZEROES) cindex(octal, arithmetic expressions) item(tt(OCTAL_ZEROES) <S>)( -Interpret any integer constant beginning with a 0 and not -as octal, per IEEE Std 1003.2-1992 (ISO 9945-2:1993). +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. ) pindex(OVERSTRIKE) cindex(editor, overstrike mode) |
