<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/stty.c, branch DU-FTS</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=DU-FTS</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=DU-FTS'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2002-12-18T08:54:01Z</updated>
<entry>
<title>(valid_options): Declare to be static.</title>
<updated>2002-12-18T08:54:01Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-12-18T08:54:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=302165d6028d7a0458a6bb7a697020f6cc0d492d'/>
<id>urn:sha1:302165d6028d7a0458a6bb7a697020f6cc0d492d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove all uses of `PARAMS'.</title>
<updated>2002-12-15T20:54:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-12-15T20:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a5f14f167e47616fc4f74666678ede320299d5df'/>
<id>urn:sha1:a5f14f167e47616fc4f74666678ede320299d5df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stty doesn't support all baud rates available in current Linux kernels.</title>
<updated>2002-11-21T12:21:55Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-11-21T12:21:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e688809a5c5997195c8bdd18d488eb3cc80cb70b'/>
<id>urn:sha1:e688809a5c5997195c8bdd18d488eb3cc80cb70b</id>
<content type='text'>
When trying to set a high baud rate using stty, it says "invalid
argument". When the high rate is already configured, "stty -a"
returns 0 instead of the true baud rate.

(struct speeds): Add support for all baud rates defined
in linux-2.4.19.
</content>
</entry>
<entry>
<title>Change `exit (0)' to `exit (EXIT_SUCCESS)',</title>
<updated>2002-08-31T08:52:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-31T08:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4006f4e672123e0189e58d4f76b58d06ae30eb94'/>
<id>urn:sha1:4006f4e672123e0189e58d4f76b58d06ae30eb94</id>
<content type='text'>
`exit (1)' to `exit (EXIT_FAILURE)', and
`usage (1)' to `usage (EXIT_FAILURE)'.
</content>
</entry>
<entry>
<title>Change `error (1, ...' to `error (EXIT_FAILURE, ...'.</title>
<updated>2002-08-30T23:04:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-30T23:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=74887031996e79df07dae9711f08d80839b31e62'/>
<id>urn:sha1:74887031996e79df07dae9711f08d80839b31e62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.</title>
<updated>2002-07-02T09:09:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-02T09:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2ee11887cdda6e55f6aecf349e89667d7262844c'/>
<id>urn:sha1:2ee11887cdda6e55f6aecf349e89667d7262844c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION</title>
<updated>2001-12-15T20:46:30Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-15T20:46:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2fae9e5d26536fc61ad06a3d295c9bb8e40d215e'/>
<id>urn:sha1:2fae9e5d26536fc61ad06a3d295c9bb8e40d215e</id>
<content type='text'>
instead of hard-coding --help and --version descriptions.
Split --help output into smaller pieces.
Use fputs, not printf.
</content>
</entry>
<entry>
<title>(usage): Prefix each line with a space, so that</title>
<updated>2001-09-16T20:10:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-09-16T20:10:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=22e8070d31542a37b066c49e4f3503c69a016246'/>
<id>urn:sha1:22e8070d31542a37b066c49e4f3503c69a016246</id>
<content type='text'>
help2man produces a better stty.1 man page.
</content>
</entry>
<entry>
<title>(visible): Don't mark `&lt;undef&gt;' for translation.</title>
<updated>2000-07-17T20:07:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-07-17T20:07:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5c05881f32bd8864a90a7bd4f5b6027c0d07b301'/>
<id>urn:sha1:5c05881f32bd8864a90a7bd4f5b6027c0d07b301</id>
<content type='text'>
The standard requires that exact string.
</content>
</entry>
<entry>
<title>(valid_options): Don't segfault on `stty erase -'.</title>
<updated>2000-06-21T07:29:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-06-21T07:29:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e1e0683c8209f04f51a72957a11b2b203506614a'/>
<id>urn:sha1:e1e0683c8209f04f51a72957a11b2b203506614a</id>
<content type='text'>
</content>
</entry>
</feed>
