Age | Commit message (Expand) | Author |
2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering |
2011-06-17 | maint: use modules/tempname.diff file, not a replacement; update gnulib | Jim Meyering |
2011-05-29 | maint: remove unnecessary gnulib .diff file | Jim Meyering |
2011-05-26 | maint: enforce cpp indentation policy | Jim Meyering |
2011-05-14 | shuf: use memory more efficiently when returning a subset | Pádraig Brady |
2011-04-11 | maint: remove doubled words in comments, e.g., s/to to/to/ | Jim Meyering |
2011-03-13 | maint: use wcswidth from gnulib | Pádraig Brady |
2011-02-08 | tests: randread-tests: use macro.h not "#define ASSERT..." | Jim Meyering |
2011-02-07 | maint: move di-set and ino-map modules from ./gl to gnulib | Jim Meyering |
2011-02-07 | di-set: provide a lookup method | Jim Meyering |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-11-15 | maint: add a missed fadvise-tests module | Pádraig Brady |
2010-11-13 | maint: remove fstimeprec (variable precision time stamp) support | Jim Meyering |
2010-11-06 | stat: use e.g. %.3X instead of %X.%3:X for sub-second precision | Paul Eggert |
2010-10-13 | mbsalign: avoid warning with Solaris 10 cc | Paul Eggert |
2010-10-13 | tests: fix rand-isaac test | Paul Eggert |
2010-10-01 | maint: ensure the mbsalign module is C89 compatible | Pádraig Brady |
2010-08-15 | maint: exclude tests from the set_program_name syntax-check | Pádraig Brady |
2010-08-09 | tests: silence 'make syntax-check' | Eric Blake |
2010-07-25 | sort: make struct heap private | Paul R. Eggert |
2010-07-25 | sort: use more-consistent style with const | Paul R. Eggert |
2010-07-23 | randread: run 2x faster on 64-bit hosts, don't assume no padding bits | Paul R. Eggert |
2010-07-22 | fadvise: new module providing a simpler interface to posix_fadvise | Pádraig Brady |
2010-07-20 | randread: use /dev/urandom to seed, not just getpid etc | Paul R. Eggert |
2010-07-16 | randread: don't require -lrt | Paul R. Eggert |
2010-07-14 | heap_alloc: avoid integer overflow | Jim Meyering |
2010-07-13 | maint: heap.c: simplify dynamic allocations | Pádraig Brady |
2010-07-13 | sort: parallelize internal sort | Chen Guo |
2010-07-13 | di-set, ino-map: adjust a type, improve readability | Jim Meyering |
2010-07-06 | du: avoid spurious warnings with 64-bit gcc -W | Paul Eggert |
2010-07-06 | du: Hash with a mechanism that's simpler and takes less memory. | Paul Eggert |
2010-07-04 | di-set: manipulate sets of dev/inode pairs efficiently | Jim Meyering |
2010-07-04 | dev-map: map device number to small non-negative | Jim Meyering |
2010-05-31 | maint: replace each "for (;;)" with "while (true)" | Jim Meyering |
2010-03-19 | maint: mbsalign: fix an edge case where we truncate too much | Pádraig Brady |
2010-03-19 | maint: update the mbsalign module | Pádraig Brady |
2010-02-05 | sync with gnulib | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-12-11 | build: update gnulib submodule to latest; adapt a patch | Jim Meyering |
2009-11-24 | tests: fix link failure on cygwin | Eric Blake |
2009-11-20 | maint: move xfreopen module to gnulib | Jim Meyering |
2009-11-17 | maint: remove local gnulib-related patches | Jim Meyering |
2009-11-13 | build: update gnulib, for getgroups improvements | Eric Blake |
2009-11-07 | build: consistently use freopen-safer | Eric Blake |
2009-11-05 | build: reflect gnulib changes to tempname | Eric Blake |
2009-11-05 | build: override gnulib tempname via diff | Eric Blake |
2009-11-02 | build: avoid some warnings | Eric Blake |
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 |