summaryrefslogtreecommitdiff
path: root/gl
AgeCommit message (Expand)AuthorFilesLines
2013-01-01maint: update all copyright year number rangesJim Meyering25-25/+25
2012-09-20build: move non-recursive-gnulib-prefix-hack to gnulib; updateJim Meyering3-303/+0
2012-09-14build: don't prefix the RHS of "GPERF = ..." with "lib/"Jim Meyering1-1/+5
2012-09-12maint: mbsalign.h: fix typo from previous comment editBernhard Voelker1-2/+2
2012-09-11build: handle @ALLOCA@-vs-non-recursive make problemsJim Meyering2-1/+8
2012-09-11build: new module to convert lib/ to non-recursive makeJim Meyering3-0/+292
2012-09-11maint: add more control flags to mbsalignPádraig Brady3-36/+96
2012-09-10maint: move the last coreutils-specific files from lib/ to gl/Jim Meyering14-0/+608
2012-09-10maint: move gl/m4/root-dev-ino.m4 contents into its module definitionJim Meyering2-16/+2
2012-07-27maint: refresh stale local gnulib patch filesJim Meyering9-51/+53
2012-06-10build: update gnulib to latest; correct comment grammarJim Meyering1-1/+1
2012-02-12build: correct @@-,length values in last hunk of regcomp.c.diffJim Meyering1-1/+1
2012-02-12build: update gnulib, bootstrap, gl/lib/regcomp.c.diffJim Meyering1-12/+16
2012-01-27maint: use single copyright year rangeJim Meyering10-10/+10
2012-01-09maint: straggler *.[ch] files: convert more `...' to '...'Jim Meyering1-2/+2
2012-01-01maint: update all copyright year number rangesJim Meyering19-19/+19
2011-12-03maint: add missing ":" after "License" in local gnulib module filesJim Meyering4-4/+4
2011-10-30maint: avoid new "make syntax-check" failure due to stdalign definitionJim Meyering2-1/+2
2011-10-27build: avoid bootstrap failure when using patch-2.5.8Jim Meyering1-5/+5
2011-09-17randread: add FIXME comment for RDRANDPaul Eggert1-0/+3
2011-08-30build: heap.c: make possible gnulib candidate c89 compatiblePádraig Brady1-1/+3
2011-08-08mktemp: stir in enough entropy (Bug#6683)Paul Eggert1-1/+1
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering4-4/+5
2011-06-17maint: use modules/tempname.diff file, not a replacement; update gnulibJim Meyering2-30/+18
2011-05-29maint: remove unnecessary gnulib .diff fileJim Meyering1-13/+0
2011-05-26maint: enforce cpp indentation policyJim Meyering1-2/+2
2011-05-14shuf: use memory more efficiently when returning a subsetPádraig Brady2-7/+143
2011-04-11maint: remove doubled words in comments, e.g., s/to to/to/Jim Meyering1-1/+1
2011-03-13maint: use wcswidth from gnulibPádraig Brady1-22/+1
2011-02-08tests: randread-tests: use macro.h not "#define ASSERT..."Jim Meyering2-14/+2
2011-02-07maint: move di-set and ino-map modules from ./gl to gnulibJim Meyering10-646/+0
2011-02-07di-set: provide a lookup methodJim Meyering3-0/+26
2011-01-01maint: update all copyright year number rangesJim Meyering23-23/+23
2010-11-15maint: add a missed fadvise-tests modulePádraig Brady2-0/+17
2010-11-13maint: remove fstimeprec (variable precision time stamp) supportJim Meyering5-308/+0
2010-11-06stat: use e.g. %.3X instead of %X.%3:X for sub-second precisionPaul Eggert5-0/+308
2010-10-13mbsalign: avoid warning with Solaris 10 ccPaul Eggert2-4/+6
2010-10-13tests: fix rand-isaac testPaul Eggert1-1/+1
2010-10-01maint: ensure the mbsalign module is C89 compatiblePádraig Brady2-4/+5
2010-08-15maint: exclude tests from the set_program_name syntax-checkPádraig Brady3-3/+0
2010-08-09tests: silence 'make syntax-check'Eric Blake1-1/+2
2010-07-25sort: make struct heap privatePaul R. Eggert2-8/+7
2010-07-25sort: use more-consistent style with constPaul R. Eggert2-9/+9
2010-07-23randread: run 2x faster on 64-bit hosts, don't assume no padding bitsPaul R. Eggert6-239/+862
2010-07-22fadvise: new module providing a simpler interface to posix_fadvisePádraig Brady4-0/+176
2010-07-20randread: use /dev/urandom to seed, not just getpid etcPaul R. Eggert3-18/+45
2010-07-16randread: don't require -lrtPaul R. Eggert2-4/+4
2010-07-14heap_alloc: avoid integer overflowJim Meyering1-1/+1
2010-07-13maint: heap.c: simplify dynamic allocationsPádraig Brady1-22/+5
2010-07-13sort: parallelize internal sortChen Guo3-0/+217