<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/system.h, branch v7.1</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.1</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.1'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-02-02T08:37:48Z</updated>
<entry>
<title>* src/system.h (emit_bug_reporting_address): Remove periods.</title>
<updated>2009-02-02T08:37:48Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-02-01T19:23:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6b8578af5ecbd2c8d6b04832f1a36501b47cd6c1'/>
<id>urn:sha1:6b8578af5ecbd2c8d6b04832f1a36501b47cd6c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>system.h: add a comment re autoconf's new AC_PACKAGE_URL</title>
<updated>2009-01-28T17:36:08Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-01-28T17:36:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1bdf77ad523fca6f3781f5614706246f20394a62'/>
<id>urn:sha1:1bdf77ad523fca6f3781f5614706246f20394a62</id>
<content type='text'>
* src/system.h (emit_bug_reporting_address): Add a comment
suggesting to use AC_PACKAGE_URL once we require autoconf-2.64.
</content>
</entry>
<entry>
<title>doc: emit better bug-reporting info, to help help2man</title>
<updated>2009-01-27T19:20:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-01-27T18:43:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0d5508de1358319c32b757d8593c3862465fe916'/>
<id>urn:sha1:0d5508de1358319c32b757d8593c3862465fe916</id>
<content type='text'>
* src/system.h (emit_bug_reporting_address): End each "sentence"
with period, mark URLs with &lt;...&gt;.
Based on a suggestion from Eric Blake.
Use fputs on a string without %s, not printf.
</content>
</entry>
<entry>
<title>build: resolve conflict with new declaration from version-etc.h</title>
<updated>2009-01-23T17:27:36Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-01-23T17:27:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=016f8c99984d4a6005eef76d204cd2c396b357d0'/>
<id>urn:sha1:016f8c99984d4a6005eef76d204cd2c396b357d0</id>
<content type='text'>
* src/system.h (emit_bug_reporting_address): Define away,
now, gnulib's version-etc.h also declares this function.
In this package, we choose to include each program's name in
the diagnostic.  Define away the conflicting declaration.
(emit_bug_reporting_address): Also emit home page and
"General help..." links, like the new function does.
Reported by Bob Proulx.
</content>
</entry>
<entry>
<title>no longer define *_FILENO constants</title>
<updated>2009-01-19T20:27:57Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-01-19T20:27:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=065f14f471f520922787be14d770bdd07d8c92ec'/>
<id>urn:sha1:065f14f471f520922787be14d770bdd07d8c92ec</id>
<content type='text'>
* src/system.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
Remove definitions.  Now guaranteed by gnulib.
</content>
</entry>
<entry>
<title>build: add configure-time --enable-gcc-warnings option; avoid warnings</title>
<updated>2008-12-21T16:49:58Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-11-12T10:11:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=22a2a43021e8e82226d4b33189e77673b7326c95'/>
<id>urn:sha1:22a2a43021e8e82226d4b33189e77673b7326c95</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): Add "warnings" module.
* configure.ac: Add --enable-gcc-warnings, derived from code in bison.
* src/Makefile.am (AM_CFLAGS): Set to $(WARN_CFLAGS) # $(WERROR_CFLAGS)
* lib/Makefile.am (AM_CFLAGS): Change spelling to $(WARN_CFLAGS)
Don't use $(WERROR_CFLAGS), yet.
* src/system.h (usage): Declare.
* src/base64.c (usage): Declare to be global, for consistency.
* src/timeout.c (usage): Likewise.
* src/truncate.c (usage): Likewise.
* src/getlimits.c (usage): Likewise.
* src/pinky.c (ttyname): Declare with prototype, rather than an
empty argument list.
* src/who.c (ttyname): Likewise.
* src/su.c (crypt, getusershell, setusershell, endusershell): Likewise.
</content>
</entry>
<entry>
<title>avoid warnings about initialization of automatic aggregates</title>
<updated>2008-12-01T20:18:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-11-30T21:37:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c58b5daa337b16416be50adfeb3e99e3c009c891'/>
<id>urn:sha1:c58b5daa337b16416be50adfeb3e99e3c009c891</id>
<content type='text'>
* src/system.h (DZA_CONCAT0, DZA_CONCAT): New macros.
(DECLARE_ZEROED_AGGREGATE): New macro.
* src/ls.c (quote_name): Use it.
* src/pathchk.c (portable_chars_only): Use it.
* src/shred.c (main): Use it.
* src/stty.c (main): Use it.
* src/wc.c (SUPPORT_OLD_MBRTOWC): Use it.
</content>
</entry>
<entry>
<title>make --help print "Report PROGRAM translation bugs to &lt;...&gt;."</title>
<updated>2008-11-10T07:19:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-11-09T16:15:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=43448b049341d9b88293f38eb941759820f42e84'/>
<id>urn:sha1:43448b049341d9b88293f38eb941759820f42e84</id>
<content type='text'>
for all but the C/POSIX locale.
* src/system.h: Include "hard-locale.h".
(emit_bug_reporting_address): Tell where to report translation bugs.

don't include "hard-locale.h", now that system.h does
* src/comm.c: Likewise.
* src/join.c: Likewise.
* src/ls.c: Likewise.
* src/pinky.c: Likewise.
* src/pr.c: Likewise.
* src/sort.c: Likewise.
* src/uniq.c: Likewise.
* src/who.c: Likewise.
</content>
</entry>
<entry>
<title>avoid warnings about discarding "qualifiers from pointer target type"</title>
<updated>2008-11-10T07:11:59Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-10-28T21:06:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=854284f7887677395239c1085b27a09e834291b7'/>
<id>urn:sha1:854284f7887677395239c1085b27a09e834291b7</id>
<content type='text'>
Use the new "bad_cast" function or an actual cast-to-"(char *)"
to avoid warnings.
* src/system.h (bad_cast): Define.
* src/chown.c (main):
* src/chroot.c (main):
* src/date.c (main):
* src/du.c (main):
* src/expand.c (stdin_argv):
* src/ls.c (decode_switches):
* src/md5sum.c (main):
* src/paste.c (main):
* src/pr.c (col_sep_string, column_separator, line_separator, main):
* src/sort.c (main):
* src/split.c (main):
* src/tail.c (main):
* src/unexpand.c (stdin_argv):
* src/yes.c (main):
</content>
</entry>
<entry>
<title>emit more precise bug-reporting instructions</title>
<updated>2008-11-08T18:59:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-11-08T18:59:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=41ec3548b058ebd4cea2eab5d74d583facca6e88'/>
<id>urn:sha1:41ec3548b058ebd4cea2eab5d74d583facca6e88</id>
<content type='text'>
Hoping that this will decrease the volume of bug reports
mistakenly directed to the coreutils mailing list.
* src/system.h (emit_bug_reporting_address): Specify the program
name in the "Report bugs to &lt;...&gt;." line in each program's --help
output and man page.  Now, it will say "Report PROGRAM_NAME bugs
to &lt;...&gt;."  Suggestion from Ondřej Vašík.
</content>
</entry>
</feed>
