Age | Commit message (Expand) | Author |
2009-10-29 | remove stray closing comment delimiter, "*/", in previous change | Jim Meyering |
2009-10-29 | build (--enable-gcc-warnings): enable gcc's -Werror also in lib/ | Jim Meyering |
2009-09-19 | mktemp: adapt to new, 3-argument gen_tempname_len | Jim Meyering |
2009-09-01 | maint: mbsalign.c: remove unnecessary assignment | Jim Meyering |
2009-08-25 | maint: remove Local Variables: indent-tabs-mode: nil from all sources | Jim Meyering |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-08-06 | maint: move selinux-at module from gl/ to gnulib | Jim Meyering |
2009-07-04 | move argv-iter module to gnulib | Jim Meyering |
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering |
2009-04-09 | id: fix infinite loop on some systems | Pádraig Brady |
2009-04-07 | maint: remove compiler warnings from randint and randread modules | Pádraig Brady |
2009-04-07 | shred,sort,shuf: don't use /dev/urandom by default | Pádraig Brady |
2009-04-03 | ls: fix alignment when month names have varying widths | Pádraig Brady |
2009-03-27 | tests: test-argv-iter.c: avoid declaration-after-stmt | Jim Meyering |
2009-03-15 | maint: remove unused include and definitions | Jim Meyering |
2009-02-26 | argv-iter: avoid variadic macro | Eric Blake |
2009-01-16 | simplify mgetgroups() and avoid -Wsign-compare warnings | Pádraig Brady |
2009-01-01 | improve M4 quoting | Jim Meyering |
2008-12-01 | argv-iter: add tests | Jim Meyering |
2008-12-01 | argv-iter: new module | Jim Meyering |
2008-11-10 | xfreopen: new module | Jim Meyering |
2008-10-22 | clean up gl/modules/selinux-at | Jim Meyering |
2008-10-21 | move selinux-h module from gl/ to gnulib | Jim Meyering |
2008-10-21 | prepare to move selinux-h module to gnulib | Jim Meyering |
2008-10-19 | accommodate gnulib header removals | Jim Meyering |
2008-06-03 | remove duplicate definition of matchpathcon_init_prefix | Jim Meyering |
2008-06-02 | accommodate older SELinux which lacks matchpathcon_init_prefix | Jim Meyering |
2008-05-19 | use gnulib's base64 module, now that it's sync'd to match this one | Jim Meyering |
2008-05-11 | move sha256 and sha512 modules to gnulib | Jim Meyering |
2008-05-05 | base64 module: adjust API so it's compatible with gnulib's | Bo Borgerson |
2008-03-16 | sha512_process_bytes: fix a bug in processing a buffer where length&64 != 0 | J. Scott Edwards |
2008-03-03 | Define SHA*_DIGEST_SIZE symbols. | Simon Josefsson |
2008-03-02 | Create sha256 and sha512 modules and move files into gl/. | Jim Meyering |
2008-03-01 | Don'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 |
2008-02-22 | id: avoid race when a group is added between getgrouplist calls | Jim Meyering |
2008-02-21 | id: use getgrouplist when possible | James Youngman |
2008-01-17 | Do not define-away __attribute__ when __STRICT_ANSI__ is set. | Jim Meyering |
2007-11-28 | * gl/modules/randread (Depends-on): Remove nonexistent rand-isaac. | Paul Eggert |
2007-11-10 | install+SELinux: reduce a 12x performance hit to ~1.5x | Jim Meyering |
2007-10-28 | Define ENOTSUP, not ENOSYS. Needed on OpenBSD 3.9. | Jim Meyering |
2007-10-07 | Reflect 2->3 GPL copyright version update in gnulib. | Jim Meyering |
2007-10-07 | Make tempname more random, via the randint module. | Jim Meyering |
2007-10-07 | Convert coreutils' rand*.{c,h,m4} into modules. | Jim Meyering |
2007-10-07 | Copy from gnulib the parts of tempname that we'll modify. | Jim Meyering |
2007-10-04 | Adapt to new gnulib naming scheme. | Jim Meyering |
2007-09-27 | Move file-set and hash-triple modules to gnulib. | Jim Meyering |
2007-09-25 | Use XOR, not OR to combine bits. | Jim Meyering |
2007-08-23 | Move functions from copy.c into new modules, since ln needs them, too. | Jim Meyering |