Age | Commit message (Expand) | Author |
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 |
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 |