summaryrefslogtreecommitdiff
path: root/gl
AgeCommit message (Expand)Author
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-03-19maint: mbsalign: fix an edge case where we truncate too muchPádraig Brady
2010-03-19maint: update the mbsalign modulePádraig Brady
2010-02-05sync with gnulibJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-12-11build: update gnulib submodule to latest; adapt a patchJim Meyering
2009-11-24tests: fix link failure on cygwinEric Blake
2009-11-20maint: move xfreopen module to gnulibJim Meyering
2009-11-17maint: remove local gnulib-related patchesJim Meyering
2009-11-13build: update gnulib, for getgroups improvementsEric Blake
2009-11-07build: consistently use freopen-saferEric Blake
2009-11-05build: reflect gnulib changes to tempnameEric Blake
2009-11-05build: override gnulib tempname via diffEric Blake
2009-11-02build: avoid some warningsEric Blake
2009-10-29remove stray closing comment delimiter, "*/", in previous changeJim Meyering
2009-10-29build (--enable-gcc-warnings): enable gcc's -Werror also in lib/Jim Meyering
2009-09-19mktemp: adapt to new, 3-argument gen_tempname_lenJim Meyering
2009-09-01maint: mbsalign.c: remove unnecessary assignmentJim Meyering
2009-08-25maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-08-06maint: move selinux-at module from gl/ to gnulibJim Meyering
2009-07-04move argv-iter module to gnulibJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2009-04-09id: fix infinite loop on some systemsPádraig Brady
2009-04-07maint: remove compiler warnings from randint and randread modulesPádraig Brady
2009-04-07shred,sort,shuf: don't use /dev/urandom by defaultPádraig Brady
2009-04-03ls: fix alignment when month names have varying widthsPádraig Brady
2009-03-27tests: test-argv-iter.c: avoid declaration-after-stmtJim Meyering
2009-03-15maint: remove unused include and definitionsJim Meyering
2009-02-26argv-iter: avoid variadic macroEric Blake
2009-01-16simplify mgetgroups() and avoid -Wsign-compare warningsPádraig Brady
2009-01-01improve M4 quotingJim Meyering
2008-12-01argv-iter: add testsJim Meyering
2008-12-01argv-iter: new moduleJim Meyering
2008-11-10xfreopen: new moduleJim Meyering
2008-10-22clean up gl/modules/selinux-atJim Meyering
2008-10-21move selinux-h module from gl/ to gnulibJim Meyering
2008-10-21prepare to move selinux-h module to gnulibJim Meyering
2008-10-19accommodate gnulib header removalsJim Meyering
2008-06-03remove duplicate definition of matchpathcon_init_prefixJim Meyering
2008-06-02accommodate older SELinux which lacks matchpathcon_init_prefixJim Meyering
2008-05-19use gnulib's base64 module, now that it's sync'd to match this oneJim Meyering
2008-05-11move sha256 and sha512 modules to gnulibJim Meyering
2008-05-05base64 module: adjust API so it's compatible with gnulib'sBo Borgerson
2008-03-16sha512_process_bytes: fix a bug in processing a buffer where length&64 != 0J. Scott Edwards
2008-03-03Define SHA*_DIGEST_SIZE symbols.Simon Josefsson
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-24* gl/lib/mgetgroups.c (mgetgroups): Parenthesize correctly.Jim Meyering
2008-02-24* gl/lib/mgetgroups.c: Include <stdlib.h>.Jim Meyering