mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-09 00:11:25 +02:00
32482: fix character translation issue with some versions of Yodl
This commit is contained in:
parent
a06cd1766a
commit
458e66574b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2014-03-14 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* Jun T: 32482: Doc/zman.yo: fix character translation table
|
||||||
|
usage with some versions of Yodl.
|
||||||
|
|
||||||
2014-03-14 Peter Stephenson <p.stephenson@samsung.com>
|
2014-03-14 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
* 32479: Src/builtin.c, Src/signals.c: with POSIXTRAPS
|
* 32479: Src/builtin.c, Src/signals.c: with POSIXTRAPS
|
||||||
|
|
|
@ -69,7 +69,7 @@ def(chapter)(1)(CMT())
|
||||||
COMMENT(--- the "" works around a yodl bug in versions before 2 ---)
|
COMMENT(--- the "" works around a yodl bug in versions before 2 ---)
|
||||||
def(sect)(1)(\
|
def(sect)(1)(\
|
||||||
IFDEF(INCWSLEVEL)(\
|
IFDEF(INCWSLEVEL)(\
|
||||||
NOTRANS(.SH )"UPPERCASE(ARG1)(0)"+NL()\
|
NOTRANS(.SH )"UPPERCASE(NOTRANS(ARG1))(0)"+NL()\
|
||||||
)(\
|
)(\
|
||||||
NOTRANS(.SH )UPPERCASE(ARG1)(0)""+NL()\
|
NOTRANS(.SH )UPPERCASE(ARG1)(0)""+NL()\
|
||||||
)\
|
)\
|
||||||
|
|
Loading…
Reference in a new issue