<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/nl.c, branch v6.8</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.8</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.8'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2007-02-10T21:30:18Z</updated>
<entry>
<title>Remove excess leading spaces that would make help2man misbehave.</title>
<updated>2007-02-10T21:30:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-10T21:30:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a09b04794795b79164b83276f6be82d48e733e73'/>
<id>urn:sha1:a09b04794795b79164b83276f6be82d48e733e73</id>
<content type='text'>
* src/printf.c (usage): Remove excess spaces on 2nd line of %b desc.
* src/nl.c (usage): Remove excess spaces on 2nd line of pBRE desc.
* src/dd.c (usage): Remove excess spaces on 2nd line of sync desc.
* src/date.c (usage): Use two spaces after each optional flag, not one.
Reported by Thomas Huriaux in &lt;http://bugs.debian.org/410407&gt;.
</content>
</entry>
<entry>
<title>* src/nl.c (proc_text): Use "NULL", not "(struct re_registers *) 0".</title>
<updated>2007-02-02T07:57:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-02T07:57:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=251f774621735e208e3800022ad4acd0b785784e'/>
<id>urn:sha1:251f774621735e208e3800022ad4acd0b785784e</id>
<content type='text'>
</content>
</entry>
<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>Clear the RE_NO_EMPTY_RANGES re syntax option, as this is a less intrusive</title>
<updated>2006-04-12T07:37:11Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-04-12T07:37:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7e17831f0a03acc9a92dcc73ed525ab2e61e706f'/>
<id>urn:sha1:7e17831f0a03acc9a92dcc73ed525ab2e61e706f</id>
<content type='text'>
change from the old (Emacs) behavior, and POSIX allows us to treat [z-a]
as an empty range.
</content>
</entry>
<entry>
<title>(build_type_arg): Set re_syntax_options to a value that is compatible</title>
<updated>2006-04-12T07:15:21Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-04-12T07:15:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6fd9c6f98e568a360a5378d033e0c5859b20de8d'/>
<id>urn:sha1:6fd9c6f98e568a360a5378d033e0c5859b20de8d</id>
<content type='text'>
with what POSIX requires.
</content>
</entry>
<entry>
<title>(body_fastmap, header_fastmap, footer_fastmap):</title>
<updated>2006-04-11T00:51:23Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-04-11T00:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fad52643e0f6b3ebdae1c7763973bc4ffc7f1368'/>
<id>urn:sha1:fad52643e0f6b3ebdae1c7763973bc4ffc7f1368</id>
<content type='text'>
New vars.
(build_type_arg): New fastmap arg.  All uses changed.
Don't bother allocating a buffer, but set a fastmap.
</content>
</entry>
<entry>
<title>(proc_text): Store match length in regoff_t,</title>
<updated>2005-09-09T21:09:48Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-09T21:09:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0d11284c9e87e6abece74ecdd07a603292b03671'/>
<id>urn:sha1:0d11284c9e87e6abece74ecdd07a603292b03671</id>
<content type='text'>
not int.  Assume that negative return values less than -2
represent regoff_t overflow.
(build_type_arg): Check for size_t overflow.
</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 trailing blank</title>
<updated>2004-09-22T19:59:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-09-22T19:59:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b4fb292a822b89aae661c9a91a07f8e1c5fb54e6'/>
<id>urn:sha1:b4fb292a822b89aae661c9a91a07f8e1c5fb54e6</id>
<content type='text'>
</content>
</entry>
</feed>
