<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/chmod.c, branch v5.2.0</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v5.2.0</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v5.2.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2004-01-21T22:44:43Z</updated>
<entry>
<title>(usage): Use EXIT_SUCCESS, not 0, for clarity.</title>
<updated>2004-01-21T22:44:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-01-21T22:44:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c5a68e8782736c145c7356e85a3d410e228d6cf7'/>
<id>urn:sha1:c5a68e8782736c145c7356e85a3d410e228d6cf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Describe new options.</title>
<updated>2003-11-09T21:03:57Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-11-09T21:03:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=567bfed936def7bc80aa59f7637fd17ec29b4e70'/>
<id>urn:sha1:567bfed936def7bc80aa59f7637fd17ec29b4e70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include "root-dev-ino.h".</title>
<updated>2003-11-09T20:53:21Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-11-09T20:53:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c3a7cbe2253751e14af2c19ca04332f6cb7e0640'/>
<id>urn:sha1:c3a7cbe2253751e14af2c19ca04332f6cb7e0640</id>
<content type='text'>
(process_file): Use newly-factored-out ROOT_DEV_INO_CHECK and
ROOT_DEV_INO_WARN macros.
(get_root_dev_ino): Remove function definition, now that it's
been moved to a separate file.
</content>
</entry>
<entry>
<title>(AUTHORS): Add my name.</title>
<updated>2003-11-04T06:21:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-11-04T06:21:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=11e97f430c6f862b00c0c3d71b872cac37954f40'/>
<id>urn:sha1:11e97f430c6f862b00c0c3d71b872cac37954f40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chmod now uses fts to perform a directory traversal when -R is</title>
<updated>2003-10-19T18:54:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-10-19T18:54:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=96a5d2ce6a53d96cb667af78f13e56fadcdb91e6'/>
<id>urn:sha1:96a5d2ce6a53d96cb667af78f13e56fadcdb91e6</id>
<content type='text'>
specified.  Before, it operated on full path names, and as such
would encounter the PATH_MAX (often 4096) limit.

Include "xfts.h".
(process_file): Rename from change_file_mode.
Adapt to be used with fts.
(process_files): New function.
</content>
</entry>
<entry>
<title>Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change</title>
<updated>2003-10-18T10:05:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-10-18T10:05:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cf4fdf373fa202877d8141fcf7c1ef655a8e06d9'/>
<id>urn:sha1:cf4fdf373fa202877d8141fcf7c1ef655a8e06d9</id>
<content type='text'>
of 2003-09-19.  Now, AUTHORS is a comma-separated list of strings.
Update the call to parse_long_options so that `AUTHORS, NULL' are the
last parameters.

* src/true.c (main): Append NULL to version_etc argument list.
* src/sys2.h (case_GETOPT_VERSION_CHAR): Likewise.
</content>
</entry>
<entry>
<title>New options: --preserve-root and --no-preserve-root.</title>
<updated>2003-10-12T14:19:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-10-12T14:19:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9be74f6f125b2be8ba563976728553fc56f2f1c5'/>
<id>urn:sha1:9be74f6f125b2be8ba563976728553fc56f2f1c5</id>
<content type='text'>
(change_file_mode): Honor new option.
(change_file_mode): Strip trailing slashes on directory
argument passed to change_dir_mode.
(get_root_dev_ino): New function.
(main): Initialize global, root_dev_ino.
</content>
</entry>
<entry>
<title>(change_file_mode): Don't #ifdef-out a simple use of</title>
<updated>2003-10-12T07:05:16Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-10-12T07:05:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4a992bfdd84fa06b11129aaf4179e941abe43635'/>
<id>urn:sha1:4a992bfdd84fa06b11129aaf4179e941abe43635</id>
<content type='text'>
S_ISLNK.  The S_IS* macros are guaranteed to be defined
via system.h.
</content>
</entry>
<entry>
<title>(WRITTEN_BY): Rename from AUTHORS.</title>
<updated>2003-09-18T22:19:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-18T22:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bafd927f03084ba6b12f7ff1b95352eb0e3a0a84'/>
<id>urn:sha1:bafd927f03084ba6b12f7ff1b95352eb0e3a0a84</id>
<content type='text'>
Begin each WRITTEN_BY string with `Written by ' and end it with `.'.
Mark each WRITTEN_BY string as translatable.
</content>
</entry>
<entry>
<title>(main): Call initialize_main.</title>
<updated>2003-06-17T18:13:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-06-17T18:13:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6bcd4b08baf53737b37d7dcc2d92460133b2891c'/>
<id>urn:sha1:6bcd4b08baf53737b37d7dcc2d92460133b2891c</id>
<content type='text'>
</content>
</entry>
</feed>
