<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Doc/Zsh/invoke.yo, branch job_control_debug2</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Doc/Zsh/invoke.yo?h=job_control_debug2</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Doc/Zsh/invoke.yo?h=job_control_debug2'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2017-09-13T09:45:00Z</updated>
<entry>
<title>unposted: YODL compatibility fix for --emulate</title>
<updated>2017-09-13T09:45:00Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-09-11T09:24:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e8780e11edebf6448bcf27ecfd3286bcab85d661'/>
<id>urn:sha1:e8780e11edebf6448bcf27ecfd3286bcab85d661</id>
<content type='text'>
</content>
</entry>
<entry>
<title>41668: New --emulate option on invocation.</title>
<updated>2017-09-11T09:12:17Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-09-11T09:12:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2ef3dff65a9fc0bc69446374473ad08e6fff4755'/>
<id>urn:sha1:2ef3dff65a9fc0bc69446374473ad08e6fff4755</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>27793 and follow ups: add PATH_SCRIPT option to find script using $PATH</title>
<updated>2010-03-16T09:43:51Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-03-16T09:43:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=53745d8df0a6e00d2ddf1c08f7ea71820d587673'/>
<id>urn:sha1:53745d8df0a6e00d2ddf1c08f7ea71820d587673</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21898: insert-composed-char can take command line argument</title>
<updated>2005-10-21T09:51:54Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-10-21T09:51:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c2ff977ddb1b8892fd1e374f3360b70290cfeabb'/>
<id>urn:sha1:c2ff977ddb1b8892fd1e374f3360b70290cfeabb</id>
<content type='text'>
21899: add "roadmap" to manual
</content>
</entry>
<entry>
<title>Minor tweak to _generic plus doc fixes for info interpretation of hyphens.</title>
<updated>2005-04-24T18:38:01Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2005-04-24T18:38:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=337a2e3bfdc5fc6e8d116442cdd939b2df85f90e'/>
<id>urn:sha1:337a2e3bfdc5fc6e8d116442cdd939b2df85f90e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>20397: Fix places where texinfo changes "--" to "-"</title>
<updated>2004-09-22T04:37:00Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2004-09-22T04:37:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fc960bad4ed6f98b30412dba48d53bf711bc7ce9'/>
<id>urn:sha1:fc960bad4ed6f98b30412dba48d53bf711bc7ce9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better indexing and misc. cleanup in the first tenth or so of the doc.</title>
<updated>2001-07-10T08:59:17Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2001-07-10T08:59:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5fcfa125bd4f0006c8207d1652908348f3ea526f'/>
<id>urn:sha1:5fcfa125bd4f0006c8207d1652908348f3ea526f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave like</title>
<updated>2000-07-30T19:18:13Z</updated>
<author>
<name>Andrew Main</name>
<email>zefram@users.sourceforge.net</email>
</author>
<published>2000-07-30T19:18:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=84b04a8728ec1e618b6feb508a12de460fe13428'/>
<id>urn:sha1:84b04a8728ec1e618b6feb508a12de460fe13428</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,</title>
<updated>2000-07-30T17:03:52Z</updated>
<author>
<name>Andrew Main</name>
<email>zefram@users.sourceforge.net</email>
</author>
<published>2000-07-30T17:03:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9743c19d618056b3af1f5efe887a1e8a9944e27b'/>
<id>urn:sha1:9743c19d618056b3af1f5efe887a1e8a9944e27b</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>11485, 11488: Relocate "Compatibility" and "Restricted Shell" docs.</title>
<updated>2000-05-22T15:00:52Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2000-05-22T15:00:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=663e892126dce7efdf94ada38166b6f8c12351c7'/>
<id>urn:sha1:663e892126dce7efdf94ada38166b6f8c12351c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>1999-04-15T18:05:35Z</updated>
<author>
<name>Tanaka Akira</name>
<email>akr@users.sourceforge.net</email>
</author>
<published>1999-04-15T18:05:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c175751b501a3a4cb40ad4787340a597ea769be4'/>
<id>urn:sha1:c175751b501a3a4cb40ad4787340a597ea769be4</id>
<content type='text'>
</content>
</entry>
</feed>
