mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-29 19:00:57 +02:00
11402: Doc/Zsh/options.yo: OCTAL_ZEROES fix + expansion
This commit is contained in:
parent
57ed8b5441
commit
c5285d56f7
2 changed files with 9 additions and 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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue