<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/tr.c, branch v6.7</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.7</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.7'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-10-24T23:05:30Z</updated>
<entry>
<title>* src/cat.c (infile): Add "const" to declaration.</title>
<updated>2006-10-24T23:05:30Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-24T23:05:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e81a82b74f44bfddce247d566617137725f11b19'/>
<id>urn:sha1:e81a82b74f44bfddce247d566617137725f11b19</id>
<content type='text'>
* src/csplit.c (prefix): Likewise.
* src/printf.c (cfcc_msg): Likewise.
* src/tail.c (valid_file_spec): Likewise.
* src/cut.c (cut_file): Likewise, for a parameter.
* src/expr.c (str_value): Likewise.
* src/fold.c (fold_file): Likewise.
* src/pr.c (init_header): Likewise.
* src/dircolors.c (dc_parse_stream): Likewise, for a local.
* src/tr.c (make_printable_str): Likewise.
* src/nl.c (body_type, header_type, footer_type, current_type):
(separator_str, build_type_arg, nl_file): Likewise, for many.
* src/paste.c (main): Don't assign a read-only string to 'optarg'.
* src/tac.c (separator, tac_seekable, copy_to_temp): Likewise.
</content>
</entry>
<entry>
<title>* src/ls.c (quote_name): Use initializer rather than memset to</title>
<updated>2006-10-10T22:57:07Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-10-10T22:57:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e245a66054cac00f2916fbc9436d926ea2cf4d1c'/>
<id>urn:sha1:e245a66054cac00f2916fbc9436d926ea2cf4d1c</id>
<content type='text'>
initialize an object to zero.  This is easier to read and is less
likely to introduce an runtime error due to a mixup.  It causes
gcc -W to issue a warning, but you can work around this by
appending -Wno-missing-field-initializers.
* src/pathchk.c (portable_chars_only): Likewise.
* src/shred.c (main): Likewise.
* src/stty.c (main): Likewise.
* src/tr.c (card_of_complement): Likewise.
* src/wc.c (wc): Likewise.
</content>
</entry>
<entry>
<title>(is_char_class_member): Don't assume that isprint etc. return</title>
<updated>2006-07-09T17:04:48Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-07-09T17:04:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8c572b86f6e1e396137f90c2f34e8769cb7395c5'/>
<id>urn:sha1:8c572b86f6e1e396137f90c2f34e8769cb7395c5</id>
<content type='text'>
booleans (needed for pre-C99 hosts).
</content>
</entry>
<entry>
<title>(main): Avoid setmode; use POSIX-specified routines instead.</title>
<updated>2005-07-11T18:27:10Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-11T18:27:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=07fc234838d4bae0ddaa98ead2233ba2c98a1979'/>
<id>urn:sha1:07fc234838d4bae0ddaa98ead2233ba2c98a1979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(unquote): Remove unnecessary `' quotes from a diagnostic.</title>
<updated>2005-06-18T06:25:09Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-06-18T06:25:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2504feb8c3fd0bfa94d713fa67ffd63403dbfd5e'/>
<id>urn:sha1:2504feb8c3fd0bfa94d713fa67ffd63403dbfd5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rather than this: error (..., "...`%s'...", arg);</title>
<updated>2005-06-16T21:28:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-06-16T21:28:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0441b743b0e89b12900f9085600846d2e5d0ceaf'/>
<id>urn:sha1:0441b743b0e89b12900f9085600846d2e5d0ceaf</id>
<content type='text'>
do this:          error (..., "...%s...", quote (arg));
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T07:58:31Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T07:58:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=44d59bb168eaf820bdfd13ee9df442cde795f9c7'/>
<id>urn:sha1:44d59bb168eaf820bdfd13ee9df442cde795f9c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T06:57:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T06:57:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c0c815af8db441526ef112700b9185df6006c771'/>
<id>urn:sha1:c0c815af8db441526ef112700b9185df6006c771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused "case 0".</title>
<updated>2004-09-21T22:26:42Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-09-21T22:26:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=81ca57a91d18d157c0a1405b98641b8de00a0817'/>
<id>urn:sha1:81ca57a91d18d157c0a1405b98641b8de00a0817</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Don't reorder options.</title>
<updated>2004-09-09T00:27:56Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-09-09T00:27:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c9a499526569220e3afc5294756dd2a045a1948b'/>
<id>urn:sha1:c9a499526569220e3afc5294756dd2a045a1948b</id>
<content type='text'>
</content>
</entry>
</feed>
