<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/bootstrap.conf, branch v7.4</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.4</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-05-03T17:12:16Z</updated>
<entry>
<title>mv, rm: adapt to new and improved gnulib interfaces</title>
<updated>2009-05-03T17:12:16Z</updated>
<author>
<name>David Bartley</name>
<email>dtbartle@csclub.uwaterloo.ca</email>
</author>
<published>2009-04-29T07:48:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6249eb0596dfe50e1f959c4121e3c2515216cc60'/>
<id>urn:sha1:6249eb0596dfe50e1f959c4121e3c2515216cc60</id>
<content type='text'>
Use gnulib's new priv-set module and updated write-any-file.
With them, the remove-called can_write_any_file function no
longer tries to drop the unlink-directory privilege, so now
each caller of remove must do that separately, calling
priv_set_remove_linkdir.
* bootstrap.conf (gnulib_modules): Add priv-set.
* src/rm.c: Include "priv-set.h".
(main): Call priv_set_remove_linkdir.
* src/mv.c (main): Likewise.
* gnulib: Update submodule to latest.
</content>
</entry>
<entry>
<title>build: use maint.mk from gnulib</title>
<updated>2009-04-24T05:40:14Z</updated>
<author>
<name>Simon Josefsson</name>
<email>simon@josefsson.org</email>
</author>
<published>2009-04-23T23:07:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=98dbd8cc539cb559f5d264f644d9295fded8a507'/>
<id>urn:sha1:98dbd8cc539cb559f5d264f644d9295fded8a507</id>
<content type='text'>
* maint.mk: Remove file.  Now it's generated.
* .gitignore: Ignore it.
* bootstrap.conf (gnulib_modules): Add maintainer-makefile.
* gnulib: Update submodule to latest.
</content>
</entry>
<entry>
<title>maint: remove obsolete utime module</title>
<updated>2009-04-10T06:42:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-10T06:42:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=854f76ed4f1ddcd11f9fd76fa8ffe2ad6e546570'/>
<id>urn:sha1:854f76ed4f1ddcd11f9fd76fa8ffe2ad6e546570</id>
<content type='text'>
* bootstrap.conf (obsolete_gnulib_modules): Remove utime.
</content>
</entry>
<entry>
<title>maint: put each module name on its own line; sort</title>
<updated>2009-04-10T06:20:13Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-10T06:20:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6a51c69b05996f803447cfb4e963521b98b2a529'/>
<id>urn:sha1:6a51c69b05996f803447cfb4e963521b98b2a529</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): List them one per line.
</content>
</entry>
<entry>
<title>ls: fix alignment when month names have varying widths</title>
<updated>2009-04-02T23:34:11Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2009-03-24T14:29:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=612b647dd16d5abc03b295abe42d8b4a0fe660f7'/>
<id>urn:sha1:612b647dd16d5abc03b295abe42d8b4a0fe660f7</id>
<content type='text'>
Reported by Samuel Thibault and Stéphane Raimbault, as the glibc fr_FR
locale has recently changed to use the official but variable width
abbreviated month names. Other glibc locales also have variable widths.
http://sourceware.org/ml/libc-locales/2008-q1/msg00035.html
http://sourceware.org/bugzilla/show_bug.cgi?id=9859
* NEWS: Mention the fix
* gl/lib/mbsalign.c: A new module to align and truncate a
string in a specified number of screen cells, while handling
multi-byte characters appropriately.
* gl/lib/mbsalign.h: Ditto
* gl/modules/mbsalign: Ditto
* bootstrap.conf: Reference the new module
* src/ls.c (abmon_init): New function, precompute the abbreviated
months aligned left in a minimum width column &lt;= 5 screen cells.
(align_nstrftime): New function, replace the first %b in the
format specification to strftime with the precomputed month string.
Note using the cached month strings speeds up `ls -lU` by around 17%
on glibc-2.7-2 on linux at least.  Also if we implement this function
using heap storage rather than automatic storage, and use snprintf
instead of strcpy, ls will slow down by 2% and 1% respectively
(i.e. a net gain of 14% rather than 17%).
* tests/ls/abmon-align: A new test to test ls alignment for
various formats and locales
* tests/Makefile.am: Reference the new test
</content>
</entry>
<entry>
<title>build: require automake-1.10b or newer</title>
<updated>2009-04-02T06:56:32Z</updated>
<author>
<name>C de-Avillez</name>
<email>hggdh2@gmail.com</email>
</author>
<published>2009-04-01T14:35:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2ade7643de7a5d85a9c029dc6b6e06d339ec26e1'/>
<id>urn:sha1:2ade7643de7a5d85a9c029dc6b6e06d339ec26e1</id>
<content type='text'>
* bootstrap.conf: Require at least automake-1.10b.
* README-prereq: Mention 1.10b, not 1.10a.
</content>
</entry>
<entry>
<title>comm: fix a bug in its new --check-order option</title>
<updated>2009-03-08T20:34:08Z</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2009-03-08T17:25:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=83244ba3120b555dfa0df83a3b8bec0a16d415f6'/>
<id>urn:sha1:83244ba3120b555dfa0df83a3b8bec0a16d415f6</id>
<content type='text'>
* src/comm.c: Include memcmp2.h.
(check_order): Use memcmp2 instead of memcmp.
* bootstrap.conf (gnulib_modules): Add memcmp2.
</content>
</entry>
<entry>
<title>bootstrap: add to XGETTEXT_OPTIONS</title>
<updated>2009-03-07T17:23:17Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-07T15:20:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=85507b24f9531b20c339acbf6c215c84e74b6860'/>
<id>urn:sha1:85507b24f9531b20c339acbf6c215c84e74b6860</id>
<content type='text'>
* bootstrap.conf (XGETTEXT_OPTIONS): Add c-format --flag options
for verror and verror_at_line; alphabetize.
</content>
</entry>
<entry>
<title>dist: automate the post-release web-manual update process</title>
<updated>2009-03-02T18:30:13Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-02-27T12:56:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ce9c2c64de5798fbc17e6d64efc88fcdf9a039dc'/>
<id>urn:sha1:ce9c2c64de5798fbc17e6d64efc88fcdf9a039dc</id>
<content type='text'>
* maint.mk (web-manual): New rule, from m4's maint.mk.
* bootstrap.conf (gnulib_modules): Add gendocs.
</content>
</entry>
<entry>
<title>maint: enable many gcc warnings</title>
<updated>2009-03-02T08:10:26Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-02-14T10:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6449370e9e07939712bbe0ebfad38ad78ab69097'/>
<id>urn:sha1:6449370e9e07939712bbe0ebfad38ad78ab69097</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): Add manywarnings.
* configure.ac: Use gl_MANYWARN_ALL_GCC, and exclude options
I don't want or that provoke too many warnings.
(WARN_CFLAGS, WERROR_CFLAGS): Define.
(lint, GNULIB_PORTCHECK): Define.
(_FORTIFY_SOURCE): Define to 2.
</content>
</entry>
</feed>
