| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-10-07 | Convert coreutils' rand*.{c,h,m4} into modules. | Jim Meyering | 1 | -33/+0 | |
| First step: move these files to gl/lib: * lib/rand-isaac.c, lib/rand-isaac.h * lib/randint.c, lib/randint.h * lib/randperm.c, lib/randperm.h * lib/randread.c, lib/randread.h Step 2: add modules/rand* and remove now-unneeded .m4 files. * gl/modules/randint: New file. * gl/modules/randperm: New file. * gl/modules/randread: New file. * m4/randint.m4: Remove file. * m4/randperm.m4: Remove file. * m4/randread.m4: Remove file. Step 3: use the new modules * bootstrap.conf (gnulib_modules): Add randint and randperm. * m4/prereq.m4 (gl_RANDINT, gl_RANDREAD, gl_RANDPERM): Don't require; These have been removed. (gl_ROOT_DEV_INO): Don't require; already handled via bootstrap.conf. | |||||
| 2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | 1 | -5/+4 | |
| 2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | 1 | -1/+1 | |
| 2006-10-06 | Avoid a compiler warning: const'ify and remove a cast. | Jim Meyering | 1 | -2/+2 | |
| * randread.c (struct randread_source) [handler]: Make parameter "const". [handler_arg]: Add "const" attribute. (randread_error): Make parameter "const". (simple_new, randread_set_handler, randread_set_handler_arg): Likewise. (randread_new): Remove now-unnecessary cast. * randread.h: Adjust prototypes. | |||||
| 2006-08-08 | New file, introduced for shuf, sort -R, and/or shred. | Paul Eggert | 1 | -0/+34 | |
