index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gl
/
lib
/
randread.c
Age
Commit message (
Expand
)
Author
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
2016-11-27
shred,sort: ensure faster unaligned access to rand module
Pádraig Brady
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
2015-11-04
all: replace most uses of quotearg_colon() with quote()
Pádraig Brady
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
2014-07-19
maint: fix message translation glitches
Paul Eggert
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
2013-05-18
maint: port --enable-gcc-warnings to clang
Paul Eggert
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
2012-01-27
maint: use single copyright year range
Jim Meyering
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
2011-10-30
maint: avoid new "make syntax-check" failure due to stdalign definition
Jim Meyering
2011-09-17
randread: add FIXME comment for RDRAND
Paul Eggert
2011-05-26
maint: enforce cpp indentation policy
Jim Meyering
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
2010-07-23
randread: run 2x faster on 64-bit hosts, don't assume no padding bits
Paul R. Eggert
2010-07-20
randread: use /dev/urandom to seed, not just getpid etc
Paul R. Eggert
2010-05-31
maint: replace each "for (;;)" with "while (true)"
Jim Meyering
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
2009-08-25
global: convert indentation-TABs to spaces
Jim Meyering
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-03-15
maint: remove unused include and definitions
Jim Meyering
2008-01-17
Do not define-away __attribute__ when __STRICT_ANSI__ is set.
Jim Meyering
2007-10-07
Convert coreutils' rand*.{c,h,m4} into modules.
Jim Meyering