summaryrefslogtreecommitdiff
path: root/bootstrap.conf
AgeCommit message (Expand)Author
2009-01-01cleanup/modernize: don't test HAVE_MBRTOWC; now gnulib provides itJim Meyering
2008-12-21build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering
2008-12-01* bootstrap.conf (gnulib_modules): Add argv-iter.Jim Meyering
2008-11-10use xfreopen in place of unchecked freopenJim Meyering
2008-11-05include gnulib's strdup module explicitlyJim Meyering
2008-10-22Remove lzma as a specific build requirementPádraig Brady
2008-10-22Add better checks and docs for build toolsPádraig Brady
2008-10-17maint: avoid warnings due to attribute warn_unused_resultJim Meyering
2008-10-16csplit: prefer sigaction over signalEric Blake
2008-10-03ls and sort: use filevercmp instead of strverscmpKamil Dudka
2008-06-26bootstrap.conf: don't list "open" specificallyJim Meyering
2008-06-22use gnulib's "open" moduleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-05-26use gnulib's proper_name_utf8 function, but *not* proper_nameJim Meyering
2008-05-11move sha256 and sha512 modules to gnulibJim Meyering
2008-03-25Use new gnulib gnumakefile module.Eric Blake
2008-03-02Create sha256 and sha512 modules and move files into gl/.Jim Meyering
2008-03-01Don't depend on gnulib's deprecated "free" module.Jim Meyering
2008-02-10Ensure there are no removable (useless) if-before-free tests.Jim Meyering
2008-02-10Generate ChangeLog from git log.Jim Meyering
2008-01-31Pull vc-list-files from gnulib.Jim Meyering
2007-11-16Port to Solaris 'make' and use a Posixish shell on Solaris.Jim Meyering
2007-11-14Use gnulib's stpncpy module, now required by install.cJim Meyering
2007-11-14Enable gnulib-tool's --with-tests option.Jim Meyering
2007-11-05Get git-version-gen from gnulib.Jim Meyering
2007-10-31* bootstrap.conf (gnulib_modules): Add xprintf-posix.Jim Meyering
2007-10-29Remove gnulib's printf-posix module, for now.Jim Meyering
2007-10-28Require gnulib's printf-posix module, to support Interix.Jim Meyering
2007-10-28Help xgettext recognize more printf-style format strings.Jim Meyering
2007-10-21Detect printf(3) failure due to ENOMEM.Jim Meyering
2007-10-07Convert coreutils' rand*.{c,h,m4} into modules.Jim Meyering
2007-10-07Avoid seq malfunction on non-POSIX systems: mingw, BeOS, Interix.Jim Meyering
2007-09-27Move file-set and hash-triple modules to gnulib.Jim Meyering
2007-08-28Reflect renaming: mreadlink-with-size -> areadlink-with-size.Jim Meyering
2007-08-23Move functions from copy.c into new modules, since ln needs them, too.Jim Meyering
2007-08-20Avoid consuming too much seekable input when yesno is used.Eric Blake
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-07-06setuidgid: set all groups, not just the primary one; mgetgroups: new moduleJim Meyering
2007-06-18Use mreadlink_with_size (doesn't exit), not xreadlink_with_size.Jim Meyering
2007-05-31Pull printf-related code from gnulib, rather than using forked copy.Jim Meyering
2007-04-25* bootstrap.conf (gnulib_modules): Add autobuild.Jim Meyering
2007-04-25* bootstrap.conf (gnulib_modules): Add fseeko and ftello.Jim Meyering
2007-04-25* bootstrap.conf (gnulib_modules): Add fseeko.Jim Meyering
2007-04-02gnulib moved md5 and sha1 modules into a new crypt/ directory; adaptPaul Eggert
2007-03-29New program: chconJim Meyering
2007-03-25Avoid the need for euidaccess and/or lstat on every directory entryPaul Eggert
2007-03-12Make bootstrap.conf a tiny bit more generic.Jim Meyering
2007-03-01* bootstrap.conf (gnulib_modules): Replace xreadlink withBruno Haible
2007-02-24* NEWS: sort no longer compresses temporaries by default.Paul Eggert