diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Etc/FAQ.yo | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 683951eec..904fe09fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-04 Peter Stephenson <pws@csr.com> + + * unposted: Etc/FAQ.yo: add POSIX_ALIASES and POSIX_IDENTIFIERS + to the list of compatibility options with ksh. + 2009-03-03 Peter Stephenson <p.w.stephenson@ntlworld.com> * 26686: Src/exec.c, Src/utils.c: storing long $_ on the @@ -11331,5 +11336,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4600 $ +* $Revision: 1.4601 $ ***************************************************** diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index 1ba9ed38f..603505294 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -517,8 +517,8 @@ link(3.1)(31); tt(NO_HUP), tt(NO_NOMATCH), tt(NO_RCS), tt(NO_SHORT_LOOPS), tt(PROMPT_SUBST), \ tt(RM_STAR_SILENT), - tt(POSIX_BUILTINS), tt(SH_FILE_EXPANSION), tt(SH_GLOB), \ -tt(SH_OPTION_LETTERS), + tt(POSIX_ALIASES), tt(POSIX_BUILTINS), tt(POSIX_IDENTIFIERS), + tt(SH_FILE_EXPANSION), tt(SH_GLOB), tt(SH_OPTION_LETTERS), tt(SH_WORD_SPLIT) (see question link(3.1)(31)) and tt(SINGLE_LINE_ZLE). Note that you can also disable any built-in commands which get in your way. If invoked as `ksh', the shell will try to set suitable |