summaryrefslogtreecommitdiffstats
path: root/gl/modules
AgeCommit message (Expand)AuthorLines
2025-09-30fold: move multi-byte character reading to a moduleCollin Funk-0/+27
2025-09-17maint: prefer memeq to memcmpPaul Eggert-0/+1
2025-09-14maint: randperm: remove stale dependencyPádraig Brady-1/+0
2025-04-07timeout: don’t sleep less than requestedPaul Eggert-0/+24
2024-12-30maint: adjust to Gnulib module renamingPaul Eggert-9/+9
2024-12-30maint: ISDIGIT → c_isdigitPaul Eggert-0/+1
2024-11-08maint: expand heap a bit less aggressivelyPaul Eggert-0/+1
2024-05-16maint: prefer stdbit.h to count-leading-zeros.hPaul Eggert-1/+1
2023-10-30join,uniq: support multi-byte separatorsPaul Eggert-24/+24
2023-10-30maint: move field_sep into separate modulePaul Eggert-0/+24
2023-08-29maint: remove need for mbsalignPaul Eggert-39/+0
2023-02-04maint: use alignasof, not stdalignPaul Eggert-1/+1
2022-09-15maint: prefer static_assert to verifyPaul Eggert-0/+1
2022-04-12cp,mv,install: modularize targetdirPaul Eggert-0/+25
2022-01-31maint: pacify gcc -flto -Wmaybe-uninitializedPaul Eggert-0/+2
2021-10-31maint: use minmax.h instead of rolling our ownPaul Eggert-0/+2
2021-04-26maint: port to Autoconf 2.71Paul Eggert-1/+1
2020-06-01maint: use getrandom, not getentropyPaul Eggert-1/+1
2020-05-31maint: use getentropy and new tempname modulesPaul Eggert-14/+1
2019-10-22shuf: improve randperm overflow checkingPaul Eggert-0/+2
2019-01-26printf,seq: remove c-strtod dependencyPaul Eggert-1/+3
2019-01-26printf,seq,sleep,tail,timeout: accept current-locale floatsPaul Eggert-0/+47
2018-10-19build: update gnulib submodule to latestPaul Eggert-2/+2
2017-08-12gnulib: update to latest and adjust gl/modules/tempname.diffJim Meyering-2/+1
2017-04-22build: update gnulib submodule to latestPaul Eggert-9/+2
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady-1/+1
2015-02-11build: update to latest gnulibPádraig Brady-2/+2
2014-12-19diagnose too-large numbers betterPádraig Brady-0/+29
2013-09-10build: fix corrupted patch causing bootstrap failuresPádraig Brady-1/+1
2013-07-02maint: refactor SMACK interface to a separate modulePádraig Brady-0/+42
2013-05-11build: update gnulib submodule to latestPaul Eggert-3/+4
2012-09-20build: move non-recursive-gnulib-prefix-hack to gnulib; updateJim Meyering-25/+0
2012-09-11build: new module to convert lib/ to non-recursive makeJim Meyering-0/+25
2012-09-10maint: move the last coreutils-specific files from lib/ to gl/Jim Meyering-0/+95
2012-09-10maint: move gl/m4/root-dev-ino.m4 contents into its module definitionJim Meyering-2/+2
2012-07-27maint: refresh stale local gnulib patch filesJim Meyering-9/+11
2011-12-03maint: add missing ":" after "License" in local gnulib module filesJim Meyering-4/+4
2011-10-30maint: avoid new "make syntax-check" failure due to stdalign definitionJim Meyering-0/+1
2011-10-27build: avoid bootstrap failure when using patch-2.5.8Jim Meyering-5/+5
2011-06-17maint: use modules/tempname.diff file, not a replacement; update gnulibJim Meyering-30/+18
2011-05-29maint: remove unnecessary gnulib .diff fileJim Meyering-13/+0
2011-05-14shuf: use memory more efficiently when returning a subsetPádraig Brady-0/+1
2011-02-08tests: randread-tests: use macro.h not "#define ASSERT..."Jim Meyering-0/+1
2011-02-07maint: move di-set and ino-map modules from ./gl to gnulibJim Meyering-68/+0
2010-11-15maint: add a missed fadvise-tests modulePádraig Brady-0/+10
2010-11-13maint: remove fstimeprec (variable precision time stamp) supportJim Meyering-34/+0
2010-11-06stat: use e.g. %.3X instead of %X.%3:X for sub-second precisionPaul Eggert-0/+34
2010-10-13mbsalign: avoid warning with Solaris 10 ccPaul Eggert-0/+1
2010-07-23randread: run 2x faster on 64-bit hosts, don't assume no padding bitsPaul R. Eggert-0/+11
2010-07-22fadvise: new module providing a simpler interface to posix_fadvisePádraig Brady-0/+24