<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/dircolors.c, branch v5.91</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v5.91</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v5.91'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2005-09-24T13:40:37Z</updated>
<entry>
<title>Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib.</title>
<updated>2005-09-24T13:40:37Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-09-24T13:40:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8daf4759f43e53242a654eedd5be724f58d524f5'/>
<id>urn:sha1:8daf4759f43e53242a654eedd5be724f58d524f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include strcase.h.</title>
<updated>2005-09-22T07:00:49Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-22T07:00:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3779124b3f08066c17effc0234aa8827523ac15a'/>
<id>urn:sha1:3779124b3f08066c17effc0234aa8827523ac15a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Colorize set-user-ID and set-group-ID files and sticky,</title>
<updated>2005-09-05T17:11:15Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-09-05T17:11:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=200572872f4e96e7c70db4ed7c11b3efa151eb63'/>
<id>urn:sha1:200572872f4e96e7c70db4ed7c11b3efa151eb63</id>
<content type='text'>
other-writable, and sticky-and-other-writable directories.

(slack_codes): Add new dircolors mode names.
(ls_codes): Add corresponding two-letter ls mode strings.
From Mike Frysinger, based on a patch from Fedora.
</content>
</entry>
<entry>
<title>Add bulletproofing in case stdin is closed.</title>
<updated>2005-08-12T08:06:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-08-12T08:06:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f6ab92093a0e199da1fa0085829a2427709ed79d'/>
<id>urn:sha1:f6ab92093a0e199da1fa0085829a2427709ed79d</id>
<content type='text'>
(have_read_stdin): Remove global variable.
(dc_parse_stream): Always use stdin (freopen, if needed) rather
than sometimes using fopen to get a new file descriptor.
Call fclose unconditionally.
(main): Don't close stdin here.  If needed, now it's already done
by dc_parse_stream.
</content>
</entry>
<entry>
<title>(dc_parse_file): Remove comment about now-removed OPENOPTS.</title>
<updated>2005-08-12T07:45:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-08-12T07:45:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5f646f5315ba15bbce3f96e36dd358f856b8a24d'/>
<id>urn:sha1:5f646f5315ba15bbce3f96e36dd358f856b8a24d</id>
<content type='text'>
</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>Assume `free (NULL)' works.</title>
<updated>2005-05-12T07:54:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-12T07:54:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=258fbb886034baf260e1a5ed5c3446cce9fa6fb4'/>
<id>urn:sha1:258fbb886034baf260e1a5ed5c3446cce9fa6fb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(dc_parse_file): Don't assume fopen does not return stdin.</title>
<updated>2005-04-11T20:07:22Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-11T20:07:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cc4407f0fe07e25dab4aeef1a972401a15de047e'/>
<id>urn:sha1:cc4407f0fe07e25dab4aeef1a972401a15de047e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(parse_line): Use char *, not unsigned char *.  This avoids casts.</title>
<updated>2005-03-26T17:39:17Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-03-26T17:39:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6f7e430f4bb662a9c870aefc1c09def039116aaa'/>
<id>urn:sha1:6f7e430f4bb662a9c870aefc1c09def039116aaa</id>
<content type='text'>
(dc_parse_stream, main): Avoid casts.
Adjust to simpler data structure generated by new dcgen.
</content>
</entry>
</feed>
