<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/gl/modules, branch v7.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2008-12-01T16:41:08Z</updated>
<entry>
<title>argv-iter: add tests</title>
<updated>2008-12-01T16:41:08Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-11-26T21:51:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d3b5555f102c1ad192c45a20f02204bfe2a3ebf2'/>
<id>urn:sha1:d3b5555f102c1ad192c45a20f02204bfe2a3ebf2</id>
<content type='text'>
* gl/modules/argv-iter-tests: New module.
* gl/tests/test-argv-iter.c: New file.
</content>
</entry>
<entry>
<title>argv-iter: new module</title>
<updated>2008-12-01T16:40:59Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-11-24T13:11:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ca738e4414741dd5154304dcf3ac04d64207fe68'/>
<id>urn:sha1:ca738e4414741dd5154304dcf3ac04d64207fe68</id>
<content type='text'>
* gl/lib/argv-iter.h: New file.
* gl/lib/argv-iter.c: New file.
* gl/modules/argv-iter: New file.
With a suggestion for improved memory management by Pádraig Brady.
</content>
</entry>
<entry>
<title>xfreopen: new module</title>
<updated>2008-11-10T07:11:59Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-10-12T13:36:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=32d4d0dd5ececb6df73b233e9c868dc51868204a'/>
<id>urn:sha1:32d4d0dd5ececb6df73b233e9c868dc51868204a</id>
<content type='text'>
* gl/lib/xfreopen.c: New file.
* gl/lib/xfreopen.h: New file.
* gl/modules/xfreopen: New file.
</content>
</entry>
<entry>
<title>clean up gl/modules/selinux-at</title>
<updated>2008-10-22T10:44:17Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-10-22T10:44:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5afac2aee1313126ece1eb958d5e0fba6837e93b'/>
<id>urn:sha1:5afac2aee1313126ece1eb958d5e0fba6837e93b</id>
<content type='text'>
* gl/modules/selinux-at:
Ensure that LIB_SELINUX is cleared, in case it's set in the environment.
m4-quote the first two args to AC_SEARCH_LIBS.
Don't violate autoconf's ac_ namespace: s/ac_save/gl_save/
Drop the useless double quotes around a simple assignment RHS.
</content>
</entry>
<entry>
<title>move selinux-h module from gl/ to gnulib</title>
<updated>2008-10-21T16:05:55Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-10-21T14:10:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=aa67daf63b8a0fe1a99fd79e50c1d5068fb430b8'/>
<id>urn:sha1:aa67daf63b8a0fe1a99fd79e50c1d5068fb430b8</id>
<content type='text'>
* gl/lib/se-context.in.h: Remove file.
* gl/lib/se-selinux.in.h: Likewise.
* gl/m4/selinux-context-h.m4: Likewise.
* gl/m4/selinux-selinux-h.m4: Likewise.
* gl/modules/selinux-h: Likewise.
</content>
</entry>
<entry>
<title>prepare to move selinux-h module to gnulib</title>
<updated>2008-10-21T13:58:11Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-10-21T13:38:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f7a009c17c0fb39182aefb71ce238a0928728c29'/>
<id>urn:sha1:f7a009c17c0fb39182aefb71ce238a0928728c29</id>
<content type='text'>
* gl/modules/selinux-h (Makefile.am)
[selinux/selinux.h, selinux/context.h]:
Remove temporary file and target, in case they're read-only.
Use $(MKDIR_P), not mkdir -p.
(License): Relax to LGPLv2+.
Remove vestigial comments.
</content>
</entry>
<entry>
<title>accommodate gnulib header removals</title>
<updated>2008-10-19T12:15:31Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-10-19T11:35:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=31a884dab7510d84a689ef8092132c93e3dcc4ad'/>
<id>urn:sha1:31a884dab7510d84a689ef8092132c93e3dcc4ad</id>
<content type='text'>
* src/copy.c: Don't include "euidaccess.h" or "lchmod.h".
* src/cp.c: Don't include "lchmod.h".
* src/ls.c: Don't include "dirfd.h".
* src/mkdir.c: Don't include "lchmod.h".
* src/pwd.c: Don't include "dirfd.h".
* src/remove.c: Don't include "dirfd.h" or "euidaccess.h".
* src/test.c: Don't include "euidaccess.h".
* gl/modules/getloadavg.diff: Adjust diff for changed context.
* src/uptime.c (uptime): Remove declaration.
</content>
</entry>
<entry>
<title>move sha256 and sha512 modules to gnulib</title>
<updated>2008-05-11T07:00:59Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-05-11T07:00:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=433881d802324d9f98d1ef0d3ced4222c9f65a5e'/>
<id>urn:sha1:433881d802324d9f98d1ef0d3ced4222c9f65a5e</id>
<content type='text'>
* bootstrap.conf (gnulib_modules) [sha256, sha512]: Add "crypto/"
prefix to module name, now that they come from gnulib.
* gl/lib/sha256.c: Remove file.
* gl/lib/sha256.h: Likewise.
* gl/lib/sha512.c: Likewise.
* gl/lib/sha512.h: Likewise.
* gl/lib/u64.h: Likewise.
* gl/m4/sha256.m4: Likewise.
* gl/m4/sha512.m4: Likewise.
* gl/modules/sha256: Likewise.
* gl/modules/sha512: Likewise.
</content>
</entry>
<entry>
<title>Create sha256 and sha512 modules and move files into gl/.</title>
<updated>2008-03-02T11:16:49Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-03-02T11:16:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f33599c1441553954832851a0cec1e4ef570162f'/>
<id>urn:sha1:f33599c1441553954832851a0cec1e4ef570162f</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): Add sha256 and sha512.
* m4/prereq.m4: Don't require gl_SHA256 or gl_SHA512.
* gl/modules/sha512: New file.
* gl/modules/sha256: New file.
* m4/sha256.m4: Move to ...
* gl/m4/sha256.m4: ...here, removing use of AC_SOURCES.
* m4/sha512.m4: Move to ...
* gl/m4/sha512.m4: ...here, removing use of AC_SOURCES.
* lib/sha256.c, lib/sha256.h: Move to ...
* gl/lib/sha256.c, gl/lib/sha256.h: ...here.
* lib/sha512.c, lib/sha512.h: Move to ...
* gl/lib/sha512.c, gl/lib/sha512.h: ...here.
* lib/u64.h: Move to ...
* gl/lib/u64.h: ...here.
</content>
</entry>
<entry>
<title>Don't depend on gnulib's deprecated "free" module.</title>
<updated>2008-03-01T08:56:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-03-01T08:51:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=46e51208c7248d24a7fce1aa16c16b003c8cefe9'/>
<id>urn:sha1:46e51208c7248d24a7fce1aa16c16b003c8cefe9</id>
<content type='text'>
* bootstrap.conf (obsolete_gnulib_modules): Remove free.
* gl/modules/mgetgroups (Depends-on): Remove free.
</content>
</entry>
</feed>
