<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/ptx.c, branch v6.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-07-09T17:04:06Z</updated>
<entry>
<title>(initialize_regex, fix_output_parameters): Don't assume that isprint</title>
<updated>2006-07-09T17:04:06Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-07-09T17:04:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=613b3f819cfcf1e5c32b5bd7ff6678c0e4e26969'/>
<id>urn:sha1:613b3f819cfcf1e5c32b5bd7ff6678c0e4e26969</id>
<content type='text'>
etc. return booleans (needed for pre-C99 hosts).
(SKIP_NON_WHITE, SKIP_WHITE, SKIP_WHITE_BACKWARDS):
(copy_unescaped_string): Don't assume char is unsigned.
</content>
</entry>
<entry>
<title>(main) [DEFAULT_IGNORE_FILE]: Remove code to use a default</title>
<updated>2006-04-17T23:17:11Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-04-17T23:17:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1cdde802635b94cabcc0d0106e41a2d623fe79a5'/>
<id>urn:sha1:1cdde802635b94cabcc0d0106e41a2d623fe79a5</id>
<content type='text'>
ignore file.  This has never been enabled.  Reported by Eric Blake.
</content>
</entry>
<entry>
<title>(context_regex_string, word_regex_string): Remove.</title>
<updated>2006-04-11T00:51:42Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-04-11T00:51:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8745735aaf830f8339a552a79bc557c7592a9c44'/>
<id>urn:sha1:8745735aaf830f8339a552a79bc557c7592a9c44</id>
<content type='text'>
(context_regex, word_regex): New vars, replacing the above.
All uses changed.
(struct regex_data): New type.
(compile_regex): Renamed from alloc_and_compile_regex, since
we no longer allocate storage.  Arg is now a struct regex_data *,
not a const char *.  All uses changed.  Don't allocate the fastmap;
instead, take it from the caller.  Don't convert size_t to int,
to avoid arithmetic overflow problems.  Don't bother freeing
storage afterwards; it's not worth the aggravation.
</content>
</entry>
<entry>
<title>(usage): Remove mention of --copyright/-C.</title>
<updated>2006-03-28T09:47:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-03-28T09:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1ae249fba2a31644402f49404bf3be36b03c2e3e'/>
<id>urn:sha1:1ae249fba2a31644402f49404bf3be36b03c2e3e</id>
<content type='text'>
(main): Alias --copyright to --version plus a deprecation warning.
</content>
</entry>
<entry>
<title>(SKIP_SOMETHING, find_occurs_in_text):</title>
<updated>2005-09-09T21:11:07Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-09T21:11:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fe041980c81d352adc19aa2933bcce9d801fcc6a'/>
<id>urn:sha1:fe041980c81d352adc19aa2933bcce9d801fcc6a</id>
<content type='text'>
Store match length in regoff_t,
not int.  Assume that negative return values less than -2
represent regoff_t overflow.
(matcher_error): New function.
(SKIP_SOMETHING, find_occurs_in_text): Use it to report matcher errors.
(alloc_and_compile_regex): No longer any need to worry about
int versus size_t mismatch.
</content>
</entry>
<entry>
<title>(sort_found_occurs, digest_word_file): Likewise.</title>
<updated>2005-08-12T08:18:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-08-12T08:18:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=501d8ffe81549ad4a5f5eb5dfad4ca39939218ab'/>
<id>urn:sha1:501d8ffe81549ad4a5f5eb5dfad4ca39939218ab</id>
<content type='text'>
(alloc_and_compile_regex): Likewise.
</content>
</entry>
<entry>
<title>Don't embed `this'-style quotes in format strings.</title>
<updated>2005-06-16T21:33:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-06-16T21:33:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3787d01a51c110a513e9b6fafa6c5c641399f2ce'/>
<id>urn:sha1:3787d01a51c110a513e9b6fafa6c5c641399f2ce</id>
<content type='text'>
Rather than this: error (..., "...`%s'...", arg);
do this:          error (..., "...%s...", quote (arg));
</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>(main): Don't assume fopen returns stdout after closing</title>
<updated>2005-04-11T20:10:00Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-11T20:10:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=caca482cde26129ae4ffa865ac8408ac06b1c9cf'/>
<id>urn:sha1:caca482cde26129ae4ffa865ac8408ac06b1c9cf</id>
<content type='text'>
stdout.  Use freopen instead.
</content>
</entry>
</feed>
