summaryrefslogtreecommitdiff
path: root/Doc/Zsh/invoke.yo
AgeCommit message (Collapse)AuthorFilesLines
2017-09-13unposted: YODL compatibility fix for --emulatePeter Stephenson1-2/+2
2017-09-1141668: New --emulate option on invocation.Peter Stephenson1-0/+14
This sets the shell emulation mode similarly to ARGV0=... which doesn't work from other shells. Note that this gives more comprehensive emulation than running emulate within the shell.
2010-03-1627793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson1-2/+12
2005-10-2121898: insert-composed-char can take command line argumentPeter Stephenson1-1/+1
21899: add "roadmap" to manual
2005-04-24Minor tweak to _generic plus doc fixes for info interpretation of hyphens.Bart Schaefer1-15/+16
2004-09-2220397: Fix places where texinfo changes "--" to "-"Bart Schaefer1-2/+2
2001-07-10Better indexing and misc. cleanup in the first tenth or so of the doc.Bart Schaefer1-1/+6
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