summaryrefslogtreecommitdiffstats
path: root/gl
AgeCommit message (Expand)AuthorLines
2010-10-01maint: ensure the mbsalign module is C89 compatiblePádraig Brady-4/+5
2010-08-15maint: exclude tests from the set_program_name syntax-checkPádraig Brady-3/+0
2010-08-09tests: silence 'make syntax-check'Eric Blake-1/+2
2010-07-25sort: make struct heap privatePaul R. Eggert-8/+7
2010-07-25sort: use more-consistent style with constPaul R. Eggert-9/+9
2010-07-23randread: run 2x faster on 64-bit hosts, don't assume no padding bitsPaul R. Eggert-239/+862
2010-07-22fadvise: new module providing a simpler interface to posix_fadvisePádraig Brady-0/+176
2010-07-20randread: use /dev/urandom to seed, not just getpid etcPaul R. Eggert-18/+45
2010-07-16randread: don't require -lrtPaul R. Eggert-4/+4
2010-07-14heap_alloc: avoid integer overflowJim Meyering-1/+1
2010-07-13maint: heap.c: simplify dynamic allocationsPádraig Brady-22/+5
2010-07-13sort: parallelize internal sortChen Guo-0/+217
2010-07-13di-set, ino-map: adjust a type, improve readabilityJim Meyering-8/+12
2010-07-06du: avoid spurious warnings with 64-bit gcc -WPaul Eggert-2/+2
2010-07-06du: Hash with a mechanism that's simpler and takes less memory.Paul Eggert-430/+395
2010-07-04di-set: manipulate sets of dev/inode pairs efficientlyJim Meyering-0/+424
2010-07-04dev-map: map device number to small non-negativeJim Meyering-0/+229
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering-3/+3
2010-03-19maint: mbsalign: fix an edge case where we truncate too muchPádraig Brady-0/+13
2010-03-19maint: update the mbsalign modulePádraig Brady-29/+207
2010-02-05sync with gnulibJim Meyering-29/+10
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-12/+12
2009-12-11build: update gnulib submodule to latest; adapt a patchJim Meyering-36/+36
2009-11-24tests: fix link failure on cygwinEric Blake-0/+9
2009-11-20maint: move xfreopen module to gnulibJim Meyering-70/+0
2009-11-17maint: remove local gnulib-related patchesJim Meyering-141/+0
2009-11-13build: update gnulib, for getgroups improvementsEric Blake-196/+0
2009-11-07build: consistently use freopen-saferEric Blake-0/+2
2009-11-05build: reflect gnulib changes to tempnameEric Blake-32/+33
2009-11-05build: override gnulib tempname via diffEric Blake-336/+204
2009-11-02build: avoid some warningsEric Blake-5/+228
2009-10-29remove stray closing comment delimiter, "*/", in previous changeJim Meyering-2/+2
2009-10-29build (--enable-gcc-warnings): enable gcc's -Werror also in lib/Jim Meyering-0/+93
2009-09-19mktemp: adapt to new, 3-argument gen_tempname_lenJim Meyering-17/+11
2009-09-01maint: mbsalign.c: remove unnecessary assignmentJim Meyering-1/+1
2009-08-25maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering-5/+0
2009-08-25global: convert indentation-TABs to spacesJim Meyering-229/+229
2009-08-06maint: move selinux-at module from gl/ to gnulibJim Meyering-144/+0
2009-07-04move argv-iter module to gnulibJim Meyering-318/+0
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering-17/+17
2009-04-09id: fix infinite loop on some systemsPádraig Brady-1/+9
2009-04-07maint: remove compiler warnings from randint and randread modulesPádraig Brady-5/+11
2009-04-07shred,sort,shuf: don't use /dev/urandom by defaultPádraig Brady-17/+7
2009-04-03ls: fix alignment when month names have varying widthsPádraig Brady-0/+285
2009-03-27tests: test-argv-iter.c: avoid declaration-after-stmtJim Meyering-1/+1
2009-03-15maint: remove unused include and definitionsJim Meyering-15/+2
2009-02-26argv-iter: avoid variadic macroEric Blake-4/+4
2009-01-16simplify mgetgroups() and avoid -Wsign-compare warningsPádraig Brady-29/+17
2009-01-01improve M4 quotingJim Meyering-2/+2
2008-12-01argv-iter: add testsJim Meyering-0/+130