summaryrefslogtreecommitdiff
path: root/Doc/Zsh/invoke.yo
AgeCommit message (Collapse)AuthorFilesLines
2000-07-3012436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave likeAndrew Main1-2/+5
the csh -b, permitting more options to be stacked after it and take effect. Make -b take effect depending on SH_OPTION_LETTERS, consistent with all the other single-letter options, rather than having a clashing check of emulation type.
2000-07-3012434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main1-9/+51
Src/zsh.mdd: Allow options to be specified on the zsh command line in the form of GNU-style long options. Also handle --version and --help. Do not permit extra option letters to be stacked after `-whatever-' (they used to be ignored). Exit if the command line specifies an option name that doesn't exist.
2000-05-2211485, 11488: Relocate "Compatibility" and "Restricted Shell" docs.Bart Schaefer1-0/+19
1999-04-15Initial revisionTanaka Akira1-0/+23