<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/obstack.h, 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>2003-10-25T15:27:19Z</updated>
<entry>
<title>Update from gnulib.</title>
<updated>2003-10-25T15:27:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-10-25T15:27:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dc3b769bd7d0f539dc580a0501497e9fdb3d4ffb'/>
<id>urn:sha1:dc3b769bd7d0f539dc580a0501497e9fdb3d4ffb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:</title>
<updated>2003-09-10T09:06:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-10T09:06:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bae2a5d7f41bf6c0fd7945b4efc471cfe8dfeba1'/>
<id>urn:sha1:bae2a5d7f41bf6c0fd7945b4efc471cfe8dfeba1</id>
<content type='text'>
Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
(This type really should be intptr_t, but that's a C99ism.)
(_obstack_memcpy): Remove: all uses changed to memcpy.
Include &lt;string.h&gt; unconditionally.
(struct obstack): Assume __STDC__ for types of members
chunkfun, freefun, extra_arg.
(_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
_obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
obstack_begin, obstack_specify_allocation,
obstack_specify_allocation_with_arg, obstack_chunkfun,
obstack_freefun, obstack_free) [! (defined __STDC__ &amp;&amp; __STDC__)]:
Remove unprototyped decls and the macros that use them.
</content>
</entry>
<entry>
<title>Update from gnulib.</title>
<updated>2003-07-12T09:40:40Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-07-12T09:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d68aa4125b2d87a32a1883f3aa5b8d1f0ada2c54'/>
<id>urn:sha1:d68aa4125b2d87a32a1883f3aa5b8d1f0ada2c54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch from LGPL to GPL.</title>
<updated>2003-07-10T07:06:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-07-10T07:06:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c7eab83c3e00e32ba657a5710bdf9b434619e9e8'/>
<id>urn:sha1:c7eab83c3e00e32ba657a5710bdf9b434619e9e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove (or replace-with-TAB(s) to retain alignment)</title>
<updated>2003-04-15T06:21:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-04-15T06:21:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b694daa08f47c23a27a80ec599a5d61dffd73f09'/>
<id>urn:sha1:b694daa08f47c23a27a80ec599a5d61dffd73f09</id>
<content type='text'>
each sequence of spaces before a TAB character.
</content>
</entry>
<entry>
<title>Merge changes from Bison.</title>
<updated>2003-03-14T09:54:39Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-03-14T09:54:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dfd085aa0dc0816d6112f3f304c497ad441a39a5'/>
<id>urn:sha1:dfd085aa0dc0816d6112f3f304c497ad441a39a5</id>
<content type='text'>
(__INT_TO_PTR) [__STDC__]: Cast result to
(void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
when compiling Bison 1.875's `bitset bset = obstack_alloc
(bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
</content>
</entry>
<entry>
<title>(obstack_object_size): Declare temporary, __o, to be const.</title>
<updated>2003-01-20T15:45:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-01-20T15:45:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6918da4447c79bbc8e42c7a37baa1f004733feb3'/>
<id>urn:sha1:6918da4447c79bbc8e42c7a37baa1f004733feb3</id>
<content type='text'>
(obstack_room): Likewise.
(obstack_empty_p): Likewise.
</content>
</entry>
<entry>
<title>tweak a comment</title>
<updated>2000-11-18T09:53:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-11-18T09:53:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6e3bd39c14af3ae5df06e830c56e32a08b91a6b1'/>
<id>urn:sha1:6e3bd39c14af3ae5df06e830c56e32a08b91a6b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Formatting changes.</title>
<updated>2000-11-18T09:50:09Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-11-18T09:50:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cf59735d7bce341d373a70c7012fc91b78f44a6f'/>
<id>urn:sha1:cf59735d7bce341d373a70c7012fc91b78f44a6f</id>
<content type='text'>
(obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
prevent type checking.
(obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
cast the value to (void *): assigning a `foo *' to a `void *'
variable is valid.
(obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
</content>
</entry>
<entry>
<title>Update from GNU libc.</title>
<updated>2000-11-10T11:10:39Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-11-10T11:10:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=151c87c3df844e9ee8118d2fb8456618ac0c8063'/>
<id>urn:sha1:151c87c3df844e9ee8118d2fb8456618ac0c8063</id>
<content type='text'>
</content>
</entry>
</feed>
