<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/stat.c, branch v8.3</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v8.3</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v8.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2010-01-01T13:06:47Z</updated>
<entry>
<title>maint: update all FSF copyright year lists to include 2010</title>
<updated>2010-01-01T13:06:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-01-01T09:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1aa17dc89b3f313697661541adca0aa0defbdc09'/>
<id>urn:sha1:1aa17dc89b3f313697661541adca0aa0defbdc09</id>
<content type='text'>
Use this command:
git ls-files | grep -v COPYING \
  | xargs env UPDATE_COPYRIGHT_USE_INTERVALS=1 \
      build-aux/update-copyright
</content>
</entry>
<entry>
<title>stat: Recognize k-afs, gfs, ocfs2 file system types</title>
<updated>2009-12-22T16:55:04Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2009-12-22T12:21:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=53db8d6479019474a14b8b858e83ace450195034'/>
<id>urn:sha1:53db8d6479019474a14b8b858e83ace450195034</id>
<content type='text'>
* src/stat.c (human_fstype): Add k-afs, gfs/gfs2 and ocfs2.
* NEWS: Update the stat -f entry.
</content>
</entry>
<entry>
<title>stat: add support for more file system types</title>
<updated>2009-12-22T11:17:01Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2009-12-21T18:43:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4b449caf2dad59fb05d4089f810036872f4b232f'/>
<id>urn:sha1:4b449caf2dad59fb05d4089f810036872f4b232f</id>
<content type='text'>
* src/stat.c (human_fstype): Add the following FS types:
fuseblk, rpc_pipefs.  Also fix a typo of minux3 to minix3,
and mention the fs-magic-compare make target to help update the list.
* NEWS: Mention the fix.
</content>
</entry>
<entry>
<title>stat: recognize "sockfs" file system type, ...</title>
<updated>2009-12-13T10:00:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-12-13T10:00:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=207a978e6483a56302319c56f3b8266cada0510d'/>
<id>urn:sha1:207a978e6483a56302319c56f3b8266cada0510d</id>
<content type='text'>
... now that its magic number appears in &lt;linux/magic.h&gt;.
* src/stat.c (human_fstype) [S_MAGIC_SOCKFS]: Add case.
</content>
</entry>
<entry>
<title>echo, printf: interpret \e as the Escape character</title>
<updated>2009-10-28T16:37:07Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2009-10-27T10:04:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2904d675a49cdd7cb2372f50592a6823106aa0f7'/>
<id>urn:sha1:2904d675a49cdd7cb2372f50592a6823106aa0f7</id>
<content type='text'>
Match gcc, perl, bash, ksh, tcsh, ... in supporting \e.
* src/printf.c (print_escape_char): Output \x1B when \e encountered.
* src/echo.c (main): Likewise.
* src/stat.c (print_escape_char): Likewise.
* doc/coreutils.texi (echo invocation): Add \e to the list.
* tests/misc/printf: Verify that \e outputs \x1B.
* NEWS: Mention the change in behaviour.
</content>
</entry>
<entry>
<title>build: prohibit improper use of stat and lstat</title>
<updated>2009-10-23T12:29:54Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-10-23T12:06:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c0dcf3238bb9341c03bdb7f73c1af1b3898de557'/>
<id>urn:sha1:c0dcf3238bb9341c03bdb7f73c1af1b3898de557</id>
<content type='text'>
* cfg.mk (sc_prohibit_stat_macro_address): New rule.
* src/ln.c (do_link): Adjust comment to avoid false positive.
* src/stat.c (do_stat): Likewise.
* src/touch.c (main): Likewise.
</content>
</entry>
<entry>
<title>stat: work with recent gnulib changes</title>
<updated>2009-10-08T12:52:15Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-10-08T12:04:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=00674c747512687605447685730021a02bd5901b'/>
<id>urn:sha1:00674c747512687605447685730021a02bd5901b</id>
<content type='text'>
* src/stat.c (do_stat): Don't mask function-like stat macro.
</content>
</entry>
<entry>
<title>stat: add support for many more file system types</title>
<updated>2009-10-08T08:18:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-10-08T08:06:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=eb5f06f2a68b3abfe507d9fe527f920ada088688'/>
<id>urn:sha1:eb5f06f2a68b3abfe507d9fe527f920ada088688</id>
<content type='text'>
* src/stat.c (human_fstype): Add the following FS types,
from &lt;linux/magic.h&gt;: afs, anon-inode FS, btrfs, cgroupfs,
cramfs-wend, debugfs, futexfs, inotifyfs, minux3, securityfs,
selinux, xenfs.
Also add "nilfs".
* src/Makefile.am (fs-kernel-magic): New rule.
* NEWS (Bug fixes): Mention this.
</content>
</entry>
<entry>
<title>stat: recognize CIFS and HFS file system types</title>
<updated>2009-10-08T07:07:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-10-08T07:05:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8e323907160db1cb3f9425204013597c81384492'/>
<id>urn:sha1:8e323907160db1cb3f9425204013597c81384492</id>
<content type='text'>
* src/stat.c (human_fstype) [CIFS, HFS]: Add new file system types.
Prompted by a report from Stuart Kemp.
Normalize the form of a few hexadecimal magic numbers.
Alphabetize on S_MAGIC_ case names.
* src/Makefile.am (fs-magic-compare, fs-def, fs-magic): New rules, to
automate comparison of our list with that in the Linux statfs man page.
* NEWS (Bug fixes): Mention it.
</content>
</entry>
<entry>
<title>stat: interpret "-" as standard input</title>
<updated>2009-09-29T14:04:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-09-15T21:07:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a033e28737c1f6320bfc56b484253b61051bad85'/>
<id>urn:sha1:a033e28737c1f6320bfc56b484253b61051bad85</id>
<content type='text'>
* src/stat.c (do_stat): Interpret a command line argument of "-"
to mean "standard input", like many other tools do.
(do_statfs): Fail upon any attempt to use "-".
* NEWS (Changes in behavior): Mention it.
* tests/misc/stat-hyphen: New test, to exercise the above.
* tests/Makefile.am (TESTS): Add misc/stat-hyphen.
</content>
</entry>
</feed>
